GET - All Jokes Filtered by Category
➡️ This will be the endpoint in retrieving Romanian jokes filtered by their respective categories
Get all the jokes filtered by category
GET
https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/filter/:joketype
This endpoint allows you to get all the existing jokes filtered by their respecting categories
Path Parameters
Name
Type
Description
/romanianjokes
string
Obligatory path
/filter
string
Path towards the joke filtering
Query Parameters
Name
Type
Description
joketype
string
The joke category you want to filter (must be a valid joke category)
Last updated
Was this helpful?