ShotTracker Developer

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

Broadcast API

Authentication

An API key is required on all Broadcast API endpoints. Pass it as a query parameter or HTTP header.

  • API key

    An API key is required on all game data service endpoints. The key identifies the calling stats data consumer. Contact ShotTracker to obtain an API key.

  • Query parameter

    Append apikey to the URL for GET requests.

    View code example →

  • HTTP header

    Send the API key in the apikey header (works for any method).

    View code example →