Program Listings

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The Program Listings method returns an array of basic program objects for an event id.

The results boolean indicates whether results are available for this program. If so you should consult the Program Results method to return them.

The team boolean indicates whether this program is a team program and as such will return team entries and team results where relevant.

The prog_notes are provided where available and give additional information and context as to the exact specifications of the program. Some of this information is extracted and also provided as headers in the Retrieve Program Information and Program Results methods.

The following example retrieves the full program listings from event_id of 90162.

curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/90162/programs
Path Params
int32
required

The unique id of the event

Query Params
string

A prog name to perform a fuzzy filter on

string

A pipe delimited list of programs to restrict programs to

string

A pipe delimited list of programs to exclude from the results

string

A pipe delimited list of prog_ids to be returned

boolean
Defaults to false

If not provided, will provide both racing programs and non-racing programs

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json