v2
latestOpenAPI 3.1.12026-07-2685124366.6 KBGets a list of events in the given year.
Path parameters
Competition Year (or Season). Must be 4 digits.
Headers
Value of the ETag header in the most recently cached response by the client.
Response
Successful response
TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
Official name of event on record either provided by FIRST or organizers of offseason event.
Event short code, as provided by FIRST.
Event Type. See https://github.com/the-blue-alliance/the-blue-alliance/blob/main/src/backend/common/consts/event_type.py for definitions.
City, town, village, etc. the event is located in.
State or Province the event is located in.
Country the event is located in.
Event start date in yyyy-mm-dd format.
Event end date in yyyy-mm-dd format.
Year the event data is for.
Same as name but doesn't include event specifiers, such as 'Regional' or 'District'. May be null.
Event Type, eg Regional, District, or Offseason.
Week of the event relative to the first official season event, zero-indexed. Only valid for Regionals, Districts, and District Championships. Null otherwise. (Eg. A season with a week 0 'preseason' event does not count, and week 1 events will show 0 here. Seasons with a week 0.5 regional event will show week 0 for those event(s) and week 1 for week 1 events and so on.)
Address of the event's venue, if available.
Postal code from the event address.
Google Maps Place ID for the event address. Will be NULL, for future development.
Link to address location on Google Maps. Will be NULL, for future development.
Latitude for the event address. Will be NULL, for future development.
Longitude for the event address. Will be NULL, for future development.
Name of the location at the address for the event, eg. Blue Alliance High School.
IANA Timezone identifier.
The event's website, if any.
The FIRST internal Event ID, used to link to the event on the FRC webpage.
Public facing event code used by FIRST (on frc-events.firstinspires.org, for example)
An array of event keys for the divisions at this event.
The TBA Event key that represents the event's parent. Used to link back to the event from a division event. It is also the inverse relation of divison_keys.
Playoff bracket format. See https://github.com/the-blue-alliance/the-blue-alliance/blob/main/src/backend/common/consts/playoff_type.py for definitions.
String representation of the playoff_type, or null.
Map of temporary "off-season demo" team numbers to pre-rookie and B teams. Both keys and values are team keys in the format 'frc####'. Key is the old team key ('frc' + numeric only), value is the new team key ('frc' + numeric + may include a letter suffix).