ISBNdb · Example Payload

Book Get Response

BooksISBNPublishingMetadataLibraryBibliography

Book Get Response is an example object payload from ISBNdb, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

book

Example Payload

Raw ↑
{
  "book": {
    "title": "The Great Gatsby",
    "title_long": "The Great Gatsby",
    "isbn": "9780743273565",
    "isbn13": "9780743273565",
    "isbn10": "0743273567",
    "binding": "Paperback",
    "publisher": "Scribner",
    "language": "en",
    "date_published": "2004-09-30",
    "edition": "1st Scribner trade paperback edition",
    "pages": 180,
    "dimensions": "8.4 x 5.5 x 0.5 inches",
    "dimensions_structured": {
      "height": {
        "unit": "IN",
        "value": 8.4
      },
      "length": {
        "unit": "IN",
        "value": 5.5
      },
      "weight": {
        "unit": "Pounds",
        "value": 0.45
      },
      "width": {
        "unit": "IN",
        "value": 0.5
      }
    },
    "overview": "A novel set in the Jazz Age on Long Island.",
    "image": "https://images.isbndb.com/covers/35/65/9780743273565.jpg",
    "image_original": null,
    "msrp": 18.0,
    "excerpt": null,
    "synopsis": "The story of the mysteriously wealthy Jay Gatsby and his love for the beautiful Daisy Buchanan.",
    "authors": [
      "F. Scott Fitzgerald"
    ],
    "subjects": [
      "Fiction",
      "Classics",
      "American Literature"
    ],
    "reviews": [],
    "prices": [
      {
        "condition": "new",
        "merchant": "Amazon",
        "merchant_logo": "https://example.com/amazon-logo.png",
        "merchant_logo_offset": {
          "x": "0",
          "y": "0"
        },
        "shipping": "0.00",
        "price": "12.49",
        "total": "12.49",
        "link": "https://www.amazon.com/dp/0743273567"
      }
    ],
    "related": null,
    "other_isbns": [
      {
        "isbn": "9780684801520",
        "binding": "Hardcover"
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/book-get-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.