ConsoleCatalog
Sign in
Google Books logo

Google Books

books.google.comResearchno auth

Listings, edition metadata, preview snippets, and author listings.

Alternate Edition Details

ASYNCREADNo auth

Returns metadata for a related book edition including title, author, and publisher.

ParametersFormJSON

Google Books edition identifier for alternate edition URLs

Google ved tracking token from edition page links

Locale/language code for Google Books UI (hl query param)

cost: 2 credits · 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_books_google_book_edition_detail_edition_id",
    "params": {
      "edition_id": "yNsh0AEACAAJ",
      "ved_token": "2ahUKEwjWpeL3wfSUAxX5T2cHHQ9sI7IQre8FegQICxAC",
      "locale": "en"
    }
  }'