Joke Types -
Authentication:
An API Key is required and is provide by RapidAPI
API response format:
All API endpoints follow their respective browser URLs, but we adjust the response formatting to be more suited for an API based on the provided HTTP header.
Accepted Accept
headers:
- application/json - JSON response (default response format)
Endpoint:
GET /joke/types/
Fetching Joke Types as JSON
:
{
"success": true,
"body": {
{
"_id": "60848bbf29827d9173486934",
"type": "knock-knock",
"color": "#9641f0",
"author": null,
"date": "1618108661",
"postCount": 5
}
}
}