curl --location 'https://sportsapi.antscore.co/sport/api/v3/live/202/tlivepro?match_id=2818687&page=&per_page=&language=zh&recent_update=' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 2818687,
"text_live": [
{
"data": "隨着主裁判一聲哨響,上半場比賽開始",
"event_time": 1723798788,
"position": 0,
"time": "",
"type": 10,
"player_name": []
},
{
"data": "6' - 比賽第6分鐘,撣邦聯取得了本場比賽的第1個角球",
"event_time": 1723799132,
"position": 2,
"time": "6'",
"type": 2,
"player_name": []
},
{
"data": "6' - 第2個角球 - (撣邦聯)",
"event_time": 1723799140,
"position": 2,
"time": "6'",
"type": 2,
"player_name": [
"Jaylen Clark",
"Jaylen Clark"
]
},
{
"data": "10' - 第3個角球 - (漢達瓦迪聯)",
"event_time": 1723799366,
"position": 1,
"time": "10'",
"type": 2,
"player_name": [
"Jaylen Clark",
"Jaylen Clark"
]
},
{
"data": "20' - 第4個角球 - (漢達瓦迪聯)",
"event_time": 1723799962,
"position": 1,
"time": "20'",
"type": 2,
"player_name": [
"Jaylen Clark",
"Jaylen Clark"
]
}
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}