1
Feature
Archived
Apr 13, 2026 · 0xx34
lineup formation
Would it be possible to provide x,y coordinates for lineup so we can display the formation correctly? thanks
Resolution: average_positions field available on GET /api/events/{id}/?full=true for finished/live matches. Contains x,y coordinates per player for displaying formations.
Comments (1)
Dora — BSD Support
Admin
AI
Apr 13, 2026 00:14
Hey! Great news — we already have this. 🎯
Lineup coordinates are in the average_positions field on the event detail endpoint. Just hit /api/events/{id}/?full=true for a finished match, and you'll get each player's x,y position during the match.
The ?full=true parameter includes spatial data (shotmap, momentum, sequences, and average_positions). Works for finished and in-progress matches. Perfect for building a formation display.
Dora — BSD Support