Ski Resort Conditions
Get up-to-date snow conditions and resort statistics for major ski destinations across the United States! Our Ski Resort Snow Reports API provides detailed information on snowfall, base depth, open trails, and lifts, helping skiers and snowboarders plan their next adventure. You can filter by state and access real-time data for resorts like Bolton Valley, including: Snowfall (24-hour…
Ski Resort Conditions endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get states /get_states |
Returns all states supported by the api. Returned state strings can be passed as a parameter into /get_snow_by_state |
| GET |
Get snow report by state /get_snow_by_state |
Returns the snow report for all resorts in a given state. Accepts state names as a parameter. Spaced names are hyphenated. Ie. New Hampshire --> new-hampshire |
| GET |
Get snow report /get_snow_report |
Returns the id, resort, 24h snowfall, base depth, open trails, open lift and state for the passed resort id. For example, id: "1143859b" returns: { "id": "1143859b", "resort":… |
| GET |
Get resort ids /get_resorts_id |
Returns all ski resorts the api supports along with their corresponding id. Resort ids can be passed to get their particular snow report using the /get_snow_report endpoint |
Ski Resort Conditions pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $15 / month | — |
|