curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/advanced/list/publish_time?sport_id&type' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"type": 1,
"publish_time_list": [
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800
]
},
{
"sport_id": 202,
"type": 1,
"publish_time_list": [
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800
]
}
],
"total": 2
},
"msg": "success"
}