Get Overview
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
Provides a snapshot of the resort's current operational state including today's scheduled hours (calculated from operating hour rules), run/lift overview counts, the current season, and written news.
Current operational status of the resort (open or closed). This is calculated based on the current time relative to today's scheduled hours.
open, closed Current operating season (winter, summer, or closed/off-season).
winter, summer, closed Written news — daily update, announcements, etc.
{
"raw": "Fresh powder overnight! All lifts spinning.",
"html": "<p>Fresh powder overnight! All lifts spinning.</p>",
"updated_at": "2026-01-26T16:26:33+00:00"
}Run statistics: counts, acres, and last-updated timestamp.
{
"open": 42,
"groomed": 38,
"total": 50,
"open_acres": 850,
"total_acres": 1200,
"updated_at": "2026-01-26T16:26:33+00:00"
}Lift statistics: counts and last-updated timestamp.
{
"open": 8,
"total": 10,
"updated_at": "2026-01-26T16:26:33+00:00"
}Summer trail statistics: counts and last-updated timestamp.
{
"total": 0,
"updated_at": "2026-01-26T16:26:33+00:00"
}Terrain park statistics: counts and last-updated timestamp.
{
"open": 3,
"total": 4,
"updated_at": "2026-01-26T16:26:33+00:00"
}Today's scheduled opening time in 24-hour format (HH:MM).
null if the resort is not scheduled to open today.
"09:00"
Today's scheduled closing time in 24-hour format (HH:MM).
null if the resort is not scheduled to open today.
"16:00"