GET - Romanian Jokes Count

➡️ This will be the endpoint in retrieving the Romanian jokes count

Get the number of jokes available

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

This endpoint allows you to get the Romanian jokes count; (aka see how many jokes are available in total)

Path Parameters

NameTypeDescription

/romanianjokes

string

Obligatory path

/count

string

Path towards the Romanian jokes count

{
    "jokes_available": 610
}

Last updated