get https://api.triathlon.org/v1/teams
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