Get Summer Trails
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 summer trails at the resort with their current status, type (e.g. hiking, mountain biking), and optional difficulty rating.
Unique identifier for the trail.
"550e8400-e29b-41d4-a716-446655440000"
Display name of the trail.
"Ridgeline Trail"
URL-friendly name of the trail.
"ridgeline-trail"
Type of trail activity (e.g. hiking, mountain_biking). Can have multiple.
hiking, mountain_biking Current operational status (open, closed, or unknown).
open, closed, unknown Notes about current conditions on this trail.
"Trail is dry and in excellent condition."
When this trail's information was last updated.
Optional trail number.
1
Difficulty rating of the trail (optional for summer trails).
beginner, intermediate, advanced, expert UUID of the area this trail belongs to, if assigned.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Name of the area this trail belongs to, if assigned.
"Lower Mountain"
Display order of the area this trail belongs to, if assigned, for sorting purposes.
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Ridgeline Trail",
"slug": "ridgeline-trail",
"number": 1,
"trail_type": ["hiking"],
"difficulty": "intermediate",
"status": "open",
"condition_notes": "Trail is dry and in excellent condition.",
"area_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"area_name": "Lower Mountain",
"area_display_order": 1,
"updated_at": "2026-01-26T16:26:33+00:00"
}
]