OTD.LOL
Back to Hub

Fact of the Day

Knowledge
API

Start your day with a fascinating and verifiable fact from a wide range of topics. A quick and easy way to learn something new.

Integration Details

Documentation

View Docs

Example Usage

fetch('https://fact.otd.lol/api/facts/today')
  .then(response => response.json())
  .then(data => console.log(data.text));