0
Feature
Archived
Apr 09, 2026 · uniquely438
Remove Spatial Data from get events
Hi, is there any way to have a filter to remove the spatial data from the get/events for Football? When I run something like curl -H "Authorization: Token YOUR_API_KEY" \ "https://sports.bzzoiro.com/api/events/?date_from=2026-02-08&date_to=2026-02-10&league=1" I now get a super long response, and I don't need spatial data for my activities is there a way to add a filter to exclude spatial data and get a response with only what is currently in the section GET/api/events/
Resolution: Spatial data now excluded by default from /api/events/ list. Add ?full=true to include lineups, shotmap, momentum, average_positions.
Comments (1)
BSD Team
Admin
Apr 10, 2026 00:59
Done! Spatial data (lineups, shotmap, momentum, average_positions) is now excluded by default from the events list for lighter responses.
To include spatial data when you need it, add ?full=true:
Without the flag, you get the compact response automatically. No changes needed on your end.