Summary: Get historical events for a specific date Operation ID: getEventsByDate Auth: none
Returns historical events for a specific month/day combination using named months (e.g., 'july/4'). Unlike the /today endpoints, this allows querying any date using lowercase month names. Perfect for building historical date pickers or highlighting specific anniversaries.
Original spec description
Returns a paginated list of historical events that occurred on the specified month and day.
Usage Tips
- Month names are lowercase (january, february, march, etc.)
- Day is numeric without leading zeros
- Returns same structure as /today/events but for the specified date