Chuck Norris Database
APIFree JSON API for Chuck Norris jokes
Overview
The Chuck Norris Database API offers access to a vast library of Chuck Norris jokes. Key endpoints include /jokes/random (random joke), /jokes/count (total joke count), and filtered joke lists via /jokes with parameters like category or name customization. Responses are JSON-formatted and support personalization (firstName/lastName to replace 'Chuck Norris'). Ideal for integrating humor into chatbots, apps, games, or websites to boost user engagement. No authentication is required for direct requests.
Example Integration (JavaScript)
fetch('http://www.icndb.com/api/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- No auth required
- Customizable joke parameters
- Multiple endpoints
Frequently Asked Questions
? Is Chuck Norris Database free to use?
Yes, the API is free for both non-commercial and commercial use without any charges.
? Does it require an API Key?
No, authentication is not needed—you can make requests directly without an API key.
? What is the response format?
All responses are in JSON format, including joke text, categories, and metadata like total joke count.
Top Alternatives
People Also Ask about Chuck Norris Database
Tool Info
Pros
- ⊕ Completely free
- ⊕ Easy integration (no API key)
- ⊕ Large joke database
- ⊕ Personalizable content
Cons
- ⊖ No official rate limit docs
- ⊖ Limited advanced filters
- ⊖ No uptime SLA