ConsoleCatalog
Sign in
Strava logo

Strava

strava.comSocialauth

Fitness social network for running, cycling, swimming, and hiking.

IdentitySign in to use your identities on this site.

Athlete Profile

ASYNCREADAuth required

Returns an athlete's profile, personal records, and relative effort.

ParametersFormJSON

Numeric Strava athlete ID. From strava_search_athletes or the dashboard feed

Relative-effort window in weeks

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "strava_athlete_profile",
    "params": {
      "athlete_id": "",
      "num_weeks": "7"
    }
  }'