0
Bug
Archived
Apr 11, 2026 · Artonis
Shotmap/Momentum
It seems like the server isn't sending 'shotmap' and 'momentum' data. They are missing from both the /api/events/{id} and /api/live endpoints. I just checked a live match and these fields are missing from the JSON.
Resolution: Spatial data available via ?full=true parameter. Documented.
Comments (1)
BSD Team
Admin
Apr 11, 2026 19:05
Hi Artonis, shotmap, momentum, and average_positions are available but excluded from the default response to keep payloads small. Add ?full=true to your request to include them:
/api/events/{id}/?full=true
/api/live/?full=true
This works on both single event and list endpoints. Spatial data is populated for finished matches that have been processed (usually within 1 hour after the match ends).