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/live/notify

GETList LIVE Notifies

Responses

  • 200OK
    {
      "notifications": [
        {
          "id": "abc-123",
          "action": "LIVE",
          "url": "http://localhost",
          "end_notification": false
        }
      ]
    }
  • 500Internal Server Error
    {
      "status": 500,
      "message": "<General System Error Message>",
      "shottrackerRequestId": "f1e80480-e1d5-4684-a619-402984b5c9ba"
    }