ConsoleCatalog
Sign in
Emerald logo

Emerald

emerald.comResearchno auth

Article and book search, subjects, abstracts, journals, and citation metadata.

Book Details

ASYNCREADNo auth

Returns a book's metadata including title, DOI, ISBN, editors, publisher, and availability.

ParametersFormJSON

Numeric Emerald book identifier used in the edited-volume URL path

URL slug segment for the book title in the edited-volume path

searchresult query flag indicating the user arrived from search results

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_emerald_com_book_detail",
    "params": {
      "book_id": "21467",
      "book_slug": "A-Reference-Guide-for-Teaching-Kinesiology-through",
      "searchresult": "1"
    }
  }'