GET - Joke Categories
➡️ This will be the endpoint in retrieving all the available joke categories
Get Categories
GET
https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/categories
This endpoint allows you to get all the available categories
Path Parameters
Name
Type
Description
/romanianjokes
string
Obligatory path
/categories
string
Path towards the joke categories
{
"categories": [
"blonde",
"scurte",
"seci",
"asemanare",
"diferente",
"bula",
"alinuta",
"ardeleni",
"armata",
"pescari"
]
}
Last updated
Was this helpful?