Foreign affairs monitoring
Use Foreign Affairs endpoints to turn foreign affairs monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Foreign Affairs public RSS feeds into normalized JSON for international relations monitoring, policy research, and editorial discovery.
Discover Foreign Affairs topics and get site-wide or topic-specific headlines as structured JSON.
Endpoint families
3
Documented params
4
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
4
Schema refs
3
{
"platform": "Foreign Affairs",
"endpoint": "foreignaffairs-headlines",
"method": "GET",
"path": "/foreignaffairs/headlines",
"auth": "apiKey"
}Use cases
Discover Foreign Affairs topics and get site-wide or topic-specific headlines as structured JSON.
Use Foreign Affairs endpoints to turn foreign affairs monitoring into repeatable API requests with documented inputs and JSON responses.
Use Foreign Affairs endpoints to turn policy research into repeatable API requests with documented inputs and JSON responses.
Use Foreign Affairs endpoints to turn headline aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Foreign Affairs endpoint catalog — 3 endpoints, 4 documented request parameters, and 3 published response schemas — the same catalog Docs and Playground run against.
3 documented Foreign Affairs endpoints, grouped into 3 request families — Headlines, Topic and Topics.
4 request parameters are documented across those Foreign Affairs endpoints, 4 of them required — the full input contract is public before you write any integration code.
3 of the 3 Foreign Affairs endpoints ship a recorded example response, and 3 carry a documented response schema — you can code against the real JSON before the first request.
Foreign Affairs endpoints document their error responses (400, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
3 hosted MCP tools back the Foreign Affairs endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/foreignaffairs/headlines
/foreignaffairs/topic
/foreignaffairs/topics
Endpoint catalog
/foreignaffairs/headlinesReturns fresh Foreign Affairs headlines from the site's public, site-wide RSS feed. Article pages and account state are not required.
MCP tool foreignaffairs_headlines
/foreignaffairs/topicReturns the newest items from one Foreign Affairs topic RSS feed. Discover accepted values with foreignaffairs-topics; unknown topic values are rejected before upstream I/O.
MCP tool foreignaffairs_topic
/foreignaffairs/topicsReturns the complete research-backed directory of topic values accepted by foreignaffairs-topic, including each topic's public RSS feed URL.
MCP tool foreignaffairs_topics
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
How to scrape Foreign Affairs
Crawlora exposes Foreign Affairs topic discovery, the site-wide headline feed, and individual topic feeds through credential-free public RSS sources with one API key.
Call /foreignaffairs/topics for every accepted topic slug and its public feed URL.
Call /foreignaffairs/headlines for the newest site-wide stories.
Pass a discovered slug such as economics to /foreignaffairs/topic.
FAQ
Call /foreignaffairs/topics. It returns the complete research-backed topic directory with each display name, accepted slug, and public RSS URL, so clients do not need to guess a closed value set.
The site-wide and topic endpoints return normalized story records with title, canonical URL, summary, publication time, author, categories, and an image URL when the source feed provides one.
Yes. A valid Foreign Affairs topic feed may temporarily contain an empty items array. Unknown topic values are rejected before upstream I/O, while malformed or blocked feed responses surface as upstream errors.
No. These endpoints read credential-free public RSS feeds without publisher login cookies, account state, or a publisher API key. Crawlora API authentication is still required. Article body extraction is outside this initial RSS integration because that separate web path needs additional browser validation.