Romanian Jokes API Docs
  • Welcome to Romanian Jokes API Documentation
  • GET - API Endpoint
  • GET - Romanian Joke
  • GET - API Current Version
  • GET - All Romanian Jokes
  • GET - Romanian Jokes Count
  • GET - Random 10 Jokes
  • GET - Joke Categories
  • GET - A Specific Joke
  • GET - All Jokes Filtered by Category
  • GET - A Random Joke Within Specific Category
Powered by GitBook
On this page

Was this helpful?

GET - API Current Version

➡️ This will be the endpoint in retrieving the current API version

Get the API current version

GET https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/version

This endpoint allows you to get the current API version

Path Parameters

Name
Type
Description

/romanianjokes

string

Obligatory path

/version

string

Path towards the current version endpoint

{
    "version": "1.0.3"
}

PreviousGET - Romanian JokeNextGET - All Romanian Jokes

Last updated 3 years ago

Was this helpful?