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 - All Romanian Jokes

➡️ This will be the endpoint in retrieving all the Romanian Jokes from the API

Get all the Romanian jokes

GET https://romanian-jokes-api.herokuapp.com/v1/romanianjokes/all

This endpoint allows you to get all the Romanian jokes from the API

Path Parameters

Name
Type
Description

/romanianjokes

string

Obligatory path

/all

string

Path towards all the Romanian jokes

[
    {
        "id": 1,
        "joketype": "blonde",
        "joke": "Doua blonde fac nudism pe iarba verde. La un moment apare un taur. Blondele o iau la fuga. Dupa ce obosesc bine cu taurul dupa ele se opreste una si spune. Mai bine fac un vitel decit un infarct."
    },
    {
        "id": 2,
        "joketype": "blonde",
        "joke": "– De ce el nu mi se potrivește? -Păi, el este deștept și tu ești frumoasă, și încă și blondă. – Nu înțeleg… – Despre asta și e vorba!"
    },
    {
        "id": 3,
        "joketype": "blonde",
        "joke": "Blonda îi spune prietenei sale: Cred că mi-a făcut cerere de căsătorie. El a spus că vrea să pună capăt prieteniei noastre."
    },
    ...
]

PreviousGET - API Current VersionNextGET - Romanian Jokes Count

Last updated 3 years ago

Was this helpful?