SkillcornerClient

class skillcorner.client.SkillcornerClient(username=None, password=None, response_log_level=None, *args, **kwargs)

Bases: FitRequest

get_competition_competition_editions(competition_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/{}/editions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_editions_list.

get_competition_editions(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competition_editions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competition_editions_list.

get_competition_rounds(competition_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/{}/rounds/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_rounds_list.

get_competitions(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_list.

get_dynamic_events_off_ball_runs(match_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/dynamic_events/off_ball_runs/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_dynamic_events_off_ball_runs_list.

get_in_possession_off_ball_runs(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/off_ball_runs/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_off_ball_runs_list.

get_in_possession_on_ball_pressures(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/on_ball_pressures/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_on_ball_pressures_list.

get_in_possession_passes(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/passes/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_passes_list.

get_match(match_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_read.

get_match_data_collection(match_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/data_collection/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_data_collection_read.

get_match_tracking_data(match_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/tracking/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_tracking_list.

get_matches(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/matches/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/matches/matches_list.

get_physical(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/physical/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/physical/physical_list.

get_player(player_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/players/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/players/players_read.

get_players(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/players/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/players/players_list.

get_seasons(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/seasons/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/seasons/seasons_list.

get_team(team_id: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/teams/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/teams/teams_read.

get_teams(params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/teams/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/teams/teams_list.

save_competition_competition_editions(competition_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/{}/editions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_editions_list. Saves the data to a file.

save_competition_editions(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competition_editions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competition_editions_list. Saves the data to a file.

save_competition_rounds(competition_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/{}/rounds/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_rounds_list. Saves the data to a file.

save_competitions(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/competitions/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/competitions/competitions_list. Saves the data to a file.

save_dynamic_events_off_ball_runs(match_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/dynamic_events/off_ball_runs/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_dynamic_events_off_ball_runs_list. Saves the data to a file.

save_in_possession_off_ball_runs(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/off_ball_runs/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_off_ball_runs_list. Saves the data to a file.

save_in_possession_on_ball_pressures(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/on_ball_pressures/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_on_ball_pressures_list. Saves the data to a file.

save_in_possession_passes(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/in_possession/passes/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/in_possession/in_possession_passes_list. Saves the data to a file.

save_match(match_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_read. Saves the data to a file.

save_match_data_collection(match_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/data_collection/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_data_collection_read. Saves the data to a file.

save_match_tracking_data(match_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/match/{}/tracking/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/match/match_tracking_list. Saves the data to a file.

save_matches(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/matches/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/matches/matches_list. Saves the data to a file.

save_physical(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/physical/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/physical/physical_list. Saves the data to a file.

save_player(player_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/players/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/players/players_read. Saves the data to a file.

save_players(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/players/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/players/players_list. Saves the data to a file.

save_seasons(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/seasons/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/seasons/seasons_list. Saves the data to a file.

save_team(team_id: str, filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/teams/{}/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/teams/teams_read. Saves the data to a file.

save_teams(filepath: str, params: dict = None, raise_for_status: bool = True, **kwargs)

Retrieve response from /api/teams/ GET request. To learn more about it go to: https://skillcorner.com/api/docs/#/teams/teams_list. Saves the data to a file.