Jokes
A free, unauthenticated REST API that serves programming and general humor jokes in JSON format. Supports retrieving random jokes, filtering by joke type, and looking up specific jokes by ID.
Slug: jokes
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
appspot.com:jokesBase URL:
https://official-joke-api.appspot.comAuth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Homepage: https://github.com/15Dkatz/official_joke_api
API Base:
API Base:
https://official-joke-api.appspot.comTopics
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| jokes/random | Get a random joke (alternate path) | text/plain |
— |
| jokes/random/{amount} | Get a specific number of random jokes | application/json |
— |
| jokes/ten | Get ten random jokes | text/plain |
— |
| jokes/{id} | Get a joke by ID | application/json |
— |
| jokes/{type}/random | Get a random joke by type | application/json |
— |
| jokes/{type}/ten | Get ten jokes by type | application/json |
— |
| random_joke | Get a random joke | text/plain |
— |
| random_ten | Get ten random jokes | text/plain |
— |
| types | Get available joke types | text/plain |
— |