org.passingreads.book.listBookIds

passingreads.org

Documentation

List all book IDs and locations for static site generation.

main query

List all book IDs and locations for static site generation.

Output

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

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

Lexicon Garden

@