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"
}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"
}Complete weather data for a resort (unit-agnostic, includes both systems)
Complete weather data for a resort (unit-agnostic, includes both systems)
Current weather conditions
Show child attributes
Hourly forecast for next 24 hours (including current hour)
Show child attributes
Daily forecast for next 7 days (including today)
Show child attributes
Data source attribution
"https://developer.apple.com/weatherkit/data-source-attribution/"
When this data was last updated