org.passingreads.book.getPublicationBooks

passingreads.org

Documentation

List every dropped book copy that shares a publicationId. Unlike searchBooks this does not de-duplicate — the publication detail page wants every individual copy so the user can see exactly how many are out there and where.

main query

List every dropped book copy that shares a publicationId. Unlike searchBooks this does not de-duplicate — the publication detail page wants every individual copy so the user can see exactly how many are out there and where.

Parameters

publicationId string Required

The OpenLibrary Edition ID shared by all copies of this publication.

Output

Encodingapplication/json
books 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)
Parameters
The OpenLibrary Edition ID shared by all copies of this publication.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "books"
      ],
      "properties": {
        "books": {
          "type": "array",
          "items": {
            "ref": "org.passingreads.book.defs#statefulBook",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "publicationId"
    ],
    "properties": {
      "publicationId": {
        "type": "string",
        "description": "The OpenLibrary Edition ID shared by all copies of this publication."
      }
    }
  },
  "description": "List every dropped book copy that shares a publicationId. Unlike searchBooks this does not de-duplicate — the publication detail page wants every individual copy so the user can see exactly how many are out there and where."
}

Lexicon Garden

@