---
title: "Get Athlete Stats"
method: GET
path: "/athletes/{id}/stats"
tags: ["Athletes"]
---

# Get Athlete Stats

`GET /athletes/{id}/stats`

Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty.

## Path parameters

- `id` integer, required

## Response `200`

Activity stats of the athlete.

- ActivityStats — unresolved $ref

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.dev/strava/apis/strava-api-v3.md) · [All operations](https://skmtc.dev/strava/apis/strava-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strava/strava-api-v3/revisions/cbbf5860ef72/schema)
