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.
Bug Resolved #4 · Mar 10 · aamtini
La Liga matches not updated since March 1st
Spanish league (La Liga) matches have not been synced/updated since March 1st. The sync pipeline may have missed recent matchdays. Reported by user aamtini.
Resolution: Not a bug. La Liga is fully synced (383 events). The gap was the natural schedule break between Round 27 (finished Mar 9) and Round 28 (starts Mar 13).
Bug Resolved #3 · Mar 10 · aamtini
Team filter returns empty string for Spanish league
When filtering by teams in La Liga (Spanish league), the API returns an empty string instead of the expected results. Reported by user aamtini.
Resolution: Fixed: team country field was never populated during sync. Updated sync_events to extract country from API data, backfilled all 419 teams. Also added ?team= filter to /api/events/ endpoint.
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.