Module event_api

Source

Enums§

GetDistrictEventsError
struct for typed errors of method get_district_events
GetDistrictEventsKeysError
struct for typed errors of method get_district_events_keys
GetDistrictEventsSimpleError
struct for typed errors of method get_district_events_simple
GetEventAlliancesError
struct for typed errors of method get_event_alliances
GetEventAwardsError
struct for typed errors of method get_event_awards
GetEventDistrictPointsError
struct for typed errors of method get_event_district_points
GetEventError
struct for typed errors of method get_event
GetEventInsightsError
struct for typed errors of method get_event_insights
GetEventMatchTimeseriesError
struct for typed errors of method get_event_match_timeseries
GetEventMatchesError
struct for typed errors of method get_event_matches
GetEventMatchesKeysError
struct for typed errors of method get_event_matches_keys
GetEventMatchesSimpleError
struct for typed errors of method get_event_matches_simple
GetEventOprsError
struct for typed errors of method get_event_oprs
GetEventPredictionsError
struct for typed errors of method get_event_predictions
GetEventRankingsError
struct for typed errors of method get_event_rankings
GetEventSimpleError
struct for typed errors of method get_event_simple
GetEventTeamsError
struct for typed errors of method get_event_teams
GetEventTeamsKeysError
struct for typed errors of method get_event_teams_keys
GetEventTeamsSimpleError
struct for typed errors of method get_event_teams_simple
GetEventTeamsStatusesError
struct for typed errors of method get_event_teams_statuses
GetEventsByYearError
struct for typed errors of method get_events_by_year
GetEventsByYearKeysError
struct for typed errors of method get_events_by_year_keys
GetEventsByYearSimpleError
struct for typed errors of method get_events_by_year_simple
GetTeamEventAwardsError
struct for typed errors of method get_team_event_awards
GetTeamEventMatchesError
struct for typed errors of method get_team_event_matches
GetTeamEventMatchesKeysError
struct for typed errors of method get_team_event_matches_keys
GetTeamEventMatchesSimpleError
struct for typed errors of method get_team_event_matches_simple
GetTeamEventStatusError
struct for typed errors of method get_team_event_status
GetTeamEventsByYearError
struct for typed errors of method get_team_events_by_year
GetTeamEventsByYearKeysError
struct for typed errors of method get_team_events_by_year_keys
GetTeamEventsByYearSimpleError
struct for typed errors of method get_team_events_by_year_simple
GetTeamEventsError
struct for typed errors of method get_team_events
GetTeamEventsKeysError
struct for typed errors of method get_team_events_keys
GetTeamEventsSimpleError
struct for typed errors of method get_team_events_simple
GetTeamEventsStatusesByYearError
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.