JokeAPI v2
JokeAPI is a REST API that serves uniformly and well formatted jokes. It can be used without any API token, membership, registration or payment. It supports a variety of filters that can be applied to get just the right jokes you need. The usage is very simple and similar to other RESTful APIs and requires only basic knowledge of HTTP/HTTPS requests. You can find the documentation here:…
JokeAPI v2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| Main Endpoints | ||
| GET |
Get Joke /joke/{categories} |
This is the endpoint you need to call to get a joke. |
| GET |
Info /info |
This endpoint provides some information on JokeAPI |
| PUT |
Submit Joke /submit |
This endpoint is used to submit a joke to be reviewed and added to JokeAPI's official jokes. |
| Other Endpoints | ||
| GET |
Categories /categories |
This endpoint returns a list / an array of all available joke categories |
| GET |
Ping /ping |
This endpoint is intended for external uptime monitoring but you can also use it if you want to. |
| GET |
Flags /flags |
This endpoint returns a list / an array of all available blacklist flags |
| GET |
Formats /formats |
This endpoint returns a list / an array of all available response formats |
JokeAPI v2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|