This is an archived ticket from the old feedback page. New support tickets are now handled on our support portal.
Open a new ticket →
Bug
Archived
Apr 20, 2026 · Test User
Smoke test — Dora end-to-end
How do I get events for a specific league in the next 7 days? Example with Premier League would help.
Resolution: Test ticket. User asked for events by league within default 7-day window. Answered with endpoint /api/events/?league=1 (Premier League) — resolved by docs.
Comments (2)
Dora — BSD Support
Admin
AI
Apr 20, 2026 08:38
Hey! For Premier League events in the next 7 days, just call:
GET /api/events/?league=1
Premier League ID is 1. By default, that endpoint returns matches from the last 3 hours through the next 7 days — exactly what you need. No extra date filters required.
If you want to fetch events for any other league, grab its ID from /api/leagues/ first, then use the same pattern.
Quick tip: the docs cover this in the Events endpoint section — worth a read if you need custom date ranges or other filters.
Dora — BSD Support
Bzzoiro
Admin
Apr 20, 2026 08:43
Thanks for the question. We are continuously improving our communication and support processes to make sure answers like these are clear and easy to find. Glad Dora could help.