Skip to main content
GET
/
api
/
v1
/
report
/
weather
Get weather
curl --request GET \
  --url https://{subdomain}.mtnmanager.com/api/v1/report/weather
{
  "current": {
    "imperial": {
      "temperature": 123,
      "feels_like": 123,
      "wind_speed": 123,
      "snowfall": 123,
      "precipitation": 123,
      "wind_gust": 123
    },
    "metric": {
      "temperature": 123,
      "feels_like": 123,
      "wind_speed": 123,
      "snowfall": 123,
      "precipitation": 123,
      "wind_gust": 123
    },
    "condition": "<string>",
    "condition_code": "Clear",
    "timestamp": "2023-11-07T05:31:56Z",
    "wind_direction": 123,
    "wind_direction_cardinal": "<string>"
  },
  "hourly_forecast": [
    {
      "timestamp": "2023-11-07T05:31:56Z",
      "imperial": {
        "temperature": 123,
        "wind_speed": 123,
        "feels_like": 123,
        "snowfall": 123,
        "precipitation": 123,
        "wind_gust": 123
      },
      "metric": {
        "temperature": 123,
        "wind_speed": 123,
        "feels_like": 123,
        "snowfall": 123,
        "precipitation": 123,
        "wind_gust": 123
      },
      "condition": "<string>",
      "condition_code": "Clear",
      "precipitation_probability": 123
    }
  ],
  "daily_forecast": [
    {
      "date": "2023-12-25",
      "imperial": {
        "temperature_high": 123,
        "temperature_low": 123,
        "snowfall_total": 123,
        "precipitation_total": 123,
        "wind_speed_max": 123,
        "wind_gust_max": 123
      },
      "metric": {
        "temperature_high": 123,
        "temperature_low": 123,
        "snowfall_total": 123,
        "precipitation_total": 123,
        "wind_speed_max": 123,
        "wind_gust_max": 123
      },
      "condition": "<string>",
      "condition_code": "Clear",
      "sunrise": "2023-11-07T05:31:56Z",
      "sunset": "2023-11-07T05:31:56Z",
      "precipitation_probability": 123
    }
  ],
  "attribution": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Response

Complete weather data for a resort (unit-agnostic, includes both systems)

Complete weather data for a resort (unit-agnostic, includes both systems)

current
object
required

Current weather conditions

hourly_forecast
object[]
required

Hourly forecast for next 24 hours (including current hour)

daily_forecast
object[]
required

Daily forecast for next 7 days (including today)

attribution
string
required

Data source attribution

Example:

"https://developer.apple.com/weatherkit/data-source-attribution/"

updated_at
string<date-time>
required

When this data was last updated