v1
latestOpenAPI 3.0.02026-07-14282938.4 KBAthletes
Retrieve the Personal Best (PR) and Season Best (SB) records for an athlete.
get/athletes/{athlete_id}/prs
Path parameters
athlete_idstring required
The unique ID or KNAU/Atletiekunie license number of the athlete.
Response
Athlete profile and personal/season bests.
Example response
{
"personal_records": [
{
"performance": "51.45"
}
],
"season_records": [
{
"performance": "51.45"
}
]
}