Skip to main content

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 a 200 status code.

Getting started

1

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.
2

Fetch resort data

Make a GET request to the /api/v1/report endpoint to get complete resort information:
curl https://your-resort.mtnmanager.com/api/v1/report
3

Use the data

The response includes everything about the resort:
  • Resort info (name, timezone, unit preferences)
  • Current status (open/closed, operating hours)
  • All runs with status and grooming info
  • All lifts with status and wait times
  • Snow conditions and snowfall totals
  • Weather data (if enabled)