Returns notable deaths for a specific month/day using named months. Query memorial dates for any date using lowercase month names. Useful for historical research or memorial features on specific anniversaries.
Original spec description
Returns a paginated list of notable people who died on the specified month and day.
day
(integer, path, required)
Day of the month (1-31, depending on month)
Constraints: {'minimum': 1, 'maximum': 31}
month
(string, path, required)
Full month name (e.g., january, february, march)
Constraints: {'enum': ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december']}