ConsoleCatalog
Sign in
The Washington Post logo

The Washington Post

washingtonpost.comNews Mediano auth

Headlines, section feeds, full article bodies, and recommendations.

Article Details

ASYNCREADNo auth

Returns a story's headline, byline, body, summary, and metadata for an article URL.

ParametersFormJSON

Article path on washingtonpost.com (leading slash), e.g. /politics/2026/05/26/story-slug/

Section slug when building URL from components instead of canonical_url

Publication year (YYYY) for path-based article URL

Publication month (MM) for path-based article URL

Publication day (DD) for path-based article URL

Story slug for path-based article URL

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_washingtonpost_article_detail_ssr",
    "params": {
      "canonical_url": "/politics/2026/05/26/texas-voters-head-polls-amid-concerns-over-senate-choice/",
      "section_slug": "politics",
      "year": "2026",
      "month": "05",
      "day": "26",
      "article_slug": "texas-voters-head-polls-amid-concerns-over-senate-choice"
    }
  }'