Associated Press

API

Access Associated Press news articles and metadata via API

Visit Website

Overview

The Associated Press API provides access to a vast library of credible news articles, photos, videos, and structured metadata from AP’s global reporting network. Key endpoints include search (by keywords, date ranges, topics, or location), retrieval of full article text with bylines/publication dates, and multimedia asset access. Responses are in JSON format for easy integration. Use cases include embedding up-to-date news into media platforms, powering aggregation apps, enriching CMS systems with authoritative content, or supporting journalistic research and analysis.

Example Integration (JavaScript)

script.js JS

fetch('https://developer.ap.org/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API Architecture
  • JSON Response Format
  • Access to News Articles & Metadata
  • Multimedia Asset Support (Photos/Videos)
  • Advanced Search Filters (Keywords, Dates, Topics)

Frequently Asked Questions

? Is the Associated Press API free to use?

Yes, it offers a freemium model with a free tier for limited access (e.g., low request volume, recent articles). Paid subscriptions unlock higher limits, full historical content, and advanced features.

? Does it require an API Key?

Yes, you must register on the AP Developer Portal (https://developer.ap.org/) to obtain an API key for authentication.

? What is the response format?

Responses are returned in JSON format, including article text, bylines, publication dates, topic tags, and links to associated multimedia assets like photos and videos.

Top Alternatives

New York Times API Compare
Reuters API Search Google
BBC News API Search Google

People Also Ask about Associated Press

Associated Press vs New York Times APIAssociated Press vs Reuters APIAssociated Press vs BBC News API Associated Press 2025 review

Tool Info

Pricing Freemium
Category News
Platform Public API

Pros

  • Reputable Global News Coverage
  • Structured Metadata for Content Organization
  • Includes Multimedia Assets for Rich Integration
  • Well-Documented Developer Resources

Cons

  • Rate-Limited Free Tier
  • Paid Subscriptions for High-Volume Access
  • Requires API Key Authentication
  • Limited Historical Content in Basic Plans

More News Tools