Streamathon ⭐️
GET
https://wapi.wizebot.tv/api/streamathon/{API_KEY}/get/{ID}{#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}}
ID
integer
required
{#Specific widget ID to retrieve details for.#}
Example:
1234
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
{#true or false, if the operation was successful.#}
datas
object
required
locked
boolean
required
{#true or false, whether the widget is locked or not.#}
start_time
string
required
{#When the Streamathon counter began.#}
added
string
required
{#How many seconds have been added since.#}
code
integer
required
{#The code associated with the request.#}
Example
{
"success": true,
"datas": {
"locked": true,
"start_time": "2023-12-10 01:30:00",
"added": "0"
},
"code": 200
}
Last modified: 7 months ago