# Associated Press API **Provider:** Associated Press **Category:** search **Base URL:** `https://developer.ap.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by license **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.ap.org/ ## Description Search for news and metadata from Associated Press ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.ap.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.ap.org' ``` ## Sample Response ```json {} ``` ## Pricing Details AP News content API. Free for media partners (via AP membership). Non-member commercial access: custom pricing. Contact AP for licensing. --- *Source: [API Map](https://apimap.dev/apis/associated-press/) — CC BY 4.0*