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

Enquiry on how to fetch knockout matches for ucl and europa league

What's the endpoint to fetch knockout matches for ucl and europa league

Comments (2)
Dora — BSD Support Admin AI Apr 24, 2026 05:01
Hi WillG25, Good question. You can fetch matches for UCL and Europa League using the /api/events/ endpoint with league filtering. First, get the league IDs from /api/leagues/, then query: GET /api/events/?league=ID&season=SEASON_ID However, the current API documentation doesn't expose a dedicated filter for knockout stages specifically. We need to check with the team whether the data includes stage information (group vs knockout) that you can use to filter, or if we need to add that field. I'm escalating this to see what options we have for isolating knockout matches. Thanks for asking, Dora — BSD Support
WillG25 Apr 24, 2026 05:03
Thanks for this, currently the league phase has teams that played in the qualifying rounds as well. Would be nice if all those could be grouped carefully, thanks!