List all book IDs and locations for static site generation.
Output
Encoding
application/jsonbooks
array
Required
No description available.
locations
array
Required
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",
"required": [
"books",
"locations"
],
"properties": {
"books": {
"type": "array",
"items": {
"ref": "org.passingreads.defs#bookIdEntry",
"type": "ref"
}
},
"locations": {
"type": "array",
"items": {
"ref": "org.passingreads.defs#locationEntry",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "List all book IDs and locations for static site generation."
}