GET webservices/xid/isbn/{isbn}

worldcat.org:worldcat-api

Summary: Get metadata or editions for an ISBN
Operation ID: getXisbn
Auth: unknown
Description

Retrieve bibliographic metadata, related ISBNs (editions), or convert between ISBN-10 and ISBN-13 formats.

Parameters (5)

fl (string, query, optional)

Fields to return (e.g., * for all, or specific fields like title,author,year)

format (string, query, optional, default: xml)

Response format

Constraints: {'enum': ['xml', 'json', 'python', 'ruby', 'php']}

isbn (string, path, required)

ISBN-10 or ISBN-13 number

library (string, query, optional)

Filter by library (e.g., 'freeebook' for free ebooks)

method (string, query, optional)

Method to perform: getMetadata (default), getEditions, to10 (convert to ISBN-10), to13 (convert to ISBN-13)

Constraints: {'enum': ['getMetadata', 'getEditions', 'to10', 'to13']}

No probe data for this endpoint yet.