Foreign affairs monitoring
Usa los endpoints de Foreign Affairs para convertir foreign affairs monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
3
Parámetros documentados
4
Ejemplos
3
Snapshot en vivo del catálogo
Endpoints activos
3
Métodos
GET
Parámetros obligatorios
4
Referencias de esquema
3
{
"platform": "Foreign Affairs",
"endpoint": "foreignaffairs-headlines",
"method": "GET",
"path": "/foreignaffairs/headlines",
"auth": "apiKey"
}Casos de uso
Discover Foreign Affairs topics and get site-wide or topic-specific headlines as structured JSON.
Usa los endpoints de Foreign Affairs para convertir foreign affairs monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Foreign Affairs para convertir policy research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Foreign Affairs para convertir headline aggregation en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de Foreign Affairs — 3 endpoints, 4 parámetros de solicitud documentados y 3 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/foreignaffairs/headlines
/foreignaffairs/topic
/foreignaffairs/topics
Catálogo de endpoints
/foreignaffairs/headlinesReturns fresh Foreign Affairs headlines from the site's public, site-wide RSS feed. Article pages and account state are not required.
Herramienta MCP 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.
Herramienta MCP foreignaffairs_topic
/foreignaffairs/topicsReturns the complete research-backed directory of topic values accepted by foreignaffairs-topic, including each topic's public RSS feed URL.
Herramienta MCP foreignaffairs_topics
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
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.