ConsoleCatalog
Sign in
The Lancet logo

The Lancet

thelancet.comResearchno auth

Medical article abstracts, full text, issues, and journals.

Article Abstract Details

ASYNCREADNo auth

Returns an article's title, abstract, authors, and citation metadata.

ParametersFormJSON

Lancet journal short code for the article's journal

Publisher Item Identifier (PII) for the article, as used in Lancet URLs

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_thelancet_article_abstract_detail",
    "params": {
      "journal_code": "laninf",
      "article_pii": "PIIS1473-3099(26)00177-5"
    }
  }'