Enums§
- GetDistrict
Events Error - struct for typed errors of method
get_district_events
- GetDistrict
Events Keys Error - struct for typed errors of method
get_district_events_keys
- GetDistrict
Events Simple Error - struct for typed errors of method
get_district_events_simple
- GetEvent
Alliances Error - struct for typed errors of method
get_event_alliances
- GetEvent
Awards Error - struct for typed errors of method
get_event_awards
- GetEvent
District Points Error - struct for typed errors of method
get_event_district_points
- GetEvent
Error - struct for typed errors of method
get_event
- GetEvent
Insights Error - struct for typed errors of method
get_event_insights
- GetEvent
Match Timeseries Error - struct for typed errors of method
get_event_match_timeseries
- GetEvent
Matches Error - struct for typed errors of method
get_event_matches
- GetEvent
Matches Keys Error - struct for typed errors of method
get_event_matches_keys
- GetEvent
Matches Simple Error - struct for typed errors of method
get_event_matches_simple
- GetEvent
Oprs Error - struct for typed errors of method
get_event_oprs
- GetEvent
Predictions Error - struct for typed errors of method
get_event_predictions
- GetEvent
Rankings Error - struct for typed errors of method
get_event_rankings
- GetEvent
Simple Error - struct for typed errors of method
get_event_simple
- GetEvent
Teams Error - struct for typed errors of method
get_event_teams
- GetEvent
Teams Keys Error - struct for typed errors of method
get_event_teams_keys
- GetEvent
Teams Simple Error - struct for typed errors of method
get_event_teams_simple
- GetEvent
Teams Statuses Error - struct for typed errors of method
get_event_teams_statuses
- GetEvents
ByYear Error - struct for typed errors of method
get_events_by_year
- GetEvents
ByYear Keys Error - struct for typed errors of method
get_events_by_year_keys
- GetEvents
ByYear Simple Error - struct for typed errors of method
get_events_by_year_simple
- GetTeam
Event Awards Error - struct for typed errors of method
get_team_event_awards
- GetTeam
Event Matches Error - struct for typed errors of method
get_team_event_matches
- GetTeam
Event Matches Keys Error - struct for typed errors of method
get_team_event_matches_keys
- GetTeam
Event Matches Simple Error - struct for typed errors of method
get_team_event_matches_simple
- GetTeam
Event Status Error - struct for typed errors of method
get_team_event_status
- GetTeam
Events ByYear Error - struct for typed errors of method
get_team_events_by_year
- GetTeam
Events ByYear Keys Error - struct for typed errors of method
get_team_events_by_year_keys
- GetTeam
Events ByYear Simple Error - struct for typed errors of method
get_team_events_by_year_simple
- GetTeam
Events Error - struct for typed errors of method
get_team_events
- GetTeam
Events Keys Error - struct for typed errors of method
get_team_events_keys
- GetTeam
Events Simple Error - struct for typed errors of method
get_team_events_simple
- GetTeam
Events Statuses ByYear Error - struct for typed errors of method
get_team_events_statuses_by_year
Functions§
- get_
district_ events - Gets a list of events in the given district.
- get_
district_ events_ keys - Gets a list of event keys for events in the given district.
- get_
district_ events_ simple - Gets a short-form list of events in the given district.
- get_
event - Gets an Event.
- get_
event_ alliances - Gets a list of Elimination Alliances for the given Event.
- get_
event_ awards - Gets a list of awards from the given event.
- get_
event_ district_ points - Gets a list of team rankings for the Event.
- get_
event_ insights - Gets a set of Event-specific insights for the given Event.
- get_
event_ match_ timeseries - Gets an array of Match Keys for the given event key that have timeseries data. Returns an empty array if no matches have timeseries data. WARNING: This is not official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up. WARNING: This endpoint and corresponding data models are under active development and may change at any time, including in breaking ways.
- get_
event_ matches - Gets a list of matches for the given event.
- get_
event_ matches_ keys - Gets a list of match keys for the given event.
- get_
event_ matches_ simple - Gets a short-form list of matches for the given event.
- get_
event_ oprs - Gets a set of Event OPRs (including OPR, DPR, and CCWM) for the given Event.
- get_
event_ predictions - Gets information on TBA-generated predictions for the given Event. Contains year-specific information. WARNING This endpoint is currently under development and may change at any time.
- get_
event_ rankings - Gets a list of team rankings for the Event.
- get_
event_ simple - Gets a short-form Event.
- get_
event_ teams - Gets a list of
Team
objects that competed in the given event. - get_
event_ teams_ keys - Gets a list of
Team
keys that competed in the given event. - get_
event_ teams_ simple - Gets a short-form list of
Team
objects that competed in the given event. - get_
event_ teams_ statuses - Gets a key-value list of the event statuses for teams competing at the given event.
- get_
events_ by_ year - Gets a list of events in the given year.
- get_
events_ by_ year_ keys - Gets a list of event keys in the given year.
- get_
events_ by_ year_ simple - Gets a short-form list of events in the given year.
- get_
team_ event_ awards - Gets a list of awards the given team won at the given event.
- get_
team_ event_ matches - Gets a list of matches for the given team and event.
- get_
team_ event_ matches_ keys - Gets a list of match keys for matches for the given team and event.
- get_
team_ event_ matches_ simple - Gets a short-form list of matches for the given team and event.
- get_
team_ event_ status - Gets the competition rank and status of the team at the given event.
- get_
team_ events - Gets a list of all events this team has competed at.
- get_
team_ events_ by_ year - Gets a list of events this team has competed at in the given year.
- get_
team_ events_ by_ year_ keys - Gets a list of the event keys for events this team has competed at in the given year.
- get_
team_ events_ by_ year_ simple - Gets a short-form list of events this team has competed at in the given year.
- get_
team_ events_ keys - Gets a list of the event keys for all events this team has competed at.
- get_
team_ events_ simple - Gets a short-form list of all events this team has competed at.
- get_
team_ events_ statuses_ by_ year - Gets a key-value list of the event statuses for events this team has competed at in the given year.