Romanian Jokes API Docs
  • Welcome to Romanian Jokes API Documentation
  • GET - API Endpoint
  • GET - Romanian Joke
  • GET - API Current Version
  • GET - All Romanian Jokes
  • GET - Romanian Jokes Count
  • GET - Random 10 Jokes
  • GET - Joke Categories
  • GET - A Specific Joke
  • GET - All Jokes Filtered by Category
  • GET - A Random Joke Within Specific Category
Powered by GitBook
On this page

Was this helpful?

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!"
}

PreviousGET - API EndpointNextGET - API Current Version

Last updated 3 years ago

Was this helpful?