http://localhost
API for validation and conversion of ISBN-10 and ISBN-13 numbers
Converts an ISBN code to an ISBN-13 code
GET /isbn/convertTo13
Example:
091698477X
Converts an ISBN-13 code to an ISBN-10 code
GET /isbn/convertTo10
Example:
978-1-930110-99-1
Checks the code is a valid ISBN code.
GET /isbn/validator
Returns true if a valid ISBN code, otherwise false
Media type: application/json
Properties:
Example:
{
"isValid": true
}
Bad request, invalid query parameter is provided
Media type: text/plain
Type: any
Example:
Only one of following query params must be specified: isbn, isbn10, isbn13