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

NameTypeDescription

/romanianjokes

string

Obligatory path

/version

string

Path towards the current version endpoint

{
    "version": "1.0.3"
}

Last updated