Feature Requests & Bug Reports

Submit a Request
Feature Resolved #6 · Mar 10 · Giorgio
Sorting teams by league
it would be nice to sort teams by league cause is difficult to sort them by "country" cause some country are missing. Sorting with league "ID" could semplify some tasks
Resolution: Added ?league= filter to /api/teams/ endpoint. You can now get all teams in a league with /api/teams/?league=1. Also documented in /docs/.
Feature Resolved #5 · Mar 10 · aamtini
Add matchday/round number to events endpoint
Add a "matchday" or "round" field to the /api/events/ endpoint so users can filter or group matches by matchday number. Currently users have to work around this using date_from/date_to. Requested …
Resolution: Added round_number field to /api/events/ response. You can now see which matchday each event belongs to.
Feature Resolved #2 · Mar 10 · aamtini
Feedback and thanks
Good morning I stumbled across this API on Reddit while looking for help implementing a fantasy game among friends about the Spanish league. Your great work is invaluable to us. …
Resolution: Thanks for the feedback! Split into 3 separate tickets: #3 (bug), #4 (bug), #5 (feature).
Feature Resolved #1 · Mar 10 · Bzzoiro
Fix status page with health check
Fix status page with health check in all proceses.
Resolution: Status page now shows real-time health of API, database, Gunicorn, and all 25 cron jobs with live monitoring based on log file timestamps.