Course Categories

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

The Course Categories method returns a list of cat_ids that may be used in filtering of all course methods via the category_id parameter.

Examples

List all top-level (parent) categories excluding child (sub) categories.

curl --header "apikey: YOUR_APP_KEY" https://api.triathlon.org/v1/courses/categories?child_categories=false

List all technical official categories (cat_id 236)

curl --header "apikey: YOUR_APP_KEY" https://api.triathlon.org/v1/courses/categories?cat_parent_id=236
Query Params
boolean
Defaults to true

Show child categories

int32

Restrict returned categories to a given parent_id

Response

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