Skip to content

General Fun Facts

Fun Facts API returns a random, interesting fact from our curated database covering history, science, nature, and technology. No input required.

POST /funfact

None required.

const res = await fetch('https://heavstal.com.ng/api/v1/funfact', {
method: 'POST',
headers: { 'x-api-key': 'YOUR_API_KEY' }
});
{
"status": "success",
"creator": "HEAVSTAL TECH",
"data": {
"id": 14,
"category": "animals",
"fact": "Wombat poop is cube-shaped to stop it from rolling away."
}
}