Books API logo

Books API

Books API

New York Times Books API provides NYT bestseller list data — weekly-updated rankings across categories (fiction, non-fiction, children's, etc.).

Visit site ↗Health checked 9h ago
Use it when

NYT bestseller list is publishing industry gold standard

Watch for

US-market focused

First check

GET /svc/books/v3/lists/current/{list-name}.json?api-key=... for current ranking. GET /lists/names.json for all list categories.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
295 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 295ms
01

About this API

The NYT bestseller list is the publishing industry's most influential ranking — making the list dramatically affects a book's sales (publishers include "NYT bestseller bonus" in contracts). Books API exposes this data: current ranking, historical ranking for specific dates, a book's ranking trajectory over time, book ISBN/author metadata. Most common uses: book apps showing "this week's bestsellers", book clubs picking next read, publishers doing internal trend analysis. vs. Open Library / Goodreads: NYT Books API is more refined (focused on rankings and ratings), but doesn't return reviews and detailed metadata.

02

What you can build

  • 1Book apps displaying bestseller lists
  • 2Book clubs picking from rankings
  • 3Trend analysis for publishing industry
  • 4LLM book recommendations
03

Strengths & limitations

Strengths

  • NYT bestseller list is publishing industry gold standard
  • Deep historical data (decades)
  • Free

Limitations

  • US-market focused
  • Does not return book content (metadata + ratings only)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://nytimes.com/<endpoint>
05

Getting started

GET /svc/books/v3/lists/current/{list-name}.json?api-key=... for current ranking. GET /lists/names.json for all list categories.

06

FAQ

Can I check whether a specific book made the list?+

Yes. GET /lists/best-sellers/history.json?isbn=... returns all the book's appearance records.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go
Response time
295 ms
Last health check
5/12/2026, 7:37:58 AM
08

Tags

09

More from Nytimes