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

[
    {
        "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."
    },
    ...
]

Last updated