{#Retrieval of the TOP's of the channel.#}
Request
Body Params multipart/form-data
Request Code Samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/ranking/{{API_KEY_R}}/top/uptime/week/100'
Responses
application/json {
"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
}
Modified at 2024-05-04 07:02:42