GET - A Specific Joke
➡️ This will be the endpoint in retrieving a specific Romanian joke
Get a specific Romanian joke
GET
https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/id/:id
This endpoint allows you to get a specific Romanian joke
Path Parameters
Name
Type
Description
/romanianjokes
string
Obligatory path
/id
string
Obligatory path
Query Parameters
Name
Type
Description
id
integer
The unique id (within the jokes count range) of a specific Romanian joke
GET
https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/all
Path Parameters
Name
Type
Description
/romanianjokes
string
Obligatory path
Last updated
Was this helpful?