Joke Search -

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/search?term=jokeSearchTerm

Fetching Joke a based of search term as JSON:


  {
    "success": true,
    "body": [
      {
        "_id": "5f80ccd641785ba7c7d27b66",
        "type": "programming",
        "setup": "There are  types of people in this world...",
        "punchline": "Those who understand binary and those who don't"
      },
      ...
    ]
  }