org.passingreads.book.listDroppedBooks

passingreads.org

Documentation

List all currently dropped books (books whose current state is 'org.passingreads.book.drop').

main query

List all currently dropped books (books whose current state is 'org.passingreads.book.drop').

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)
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"
  },
  "description": "List all currently dropped books (books whose current state is 'org.passingreads.book.drop')."
}

Lexicon Garden

@