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.
month
required
Month
day
required
Day
| Name | Required | Default | Description |
|---|---|---|---|
month |
Yes | - | Month |
day |
Yes | - | Day |
curl https://nordapi.ee/api/v1/fun/date/3/24
curl https://nordapi.ee/api/v1/fun/date/3/24
curl https://nordapi.ee/api/v1/fun/date/1/1
curl https://nordapi.ee/api/v1/fun/date/12/25
HTTP 502: {
"error": "numbersapi returned 404",
"success": false
}