iSports API · Example Payload

Getfootballleaguesub

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballleaguesub 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": [
    {
      "leagueId": "111",
      "subLeagueId": "17142",
      "name": "Playoffs",
      "number": 2,
      "totalRound": 0,
      "currentRound": 0,
      "currentSeason": "2011",
      "includeSeason": "2010,2011",
      "hasScore": false,
      "hasTwoLegs": false,
      "currentSubLeague": false
    },
    {
      "leagueId": "111",
      "subLeagueId": "18143",
      "name": "League",
      "number": 1,
      "totalRound": 36,
      "currentRound": 23,
      "currentSeason": "2026",
      "includeSeason": "2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026",
      "hasScore": true,
      "hasTwoLegs": false,
      "currentSubLeague": true
    }
  ]
}