The follower count is within the channel object inside the stream object, not the data object. You would use data.stream.channel.followers to access it.
Additionally, do not append Twitch API endpoints with .json as it’s unnecessary.
The follower count is within the channel object inside the stream object, not the data object. You would use data.stream.channel.followers to access it.
Additionally, do not append Twitch API endpoints with .json as it’s unnecessary.