ConsoleCatalog
Sign in
RSC Publishing logo

RSC Publishing

pubs.rsc.orgResearchno auth

Chemistry articles, journals, abstracts, issues, and citations.

Article Abstract Landing

ASYNCREADNo auth

Returns an article's title, authors, affiliations, and abstract.

ParametersFormJSON

Publication year in the article landing URL path

Journal code in the article landing URL path

RSC article identifier (manuscript ID) in the landing URL path

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_pubs_rsc_org_article_abstract_landing",
    "params": {
      "pubyear": "2026",
      "journal_code": "cy",
      "article_id": "d6cy00244g"
    }
  }'