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