iSports API · Example Payload

Getbasketballschedule

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getbasketballschedule 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": "29532537",
      "leagueId": "122",
      "leagueName": "WNBA",
      "quarterCount": 4,
      "matchTime": 1557442800,
      "status": -1,
      "quarterRemainTime": "",
      "homeId": "68",
      "homeName": "New York Liberty",
      "homeRank": 5,
      "awayId": "2006",
      "awayName": "China (w)",
      "awayRank": 0,
      "homeScore": 89,
      "awayScore": 71,
      "homeFirstQuarterScore": 18,
      "awayFirstQuarterScore": 16,
      "homeSecondQuarterScore": 18,
      "awaySecondQuarterScore": 26,
      "homeThirdQuarterScore": 25,
      "awayThirdQuarterScore": 13,
      "homeFourthQuarterScore": 28,
      "awayFourthQuarterScore": 16,
      "overTimeCount": 0,
      "homeFirstOverTimeScore": 0,
      "awayFirstOverTimeScore": 0,
      "homeSecondOverTimeScore": 0,
      "awaySecondOverTimeScore": 0,
      "homeThirdOverTimeScore": 0,
      "awayThirdOverTimeScore": 0,
      "leagueSeason": "19",
      "matchType": 3,
      "hasStats": true,
      "explain": "",
      "roundType": "",
      "group": "",
      "neutral": false
    }
  ]
}