org.passingreads.book.getLocationBooks

passingreads.org

Documentation

Get books at a specific H3 location.

main query

Get books at a specific H3 location.

Parameters

h3 string Required

H3 cell index

Output

Encodingapplication/json
books 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
H3 cell index
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."
}

Lexicon Garden

@