Athlete Results

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Path Params
int32
required

The unique id of the athlete

Query Params
int32
Defaults to 10

How many results to be returned per page

int32

The page number to be returned

string

A pipe delimited list of event categories

string

A pipe delimited list of event specifications

boolean
Defaults to false

Restrict to elite only results

string

A pipe delimited list of event ids

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json