List of top Twitch channels by bits
Here you can get a list of Twitch channels by bits (a virtual good you can buy on Twitch that give you the power to encourage and show support for streamers, get attention in chat through animated Cheermotes, get recognition through badges, leaderboards, with even more possibilities in Extensions).
Streamers can be filtered by language, partner status, country, gender, and VTubers type. Here you can also select the time period for which you want the data — from the last 7 days to the statistics for the year (365 days).
Available filters
Each request will be sorted by the total number of bits by default. The maximum period of time per request is 365 days, with the number of rows per request equal to 100.
Filter
List of channels, top 100, credits
List of channels, each next page (top 200, etc.), credits
20
10
20
10
20
10
40
20
40
20
40
20
Supported time periods
You get a list of channels sorted by total bits for the last 30 days by default. To select a different time period, use the filter time={value}
. The maximum period of time per one TOP is 365 days. Supported values:
Pagination
You get 100 rows per page by default. To see other pages, use paginations, e.g. page=2
How to access the list of channels by total bits data set
You will need a Client ID and a token to use Streams Charts API. Your Client ID is bound to your account and can never be changed, but you can change your access token anytime for security reasons.
To see how it works with a list of channels by total bits, see an example request below:
The response you would get would be a JSON response that contains something like a sample response:
Filters supported values
Language
To filter a list of channels by language, use the filter lang={name}
, e.g., lang=en
Request example:
Platform’s partnership
Supported values:
To filter a list of channels by platform’s partnership, use the filter partner={value}
, e.g., partner=only_partners
Request example:
Country
To filter a list of channels by country, use the filter country={alpha‑2 code}
, e.g., country=US to get a list of channels by bits from the USA.
Request example:
Gender (Channel type)
Supported values:
To filter a list of channels by gender, use the filter type={value}
, e.g., type=female, to see a list of female streamers by bits.
Request example:
VTubers
To see a list of Twitch VTubers by bits, use the filter vtuber=all
Request example:
Last updated