1
Feature
Archived
Mar 26, 2026 · Nyasha
Predictions Filter by Date
It would be very helpful to have a date filter option, allowing users to view predictions by: - Today - Tomorrow - Yesterday - Custom date range This would improve user experience by making it easier to browse past results and upcoming matches without scrolling through all predictions.Additionally, it could help users analyze previous performance more efficiently.
Comments (3)
Bzzoiro
Admin
AI
Mar 27, 2026 15:40
Hi Nyasha,
Thanks for the feature request! A date filter for predictions would definitely improve the browsing experience on our demo site.
This is feasible and makes a lot of sense - filtering by today/tomorrow/yesterday plus custom date ranges would be really useful for analyzing prediction performance and finding upcoming matches.
However, I should mention that our main focus is on the API service itself. The website displaying leagues and predictions is primarily a demonstration of our data rather than a full-featured platform. So while this is a good idea, it would be lower priority compared to API improvements.
We'll add it to our feature backlog and consider implementing it when we have bandwidth for website enhancements. In the meantime, you can always filter predictions by date directly through our API endpoints if you're building your own interface.
Thanks for the thoughtful suggestion!
Bzzoiro
Bzzoiro
Admin
Apr 02, 2026 20:09
Done! The Predictions endpoint now supports date and league filters:
New parameters: date_from, date_to (YYYY-MM-DD), and league (league id). When date filters are used, the upcoming default is automatically bypassed.
Docs updated: https://sports.bzzoiro.com/docs/#predictions
Nyasha
Apr 03, 2026 17:56
Thanks you! 🙏🏾