Is anybody getting a 500 error when trying to view the Week 0 match breakdowns? For example: https://www.thebluealliance.com/match/2025week0_qm1
I suspect the problem is because the reefscape API wasn’t released by FIRST before the event, and TBA needs to update.
This should be fixed! Sorry for the delay here.
This might be the wrong place but does first provide the amount scored at each level and if so can TBA display it?
FIRST’s API isn’t available just yet; once it is expect that functionality in some form.
It looks like TBA API (and I thus I assume FIRST) has the data available.
I’d second @Torchtopher request to have the total by row. Looks like the API has the scoring of each individual spot, but having the total by row would be a nice quality of life addition to both the API and website breakdown.
Huge props to the TBA team for getting their API setup so quickly.
Hey y’all -
Want to make sure accurate information is being communicated here. Match breakdown information is available directly from FIRST’s API - we’re using that data to power The Blue Alliance. FIRST does provide the scoring locations for coral in both autonomous and teleop, including level and location. TBA is providing this information as well through our API.
The format for this data is available via TBA’s API docs (see the Match_Score_Breakdown_2025
model) APIv3 - The Blue Alliance
Scoring location is not listed on the web match breakdown page yet because I implemented the 2025 match breakdown page earlier today, and I’m not much of a frontend developer. Most of the numeric information we have existing patterns for, but I’m unsure if we have patterns for the level of detail being provided this year around scoring location. I put up an initial implementation to fix the 500s, but there’s still room to make this visualization more helpful for web users.
If anyone wants to help - The Blue Alliance is open source and maintained entirely by volunteers! GitHub - the-blue-alliance/the-blue-alliance: A webapp for accessing information about the FIRST Robotics Competition.