Athlete Results

The Athlete Results method provides a filterable paginated list of athlete results.

Additional filters may be used by specify one or all of category_id, specification_id or event_id which all take a pipe delimited list such that multiple options may be specified.

The elite boolean may be used to restrict results to only elite programs and as such excluding other programs such as Junior and U23 results.

The following example returns all World Triathlon Series elite results for athlete_id 5695:

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