get https://api.triathlon.org/v1/federations/
The Retrieve Federation Information endpoint returns a detailed listing for a Federation given a federation_id
.
As well as listing the basic Federation information it also includes a list of the latest news articles together with any upcoming events for the Federation.
The following example retrieves the Federation profile for the British Triathlon Federation (federation_id 2356).
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/federations/2356