-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the bug
When GETing https://ftc-api.firstinspires.org/v2.0/2025/events?eventCode=USMICMP2WF, a 200 response is returned as {"events":[],"eventCount":0}, despite the event existing on the ftc.events site. This is inconsistent with a nonexistent event code, which returns a 404; and with divisions for last year, which return the data as expected.
To Reproduce
Steps to reproduce the behavior:
- Call the events endpoint with the USMICMP2WF event code
- Observe empty array returned
Expected behavior
Data for the divisions is returned, including the divisionCode pointing to the parent event.
Screenshots
N/A. See URL and response above
Device (please complete the following information):
curlusing a valid API key that successfully fetches information about other events
Additional context
These divisions were created several days ago by the lead FTA, so I wouldn't expect caching to be a factor after this much time has passed. Same behavior occurs for divisions under both of the FiM CMPs