ConsoleCatalog
Sign in
DOAB logo

DOAB

doabooks.orgResearchno auth

Open-access book directory by subject, with authors, ISBN, DOI, and downloads.

Book Detail Full Record

ASYNCREADNo auth

Returns a book's complete Dublin Core bibliographic record with all metadata fields.

ParametersFormJSON

DSpace handle identifier for the book (e.g. 20.500.12854/64126)

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_doabooks_book_detail_full_record",
    "params": {
      "handle_id": "20.500.12854/64126"
    }
  }'