iSports API · Example Payload

Getfootballschedule

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballschedule 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": "255582229",
      "leagueType": 1,
      "leagueId": "171817",
      "leagueName": "Mexico Liga MX Femenil",
      "leagueShortName": "Mex MFW",
      "leagueColor": "#669955",
      "subLeagueId": "118728",
      "subLeagueName": "Apertura",
      "matchTime": 1657313100,
      "halfStartTime": 1657317067,
      "status": -1,
      "homeId": "34142",
      "homeName": "Club America (w)",
      "awayId": "34160",
      "awayName": "Toluca (w)",
      "homeScore": 2,
      "awayScore": 1,
      "homeHalfScore": 2,
      "awayHalfScore": 1,
      "homeRed": 0,
      "awayRed": 0,
      "homeYellow": 2,
      "awayYellow": 0,
      "homeCorner": 4,
      "awayCorner": 4,
      "homeRank": "",
      "awayRank": "",
      "season": "2022-2023",
      "round": "1",
      "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": 1657319953
    }
  ]
}