Retrieve Athlete Information

The Retrieve Athlete Information method returns a full athlete profile for a given athlete_id.

For the latest results, news, videos and images the latest 5 results are included. If you require more then please consult the relevant endpoints for results, news, videos and images.

🚧

Full vs Basic Profile

Due to the quantity of information in a full profile this call should only be used when necessary. A large amount of information is also available in the basic profile and is a much faster API call and is the preferred method for obtaining athlete basic profile data. To obtain a basic profile simply use the parameter output=basic as in the following example.

curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/athletes/5695?output=basic
Language
Authorization
Header
Click Try It! to start a request and see the response here!