Get Runs
Headers
Preferred language and optional region for human-readable strings in the response (e.g. operating hours summaries). Supports en, fr, de, it, and es, with optional region tags such as fr-CA or de-CH. Defaults to English when omitted or unsupported.
Response
List of all runs at the resort with their current status, grooming information, and difficulty rating.
Unique identifier for the run.
"550e8400-e29b-41d4-a716-446655440000"
Display name of the run.
"Main Street"
URL-friendly name of the run.
"main-street"
Difficulty rating of the run.
beginner, intermediate, advanced, expert, terrain_park Current operational status (open, closed, or unknown).
open, closed, unknown Whether the run was groomed within the last 24 hours.
Whether the run has snowmaking capabilities.
Whether the run is available for night skiing.
Notes about current conditions on this run.
"Groomer's choice!"
When this run's information was last updated.
Optional run number.
1
When the run was last groomed.
null if never groomed, or if the runs grooming feature is disabled.
UUID of the area this run belongs to, if assigned.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Name of the area this run belongs to, if assigned.
"Lower Mountain"
Display order of the area this run belongs to, if assigned, for sorting purposes.
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Street",
"slug": "main-street",
"number": 1,
"difficulty": "advanced",
"status": "open",
"last_groomed": "2026-01-26T16:26:33+00:00",
"groomed_today": true,
"snowmaking": true,
"night_skiing": false,
"condition_notes": "Groomer's choice!",
"area_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"area_name": "Lower Mountain",
"area_display_order": 1,
"updated_at": "2026-01-26T16:26:33+00:00"
}
]