The Archive API provides lists of NYT articles by month going back to 1851. You can use it to build your own local database of NYT article metadata.
http://api.nytimes.com/svc/archive/v1
Auth type
API Key Header
Auth header
GET /endpoint?api-key=YOUR_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://api.nytimes.com/svc/archive/v1
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
20%
builder-friendly
API key as a query parameter (api-key)
GET /endpoint?api-key=YOUR_KEY
Free and open. Internet Archive Wayback Machine API; no paid tiers.
| Method | Path | Description |
|---|---|---|
| GET | /{year}/{month}.json |
Archive API |
curl -X GET 'http://api.nytimes.com/svc/archive/v1/{year}/{month}.json' \
-H 'GET /endpoint?api-key=YOUR_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Archive documentation.