v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Athletes

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.

athlete_idstring
full_namestring
birth_yearinteger

Example response

{
  "personal_records": [
    {
      "performance": "51.45"
    }
  ],
  "season_records": [
    {
      "performance": "51.45"
    }
  ]
}
All 28 operations