News · head-to-head
Mediastack vs New York Times
mediastack (now operated under APILayer) aggregates live and historical news and blog articles from thousands of worldwide sources into a single JSON REST endpoint keyed by an access_key parameter. Its free plan is capped at 100 calls/month with delayed news data and HTTP-only access — HTTPS, real-time delivery, and historical search all require moving to a paid Standard plan or higher.
The NYT Developer Network exposes ten separate APIs (Article Search, Top Stories, Books, Most Popular, and more) over a shared API-key scheme, all returning JSON. Registration and usage are completely free, but the terms restrict every API to non-commercial projects only — selling access, running ads, or shipping the data inside a paid product all require a separate licensing deal through NYT Licensing.
| Mediastack | New York Times | |
|---|---|---|
| Authentication | API Key | API Key |
| Pricing | freemium | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |