← Entertainment

Date Fact

GET /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.

Parameters

month required

Month

day required

Day

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/fun/date/3/24
Historical fact about March 24
curl https://nordapi.ee/api/v1/fun/date/3/24
What happened on January 1
curl https://nordapi.ee/api/v1/fun/date/1/1
Historical fact about December 25
curl https://nordapi.ee/api/v1/fun/date/12/25

Live Response

HTTP 502: {
  "error": "numbersapi returned 404",
  "success": false
}