# Mediastack API **Provider:** Mediastack **Category:** search **Base URL:** `https://mediastack.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 500 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://mediastack.com?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers ## Description Free, Simple REST API for Live News & Blog Articles ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://mediastack.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://mediastack.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Real-time news API. Free: 500 requests/month (HTTP only). Basic $9.99/mo (10K req/mo, HTTPS). Standard $49.99/mo (100K req). Professional $99.99/mo. --- *Source: [API Map](https://apimap.dev/apis/mediastack/) — CC BY 4.0*