Get Parking Lots
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 parking lots at the resort with their current status and amenities.
Unique identifier for the parking lot.
Display name of the parking lot.
URL-friendly name of the parking lot.
Current status (open, closed, or full).
open, closed, full Whether shuttle service is available from this lot.
Whether parking is paid/requires payment.
Whether a reservation is required to park here.
When this parking lot's information was last updated.
Maximum vehicle capacity, if set.
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Parking Lot",
"slug": "main-parking-lot",
"status": "open",
"capacity": 500,
"shuttle": false,
"paid": false,
"reservation_required": false,
"updated_at": "2026-01-26T16:26:33+00:00"
}
]