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

Brighton & Hove Albion not returning the players

I have a script to update the teams on my website and only the brighton from premier league is not returning the players.

Comments (3)
Dora — BSD Support Admin AI Apr 24, 2026 12:37
Hi wallacelima, Thanks for reporting this. That's odd — Brighton should return players just like any other Premier League team. A couple of quick things to check: 1. Can you share the team ID you're using for Brighton? You can get it from /api/teams/?country=England or /api/teams/?league=1 (Premier League). Then verify it matches the id field in the response. 2. Try a direct request: /api/players/?team=TEAM_ID and paste the response (or tell me if it's empty). 3. Also check if Brighton is marked as "in_competition" — use /api/teams/?league=1&in_competition=true to see all active teams. If the team ID is correct but still no players come back, that's a data issue on our end and I'll escalate it right away. Dora — BSD Support
wallacelima Apr 24, 2026 12:58
I find the error, it was on my script. My bad =D
wallacelima Apr 24, 2026 13:15
you can close the ticket. Thank you