get https://api.triathlon.org/v1/athletes//team_stats
The Athlete Team Statistics method retrieves quick pre-compiled team statistics for an athlete.
By default all team results in the Triathlon.org database are used (including multisport data). To restrict the analysed event specifications you may provide a pipe delimited list of event category_ids and specification_ids.
The following example returns the team statistics overview for athlete_id 5695.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/athletes/5695/team_stats
Team API
This method returns the data of an individual when in a team event. For the statistics of a Team itself e.g. Great Britain I the Team API Team Statistics method should be consulted.