curl --location --request GET 'https://api.esportsdata.cc/stream/api/v3/video/list/pro?sport_id=&status' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"match_id": 3342469,
"links": [
{
"room_id": "1675",
"m3u8": "/sport/210_3307256_10.m3u8?auth_key=1734447569-0-0-8efbea5ff24c73b368db9c439436402a",
"flv": "/sport/210_3307256_10.flv?auth_key=1734447569-0-0-995caef7e25ed2bd69e39eace730f8dc",
"language": "en",
"quality": "360p"
}
]
}
],
"total": 1
},
"msg": "success"
}