iSports API · Example Payload

Getbasketballschedulemodify

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getbasketballschedulemodify 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": "20166070",
      "type": "modify",
      "matchTime": 1782928800,
      "modifyTime": 1781496000
    },
    {
      "matchId": "26521172",
      "type": "modify",
      "matchTime": 1782907200,
      "modifyTime": 1781496000
    },
    {
      "matchId": "28227177",
      "type": "modify",
      "matchTime": 1782930600,
      "modifyTime": 1781496000
    },
    {
      "matchId": "30791962",
      "type": "modify",
      "matchTime": 1782017100,
      "modifyTime": 1781486040
    },
    {
      "matchId": "39819175",
      "type": "modify",
      "matchTime": 1781748900,
      "modifyTime": 1781475360
    },
    {
      "matchId": "20919177",
      "type": "modify",
      "matchTime": 1781662500,
      "modifyTime": 1781475360
    },
    {
      "matchId": "28081175",
      "type": "modify",
      "matchTime": 1781481600,
      "modifyTime": 1781473560
    },
    {
      "matchId": "20319171",
      "type": "modify",
      "matchTime": 1782050400,
      "modifyTime": 1781456640
    },
    {
      "matchId": "28029177",
      "type": "modify",
      "matchTime": 1781479800,
      "modifyTime": 1781448660
    },
    {
      "matchId": "23248366",
      "type": "delete",
      "matchTime": 0,
      "modifyTime": 1781431020
    }
  ]
}