# News API **Provider:** News **Category:** search **Base URL:** `https://newsapi.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** See documentation **Free Tier:** No **Pricing:** Free tier available (freemium) **Docs:** https://newsapi.org/ ## Description Headlines currently published on a range of news sources and blogs ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://newsapi.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://newsapi.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Developer: free (100 req/day, 1-mo delay for production). Business: $449/mo (250k req/mo, no delay). Enterprise: $1,849/mo. --- *Source: [API Map](https://apimap.dev/apis/news/) — CC BY 4.0*