curl --location --request GET 'https://sportsapi.antscore.co/sport/api/v3/base/list/series?sport_id®ion_id&status&page&per_page&language&recent_update' \
--header 'app_id: {{app_id}}' \
--header 'app_secret: {{app_secret}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"series_id": 25495,
"region_id": 0,
"league_id": 910,
"name": "俱乐部友谊赛",
"name_en": "Club Friendship",
"abbr": "",
"abbr_en": "",
"year": 2026,
"start_time": 0,
"end_time": 0,
"status": "",
"level": 4,
"cover": "",
"menu": [
0,
0,
1,
0,
0,
1,
1,
0,
0
],
"relation_id": 0,
"update_time": 1767982620
}
],
"total": 971
},
"msg": "success"
}