What you can access
Overview
Complete resort information including open/closed status, statistics, and announcements
Snow Conditions
Base depth, surface conditions, and snowfall accumulation
Lifts
Lift status, types, wait times, and operational details
Runs
All runs with difficulty ratings, open/closed status, and grooming information
Terrain Parks
Terrain park status, and list of features
Summer Trails
Summer trail status, and other information like type and difficulty
Operating Hours
Daily schedules and recurring operating hour patterns
Weather
Current conditions and forecasts (included in the complete resort endpoint)
Key features
- No authentication required - The API is public and read-only
- Real-time data - Conditions updated directly by resort staff
- Metric and imperial units - All measurements available in both unit systems
- Comprehensive responses - Get all data in one request or query specific endpoints
Authentication
The MtnManager API is public and read-only. No authentication is required.Response format
All endpoints return JSON responses. Successful responses return a200 status code.
Getting started
Get your resort's subdomain
Your resort has a unique subdomain like
your-resort.mtnmanager.com. Replace your-resort with your resort’s unique subdomain when using the API.Fetch resort data
Make a GET request to the
/api/v1/report endpoint to get complete resort information: