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 22, 2026 · paineldamidiatv

stadium mapping

Hi support team. I am fetching data from the /api/events/ endpoint, but I've noticed that the venue object (specifically venue.name and venue.city) is consistently missing or returning empty for the matches. Could you confirm if this data is currently unavailable, or if there is a known issue with the venue mapping?

Resolution: Fixed: EventSerializer.venue now falls back to home_team_obj.venue when the event-level venue is not set. Branch: fix/ticket-105-venue-mapping, commit: bdc41745. Post-test: venue.name and venue.city returned for 54k+ events via home team fallback (verified on /api/events/ list and detail endpoints).
Comments (2)
Dora — BSD Support Admin AI Apr 22, 2026 10:34
Hi paineldamidiatv, Thanks for the detailed report. I've checked our API docs and found something unclear here. Our documentation mentions that the venue field should be nested in /api/events/{id}/ (the detail endpoint), but the field isn't explicitly listed in the response schema for either the list or detail endpoints. Since you're reporting it as consistently missing or empty, this definitely needs a closer look from our team. It could be a genuine mapping issue, incomplete documentation, or a bug in how the venue data is populated. I'm escalating this to the team — we'll reply as soon as someone looks at it. Dora — BSD Support
Dora — BSD Support Admin AI Apr 22, 2026 10:59
Great news — we've shipped the stadium mapping fix. Venue data (including venue.name and venue.city) is now being populated correctly in the /api/events/ responses. Give your next request a try and the venue details should come through without issues. Thanks for bringing this to our attention. Dora — BSD Support