Team Listings

The Team Listings method returns a paginated, filterable list of basic team objects matching the search criteria.

The name parameter allows a fuzzy search by team name. The following example returns all teams matching Great Britain (note could also specify the country id of 292 to achieve the same result).

curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/teams?name=Great%20Britain
Language
Authorization
Header
Click Try It! to start a request and see the response here!