News
Headlines currently published on a range of news sources and blogs
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- News
- Documentation / URL
- https://newsapi.org/
Overview
News API (newsapi.org) provides headlines from many sources — key-based (an invalid key returns 401, verified).
Quick Start
Top headlines (replace YOUR_KEY):
curl "https://newsapi.org/v2/top-headlines?country=us&apiKey=YOUR_KEY"
{ "status": "error", "code": "apiKeyInvalid", "message": "Your API key is invalid or incorrect." }
Authentication
- Register at newsapi.org → free API key.
- Send it as the
apiKeyquery parameter (invalid → 401, verified).
Rate Limits & Notes
- Free tier: 100 requests/day (check the docs); paid plans scale.
- Top headlines, everything, sources.
FAQ
Is News API free? Free tier: 100 requests/day; more is paid.
Why 401? Invalid keys return 401 (verified) — register for a key.
What’s the auth style?
apiKey query parameter.
More in News
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Associated Press Search for news and metadata from Associated Press | API Key | Yes | Unknown | ↗ |
| Chronicling America Provides access to millions of pages of historic US newspapers from the Library of Congress | No auth | No | Unknown | ↗ |
| Currents Real-time and historical global news with multilingual support | API Key | Yes | Yes | ↗ |
| DataCube AI Daily curated AI industry news, funding rounds and trends in 8 languages | No auth | Yes | No | ↗ |
| Feedbin RSS reader | OAuth | Yes | Unknown | ↗ |