Get Lifts
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 lifts at the resort with their current operational status, type, and optional wait time information.
Unique identifier for the lift.
"550e8400-e29b-41d4-a716-446655440000"
Display name of the lift.
"Summit Express"
URL-friendly name of the lift.
"summit-express"
Type of lift (e.g. gondola, quad).
gondola, tram, eight_pack, six_pack, quad, triple, double, magic_carpet, t_bar, platter, rope_tow, funicular, other Whether this is a high-speed/detachable lift.
Whether the lift has a bubble/cover for weather protection.
Whether the lift has heated seats.
Current operational status (open, closed, on_hold, or unknown).
open, closed, on_hold, unknown When this lift's information was last updated.
Optional lift number.
1
Estimated travel time in minutes.
Length of the lift in feet.
Length of the lift in meters.
Vertical rise of the lift in feet.
Vertical rise of the lift in meters.
Current estimated wait time in minutes, if available.
5
Today's scheduled opening time in 24-hour format (HH:MM), in resort's local timezone.
null if the lift has no scheduled hours for today.
"09:00"
Today's scheduled closing time in 24-hour format (HH:MM), in resort's local timezone.
null if the lift has no scheduled hours for today.
"16:00"
UUID of the area this lift belongs to, if assigned.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Name of the area this lift belongs to, if assigned.
"Lower Mountain"
Display order of the area this lift belongs to, if assigned, for sorting purposes.
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Summit Express",
"slug": "summit-express",
"number": 1,
"lift_type": "gondola",
"high_speed": true,
"bubble": true,
"heated": true,
"travel_time": 12,
"length_ft": 8500,
"length_m": 2591,
"vertical_rise_ft": 2800,
"vertical_rise_m": 853,
"status": "open",
"wait_time_minutes": 5,
"opens_at": "09:00",
"closes_at": "16:00",
"area_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"area_name": "Lower Mountain",
"area_display_order": 1,
"updated_at": "2026-01-26T16:26:33+00:00"
}
]