iSports API · Example Payload

Getfootballplayerstatsleaguelist

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballplayerstatsleaguelist 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",
      "season": "2026"
    },
    {
      "leagueId": "122",
      "season": "2026"
    },
    {
      "leagueId": "144",
      "season": "2026"
    },
    {
      "leagueId": "188",
      "season": "2025-2026"
    },
    {
      "leagueId": "199",
      "season": "2025-2026"
    },
    {
      "leagueId": "1314",
      "season": "2026"
    }
  ]
}