Federation Listings

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

The name parameter allows a fuzzy search on the Federation name.

For the country_id and region_id parameters please consult the Country Listings and Region Listings endpoints. Both values take a pipe delimited list of values.

The status paremeter filters Federation by their affiliation status and must be one of either affiliated, nonaffiliated or provisional.

The following example retrieves all Federations from Oceania:

curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/federations?region_id=14
Language
Authorization
Header
Click Try It! to start a request and see the response here!