v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Athletes

Get List of Athletes

This API returns the list of all athletes.

get/athletes

Query parameters

jerseystring

Jersey of athlete

first_namestring

Athlete's first name

last_namestring

Athlete's last name

force_units'metric' | 'imperial'

Override the user's unit preference for weight and height. Returns values in the specified unit system instead of the user's configured preference.

Response

List of all athletes

idstring required
first_namestring required
last_namestring required
genderstring nullable required
jerseystring
nicknamestring
heightnumber
weightnumber
date_of_birthinteger
date_of_birth_datestring required
velocity_maxnumber
acceleration_maxnumber
heart_rate_maxnumber
player_load_maxnumber
imagestring
image_urlstring
iconstring
stroke_colourstring
fill_colourstring
trail_colour_startstring
trail_colour_endstring
is_syncedinteger
is_deletedinteger
is_demoboolean
created_atstring
modified_atstring
tag_liststring[]
current_team_idstring
max_player_load_per_minuteinteger
positionstring required
position_idstring
position_namestring required

Example response

[
  {
    "created_at": "2023-10-31 23:59:59",
    "modified_at": "2023-10-31 23:59:59"
  }
]