Foreign affairs monitoring
Foreign Policyエンドポイントを使えば、「Foreign affairs monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
7
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
5
スキーマ参照
3
{
"platform": "Foreign Policy",
"endpoint": "foreignpolicy-article",
"method": "GET",
"path": "/foreignpolicy/article",
"auth": "apiKey"
}ユースケース
Get Foreign Policy headlines, category or tag archives, and full article content as structured JSON.
Foreign Policyエンドポイントを使えば、「Foreign affairs monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Foreign Policyエンドポイントを使えば、「Policy research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Foreign Policyエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のForeign Policyエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ7個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Foreign Policyのエンドポイントは3件、3つのリクエストファミリーに分類されています(Article、Headlines、Topic)。
これらのForeign Policyエンドポイントには7個のリクエストパラメータがドキュメント化されており、うち5個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のForeign Policyエンドポイントのうち3件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Foreign Policyのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Foreign Policyのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/foreignpolicy/article
/foreignpolicy/headlines
/foreignpolicy/topic
エンドポイントカタログ
/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ツール 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ツール 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ツール foreignpolicy_topic
関連API
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.
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.