GET /{year}/{month}.json
Summary: Archive API
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
The Archive API provides lists of NYT articles by month going back to 1851. Simply pass in the year and month you want and it returns a JSON object with all articles for that month.
Parameters (2)
month
(integer, path, required, default: 1)
The month number (e.g. 1 for January).
Constraints: {'minimum': 1, 'maximum': 12}
year
(integer, path, required, default: 2016)
The year (e.g. 2016).
Constraints: {'minimum': 1851, 'maximum': 2030}
No probe data for this endpoint yet.