Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ISBNdb Books API

Book endpoints

ISBNdb Books API is one of 8 APIs that ISBNdb publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Books. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and pricing.

This API exposes 3 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 2.7.0.

Requests are made against a single base URL, https://api2.isbndb.com.

3 operations 3 paths 8 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.7.0
Base URL
https://api2.isbndb.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ISBNdb Books API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth).

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Books 3

Book endpoints

GET
/book/{isbn}
Get book details by isbn.
get_app_api_book_book__invoke 2 params → 200404
POST
/books
Search books
post_app_api_book_bookmultiple__invoke body → 200
GET
/books/{query}
Search books
get_app_api_book_searchbook__invoke 10 params → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Book (26 properties), Price (8 properties), GetBooksMultipleResponse (3 properties), RelatedIsbn (2 properties). Each schema is shown below with its type and property counts.

RelatedIsbn
object
2 properties 2 required
GetBooksMultipleResponse
object
3 properties 2 required
Price
object
8 properties 8 required
Book
object
26 properties 5 required
ErrorResponse
object
2 properties 2 required
GetBooksMultipleRequest
object
1 property 1 required
GetBookResponse
object
1 property 1 required
Point
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

isbndb-books-api-openapi.yml Raw ↑

Other APIs ISBNdb publishes across the network.

ISBNdb Author API
ISBNdb Feed API
ISBNdb Key API
ISBNdb Publisher API
ISBNdb Search API
ISBNdb Stats API
ISBNdb Subject API