πSingle channel stats
The first call for the channel's metrics costs 1 or 2 credits, depending on the set of metrics (see the difference below).
Next calls cost 0.1 and 0.2 credits for less than 14 days period (i.e., if the data period you request is less than 14 days, for example, from April 1 to April 10), 0.3 and 0.6 credits for the over 14 days period accordingly (i.e., if the data period you request is more than 14 days, for example, from April 1 to April 25).
On day 31, since your first request, it will cost another credit or two again for the first API call for a specific channel.
Available data sets of metrics
Set of metrics
1st request, credits
each next request, β€ 14 days time period, credits
each next request, > 14 days time period, credits
Standard set of metrics
Available platforms
One request will provide you with data for one specific channel only. Since the channel can broadcast on different platforms with the same name, use the filter by platform: platform={name}. Supported values:
twitch; youtube; kick; rumble; trovo; nimo; bigo; nonolive; afreecatv; mildom; chzzk; soop; steamSupported time periods
Use the filter time={value} to select a different time period. If you do not specify a time period, you will get data for the last 30 days by default. Supported values:
If needed, you can select a specific time period of channel stats down to the hours and minutes. To do this, add a time range in the filter time={value} in the next format: YYYY-MM-DD HH:MM,YYYY-MM-DD HH:MM
Note: With the exact time, you can select only within the 7-day range.
How to access the standard set of metrics for single channel stats
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.
Use the example request below to see how it works with a standard set of metrics for a single channel stats.
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:
Excluding
NimoTV, Bigo LIVE, AfreecaTV, CHZZK, SOOP, SteamTV:
YouTube, Trovo, Nonolive, Mildom:
Rumble:
Extra set of metrics
By extra metrics, we mean that in return for the standard set of metrics, you will also get the following ones:
Available platforms
One request will provide you with data for one specific channel only. Since an extra set of metrics is available only for Twitch channels, use the filter platform=twitch to get it.
Supported time periods
Use the filter time={value} to select a different time period. If you do not specify a time period, you will get data for the last 30 days by default. Supported values:
If needed, you can select a specific time period of channel stats down to the hours and minutes. To do this, add a time range in the filter time={value} in the next format: YYYY-MM-DD HH:MM,YYYY-MM-DD HH:MM
Note: With the exact time, you can select only within the 7-day range.
How to access the extra set of metrics for single channel stats
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 get an extra set of metrics by one channel, use the following route: /api/jazz/channels-extra/{name}?platform=twitch
To see how it works with an extra set of metrics for a single channel stats, use the example request below.
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:
Paid subscribers set of metrics
Available platforms
One request will provide you with data for one specific channel only. Since a paid subscribers set of metrics is available only for Twitch channels, use the filter platform=twitch to get it.
Supported time periods
Use the filter time={value} to select a different time period. If you do not specify a time period, you will get data for the last 30 days by default. Supported values:
If needed, you can select a specific time period of channel stats down to the hours and minutes. To do this, add a time range in the filter time={value} in the next format: YYYY-MM-DD HH:MM,YYYY-MM-DD HH:MM
Note: With the exact time, you can select only within the 7-day range.
How to access the paid subscribers' set of metrics for single channel stats
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 get paid subscribers set of metrics by one channel, use the following route: /api/jazz/channels-extra/{name}/subs?platform=twitch
To see how it works with paid subscribers' set of metrics for single channel stats, use the example request below.
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:
Chat analytics set of metrics
Available platforms
One request will provide you with data for one specific channel only. Since the channel can broadcast on different platforms with the same name, use the filter by platform: platform={name}. Supported values:
Supported time periods
Use the filter time={value} to select a different time period. If you do not specify a time period, you will get data for the last 30 days by default. Supported values:
How to access the chat analytics set of metrics for single channel stats
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 get chat analytics set of metrics by one channel, use the next route: /api/jazz/channels-extra/{name}/chat?platform=twitch
To see how it works with a chat analytics set of metrics for a single channel stats, use the example request below.
Use your Client ID and token instead of "XXXXXXXXXXXX" and "YYYYYYYYYYYYYY", which you can find here.
The response you would get for Twitch chat data would be a JSON response that contains something like a sample response:
The response you would get for YouTube or Kick chat data would be a JSON response that contains something like a sample response:
Audience geography set of metrics
Available platforms
One request will provide you with data for one specific channel only. Since a location set of metrics is available only for Twitch channels, use the filter platform=twitch to get it.
Supported time periods
Use the filter time={value} to select a different time period. If you do not specify a time period, you will get data for the last 30 days by default. Supported values:
How to access the audience geography set of metrics for single channel stats
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 get chat analytics set of metrics by one channel, use the next route: /api/jazz/channels-extra/{name}/geo?platform=twitch
To see how it works with a location set of metrics for a single channel stats, use the example request below.
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:
Audience demographics set of metrics
Available platforms
One request will provide you with data for one specific channel only. Since demographics set of metrics is available only for Twitch channels, use the filter platform=twitch to get it.
Supported time periods
Selecting a specific time is not available for demographics. Channel data is current as of today and aggregated over the last 30 streams.
How to access the audience demographics set of metrics for single channel stats
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 get chat analytics set of metrics by one channel, use the next route: /api/jazz/channels-extra/{name}/demo?platform=twitch
To see how it works with a location set of metrics for a single channel stats, use the example request below.
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:
Last updated