GET /deaths/{month}/{day}/

dayinhistory.dev:day-in-history-api

Summary: Get deaths for a specific date
Operation ID: getDeathsByDate
Auth: none

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

Usage Tips

- Same data as /deaths/{month}/{day} without trailing slash - Month names are lowercase - Supports pagination with ?page=N

Parameters (3)

day (integer, path, required)

Day of month

Constraints: {'minimum': 1, 'maximum': 31}

month (string, path, required)

Month name (lowercase)

Constraints: {'enum': ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december']}

page (integer, query, optional, default: 1)

Page number for pagination

Examples (2)

TitleTypeURLAction
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.