ConsoleCatalog
Sign in
Cairn logo

Cairn

cairn.infoResearchno auth

French humanities and social sciences; disciplines, journals, articles, and metadata.

Article Details

ASYNCREADNo auth

Returns title, authors, abstract, DOI, and bibliographic metadata for a publication.

ParametersFormJSON

URL path slug for the publication page after the domain (e.g. revue-sociologie-2024-2-page-119)

Language code for the lang query parameter

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_cairn_info_article_detail",
    "params": {
      "publication_slug": "revue-sociologie-2024-2-page-119",
      "language": "fr"
    }
  }'