Skip to main content
GET
TypeScript

Headers

Accept-Language
string

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.

status
enum<string>
required

Current operational status of the resort (open or closed). This is calculated based on the current time relative to today's scheduled hours.

Available options:
open,
closed
season
enum<string>
required

Current operating season (winter, summer, or closed/off-season).

Available options:
winter,
summer,
closed
news
object
required

Written news — daily update, announcements, etc.

Example:
runs
object
required

Run statistics: counts, acres, and last-updated timestamp.

Example:
lifts
object
required

Lift statistics: counts and last-updated timestamp.

Example:
summer_trails
object
required

Summer trail statistics: counts and last-updated timestamp.

Example:
terrain_parks
object
required

Terrain park statistics: counts and last-updated timestamp.

Example:
opens_at
string | null

Today's scheduled opening time in 24-hour format (HH:MM). null if the resort is not scheduled to open today.

Example:

"09:00"

closes_at
string | null

Today's scheduled closing time in 24-hour format (HH:MM). null if the resort is not scheduled to open today.

Example:

"16:00"