ConsoleCatalog
Sign in
Openedition logo

Openedition

openedition.orgResearchno auth

Open-access scholarly books and journals - disciplines, full-text articles, and chapters.

Book Chapter Details

ASYNCREADNo auth

Returns a book chapter's full-text body, abstract, and chapter-level Dublin Core metadata.

ParametersFormJSON

OpenEdition Books chapter numeric ID used in the /pur/{chapter_id} 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_openedition_org_book_chapter_detail",
    "params": {
      "chapter_id": "311025"
    }
  }'