GET - Romanian Joke
➡️ This will be the endpoint in retrieving a random Romanian Joke from the API
Get a random Romanian Joke
GET
https://romanian-jokes-api.herokuapp.com/v1/romanianjokes
This endpoint will retrieve a random Romanian Joke
Path Parameters
Name
Type
Description
/romanianjokes
string
Specify this path to retrieve a random joke
{
"id": 502,
"joketype": "ardeleni",
"joke": "În Satu Mare, un tip intră într-un bar cu un crocodil în lesă şi îl intreabă pe barman: - Nu vă supăraţi, aici serviţi unguri? - Da, cum să nu, luaţi loc! Ce vă aduc? - Mie o bere şi lui 2 unguri!"
}
Last updated
Was this helpful?