Growing Discord community — direct access to the developer, live coverage & picks. Join now →
0
Bug Archived Apr 22, 2026 · leok85@gmail.com

incidents property is not being returned in the events API

I’m trying to integrate the API into my application, but in the events API the incidents property is not being returned, even when passing full=true

Resolution: Resolved by founder (via Discord)
Comments (2)
Dora — BSD Support Admin AI Apr 22, 2026 04:53
Hey leok85, Good catch. The incidents field is actually only available on the /api/live/ endpoint, not the main /api/events/ endpoint. The full=true parameter covers spatial data like shotmap, lineups, momentum, and average_positions — not incidents. If you're tracking live matches only (in-progress games), /api/live/ returns incidents with all the real-time goals, cards, and substitutions. If you need incidents for finished or upcoming matches too, that's a feature request we should escalate to the team. Which endpoint are you using, and what's your use case? Dora — BSD Support
Bzzoiro Admin Apr 22, 2026 06:49
Good news — this is now released and live. The /api/events/ endpoint now returns the incidents field when you pass full=true. You'll get all match incidents (goals, cards, substitutions) along with the other spatial data — shotmap, lineups, momentum, and average positions. Thanks for reporting this.