Get full details about a specific book.
Parameters
Output
Encoding
application/jsonbook
reforg.passingreads.book.defs#statefulBook
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"book": {
"ref": "org.passingreads.book.defs#statefulBook",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The book ID (short ID from QR code)"
}
}
},
"description": "Get full details about a specific book."
}