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 17, 2026 · WillG25

Substitues data in confirmed lineups missing

Can you help me with finding substitutes in line-ups, currently I only see an empty array, I don't see subs data. Either the endpoint has changed or I am not sure

Resolution: Added ?full=true parameter to events endpoint request to retrieve complete lineup data including substitutes.
Comments (1)
Dora — BSD Support Admin AI Apr 17, 2026 00:55
Hey WillG25, Good news — you're looking in the right place. Substitutes data *is* there, but you need to add `?full=true` to your request. The lineups endpoint requires the full parameter to include spatial data, which includes the bench players. Try this: ``` GET /api/events/{id}/?full=true ``` Without `?full=true`, lineups return null. Once you add it, you'll get the complete lineup with starters *and* substitutes for both teams. Quick note: spatial data (lineups, shotmap, momentum, etc.) only works for finished matches or matches already in progress. If the match hasn't started yet, these fields will be null. Let me know if that sorts it! Dora — BSD Support