buzz.bookhive.getUserLists

bookhive.buzz

Documentation

Get all book lists for a user.

main query

Get all book lists for a user.

Parameters

did string Required

DID of the user whose lists to fetch

Output

Encodingapplication/json
lists 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
DID of the user whose lists to fetch
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "lists"
      ],
      "properties": {
        "lists": {
          "type": "array",
          "items": {
            "ref": "buzz.bookhive.getList#listView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "description": "DID of the user whose lists to fetch"
      }
    }
  },
  "description": "Get all book lists for a user."
}

Lexicon Garden

@