Most Popular API logo

Most Popular API

Most Popular API

New York Times Most Popular API returns NYT's recent most-popular articles — sorted by views, emails, Facebook shares.

Visit site ↗Health checked 9h ago
Use it when

Distinguishes multiple popularity signals (view vs share vs email)

Watch for

Only reflects NYT readers' preferences (elite/political bias)

First check

GET /svc/mostpopular/v2/{viewed|emailed|shared}/{period}.json?api-key=... for popular articles. Period: 1/7/30 days.

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

Uptime · 30-day window

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

About this API

Most Popular API exposes NYT's internal popularity data. More interesting than generic trending tools because it distinguishes popularity signals — "most viewed" and "most emailed" often differ (most viewed may be entertainment gossip, most emailed may be deep analysis readers think friends should see). Three endpoints: viewed (most read), emailed (most emailed to friends), shared (most Facebook-shared). 24h/7d/30d windows. Common uses: news apps' "trending" modules, newsletters auto-surfacing high-quality but easy-to-miss content, social media management bots.

02

What you can build

  • 1News apps showing "trending" modules
  • 2Social media bots auto-share hot NYT articles
  • 3Newsletters auto-include trending content
  • 4LLM trending context
03

Strengths & limitations

Strengths

  • Distinguishes multiple popularity signals (view vs share vs email)
  • 24h/7d/30d windows available
  • Free

Limitations

  • Only reflects NYT readers' preferences (elite/political bias)
  • Cannot customize popularity algorithm
04

Example request

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

Getting started

GET /svc/mostpopular/v2/{viewed|emailed|shared}/{period}.json?api-key=... for popular articles. Period: 1/7/30 days.

06

FAQ

Which is "higher quality" — emailed or viewed?+

Generally emailed articles are higher quality — readers email friends deep content rather than clickbait entertainment.

07

Technical details

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

Tags

09

More from Nytimes