Module match_api

Source

Enums§

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
GetMatchError
struct for typed errors of method get_match
GetMatchSimpleError
struct for typed errors of method get_match_simple
GetMatchTimeseriesError
struct for typed errors of method get_match_timeseries
GetMatchZebraError
struct for typed errors of method get_match_zebra
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
GetTeamMatchesByYearError
struct for typed errors of method get_team_matches_by_year
GetTeamMatchesByYearKeysError
struct for typed errors of method get_team_matches_by_year_keys
GetTeamMatchesByYearSimpleError
struct for typed errors of method get_team_matches_by_year_simple

Functions§

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_match
Gets a Match object for the given match key.
get_match_simple
Gets a short-form Match object for the given match key.
get_match_timeseries
Gets an array of game-specific Match Timeseries objects for the given match key or an empty array if not available. 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_match_zebra
Gets Zebra MotionWorks data for a Match for the given match key.
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_matches_by_year
Gets a list of matches for the given team and year.
get_team_matches_by_year_keys
Gets a list of match keys for matches for the given team and year.
get_team_matches_by_year_simple
Gets a short-form list of matches for the given team and year.