Current Follower Count
Get the current (latest) follower count.
Authorization
API Key x-api-key<token>
API key used for authentication
In: header
Query Parameters
platform?string
Filter by platform (e.g. twitch, youtube)
Match
^[a-z0-9][a-z0-9_-]{0,79}$Length
length <= 80Response 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-06-01T18:51:07.215Z",
"createdAt": "2026-06-01T18:51:07.215Z"
}
}{
"error": "string",
"code": "string",
"details": {}
}