curl --location --request GET 'https://api.marzdata.cn/sport/api/v3/migu/table-tennis/match?id=&time=&limit=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"query": {
"total": 1000,
"type": "time",
"id": 0,
"time": 1731646344,
"min_time": 1731654808,
"max_time": 1756400485,
"min_id": 26136,
"max_id": 52561,
"limit": 500
},
"results": [
{
"id": 2406252,
"unique_tournament_id": 14156,
"season_id": 0,
"tournament_id": 53954,
"venue_id": 0,
"home_team_id": 170298,
"away_team_id": 175152,
"match_time": 1586190600,
"status_id": 100,
"scores": {
"ft": [
3,
2
],
"p1": [
11,
2
],
"p2": [
13,
11
],
"p3": [
7,
11
],
"p4": [
2,
11
],
"p5": [
11,
6
]
},
"updated_at": 1608824979
},
{
"id": 2406253,
"unique_tournament_id": 14156,
"season_id": 0,
"tournament_id": 53954,
"venue_id": 0,
"home_team_id": 170299,
"away_team_id": 170298,
"match_time": 1586192400,
"status_id": 100,
"scores": {
"ft": [
3,
2
],
"p1": [
11,
8
],
"p2": [
12,
10
],
"p3": [
7,
11
],
"p4": [
13,
15
],
"p5": [
11,
6
]
},
"updated_at": 1608824979
}
]
}