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 ⭐️

POST
https://wapi.wizebot.tv/api/streamathon/{API_KEY}/actions/{ACTION}/{ID}/{VALUE}
{#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}}
ACTION
enum<string> 
required
{#Action to perform#} (add_seconds, remove_seconds, lock, unlock, reset).
Allowed values:
add_secondsremove_secondslockunlockreset
Example:
add_seconds
ID
string 
required
{#Specific widget ID or 'all' for all widgets.#}
Example:
1234
VALUE
integer 
required
{#Number of seconds to add/remove or minutes for reset (if required by the action).#}
Example:
120

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 POST 'https://wapi.wizebot.tv/api/streamathon/{{API_KEY_W}}/actions/add_seconds/1234/120'

Responses

🟢200Success
application/json
Body
success
boolean 
required
{#true or false, if the operation was successful.#}
code
integer 
required
{#The code associated with the request.#}
Example
{
  "success": true,
  "code": 200
}
Previous
Streamathon ⭐️
Next
Goals ⭐️
Built with