curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/advanced/list/fifa_rank?type=1&publish_time&page&per_page&recent_update' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"publish_time": 1744300800,
"rank_list": [
{
"team_id": 1234,
"ranking": 1,
"region_id": 1,
"points": 103,
"last_points": 95,
"rank_change": 103
},
{
"team_id": 1326,
"ranking": 2,
"region_id": 2,
"points": 103,
"last_points": 45,
"rank_change": 30
}
],
"update_time": 1728958472
}
],
"total": 2
},
"msg": "success"
}