---
title: "Retrieve the Personal Best (PR) and Season Best (SB) records for an athlete."
method: GET
path: "/athletes/{athlete_id}/prs"
tags: ["Athletes"]
---

# Retrieve the Personal Best (PR) and Season Best (SB) records for an athlete.

`GET /athletes/{athlete_id}/prs`

## Path parameters

- `athlete_id` string, required

## Response `200`

Athlete profile and personal/season bests.

- AthleteBests — Athlete's profile with their best recorded performances.
  - `athlete_id` string
  - `full_name` string
  - `birth_year` integer
  - `personal_records` Performance[]
    - `discipline` string — The specific discipline (e.g., "400m Hurdles").
    - `performance` string — The recorded performance (time or distance).
    - `unit` 'sec' | 'm' | 'cm' | 'points'
    - `date` string, date
    - `location` string — Location where the performance was achieved.
  - `season_records` Performance[]
    - `discipline` string — The specific discipline (e.g., "400m Hurdles").
    - `performance` string — The recorded performance (time or distance).
    - `unit` 'sec' | 'm' | 'cm' | 'points'
    - `date` string, date
    - `location` string — Location where the performance was achieved.

---

[API](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api.md) · [All operations](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athletics-app/atletiek-nu-competition-data-api/revisions/cd49a90e4266/schema)
