Discover/mammothmountain.com API
live

mammothmountain.com APImammothmountain.com

Access real-time trail status, snow depths, and multi-elevation weather forecasts for Mammoth Mountain via 3 structured JSON endpoints.

Endpoints
3
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/1c9f7727-9b44-4e49-a466-2d6095434950/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1c9f7727-9b44-4e49-a466-2d6095434950/get_trail_status' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get current status for all ski trails at Mammoth Mountain, including difficulty, groomed status, and area. Returns all trails regardless of open/closed status.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "resort": "string, resort name",
    "trails": "array of trail objects with name, area, status, difficulty, groomed, snow_making, run_of_the_day, gladed, and moguls fields",
    "last_update": "string, ISO 8601 timestamp of last data update",
    "total_trails": "integer, total number of trails at the resort",
    "total_open_trails": "integer, number of currently open trails"
  },
  "sample": {
    "data": {
      "resort": "Mammoth Mountain",
      "trails": [
        {
          "area": "Main Lodge",
          "name": "Agee's Run",
          "gladed": "No",
          "moguls": "No",
          "status": "Open",
          "groomed": "No",
          "difficulty": "Very Difficult",
          "snow_making": "No",
          "run_of_the_day": "No"
        }
      ],
      "last_update": "2026-05-14T05:22:25-0700",
      "total_trails": 180,
      "total_open_trails": 75
    },
    "status": "success"
  }
}

About the mammothmountain.com API

The Mammoth Mountain API exposes 3 endpoints covering trail conditions, snow reports, and weather forecasts for Mammoth Mountain ski resort. The get_trail_status endpoint returns every trail's open/closed status, difficulty rating, grooming state, and special designations like run-of-the-day, gladed terrain, and moguls. Snow depth data spans three elevation stations, and weather conditions are broken out at base, mid-mountain, and summit levels.

Trail Status

The get_trail_status endpoint returns a full list of trails with per-trail fields including name, area, status, difficulty, groomed, snow_making, run_of_the_day, gladed, and moguls. Two aggregate counts — total_trails and total_open_trails — let you quickly compute the percentage of the mountain that's accessible without iterating the full array. All trails are returned regardless of open or closed status, so filtering is left to your application.

Snow Report

get_snow_report breaks snow depths across three named stations: main_lodge, mccoy_station, and summit. Each station object includes base_depth_in and snowfall totals for the last 24, 48, and 72 hours. Top-level fields include season_total_in, snow_base_range_in, base_conditions, and narrative_report (HTML-formatted). The last_update timestamp tells you how fresh the figures are, which matters during active storms when the report may refresh multiple times per day.

Weather Report

get_weather_report delivers current conditions at base, mid-mountain, and summit — each with temperature_f, skies, wind_direction, wind_speed_mph, and wind gust data. The forecast array covers multiple days, with each entry containing high_f, low_f, skies, conditions, wind, snow_forecast_in, and comments. All three endpoints take no input parameters and return an ISO 8601 last_update field so you can detect stale cached responses.

Common use cases
  • Display a live trail map badge showing open trail count vs. total trails using total_open_trails and total_trails.
  • Send alerts when groomed trails are updated overnight by polling get_trail_status before morning.
  • Build a snow depth chart over time by storing base_depth_in per station from get_snow_report.
  • Show a multi-day ski trip forecast widget using the forecast array with snow_forecast_in and high_f/low_f.
  • Filter runs by difficulty and mogul status to surface terrain recommendations for different skier skill levels.
  • Compare wind speeds across elevations by reading wind_speed_mph from base, midmountain, and summit in get_weather_report.
  • Embed the narrative_report HTML directly in a conditions page to surface the resort's own description of current snow quality.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Mammoth Mountain have an official developer API?+
Mammoth Mountain does not publish a public developer API or documented data feeds. This Parse API is the structured way to access resort conditions data programmatically.
What trail-level detail does `get_trail_status` return — does it distinguish groomed from mogul runs?+
Yes. Each trail object includes separate boolean fields: groomed, moguls, and gladed, as well as snow_making and run_of_the_day. The difficulty field carries the standard difficulty rating. All trails are returned regardless of open or closed status, so you filter by status in your own code if you only want currently open runs.
How current is the snow report data?+
Each endpoint returns a last_update ISO 8601 timestamp reflecting when the source data was last updated. Mammoth Mountain typically refreshes snow reports once or twice daily, though the cadence can increase during active snowfall events. Check last_update in your application rather than assuming a fixed refresh interval.
Does the API cover lift status or ticket pricing?+
Not currently. The API covers trail conditions, snow depths, and weather across three elevation stations. Lift operational status and ticket or pass pricing are not included in any of the three endpoints. You can fork this API on Parse and revise it to add a lift status endpoint if that data is needed.
Can I get historical snow depth or past weather data?+
Not currently. All three endpoints return current or near-term data — the snow report reflects present-day depths and recent snowfall totals, and the weather endpoint covers current conditions plus a short-range forecast. Historical time-series data is not exposed. You can fork this API on Parse and revise it to store and serve historical snapshots if your use case requires trend analysis.
Page content last updated . Spec covers 3 endpoints from mammothmountain.com.
Related APIs in WeatherSee all →
sentinel-hub.com API
Access satellite imagery from around the world and retrieve spectral band data, timestamps, and geographic coverage information to analyze Earth observation data. Process and generate statistics from satellite images for your specific areas of interest using powerful image processing tools.
openweathermap.org API
Search for cities and retrieve live weather conditions and forecasts (current, minutely precipitation, hourly and daily) by coordinates or by city name.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
weatherspark.com API
Get historical weather data, current METAR reports, and monthly climate summaries for any location by searching WeatherSpark's comprehensive weather database. Access detailed weather insights including temperature trends, precipitation patterns, and atmospheric conditions to power weather-dependent applications and analysis.
breckenridge.com API
Check real-time snow conditions, weather forecasts, lift operations, and trail status at Breckenridge Ski Resort to plan your day on the mountain. View live mountain cameras and get up-to-the-minute updates on slopes, lifts, and weather before you head out.
surfline.com API
Check real-time surf conditions, forecasts for waves and wind, tide predictions, and live camera feeds from thousands of surf spots around the world. Browse spots by geographic region and access detailed weather data to plan your perfect surfing session.
ingres.iith.ac.in API
Access groundwater resource estimation data across India at multiple geographic levels—from national summaries down to block-level details—and search specific locations to track groundwater availability and assessment trends. View historical assessment years and generate reports to analyze groundwater resources by state, district, or region.
zoom.earth API
Search Zoom Earth for places and get live environmental data including weather forecasts by coordinates, satellite imagery timestamps, active tropical storm tracks, active fires, and current platform status.
Mammoth Mountain API – Trails, Snow & Weather · Parse