Federation API Overview

The Federation API allows programmatic access to Triathlon.org Federation data. This API also holds generic country and region information that is used in other APIs.

Run in Postman

600

The Federation API allows programmatic access to Triathlon.org Federation, country and region data

Basic Federation Object

When using the Federation Listings or where Federations are returned from different API calls a basic Federation object is returned which will always conform to the following specification. If further detail is required request the full Federation listing using the Retrieve Federation Information API call.

{
   "federation_id":2390,
   "federation_title":"Antigua and Barbuda Triathlon Association",
   "federation_slug":"antigua_and_barbuda_triathlon_association",
   "federation_edit_date":"2015-04-15T08:57:35+00:00",
   "federation_country_id":107,
   "federation_region_id":11,
   "federation_region_name":"Americas",
   "federation_affiliation_status":"Affiliated",
   "federation_noc":"ANT",
   "federation_country_name":"Antigua and Barbuda",
   "federation_country_isoa2":"AG",
   "federation_flag":"https://f9ca11ef49c28681fc01-0acbf57e00c47a50e70a1acb89e86c89.ssl.cf1.rackcdn.com/images/icons/ag.png",
   "federation_listing":"http://americas.triathlon.org/federations/federation/antigua_and_barbuda_triathlon_association",
   "federation_api_listing":"https://api.triathlon.org/v1/v1/federations/2390"
}