Skip to content

General Fun Facts

This Fun Fact API provides a random, interesting fact from our curated database covering history, science, nature, and technology. It requires no input configurations.

POST /api/v1/funfact

This endpoint does not require any JSON body parameters.

FieldTypeRequiredDescription
(None)--Send an empty JSON object {}.
Terminal window
curl -X POST https://heavstal.com.ng/api/v1/funfact \
-H "Content-Type: application/json" \
-H "x-api-key: <YOUR_API_KEY>" \
-d '{}'
{
"status": "success",
"creator": "HEAVSTAL TECH",
"data": {
"id": 14,
"category": "animals",
"fact": "Wombat poop is cube-shaped to stop it from rolling away."
}
}