Officials Listings

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

How many officials to be returned per page

int32

The page number to be returned

string

Restrict returned officials by name

string

A pipe delimited list of country ids

string

A pipe delimited list of region ids

string

Restrict returned athletes by gender (male|female)

string

A pipe delimited list of official ids

string

A pipe delimited list of years that TO accreditation is valid to

string

A pipe delimited list of levels to filter the results

string

A pipe delimited list of certificate years

Response

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