# NewsData API **Provider:** NewsData **Category:** search **Base URL:** `https://newsdata.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 200 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://newsdata.io/docs ## Description News data API for live-breaking news and headlines from reputed news sources ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://newsdata.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://newsdata.io' ``` ## Sample Response ```json {} ``` ## Pricing Details News data API. Free: 200 requests/day (limited credits). Basic $149/mo (500K credits/day). Professional $399/mo. Corporate $799/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/newsdata/) — CC BY 4.0*