org.passingreads.book.getBook

passingreads.org

Documentation

Get full details about a specific book.

main query

Get full details about a specific book.

Parameters

id string Required

The book ID (short ID from QR code)

Output

Encodingapplication/json
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
The book ID (short ID from QR code)
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."
}

Lexicon Garden

@