0
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