Team Listings

Log in to see full request history

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
Query Params
int32
Defaults to 10

How many teams to be returned per page

int32

The page number to be returned

string

Restrict returned teams by name

string

A pipe delimited list of country ids

string

A pipe delimited list of team ids

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json