Chuck Norris Facts

Get a random Chuck Norris fact from a curated built-in database. Every call returns a different fact selected with a cryptographically secure random number generator.

Get API Key

Overview

Use Cases

  • Entertainment widgets and fun sidebars
  • Office joke-of-the-day bots
  • Onboarding or loading screen humor
  • Developer easter eggs

Features

Random fact on every request
Unique stable IDs per fact (cn_<index>)
No parameters required

API Endpoints

Get Random Chuck Norris Fact

Returns a randomly selected Chuck Norris fact from the built-in database.

GET
https://api.requiems.xyz/v1/entertainment/chuck-norris

Try it out

Live Demo
Request

Response Fields

Field Type Description
id string Unique fact identifier in the format cn_<index> (e.g. cn_0, cn_7)
fact string The Chuck Norris fact text

Code Examples

curl https://api.requiems.xyz/v1/entertainment/chuck-norris \
  -H "requiems-api-key: YOUR_API_KEY"

Frequently Asked Questions