Chuck Norris Database
Jokes
- Authentication
- No auth
- HTTPS
- No
- CORS
- Unknown
- Category
- Games & Comics
- Documentation / URL
- http://www.icndb.com/api/
Overview
The Chuck Norris API serves curated “Chuck Norris facts” jokes — over 5,000 of them, searchable and categorized. Keyless, free, and a classic for demos, chat bots, and easter eggs.
Verified 2026-08: returns
Access-Control-Allow-Origin: *— browser calls work (the listing’s “Unknown” CORS is outdated).
Quick Start
A random joke:
curl "https://api.chucknorris.io/jokes/random"
{
"categories": [],
"icon_url": "https://api.chucknorris.io/img/avatar/chuck-norris.png",
"id": "IiDJvigpTTOTfNp3BGF81g",
"url": "https://api.chucknorris.io/jokes/IiDJvigpTTOTfNp3BGF81g",
"value": "Chuck Norris can divide by zero."
}
Joke by category:
curl "https://api.chucknorris.io/jokes/random?category=dev"
List categories:
curl "https://api.chucknorris.io/jokes/categories"
Search (free-text):
curl "https://api.chucknorris.io/jokes/search?query=programmer"
Authentication
None — keyless.
Rate Limits & Notes
- Free and open; no documented hard limit, but it’s a free service — cache what you can.
- Categories include:
dev,animal,career,celebrity,explicit,fashion,food,history,money,movie,music,political,religion,science,sport,travel. - Search matches on any of the words; results include a
totalcount. - CORS is enabled — client-side calls work.
FAQ
Is it free? Yes — free and keyless.
Can I get a programming joke?
Use ?category=dev or search ?query=programmer.
Can I call it from the browser? Yes — CORS is enabled (verified).
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |