curl --location --request GET '/sport/api/v3/live/220/realtime?match_id=3187805'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 220,
"match_id": 547419,
"period": 1,
"teams": [
{
"team_id": 200829,
"side": 1,
"win": 1,
"score": 10,
"stage_score": [
4,
6
]
},
{
"team_id": 201020,
"side": 2,
"win": 0,
"score": 2,
"stage_score": [
0,
2
]
}
],
"period_point": [
{
"period": "FT",
"home_score": 10,
"away_score": 2,
"incidents": [
{
"incident_type": "regular goal",
"home_point": 10,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 9,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 8,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 7,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 6,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 5,
"away_point": 2,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 5,
"away_point": 1,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 5,
"away_point": 0,
"reversed_time": 0,
"time": 0,
"player": null
}
]
},
{
"period": "HT",
"home_score": 4,
"away_score": 0,
"incidents": [
{
"incident_type": "regular goal",
"home_point": 4,
"away_point": 0,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 3,
"away_point": 0,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 2,
"away_point": 0,
"reversed_time": 0,
"time": 0,
"player": null
},
{
"incident_type": "regular goal",
"home_point": 1,
"away_point": 0,
"reversed_time": 0,
"time": 0,
"player": null
}
]
}
],
"update_time": 1744195289
}
],
"total": 1
},
"msg": "success"
}