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

{#TOP's & Rank's#}

GET
https://wapi.wizebot.tv/api/ranking/{API_KEY}/top/{TOP_TYPE}/{TOP_SUB_TYPE}/{LIMIT}
{#Retrieval of the TOP's of the channel.#}

Request

Path Params
API_KEY
string 
required
{#API key (R) of your WizeBot account.#}
Example:
{{API_KEY_R}}
TOP_TYPE
enum<string> 
required
{#Type of TOP's to recover#} (uptime, message, currency, ranks, level).
Allowed values:
uptimemessagecurrencyrankslevel
Example:
uptime
TOP_SUB_TYPE
enum<string> 
required
{#Subsidiary parameter of recovery#} (week, month, global).
{#Available only for the following TOPs:#} uptime, message.
Allowed values:
weekmonthglobal
Example:
week
LIMIT
integer 
required
{#Number of records to retrieve (Numerical value / Maximum: 100).#}
>= 1<= 100
Example:
100
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/ranking/{{API_KEY_R}}/top/uptime/week/100'

Responses

🟢200Success
application/json
Body
success
boolean 
required
list
array [object {3}] 
required
{#List of viewers in the TOP ordered from largest (TOP1) to smallest.#}
user_name
string 
required
Viewer Name.
user_uid
string 
required
value
string 
required
code
integer 
required
{#The code associated with the request.#}
cache_timestamps
integer 
required
{#The timestamps of caching.#}
Example
{
  "success": true,
  "list": [
    {
      "user_name": "player1",
      "user_uid": "1234",
      "value": "202329"
    },
    {
      "user_name": "player2",
      "user_uid": "12345",
      "value": "147261"
    },
    {
      "user_name": "player3",
      "user_uid": "123456",
      "value": "113814"
    }
  ],
  "code": 200,
  "cache_timestamps": 1714788535
}
Previous
{#Custom events#} ⭐️
Next
{#Warning system#} ⭐️
Built with