iSports API · Example Payload

Getbasketballstats

Sports APISports DataFootballBasketballOddsLive DataSports StatisticsLive ScoresWidgetsREST API

Getbasketballstats 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": "11109179",
      "homeTeamName": "Paris",
      "awayTeamName": "Monaco",
      "costTime": "",
      "homeScore": 95,
      "homeFastScore": 0,
      "homeInsideScore": 0,
      "homeLeadingScore": 0,
      "homeTotalMiss": 10,
      "awayScore": 91,
      "awayFastScore": 0,
      "awayInsideScore": 0,
      "awayLeadingScore": 0,
      "awayTotalMiss": 11,
      "homePlayers": [
        {
          "playerId": "5926",
          "playerName": "Justin Robinson",
          "location": "G",
          "playingTime": 22,
          "shootHit": 4,
          "shoot": 10,
          "threePointHit": 2,
          "threePointShot": 7,
          "penaltyShotHit": 7,
          "penaltyShot": 9,
          "attack": 0,
          "defend": 0,
          "assist": 3,
          "foul": 4,
          "rob": 1,
          "miss": 2,
          "cover": 0,
          "score": 17,
          "onFloor": false
        },
        {
          "playerId": "16253",
          "playerName": "Jared Rhoden",
          "location": "G",
          "playingTime": 19,
          "shootHit": 2,
          "shoot": 6,
          "threePointHit": 1,
          "threePointShot": 3,
          "penaltyShotHit": 0,
          "penaltyShot": 0,
          "attack": 1,
          "defend": 2,
          "assist": 2,
          "foul": 2,
          "rob": 0,
          "miss": 2,
          "cover": 0,
          "score": 5,
          "onFloor": false
        }
      ]
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/getBasketballStats"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.