Fun Facts (API) is a Node.js + Express server. The API serves up short facts.
Current API Version: v1
Learn more about using the API in the Wiki.
-
Facts served as JSON
-
Retrieve a random fact at /api/v1/fact/random
-
Retrieve a fact with a specific ID at /api/v1/fact/{id}
Alongside this API, a Website for friendly fun fact reading and an Android app that provides on-the-go fun facts are also available.
Check out the Website project here!
Check out the Android project here!
Fun Facts (API) is licensed under the ISC License