pub.chive.collection.getFollowerCount

chive.pub

Documentation

Get the follower count for a collection (via network.cosmik.follow records)

main query

Get the follower count for a collection (via network.cosmik.follow records)

Parameters

uri string Required

AT-URI of the collection

Output

Encodingapplication/json
count integer Required

Number of followers

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
AT-URI of the collection
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "description": "Number of followers"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "description": "AT-URI of the collection"
      }
    }
  },
  "description": "Get the follower count for a collection (via network.cosmik.follow records)"
}

Lexicon Garden

@