validate_isbn10
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify an ISBN-10 (older book identifier) instead of trusting 10 characters. Checks the mod-11 check digit (which may be 'X'). For 13-digit ISBNs use validate_isbn.
Parameters schema
{
"type": "object",
"required": [
"isbn"
],
"properties": {
"isbn": {
"type": "string",
"description": "The ISBN-10 (hyphens/spaces ignored)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries