ShotTracker Developer

Unparalleled data set + realtime API = future of sports. Build with live tracking, stats, and broadcast-ready endpoints.

Event API

Base URL: https://api.shottracker.com

/v1/data/system/stats

GETSystem Stats

Responses

  • 200OK
    {
      "systemStats": [
        {
          "abbr": "AST",
          "name": "AST",
          "custom": false,
          "enabled": true,
          "type": "COUNTER",
          "editable": false,
          "locationable": false,
          "group": null,
          "sportType": "BASKETBALL"
        },
        {
          "abbr": "DEF_AST",
          "name": "DEF_AST",
          "custom": false,
          "enabled": true,
          "type": "COUNTER",
          "editable": true,
          "locationable": true,
          "group": "DEFENSIVE",
          "sportType": "FOOTBALL"
        }
      ],
      "classifiers": [
        {
          "name": "FREE_THROW_MISS",
          "stats": [
            "FTA"
          ],
          "actualStats": "FTA"
        }
      ],
      "correctionClassifiers": [
        "DELETE_FREE_THROW_MISS"
      ],
      "possessionGroups": [
        {
          "displayName": "Half Court",
          "type": "OVERALL",
          "teamPossessionGroupName": "POSSESSION_TYPE_GROUP"
        }
      ],
      "shotAttributes": [
        "OTD"
      ]
    }