FIFA WORLD CUP 2026
Group AMexico·Czechia·South Africa·South KoreaGroup BBosnia & Herzegovina·Canada·Qatar·SwitzerlandGroup CBrazil·Haiti·Morocco·ScotlandGroup DAustralia·Paraguay·Türkiye·USAGroup ECuraçao·Ecuador·Germany·Côte d'IvoireGroup FJapan·Netherlands·Sweden·TunisiaGroup GBelgium·Egypt·Iran·New ZealandGroup HCabo Verde·Saudi Arabia·Spain·UruguayGroup IFrance·Iraq·Norway·SenegalGroup JAlgeria·Argentina·Austria·JordanGroup KColombia·DR Congo·Portugal·UzbekistanGroup LCroatia·England·Ghana·Panama Group AMexico·Czechia·South Africa·South KoreaGroup BBosnia & Herzegovina·Canada·Qatar·SwitzerlandGroup CBrazil·Haiti·Morocco·ScotlandGroup DAustralia·Paraguay·Türkiye·USAGroup ECuraçao·Ecuador·Germany·Côte d'IvoireGroup FJapan·Netherlands·Sweden·TunisiaGroup GBelgium·Egypt·Iran·New ZealandGroup HCabo Verde·Saudi Arabia·Spain·UruguayGroup IFrance·Iraq·Norway·SenegalGroup JAlgeria·Argentina·Austria·JordanGroup KColombia·DR Congo·Portugal·UzbekistanGroup LCroatia·England·Ghana·Panama
Open full hub →
Growing Discord community — direct access to the developer, live coverage & picks. Join the Discord Join now →
This is an archived ticket from the old feedback page. New support tickets are now handled on our support portal. Open a new ticket →
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