curl --location --request GET 'https://api.esportsdata.cc/lot/api/v3/csl/list/jc/result?issue_num=&start_time=&page=&per_page=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"lot_id": 11537,
"sport_id": 201,
"comp": "美国职业篮球联盟",
"home": "克利夫兰骑士",
"away": "亚特兰大老鹰",
"issue_num": "3301",
"match_time": 1732752000,
"short_comp": "美职篮",
"short_home": "骑士",
"short_away": "老鹰",
"home_score": 84,
"away_score": 88,
"half_home_score": 0,
"half_away_score": 0,
"spf": "",
"rq": "",
"bf": "",
"jq": "",
"bqc": "",
"sf": "0,2.64",
"rf": "6.5,0,1.76",
"sfc": "1,5.90",
"dxf": "162.5,1,1.66"
},
{
"lot_id": 11536,
"sport_id": 202,
"comp": "韩国职业联赛",
"home": "忠南牙山",
"away": "大邱FC",
"issue_num": "4020",
"match_time": 1732788000,
"short_comp": "韩职",
"short_home": "忠南牙山",
"short_away": "大邱FC",
"home_score": 1,
"away_score": 3,
"half_home_score": 2,
"half_away_score": 2,
"spf": "3,1.63",
"rq": "+1,0,6.45",
"bf": "2:0,11.00",
"jq": "2,4.40",
"bqc": "1,3,4.80",
"sf": "",
"rf": "",
"sfc": "",
"dxf": ""
}
],
"total": 71029
},
"msg": "success"
}