Team API Overview

The Team API provides access to all team data. This is useful in producing statistics, team profiles and in media requests. The Team API takes several parameters from the Events and Federation APIs such as country_id and event_id.

Run in Postman

1629

The Team API provides access to all team data

Basic Team Object

📘

The basic team object is a simplified version of the corresponding athlete object

When using the team listing call or where teams are returned from different API calls e.g. results and start lists a basic team object is returned which will always conform to the following specification. If further detail is required request the full athlete listing using the Retrieve Team Information API call.

{
   "team_id":11448,
   "team_title":"Team I Great Britain",
   "team_slug":"team_i_great_britain",
   "team_country_id":292,
   "team_profile_image":null,
   "team_noc":"GBR",
   "team_country_name":"Great Britain",
   "team_country_isoa2":"GB",
   "team_listing":"http:\/\/www.triathlon.org\/athletes\/profile\/11448\/team_i_great_britain",
   "team_flag":"https:\/\/f9ca11ef49c28681fc01-0acbf57e00c47a50e70a1acb89e86c89.ssl.cf1.rackcdn.com\/images\/icons\/gb.png",
   "team_api_listing":"https:\/\/api.triathlon.org\/v1\/v1\/athletes\/11448"
}