iSports API · Example Payload

Getfootballstandingleaguegetsub

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballstandingleaguegetsub 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": [
    {
      "subLeagueId": "18143",
      "currentSubLeague": true
    }
  ]
}