General Fun Facts
Fun Facts API returns a random, interesting fact from our curated database covering history, science, nature, and technology. No input required.
Endpoint
Section titled “Endpoint”POST /funfact
Request Parameters
Section titled “Request Parameters”None required.
Example Usage
Section titled “Example Usage”const res = await fetch('https://heavstal.com.ng/api/v1/funfact', {method: 'POST',headers: { 'x-api-key': 'YOUR_API_KEY' }});Successful Response
Section titled “Successful Response”{"status": "success","creator": "HEAVSTAL TECH","data": { "id": 14, "category": "animals", "fact": "Wombat poop is cube-shaped to stop it from rolling away."}}