Skip to main content

Follower Stats

Get follower growth statistics.

GET
/follower/stats
x-api-key<token>

API key used for authentication

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/follower/stats"
{
  "totalFollowers": 1500,
  "followersToday": 10,
  "followersThisMonth": 150
}
{
  "error": "string",
  "code": "string",
  "details": {}
}