2 endpoints match this tag.
/fun/date/:month/:day
Get a historical fact about a specific date (month and day). Returns an interesting event that happened on that date in history, such as 'March 24 is the day that the Exxon Valdez oil spill occurred in 1989.' Useful for daily historical trivia features, birthday fun facts, educational calendar apps, and 'on this day' widgets. Data from the Numbers API.
/fun/number/:number
Get a fun, interesting fact about any number. For example, 42 is 'the number of laws of cricket' or 'the answer to the ultimate question of life, the universe, and everything.' Returns a trivia fact from the Numbers API. Useful for educational math apps, number-of-the-day features, gamification elements, and adding delight to interfaces that display numbers.