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. {#CustomDatas#}
  • 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
        GET
      • {#CustomDatas#} - SET
        POST
    • {#Channel Datas#}
      GET
    • {#Custom events#} ⭐️
      POST
    • {#TOP's & Rank's#}
      GET
    • {#Warning system#} ⭐️
      GET
  1. {#CustomDatas#}

{#CustomDatas#} - GET

GET
https://wapi.wizebot.tv/api/custom-data/{API_KEY}/get/{DATA_KEY}
{#Retrieving datas saved from the API.#}

Request

Path Params
API_KEY
string 
required
{#API key (W) of your WizeBot account.#}
Example:
{{API_KEY_W}}
DATA_KEY
string 
required
{#Key of your data, only the letters, numbers & "-" "_" signs are accepted (Ex: ABCD, AZERTY1234, HELLO-1234, HELLO_1234).#}
Example:
abcd1234
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/custom-data/{{API_KEY_W}}/get/abcd1234'

Responses

🟢200Success
application/json
Body
success
boolean 
required
{#true or false, if the operation was successful.#}
key
string 
required
{#Target value key.#}
val
string 
required
{#Target value.#}
code
integer 
required
{#The code associated with the request.#}
cache_timestamps
integer 
required
{#The timestamps of caching.#}
Example
{
  "success": true,
  "key": "abcd1234",
  "val": "1234abcd",
  "code": 200,
  "cache_timestamps": 1714787617
}
Previous
{#Virtual currency#} - RESET ⭐️
Next
{#CustomDatas#} - SET
Built with