Chuck Norris Facts
FreeGet random Chuck Norris facts -- the iconic satirical factoids about Chuck Norris that became an Internet phenomenon. Fun, absurd, and endlessly entertaining.
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 Schema
{
"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"
]
}
Response
Click "Send Request" to see the response...
Authorizations
Authorization
header
required
Authentication token in the format "Bearer <token>"