Book Related Editions Data API
Book Related Editions Data API Details
Book Related Editions API provides access to different editions of a book by ISBN, EAN, ASIN, or other identifiers. Retrieve variations such as hardcover, paperback, special editions, and translated versions to streamline book data integration and enhance discoverability.
To try out the Book Related Editions Data API, see the API Documentation
To learn more about the API and how it works, see the API Information
API Documentation API InformationBook Related Editions API Request CURL Example
curl -X 'GET' \
'https://www.isbnlab.com/api/related/isbn/9780765302304' \
-H 'accept: application/ld+json'
-H 'Authorization: Bearer {API_TOKEN}'
Book Related Editions API Response Example
{
"@context": "string",
"@id": "string",
"@type": "string",
"related": [
9781250252609,
9781429960830,
9781841492322,
9783492959438,
9786053750321,
9788445007112,
9788448034740,
9780356503967,
... (truncated for brevity)
]
}
Book Related Editions API Response Definition Model
{
"@context": "string",
"@id": "string",
"@type": "string",
"related": [
"string"
]
}