UnifyAPI
← Back to catalog

books.isbn_lookup

mock data$0.001 / call

ISBN Book Lookup

Look up a book by ISBN-10 or ISBN-13 — title, author, publisher, pages, cover image, subjects. 40M+ books (Open Library / Internet Archive)

Educationprovider: Books#books#education

Input schema

isbnrequired

ISBN-10 or ISBN-13 to look up (e.g. "9780451524935" for 1984, "0140449132" for The Republic)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/books.isbn_lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"isbn":"<isbn>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.