iSports API · Example Payload

Getfootballschedulemodify

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballschedulemodify 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": "1729569",
      "type": "modify",
      "matchTime": 1561359600,
      "modifyTime": 1561360320
    },
    {
      "matchId": "1729555",
      "type": "modify",
      "matchTime": 1561406400,
      "modifyTime": 1561357920
    },
    {
      "matchId": "1729558",
      "type": "modify",
      "matchTime": 1561413600,
      "modifyTime": 1561357920
    }
  ]
}