Officials API Overview

The Officials API provides access to Technical Official related data. This API is only available to approved users developing tools to support Technical Official development.

3888

The Technical Officials API provides access to Technical Official data for approved partners.

Basic Official Object

When using the official listing call or where officials are returned from different API calls a basic official object is returned which will always conform to the following specifications. If further details are required request the full official listing using the Retrieve Official Information API call.

{
   "official_id":123456,
   "official_title":"Technical Official",
   "official_first":"Technical",
   "official_last":"Official",
   "official_gender":"female",
   "official_noc":"GRE",
   "official_year_of_birth":1990,
   "official_certificate_year":2008,
   "official_level":3,
   "official_itu_id":654321,
   "official_slug":"technical_official",
   "official_country_id":172,
   "official_country_name":"Greece",
   "official_country_isoa2":"GR",
   "official_region_id":10,
   "official_region":"ETU",
   "official_region_name":"Europe",
   "official_flag":"https://f9ca11ef49c28681fc01-0acbf57e00c47a50e70a1acb89e86c89.ssl.cf1.rackcdn.com/images/icons/gr.png",
   "official_api_listing":"https://api.triathlon.org/v1/officials/123456",
   "official_valid_date":2019
}