curl --location --request GET 'https://api.esportsdata.cc/stream/api/v3/rtmp/list?sport_id&status' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"match_id": 3342469,
"status": "live",
"links": [
{
"room_id": "1675",
"rtmp": "/sport/203_3367623_10?auth_key=1735962664-0-0-e955d4c7dfd9da1add599399f9d98bb3",
"language": "en",
"quality": "360p"
}
]
}
],
"total": 1
},
"msg": "success"
}