ConsoleCatalog
Sign in
Autosport UK logo

Autosport UK

autosport.comSportsno auth

Autosport - racing news, results, championship standings, and driver features.

Article Details

ASYNCREADNo auth

Returns a full news article with title, author, date, and body text.

ParametersFormJSON

Racing series identifier used in the article URL path (e.g. f1, motogp, wrc)

URL slug for the news article

Numeric article ID used in the article URL path

cost: 2 credits · 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_autosport_uk_article_detail",
    "params": {
      "series_slug": "f1",
      "article_slug": "why-pierre-gasly-vented-his-lost-monaco-p3-with-fake-celebrations-i-knew-the-situation",
      "article_id": "10828587"
    }
  }'