get https://api.triathlon.org/v1/statistics/results
The following properties are available for use in your analysis. If the property does not have a value e.g. a non-finisher who did not complete the swim the property does not exist. You may check for existence using the exists filter. It is possible some athlete split times are not recorded due to timing failures.
Unexpected Results
In certain instances data is affected by specific race details e.g. unexpected course distances based on event format or shortened discliplines. While distance information is not available via the program properties you will need to sense-check any results and confirm by visiting the corresponding results page on wts.triathlon.org/results
Property Name | Type | Description |
---|---|---|
result_id | num | The unique id associated with the result |
position | num | The finishing position of the athlete (non finishes are stored as strings and are ignored in most analysis types) |
type | string | The type of program (e.g. Triathlon) |
format | string | The format of the program (e.g. Sprint, Standard) |
date | string | The date that the race occurred |
year | num | The numeric year that the result occured |
month | num | The numeric month that the result occurred |
finish_time | num | The finish time of the athlete in seconds |
athlete_id | num | The unique id of the athlete |
athlete.name | string | The full name of the athlete |
athlete.first | string | The first name of the athlete |
athlete.last | string | The last name of the athlete |
athlete.country | string | The three letter NOC country code of the athlete |
athlete.gender | string | The gender of the athlete (male or female) |
athlete.age | num | The age of the athlete in years at the time of the race |
athlete.age_days | num | The age of the athlete in days at the time of the race |
event.id | num | The unique id of the event |
event.name | string | The name of the event |
event.country | string | The three letter NOC country code of the event |
event.venue | string | The city of the event |
event.region | string | The region of the event |
event.categories | list | A list of categories for the event |
event.specifications | list | A list of specifications for the event |
program.id | num | The unique id of the race |
program.name | string | The name of the race within the event |
program.start_time | num | The start time of the race (in seconds past midnight local time) |
program.wetsuit | boolean | True or false whether wetsuits were permitted |
splits.swim | num | The swim time in seconds |
splits.swim_distance | num | Swim distance in meters |
splits.bike | num | The bike time in seconds |
splits.bike_distance | num | The bike distance in km |
splits.run | num | The run time in seconds |
splits.run_distance | num | The run distance in meters |
splits.t1 | num | The t1 time in seconds |
splits.t2 | num | The t2 time in seconds |
temperature.air | num | The air temperature in degrees Celsius |
temperature.water | num | The water temperature in degrees Celsius |