Joke Count -

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/count

Fetching Joke count as JSON:


  {
    "success": true,
    "body": 18170
  }