List of all terrain parks at the resort with their current status, condition notes, and list of features (jumps, boxes, rails, etc.) within them.
Unique identifier for the terrain park.
Display name of the terrain park.
URL-friendly name of the terrain park.
Current operational status (open, closed, or unknown).
open, closed, unknown Notes about current conditions in this terrain park.
Features within this terrain park (jumps, boxes, rails, etc.).
When this terrain park or any of its features was last updated.
Optional terrain park number.
UUID of the area this terrain park belongs to, if assigned.
Name of the area this terrain park belongs to, if assigned.
Display order of the area this terrain park belongs to, if assigned, for sorting purposes.
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Park",
"slug": "main-park",
"number": 1,
"status": "open",
"condition_notes": "Freshly shaped features, park crew out daily",
"area_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"area_name": "Lower Mountain",
"area_display_order": 1,
"features": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Flat Rail",
"slug": "flat-rail",
"number": 1,
"feature_type": "rail",
"size": "m",
"status": "unknown"
}
],
"updated_at": "2026-01-26T16:26:33+00:00"
}
]