The News, Blogs & Forums APIs turn the open web into structured JSON. Each API covers one content type, and all three share the same query language, parameters, and response format - learn one and you know all three.
| Product | Endpoint | What you get |
|---|---|---|
| News API | /api/news | Articles from news sites |
| Blogs API | /api/blogs | Blog posts |
| Forums API | /api/forums | Posts and replies from online forums |
Every result (a "post") comes enriched with the author, publication date, language, and source site metadata. News posts additionally carry categories and topics, sentiment, named entities (people, organizations, locations), and social engagement counts.
next URL to page through the rest - see Pagination.Each product also has a matching segmentation endpoint that returns aggregate counts (top sites, languages, countries, and more) instead of posts - see Segmentation API.
These APIs replace the deprecated Web Content API (filterWebContent). Same content, but each content type now has its own endpoint instead of a site_type: query filter, and response meta fields use snake_case (total_results, not totalResults). Migrating is usually a URL swap plus a few field renames - see Response Format.