Demo Token: cff6a9a3c8569ae4485911cefb00ac3b
You need to register to get tokens to be able to query our servers!
Please contact us via the following method Telegram: @Solokill12 (https://t.me/Solokill12)
{
"status": 0,
"message": "success",
"data": {
"list": [ {
"matchId": "x7lm7phz9759m2w",
"key_sync": "236721526",
"hide": 0, // 1 = Hide, 0 = Show (If match live)
"startTime": "03-04-2025 10:26",
"startTimez": "03-04-2025T10:26",
"timestamp": 1743650782,
"league_id": "Code League",
"league_title": "League Name",
"localteam_title": "Home Name",
"localteam_logo": "https://domain/homelogo.png",
"visitorteam_title": "Away Name",
"visitorteam_logo": "https://domain/awaylogo.png",
"hot": "",
"score": "0:0",
"flv": "",
"m3u8": "https://domain/playlist.m3u8",
"links1": "",
"h5": ""
}]
}}
[{
"matchId": 236721526,
"matchTime": 1704294000,
"halfStartTime": 0,
"home": {
"score": 0 //Home team score
},
"away": {
"score": 0//Away team score
},
"status": {
"long": "Not started", //Competition status
"code": -14, //Match code
"elapsed": 29
}
}]
Code Status:
Code 5: Pen,
Code 4: Extra,
Code 3: Round 2,
Code 2: HT,
Code 1: Round 1,
Code 0: Not started,
Code -1: Run out of,
Code -10: Cancel,
Code -11: Hang,
Code -12: Cut,
Code -13: Stop,
Code -14: They eat,
* key_sync (GET JSON REQUEST) compares matchId (JSON REQUEST LIVE DATA) so query data from live.json outputs to the screen in your template format.
Note: The above is the data passed by the request body. This is the token which is an additional parameter set in the header.
Parameter example (example):token:da31502145c33e8107571b58ac7dd00b
Parameter Description:
Parameter Parameter Type Parameter Description token string [Required] Your interface secret token date string Date Server (Ymd)
Header Image Demo Request: