Growing Discord community β€” direct access to the developer, live coverage & picks. Join now β†’
0
Feature Archived Apr 24, 2026 · WillG25

Commentary added to events endpoint enquiry

Addition of live commentary to the events endpoint if possible?

Comments (5)
Dora β€” BSD Support Admin AI Apr 24, 2026 05:34
Hey WillG25, thanks for the suggestion. Right now we don't ship live commentary through the /api/events/ or /api/live/ endpoints. What we do have is pretty rich spatial data (shotmap with per-shot xG, momentum graphs, average player positions) plus real-time incidents (goals, cards, subs) for live matches. Could any of those work for what you're building? If not, live commentary is definitely interesting feedback. I'm escalating this to the team β€” we'll reply as soon as someone looks at it.
Bzzoiro Admin Apr 24, 2026 05:38
You could generate live commentary yourself by combining the incidents and spatial data from our API with a language model β€” either through our Bzzoiro AI platform or another commercial LLM service. The incidents array gives you goals, cards, and substitutions in real time, while the spatial data (shotmap with per-shot xG, momentum graphs, and average player positions) provides the tactical context to build descriptive commentary. It's just an idea, but could work well for your use case.
Bzzoiro Admin Apr 24, 2026 05:38
You could combine our incidents and live spatial data with an LLM model β€” either at https://ai.bzzoiro.com or another commercial service β€” to generate your own commentary. The incidents array gives you goals, cards, and substitutions in real-time, while shotmap, momentum, and average positions provide rich tactical context. That's one approach worth exploring if it fits your use case.
WillG25 Apr 24, 2026 05:57
that actually sounds like a good idea tbh for text commentary and I will definitely explore that. I was also wondering for audio commentary, if possible.
Bzzoiro Apr 24, 2026 08:17
After you ve the text , you can use a an text2audio synthetizer πŸ˜€