iSports API · Example Payload

Getfootballoddscard

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballoddscard 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": {
    "standard": [
      {
        "matchId": "368370925",
        "companyId": "3",
        "odds": {
          "home": "4.2",
          "draw": "3.4",
          "away": "1.7"
        },
        "changeTime": 1782945994
      },
      {
        "matchId": "378370926",
        "companyId": "3",
        "odds": {
          "home": "3.05",
          "draw": "3.5",
          "away": "1.98"
        },
        "changeTime": 1782954827
      },
      {
        "matchId": "388370927",
        "companyId": "3",
        "odds": {
          "home": "3.15",
          "draw": "3.5",
          "away": "1.93"
        },
        "changeTime": 1782945998
      }
    ],
    "handicap": [
      {
        "matchId": "368370925",
        "companyId": "3",
        "odds": {
          "handicap": "-0.5",
          "home": "1",
          "away": "0.7"
        },
        "changeTime": 1782934044
      }
    ]
  }
}