Get the current (latest) follower count.
API Key API key used for authentication
In: header
Filter by platform (e.g. twitch, youtube)
^[a-z0-9][a-z0-9-]{0,31}$Filter by a provider-native account ID (requires platform)
application/json
application/json
curl -X GET "https://example.com/follower/current"{ "follower": { "id": "00000000-0000-0000-0000-000000000000", "followerCount": 1500, "platform": "twitch", "accountId": null, "origin": "manual", "recordedAt": "2026-08-31T13:56:56.296Z", "createdAt": "2026-08-31T13:56:56.296Z" }}{ "error": "string", "code": "string", "details": null}