Get the follower count for a collection (via network.cosmik.follow records)
Parameters
Output
Encoding
application/jsoncount
integer
Required
Number of followers
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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)"
}