{#Channel Datas#}
GET
https://wapi.wizebot.tv/api/channels/{API_KEY}/datas{#Our "Channel Datas" API allows you to retrieve various WizeBot and Twitch data's from your channel.#}
Request
{#API key (R) of your WizeBot account.#}
Request samples
Responses
{#The name of the channel.#}
{#Online status of the channel.#}
{#Average frames per second of the video stream.#}
{#Height of the video.#}
{#Current number of chatters.#}
{#Current number of viewers.#}
{#Current number of moderators.#}
{#Current number of followers.#}
{#Current number of subscribers.#}
{#Current number of VIPs.#}
{#Current status of the channel.#}
{#Current game being streamed.#}
{#Total count of followers.#}
{#Total views count of the channel.#}
{#Logo (link) of the stream.#}
{#Number of subscriptions today.#}
{#Total subscription points.#}
{#Total gift subscriptions.#}
{#Session subscriptions.#}
{#Session resubscriptions.#}
{#Number of messages.#}
{#New followers in session.#}
{#Last resubscription.#}
{#Last subscription.#}
{#Last resubscription or subscription viewer.#}
{#Cumulative month for the last resubscription or subscription viewer.#}
{#Number of subscriptions.#}
{#Last followed name.#}
{#Last user name who raided.#}
{#Last raid viewers count.#}
{#Count of level 1000 subscriptions.#}
{#Count of level 2000 subscriptions.#}
{#Count of level 3000 subscriptions.#}
{#Counter list (created via custom commands).#}
{#Play with viewers list (created via custom commands).#}
{#Song requests informations.#}
{#Quotes informations.#}
{#Donations informations (Outdated).#}
{#The code associated with the request.#}
{#The timestamps of caching.#}
{
"channel_name": "MyChannelName",
"data": {
"online": "1",
"average_fps": 0,
"video_height": "",
"current_chatters": "599",
"current_viewers": "683",
"current_moderators": "6",
"current_followers": "553",
"current_subs": "175",
"current_vips": "2",
"current_status": "My extraordinary stream title!",
"current_game": "Project Zomboid",
"follow_count": "172504",
"channel_views": "17171310",
"stream_logo": "https://static-cdn.jtvnw.net/jtv_user_pictures/f67643ad-e5a4-4f70-a019-504c4e725943-profile_image-300x300.png",
"todaySub": "57",
"sub_total_points": "2048",
"sub_total_gift": "653",
"session_subs": "21",
"session_resubs": "20",
"msg_count": "1074",
"session_followers": "2",
"sub_last_resub": "LastResuber",
"sub_last_sub": "LastSuber",
"sub_last_viewer": "LastSuberOrResuber",
"sub_last_viewer_cumul_month": "12",
"sub_count": "1905",
"last_follow_name": "LastFollowName",
"last_raid_user_name": "LastRaider",
"last_raid_count": "158",
"sub_1000_count": 1890,
"sub_2000_count": 5,
"sub_3000_count": 10,
"counters": {
"dead": "1"
},
"playwithviewers": {
"play": "NextViewer"
},
"songrequest": {
"sr_cs_viewername": false,
"sr_cs_title": false
},
"quote": {
"last_quote_sender": "LastQuoteSender",
"last_quote_text": "Last Quote text"
},
"donation": []
},
"code": 200,
"cache_timestamps": 1714775946
}