Returns notable births for a specific month/day using named months. Query famous birthdays for any date using lowercase month names (e.g., 'january/1'). Useful for birthday lookup features or calendar applications.
Original spec description
Returns a paginated list of notable people born 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']}