📒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).

Streams Charts bits calculations are not verified by Twitch streamers themselves. We use our own methodology and only track bits count when the channel is online (mostly). So the numbers may not coincide with the original values. As for estimate income from bits, we calculate it using the formula 1 bit = 1 U.S. cent.

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

No specific filter (overall top)

20

10

Language (English, Spanish, Portuguese, etc.)

20

10

Platform’s partnership (Twitch partners, Twitch Affiliates)

20

10

Country (USA, Brazil, etc.)

40

20

Gender (male, female)

40

20

VTubers (list of all VTubers from Twitch)

40

20

If you combine, for example, filter by the language (which costs 20 credits) with filter by country (which costs 40 credits), the system will charge the bigger amount - 40 credits.

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:

today; 7-days; 30-days; 90-days; this-month; last-month; this-year; last-year; YYYY-MM-DD,YYYY-MM-DD

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:

curl -X GET https://streamscharts.com/api/jazz/bits \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

The response you would get would be a JSON response that contains something like a sample response:

{
"data":[
{
"platform": "twitch",
"channel_name": "stankrat_",
"channel_display_name": "StankRat_",
"channel_id": "159143377",
"avatar_url": "https://static-cdn.jtvnw.net/jtv_user_pictures/676af8ec-97de-4f41-ab49-d40233fb906f-profile_image-300x300.png",
"channel_country": "US",
"stream_language": "en",
"partnership_status": "partner",
"channel_type": "Male",
"total_bits": 3002509,
"cheer_messages": 6594,
"cheer_chatters": 576,
"income_from_bits_in_$": 30025.09,
"bits_per_cheered_message": 455.3,
"bits_per_cheered_chatter": 5212.7
},
{
"platform": "twitch",
"channel_name": "shylily",
"channel_display_name": "Shylily",
"channel_id": "100901794",
"avatar_url": "https://static-cdn.jtvnw.net/jtv_user_pictures/b71dc71f-0343-4809-bb85-8d13236effb3-profile_image-300x300.png",
"channel_country": "DE",
"stream_language": "en",
"partnership_status": "partner",
"channel_type": "Female",
"total_bits": 2312865,
"cheer_messages": 2905,
"cheer_chatters": 623,
"income_from_bits_in_$": 23128.65,
"bits_per_cheered_message": 796.2,
"bits_per_cheered_chatter": 3712.5
},
{"platform": "twitch", "channel_name": "firedancer", "channel_display_name": "firedancer", "channel_id": "132563423",…},
{"platform": "twitch", "channel_name": "caseoh_", "channel_display_name": "caseoh_", "channel_id": "267160288",…},
...
{"platform": "twitch", "channel_name": "stevebrochill", "channel_display_name": "SteveBroChill",…},
{"platform": "twitch", "channel_name": "katana1988", "channel_display_name": "Katana1988", "channel_id": "100603448",…}
],
"links":{
"first": "https://streamscharts.com/api/jazz/bits?page=1",
"next": "https://streamscharts.com/api/jazz/bits?page=2"
},
"meta":{
"current_page": 1,
"from": 1,
"path": "https://streamscharts.com/api/jazz/bits",
"per_page": 100,
"to": 100
},
"filters":[]
}

Filters supported values

Language

For languages, we use ISO 639-1 Language Codes, a two-character code that serves as identifiers for major (macro) languages worldwide.

To filter a list of channels by language, use the filter lang={name}, e.g., lang=en

Request example:

curl -X GET https://streamscharts.com/api/jazz/bits?lang=en \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

Platform’s partnership

Supported values:

only_partners; only_affiliates

To filter a list of channels by platform’s partnership, use the filter partner={value}, e.g., partner=only_partners

Request example:

curl -X GET https://streamscharts.com/api/jazz/bits?partner=only_partners \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

Country

For countries, we use ISO 3166 Alpha-2 Codes, a two-character code that serves as identifiers for major countries worldwide. Note that all country information is based on user contributions and is available for hundreds of thousands of channels.

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:

curl -X GET https://streamscharts.com/api/jazz/bits?country=US \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

Gender (Channel type)

Supported values:

female; male; organization

Organization type includes esports, studio, and game publisher channels. Note that all gender information is based on user contributions and is available for hundreds of thousands of channels.

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:

curl -X GET https://streamscharts.com/api/jazz/bits?type=female \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

VTubers

VTubers are one of the main phenomena of recent years in the digital entertainment industry. Streamers with digital avatars gather thousands of viewers on their broadcasts regularly and have long been competing on equal terms with other top content creators. Streams Charts has collected an extensive database of top VTubers on all popular live streaming platforms.

To see a list of Twitch VTubers by bits, use the filter vtuber=all

Request example:

curl -X GET https://streamscharts.com/api/jazz/bits?vtuber=all \
-H 'Client-ID: XXXXXXXXXXXX' \
-H 'Token: YYYYYYYYYYYYYY'

Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.

Last updated