iSports API · Example Payload

Getfootballcountry

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballcountry 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": [
    {
      "countryId": 1,
      "country": "England"
    },
    {
      "countryId": 2,
      "country": "Italy"
    },
    {
      "countryId": 3,
      "country": "Spain"
    }
  ]
}