Returns notable deaths for a specific month/day. This is the trailing-slash variant, returning the same data. Allows querying memorial dates using named months.
Original spec description
Returns notable deaths for the specified month and day
GET deaths/{month}/{day}/dayinhistory.dev:day-in-history-api
Returns notable deaths for a specific month/day. This is the trailing-slash variant, returning the same data. Allows querying memorial dates using named months.
Returns notable deaths for the specified month and day
- Same data as /deaths/{month}/{day} without trailing slash - Month names are lowercase - Supports pagination with ?page=N
(integer, path, required)
Day of month
Constraints: {'minimum': 1, 'maximum': 31}
(string, path, required)
Month name (lowercase)
Constraints: {'enum': ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december']}
(integer, query, optional, default: 1)
Page number for pagination
| Title | Type | URL | Action |
|---|---|---|---|
| Get notable deaths for July 4 | probe-gate |
https://api.dayinhistory.dev/v1/deaths/july/4/ |
|
| Get notable deaths for March 25th | probe-gate |
https://api.dayinhistory.dev/v1/deaths/march/25/ |
No probe data for this endpoint yet.