Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/rtmp_server/state?v&language&interval' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"city": "Moscow",
"country": {
"name": "string",
"code": "string",
"id": 0
},
"lat": "55.752220",
"long": "37.615560",
"network": {
"avg": 0,
"max": 0
},
"cpu": {
"avg": 0,
"max": 0
},
"ram": {
"avg": 0,
"max": 0
},
"quality": 0,
"serverStatus": "good",
"platforms": [
{
"platform_id": 1,
"quality": 99,
"serverStatus": "good"
},
{
"platform_id": 2,
"quality": 99,
"serverStatus": "good"
}
]
}
]
}
Modified at 2025-09-11 17:15:27