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

[
    {
        "id": 30,
        "joketype": "seci",
        "joke": "De ce are rinocerul corn? Pentru că nu a găsit chiflă."
    }
]

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

Path Parameters

Name
Type
Description

/romanianjokes

string

Obligatory path

Obli

Last updated

Was this helpful?