get https://api.triathlon.org/v1/events//medal_tally/
The Event Medal Federation Breakdown method returns a list of athletes and medals for a given event_id
and federation_id
. Whilst using the Event Medal Tally method will return a count per Federation this method expands the information in providing a list of athletes that made up the medal tally.
The resulting medals
object contains a basic athlete object together with the program information of the resulting medalist.
The following example lists the medal winners from USA Triathlon from the 2015 ITU World Triathlon Gold Coast event.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/90168/medal_tally/2362