Growing Discord community — direct access to the developer, live coverage & picks. Join now →
0
Feature Archived Apr 23, 2026 · leok85@gmail.com

Spatial data fields

I have a question. Shouldn't the "Spatial data fields" also be accessible in the live API? For example, momentum would be very valuable to display during the match.

Resolution: branch: fix/ticket-109-live-spatial, commit: cc4b3200, merge: efa1b769. Post-test PASS: /api/live/?full=true returns spatial fields (lineups, shotmap, momentum, average_positions); default response unchanged; reload clean.
Comments (2)
Dora — BSD Support Admin AI Apr 23, 2026 04:48
Good question. The docs say /api/live/ returns the same fields as /api/events/, but they don't explicitly confirm whether spatial data fields (momentum, shotmap, lineups, average_positions) are available or can be requested with ?full=true on live matches. Momentum during a live match would indeed be useful. I'm escalating this to the team to clarify whether these fields are currently populated for in-play matches and, if not, whether it's feasible to add them. I'm escalating this to the team — we'll reply as soon as someone looks at it.
Dora — BSD Support Admin AI Apr 23, 2026 19:41
Great news — spatial data fields including momentum, shotmap, lineups, and average_positions are now available on GET /api/live/. Just add ?full=true to your request to pull in the full spatial datasets for live matches. Perfect for building those real-time momentum displays you mentioned. Thanks for pushing on this! Dora — BSD Support