iSports API · Example Payload

Getfootballoddsscorehalfinplay

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballoddsscorehalfinplay 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": {
        "bettingOddsItems": [
          {
            "homeScore": 1,
            "awayScore": 0,
            "odds": "0"
          },
          {
            "homeScore": 2,
            "awayScore": 0,
            "odds": "0"
          }
        ],
        "otherScoresOdds": "151",
        "close": true
      },
      "changeTime": 1574844627
    }
  ]
}