Get Snow Conditions
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 current snow conditions including base depth, surface conditions, and snowfall totals in both metric and imperial units.
May contain multiple, representing different reporting areas.
Unique identifier for this snow report.
"550e8400-e29b-41d4-a716-446655440000"
Additional notes about current snow conditions, e.g. groomer's notes
"Machine groomed on main runs, natural powder in tree areas."
Snowfall accumulation metrics in centimeters.
{
"overnight": 8,
"last_24h": 12,
"last_48h": 18,
"last_7days": 36,
"season_total": 156
}Snowfall accumulation metrics in inches.
{
"overnight": 8,
"last_24h": 12,
"last_48h": 18,
"last_7days": 36,
"season_total": 156
}When this snow report was last updated.
UUID of the area this report covers, if area-specific.
null for resort-wide reports.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Name of the area this report covers, if area-specific.
"Lower Mountain"
Display order of the area this report covers, if area-specific, for sorting purposes.
Current base depth in centimeters. Not included if the base depth feature is disabled.
152
Current base depth in inches. Not included if the base depth feature is disabled.
60
Primary surface condition using industry standard codes. Not included if the snow surface condition feature is disabled.
- BS (Bare Spots)
- CO (Corn Snow)
- FG (Frozen Granular)
- HP (Hard Pack)
- IP (Ice Patches)
- IS (Icy Surface)
- LG (Loose Granular)
- MG (Machine Groomed)
- P (Powder)
- PP (Packed Powder)
- SC (Spring Conditions)
- TC (Thin Cover)
- V (Variable)
- WG (Wet Granular)
- WP (Wet Powder)
BS, CO, FG, HP, IP, IS, LG, MG, P, PP, SC, TC, V, WG, WP Secondary surface condition using industry standard codes. Not included if the secondary snow surface condition feature is disabled.
- BS (Bare Spots)
- CO (Corn Snow)
- FG (Frozen Granular)
- HP (Hard Pack)
- IP (Ice Patches)
- IS (Icy Surface)
- LG (Loose Granular)
- MG (Machine Groomed)
- P (Powder)
- PP (Packed Powder)
- SC (Spring Conditions)
- TC (Thin Cover)
- V (Variable)
- WG (Wet Granular)
- WP (Wet Powder)
BS, CO, FG, HP, IP, IS, LG, MG, P, PP, SC, TC, V, WG, WP [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"area_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"area_name": "Lower Mountain",
"area_display_order": 1,
"base_depth_cm": 152,
"base_depth_in": 60,
"surface_condition": "BS",
"secondary_surface_condition": "PP",
"condition_notes": "Machine groomed on main runs, natural powder in tree areas.",
"snowfall_cm": {
"overnight": 8,
"last_24h": 12,
"last_48h": 18,
"last_7days": 36,
"season_total": 156
},
"snowfall_in": {
"overnight": 8,
"last_24h": 12,
"last_48h": 18,
"last_7days": 36,
"season_total": 156
},
"reported_at": "2026-01-26T16:26:33+00:00"
}
]