get https://api.triathlon.org/v1/officials
The Officials Listings method returns a filterable list of basic official objects matching the search criteria.
Values for country_id
and region_id
may be obtained from the Federation API endpoints Country Listings and Region Listings respectively. For both parameters, a pipe-delimited list of ids may be passed to restrict results by multiple countries/regions.
The name
parameter allows a fuzzy search by both first name or last name.
The following example retrieves all level 3 officials from Greece:
curl --header "apikey: YOUR_APP_KEY" https://api.triathlon.org/v1/officials?country_id=293&level=3