curl --location --request GET '/stream/api/v3/video/list?sport_id&status&page&per_page'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"match_id": 3342469,
"status": "live",
"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"
}