curl --location --request GET 'https://api.esportsdata.cc/esport/api/v3/mapping/list/match?sport_id=&league_id&series_id&page&per_page&status&start_time_gt&start_time_lt&recent_update' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"match_id": 370018,
"other_match_id": [
{
"project_id": 1,
"match_id": 214864,
"same_side": 1
},
{
"project_id": 2,
"match_id": 73518,
"same_side": 1
}
],
"update_time": 1721273608
},
{
"sport_id": 1,
"match_id": 214865,
"other_match_id": [
{
"project_id": 1,
"match_id": 370019,
"same_side": 1
},
{
"project_id": 2,
"match_id": 73519,
"same_side": 1
}
],
"update_time": 1721273608
}
],
"total": 2
},
"msg": "success"
}