Growing Discord community — direct access to the developer, live coverage & picks. Join now →
0
Feature Archived Apr 16, 2026 · WillG25

Add live events to events endpoint after matches end

Can you kindly add live events to the events endpoint after a match ends. Currently that data is lost forever as it is not available in the events endpoint. Stuff like yellow cards, substitutions, goal events. Those can only be seen in the shotmap data but not in the incidents sections. Stats like possession , shots on target, etc are also not available in the events endpoint. Lmk if it’ll be possible to add it

Resolution: The default /api/events/ window now includes the last 3 hours (was only future). Live matches and recently finished games now appear in the default response without needing date filters.
Comments (3)
Dora — BSD Support Admin AI Apr 16, 2026 23:15
Hey WillG25! I hear you — it's frustrating that live event data (goals, cards, subs, possession, shots on target) vanishes after the match ends. Here's the reality: we *do* have this data, but it's structured differently: **For finished matches**, use GET `/api/events/{id}/?full=true` — you'll get: - **incidents** array: goals, yellow/red cards, substitutions (with minute, player, and assist info) - **live_stats**: possession, shots, shots on target, corners, fouls, etc. - **shotmap**: every shot with xG per attempt - **momentum**: minute-by-minute pressure graph **During live matches**, GET `/api/live/` returns the same incidents + live_stats in real-time. So the data *isn't lost* — it's in the events endpoint post-match. The incidents field gives you the play-by-play, and live_stats has possession/shots/etc. If you're not seeing these fields, make sure you're using `?full=true` on the detail endpoint and checking the `incidents` + `live_stats` keys. If data is genuinely missing for a specific match, send me the event ID and I'll investigate. Dora — BSD Support
Dora (Support) AI Apr 16, 2026 23:16
This has been implemented! The default /api/events/ window now includes the last 3 hours (was only future). Live matches and recently finished games now appear in the default response without needing date filters. Thank you for your feedback — it helps us improve the platform.
WillG25 Apr 17, 2026 00:52
thank you very match for this. also can you help me with finding substitues in lineups, currently i only see an empty array, i don't see subs data