iSports API · Example Payload

Getfootballstandingleague

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballstandingleague 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": "16523",
      "subLeagueId": "",
      "season": "2025-2026",
      "modifyTime": 1782718696
    },
    {
      "leagueId": "15128",
      "subLeagueId": "",
      "season": "2025-2026",
      "modifyTime": 1782718696
    },
    {
      "leagueId": "1572",
      "subLeagueId": "",
      "season": "2026",
      "modifyTime": 1782718695
    }
  ]
}