GET
Get jokes by type
Retrieve jokes of a specific type
URL:
https://official-joke-api.appspot.com/jokes/programming/ten
Endpoint Information
Basic information about this API endpoint
GET
application/json
type
stringRequired
Sample Response
Example response from this endpoint
JSON Response
[
{
"type": "programming",
"setup": "How many programmers does it take to change a light bulb?",
"punchline": "None. That's a hardware problem.",
"id": 124
}
]