Skip to main content

Current Follower Count

Get the current (latest) follower count.

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

API key used for authentication

In: header

Query Parameters

platform?string

Filter by platform (e.g. twitch, youtube)

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/follower/current"
{
  "follower": {
    "id": "00000000-0000-0000-0000-000000000000",
    "followerCount": 1500,
    "source": "twitch",
    "platform": "twitch",
    "recordedAt": "2026-04-11T01:15:19.225Z",
    "createdAt": "2026-04-11T01:15:19.225Z"
  }
}
{
  "error": "string",
  "code": "string",
  "details": {}
}