GET /events/{month}/{day}/

dayinhistory.dev:day-in-history-api

Summary: Get events for a specific date
Operation ID: getEventsByDate
Auth: none

Returns historical events for a specific month/day. This is the trailing-slash variant, returning the same data as the non-trailing-slash version. Allows querying specific dates using named months.

Original spec description

Returns historical events for the specified month and day

Usage Tips

- Same data as /events/{month}/{day} without trailing slash - Month names are lowercase (january, july, december, etc.) - 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 (1)

TitleTypeURLAction
Get events for a date openapi-spec https://api.dayinhistory.dev/v1/events/march/13/

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:33:32.598436 200 622ms