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 DocumentationStatusRoadMapSupportUpdates
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 DocumentationStatusRoadMapSupportUpdates
Twitter (X)
Twitch
  1. StreamAthon
  • WizeBot
    • StreamAthon
      • Streamathon ⭐️
        GET
      • Streamathon ⭐️
        POST
    • 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. StreamAthon

Streamathon ⭐️

GET
https://wapi.wizebot.tv/api/streamathon/{API_KEY}/get/{ID}
{#Perform a specific action on a Streamathon widget.#}

Request

Path Params
API_KEY
string 
required
{#API key (W) of your WizeBot account.#}
Example:
{{API_KEY_W}}
ID
integer 
required
{#Specific widget ID to retrieve details for.#}
Example:
1234

Request 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/streamathon/{{API_KEY_W}}/get/1234'

Responses

🟢200Success
application/json
Body
success
boolean 
required
{#true or false, if the operation was successful.#}
datas
object 
required
locked
boolean 
required
{#true or false, whether the widget is locked or not.#}
start_time
string 
required
{#When the Streamathon counter began.#}
added
string 
required
{#How many seconds have been added since.#}
code
integer 
required
{#The code associated with the request.#}
Example
{
  "success": true,
  "datas": {
    "locked": true,
    "start_time": "2023-12-10 01:30:00",
    "added": "0"
  },
  "code": 200
}
Next
Streamathon ⭐️
Built with