Chuck Norris API
The Chuck Norris API provides thousands of funny Chuck Norris jokes for your entertainment app development needs.
From 2,256 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 221ms | 259ms | 284ms | 703ms | 1043ms |
Didn't find what you were looking for? Suggest an improvement
/v1/chucknorris GET
https://api.api-ninjas.com/v1/chucknorris
Returns a Chuck Norris joke.
Parameters
None
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON object with the following fields or an error if the request is unsuccessful.
jokeA random Chuck Norris joke.
Sample Request Live Demo!
https://api.api-ninjas.com/v1/chucknorrisHeaders
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/chucknorris" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed in the Code Example above, you can still make API calls by using a HTTP request library written in your programming language and following the above documentation.
Frequently Asked Questions
Can I use the Chuck Norris API for commercial purposes?
Yes, but you must have a premium subscription. Commercial use of the Chuck Norris API is not permitted on the free tier. See our pricing page to choose a plan that fits your needs.How do I get an API key and start using the Chuck Norris API?
Sign up for a free account to instantly get your API key, then pass it in theX-Api-Keyheader on every request. The documentation above includes ready-to-run examples in cURL, Python, JavaScript, Node.js, and more.What happens if I exceed my quota for the month?
Your API requests will simply be denied once you hit your monthly quota — you will never be charged more than the plan you signed up for. To increase your quota, you can upgrade your plan any time on our pricing page.What happens if a request to the Chuck Norris API fails?
The API responds with a standard HTTP status code and a JSON error message describing the problem. See our error codes reference for the full list of codes and how to resolve each one, or contact support if you need help.What are some use cases for the Chuck Norris API?
The Chuck Norris API is great for adding humor to entertainment apps, chatbots, social media bots, or daily-joke widgets by serving up thousands of funny Chuck Norris jokes. For other comedy formats, check out the Jokes API, Dad Jokes API, or Riddles API.How do I request a Chuck Norris joke, and what parameters does it take?
Just send a GET request to the/v1/chucknorrisendpoint with yourX-Api-Keyheader; the endpoint takes no query parameters and returns a randomly selected joke on each call. See the API directory for related entertainment APIs you can combine with it.What does the Chuck Norris API response include?
The response is a JSON object containing a singlejokefield with a random Chuck Norris joke, or an error if the request is unsuccessful. You can call the endpoint repeatedly to fetch different jokes.