Get Follower Count

Returns the amount of followers your channel currently has.

Box Name Type Description
Login Name Dropdown Your Twitch login name (all lowercase characters)
Save Variable As String Variable name to save the follower count

Saved Value:

Value Type Description
savedVariable Number Total follower count returned by Twitch (total).
undefined Undefined Saved if Twitch is not connected, the channel cannot be resolved, required scopes are missing, Twitch returns an empty response, or the request fails.

Twitch API Endpoint: GET /helix/channels/followers

Example SAMMI Response:

42371

SAMMI saves only the total field from the API response as a plain number.

Back to the list