Isbndb
Connector for the isbndb API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.isbndb.com - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
get_author_name— GET /author/{name} — Gets author detailsget_authors_query— GET /authors/{query} — Search authorsget_book_isbn— GET /book/{isbn} — Gets book detailsget_books_query— GET /books/{query} — Search booksget_publisher_name— GET /user/{name} — Gets user detailsget_publishers_query— GET /publishers/{query} — Search publishers
Inputs
apiKey— your isbndb API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_author_name
apiKey: <your key>