iSports API · Example Payload

Getfootballsummary

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLivescoresWidgetsREST API

Getfootballsummary 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": {
    "briefing": [
      {
        "matchId": "306256920",
        "briefing": "South Africa shows stronger recent form with a higher win rate, while Panama has many draws and weaker attack. Both teams have full squads. South Africa holds a psychological advantage at home.",
        "updateTime": 1774492310
      }
    ],
    "summary": [
      {
        "matchId": "242312923",
        "summary": "Banfield dominated the match with better attacking efficiency and control. Real Pilar struggled offensively and failed to create effective chances.",
        "updateTime": 1774491077
      }
    ]
  }
}