ConsoleCatalog
Sign in
Nikkei Asia logo

Nikkei Asia

asia.nikkei.comNews Mediano auth

Articles, sections, country feeds, paywalled text, search, and topics.

Article Content

ASYNCREADNo auth

Returns full article body, author, tags, keywords, and related articles from a URL.

ParametersFormJSON

Nikkei Asia article URL e.g. https://asia.nikkei.com/Business/..

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": "nk_article",
    "params": {
      "url": "https://asia.nikkei.com/politics/international-relations/bangladeshi-foreign-minister-visits-india-to-reset-relationship"
    }
  }'