The new firstinspires.org website changed a lot of URLs. I proposed changes for many of those in PR #21.
There are a few things that are not as easy to get working again:
Team and Event Search
The team and event search URL no longer seems to pass search parameters back to the URL. So, for example, https://www.firstinspires.org/team-event-search#type=teams&sort=number&programs=FRC&year=2025 (which comes from frc.link/t) used to show all of the FRC teams registered for 2025. It now seems that users will need to interact with the page. The only workaround I can figure out would be to inject some JS into the page on load, which would probably require building a separate webpage, and I don't love it.
Agendas
Historical agendas seem like they may be gone. I was told that 2025 event agendas may come back. It looks like 2026 event agendas haven't been posted yet, so it's hard to figure out the URL scheme.
The new firstinspires.org website changed a lot of URLs. I proposed changes for many of those in PR #21.
There are a few things that are not as easy to get working again:
Team and Event Search
The team and event search URL no longer seems to pass search parameters back to the URL. So, for example,
https://www.firstinspires.org/team-event-search#type=teams&sort=number&programs=FRC&year=2025(which comes fromfrc.link/t) used to show all of the FRC teams registered for 2025. It now seems that users will need to interact with the page. The only workaround I can figure out would be to inject some JS into the page on load, which would probably require building a separate webpage, and I don't love it.Agendas
Historical agendas seem like they may be gone. I was told that 2025 event agendas may come back. It looks like 2026 event agendas haven't been posted yet, so it's hard to figure out the URL scheme.