Foreign affairs monitoring
Mit Foreign Policy-Endpunkten verwandelst du foreign affairs monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Turn Foreign Policy's public feed, topic archives, and articles into normalized JSON for monitoring and research.
Get Foreign Policy headlines, category or tag archives, and full article content as structured JSON.
Endpunkt-Familien
3
Dokumentierte Parameter
7
Beispiele
0
Live-Katalog-Snapshot
Aktive Endpunkte
3
Methoden
GET
Pflichtparameter
5
Schema-Referenzen
3
{
"platform": "Foreign Policy",
"endpoint": "foreignpolicy-article",
"method": "GET",
"path": "/foreignpolicy/article",
"auth": "apiKey"
}Use Cases
Get Foreign Policy headlines, category or tag archives, and full article content as structured JSON.
Mit Foreign Policy-Endpunkten verwandelst du foreign affairs monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Foreign Policy-Endpunkten verwandelst du policy research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Foreign Policy-Endpunkten verwandelst du content aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Foreign Policy-Endpunktkatalog — 3 Endpunkte, 7 dokumentierte Request-Parameter und 3 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
3 documented Foreign Policy endpoints, grouped into 3 request families — Article, Headlines and Topic.
7 request parameters are documented across those Foreign Policy endpoints, 5 of them required — the full input contract is public before you write any integration code.
3 of the 3 Foreign Policy endpoints carry a documented response schema, so the JSON shape is known before you write any parsing code.
Foreign Policy endpoints document their error responses (400, 404, 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 Policy endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/foreignpolicy/article
/foreignpolicy/headlines
/foreignpolicy/topic
Endpunktkatalog
/foreignpolicy/articleReturns a public Foreign Policy article's metadata and full body paragraphs from a canonical article URL. is_gated reports the site's own content-tier marker; the full body is always returned regardless, since Foreign Policy serves it in full to anonymous requests either way.
MCP-Tool foreignpolicy_article
/foreignpolicy/headlinesReturns fresh headlines from Foreign Policy's public, site-wide RSS feed. There is no section parameter: use foreignpolicy-topic to scope to one category or tag.
MCP-Tool foreignpolicy_headlines
/foreignpolicy/topicReturns one page of a public Foreign Policy category or tag archive (newest first). type selects the archive namespace and defaults to category; topic is the slug within it; page is 1-based.
MCP-Tool foreignpolicy_topic
Verwandte 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.
So scrapst du Foreign Policy
Crawlora returns Foreign Policy's site-wide headlines, category and tag archives, and complete public article text with one API key.
Call /foreignpolicy/headlines for the site-wide feed.
Use /foreignpolicy/topic with a category or tag slug.
Pass a canonical Foreign Policy URL to /foreignpolicy/article.
FAQ
The root headlines endpoint follows the site-wide feed. For focused coverage, use /foreignpolicy/topic with type=category or type=tag and a URL-safe archive slug.
It returns one numbered archive page with each story's title, canonical URL, summary, and publication date, while echoing the requested namespace, topic, and page.
Foreign Policy sends the complete text in the public server response for the covered article templates. Crawlora returns those paragraphs and reports the site's is_gated marker as metadata.
No login, cookie, or subscriber session is required for these public editorial web sources. Calls to Crawlora still use the same x-api-key authentication as the rest of the API.