Chuck Norris Facts

Free

Chuck Norris facts are satirical factoids about American martial artist and actor Chuck Norris that have become an Internet phenomenon widespread in popular culture. These 'facts' are absurd hyperbolic claims about Norris's toughness, attitude, sophistication, and masculinity.

Get a random Chuck Norris fact

Returns a random Chuck Norris fact from a large list of Chuck Norris facts

GET
/ chuck-norris-facts

Response

{
  "type": "object",
  "properties": {
    "fact": {
      "type": "string",
      "description": "A random Chuck Norris fact",
      "example": "Chuck Norris can divide by zero."
    }
  },
  "required": [
    "fact"
  ]
}
curl --request GET \
  --url "https://www.apikiss.com/api/v1/chuck-norris-facts" \
  --header 'Authorization: Bearer <token>'
{
  "type": "object",
  "properties": {
    "fact": {
      "type": "string",
      "description": "A random Chuck Norris fact",
      "example": "Chuck Norris can divide by zero."
    }
  },
  "required": [
    "fact"
  ]
}

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"

Response

200 - application/json
fact
string
required

A random Chuck Norris fact

Example: Chuck Norris can divide by zero.

Try it out

Don't have a key? Sign up to get one for free.

Response

Click "Send Request" to see the response...