Skip to main content

What you can access

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)