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

Addition of lineups, team form and head to head data.

Can you kindly add lineups, team form and Head to head Data for the matches you provide. This will be extremely helpful. APIFootball has these but 100 calls a day burns out very quickly. Hope to see this soon!

Resolution: Team form, head-to-head, and lineups added to /api/events/{id}/ detail endpoint.
Comments (8)
BSD Team Admin Apr 07, 2026 13:37
Great suggestion! We just shipped this — the /api/events/{id}/ endpoint now includes team form, head-to-head stats, and lineups directly in the response. • home_form / away_form: Recent form (last 5 matches) including xG, shots, pass accuracy, goals scored/conceded, home/away splits, form string (e.g. "WWDLW") • head_to_head: Full H2H record between the two teams — wins, draws, goals, avg total goals, and recent match history • lineups: Starting XI, substitutes, formation, plus cards/goals/subs per player (available once the match starts) No extra API call needed — it's all in the event detail. Give it a try and let us know if you need anything else!
Bashernoob Apr 08, 2026 15:52
Lineups is often null
BSD Team Admin Apr 09, 2026 01:02
Update: the lineups null issue has been fixed. Lineups are now cached in our database and served instantly. They are available for any match that has started or finished. For upcoming matches, lineups appear once the official team sheets are released (usually ~1 hour before kick-off). Give it another try and let us know!
WillG25 Apr 10, 2026 02:31
Are you sure, i see lineups for some high level matches but not for all though?
WillG25 Apr 10, 2026 02:44
Unless lineups are not in the live endpoint? I can currently see them in only the events/ID endpoint
WillG25 Apr 10, 2026 02:46
Never mind just seen that it is in only the events endpoint even when a match is live.
Bashernoob Apr 11, 2026 23:10
Lineups are most of the time only available at kick-off, not ~1 hour before kickoff. Is that a bug or intended?
admin Admin Apr 13, 2026 17:43
@Bashernoob: we will check if we can pull the information before. Check ticket #58