Event Medal Tally

The Event Medal Tally method returns a Federation-based medal tally for a given event_id. This method may be used to determine medal tables for display for an event and is ordered as per the Olympic Games (sorted via gold, then silver, then bronze, then total medals).

A basic Federation object is returned as well as a listing of the total of each medal type.

The following example returns the medal tally for the 2015 Grand Final in Chicago (event_id 90168).

curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/90168/medal_tally
Language
Authorization
Header
Click Try It! to start a request and see the response here!