WizeBot - API Documentation
Language
  • Български
  • Čeština
  • Dansk
  • Deutsch
  • Ελληνικά
  • English
  • Español
  • Español (Latinoamérica)
  • Suomi
  • Français
  • हिन्दी
  • Magyar
  • Italiano
  • 日本語
  • 한국어
  • Nederlands
  • Norsk
  • Polski
  • Português
  • Português (Brasil)
  • Română
  • Русский
  • Slovenčina
  • Svenska
  • ไทย
  • Türkçe
  • Українська
  • Tiếng Việt
  • 中文
HomeMain DocumentationStatusRoadMapSupport
Language
  • Български
  • Čeština
  • Dansk
  • Deutsch
  • Ελληνικά
  • English
  • Español
  • Español (Latinoamérica)
  • Suomi
  • Français
  • हिन्दी
  • Magyar
  • Italiano
  • 日本語
  • 한국어
  • Nederlands
  • Norsk
  • Polski
  • Português
  • Português (Brasil)
  • Română
  • Русский
  • Slovenčina
  • Svenska
  • ไทย
  • Türkçe
  • Українська
  • Tiếng Việt
  • 中文
HomeMain DocumentationStatusRoadMapSupport
Twitter (X)
Twitch
  1. WizeBot
  • WizeBot
    • StreamAthon
      • Streamathon ⭐️
      • Streamathon ⭐️
    • Goals
      • Goals ⭐️
    • Defmod
      • {#Emergency Mode#}
      • Slow Chat ⭐️
    • {#Virtual currency#}
      • {#Virtual currency#} - GET ⭐️
      • {#Virtual currency#} - ADD ⭐️
      • {#Virtual currency#} - REMOVE ⭐️
      • {#Virtual currency#} - SET ⭐️
      • {#Virtual currency#} - RESET ⭐️
    • {#CustomDatas#}
      • {#CustomDatas#} - GET
      • {#CustomDatas#} - SET
    • {#Channel Datas#}
      GET
    • {#Custom events#} ⭐️
      POST
    • {#TOP's & Rank's#}
      GET
    • {#Warning system#} ⭐️
      GET
  1. WizeBot

{#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

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://wapi.wizebot.tv/api/channels/{{API_KEY_R}}/datas'

Responses

🟢200Success
application/json
Body

Example
{
    "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
}
Modified at 2024-05-04 05:13:30
Previous
{#CustomDatas#} - SET
Next
{#Custom events#} ⭐️
Built with