iSports API · Example Payload

Getfootballschedulechange

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballschedulechange is an example object payload from iSports API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessagedata

Example Payload

Raw ↑
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "matchId": "386771324",
      "leagueType": 1,
      "leagueId": "161119",
      "leagueName": "Georgia Division",
      "leagueShortName": "GEO D2",
      "leagueColor": "#696900",
      "subLeagueId": "155325",
      "subLeagueName": "Relegation Quarterfinals",
      "matchTime": 1670317200,
      "halfStartTime": 1670317272,
      "status": 1,
      "homeId": "12103",
      "homeName": "Kolkheti 1913 Poti",
      "awayId": "5923",
      "awayName": "FC Metalurgi Rustavi",
      "homeScore": 1,
      "awayScore": 0,
      "homeHalfScore": 0,
      "awayHalfScore": 0,
      "homeRed": 0,
      "awayRed": 0,
      "homeYellow": 0,
      "awayYellow": 0,
      "homeCorner": 0,
      "awayCorner": 0,
      "homeRank": "",
      "awayRank": "7",
      "season": "2022",
      "round": "",
      "group": "",
      "location": "",
      "weather": "",
      "temperature": "",
      "explain": "",
      "extraExplain": {
        "kickOff": 0,
        "minute": 0,
        "homeScore": 0,
        "awayScore": 0,
        "extraTimeStatus": 0,
        "extraHomeScore": 0,
        "extraAwayScore": 0,
        "penHomeScore": 0,
        "penAwayScore": 0,
        "twoRoundsHomeScore": 0,
        "twoRoundsAwayScore": 0,
        "winner": 0
      },
      "hasLineup": false,
      "neutral": false,
      "injuryTime": 0,
      "updateTime": 1670319000
    }
  ]
}