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. 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

{#Warning system#} ⭐️

GET
https://wapi.wizebot.tv/api/warnings/{API_KEY}/get/{VIEWER_IDENTIFIER}
{#Recover the total number of warnings of a viewer.#}

Request

Path Params
API_KEY
string 
required
{#API key (R) of your WizeBot account.#}
Example:
{{API_KEY_R}}
VIEWER_IDENTIFIER
string 
required
{#Name of the viewer or identifier of the platform (digital) of the viewer.#}
Example:
Dere011
Body Params multipart/form-data
object {0}

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/warnings/{{API_KEY_R}}/get/Dere011'

Responses

🟢200Success
application/json
Body
success
boolean 
required
{#true or false, if the operation was successful.#}
user
object 
required
{#Information (id, name) of target user.#}
user_id
string 
required
{#Viewer ID.#}
user_name
string 
required
{#Viewer Name.#}
warning_count
integer 
required
{#Number of warnings assigned to the target viewer.#}
code
integer 
required
{#The code associated with the request.#}
cache_timestamps
integer 
required
{#The timestamps of caching.#}
Example
{
  "success": true,
  "user": {
    "user_id": "28294141",
    "user_name": "dere011"
  },
  "warning_count": 0,
  "code": 200,
  "cache_timestamps": 1714788109
}
Previous
{#TOP's & Rank's#}
Built with