https://api.streamsb.com/api/url/list?key=key
key | API key Example: 1l5ftrilhllgwx2bo |
String
|
curl --include \
'https://api.streamsb.com/api/url/list?key={key}'
{
"msg": "OK",
"server_time": "2021-12-14 04:59:17",
"status": 200,
"result": [
{
"bytes_total": "0",
"speed": "0",
"bytes_done": "0",
"progress": 0,
"status": "ERROR",
"error": "File download failed:500 Can't connect to example.com",
"url": "https://example.com/file1.mp4"
},
{
"bytes_total": "0",
"speed": "0",
"bytes_done": "0",
"progress": 0,
"status": "ERROR",
"error": "File download failed:500 Can't connect to example.com",
"url": "https://example.com/file2.mp4"
}
]
}