iSports API · Example Payload

Getfootballoddsoddeveninplay

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballoddsoddeveninplay 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": [
    {
      "matchId": "235291819",
      "companyId": "3",
      "odds": {
        "single": "1.79",
        "double": "2.07",
        "close": false
      },
      "changeTime": 1574844423
    },
    {
      "matchId": "360990712",
      "companyId": "3",
      "odds": {
        "single": "1.94",
        "double": "1.92",
        "close": false
      },
      "changeTime": 1574844401
    },
    {
      "matchId": "201990717",
      "companyId": "3",
      "odds": {
        "single": "1.95",
        "double": "1.91",
        "close": false
      },
      "changeTime": 1574844412
    }
  ]
}