# TheNews API **Provider:** TheNews **Category:** search **Base URL:** `https://www.thenewsapi.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** See documentation **Free Tier:** No **Pricing:** Free tier available (freemium) **Docs:** https://www.thenewsapi.com/ ## Description Aggregated headlines, top story and live news JSON API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.thenewsapi.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.thenewsapi.com' ``` ## 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/thenews/) — CC BY 4.0*