Get books at a specific H3 location.
Parameters
Output
Encoding
application/jsonbooks
array
Required
No description available.
locationName
string
Optional
Human-readable name of the requested location
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"
],
"properties": {
"books": {
"type": "array",
"items": {
"ref": "org.passingreads.book.defs#statefulBook",
"type": "ref"
}
},
"locationName": {
"type": "string",
"description": "Human-readable name of the requested location"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"h3"
],
"properties": {
"h3": {
"type": "string",
"description": "H3 cell index"
}
}
},
"description": "Get books at a specific H3 location."
}