Real-time snow conditions, weather, lift status, and trail data for 2,000+ ski resorts worldwide. Single REST API with a consistent JSON schema.
curl https://apibarn.com/v1/ski-resort/resorts/vail/conditions \
-H "x-api-key: YOUR_API_KEY"
Real-time snowfall data, base depth, snow quality, and fresh powder reports updated throughout the day.
7-day weather forecasts with temperature, wind speed, visibility, and precipitation predictions.
Live lift and gondola operating status, wait times, and planned maintenance schedules.
Detailed trail maps, difficulty ratings, grooming status, and real-time open/closed status.
Access up to 10 years of historical snow, weather, and operational data for trend analysis.
Season opening/closing dates, pass information, events calendar, and resort operating hours.
One API key. Clean JSON responses. Get started in minutes.
curl -X GET "https://api.apibarn.com/v1/ski-resort/resorts/vail/conditions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"resort": "Vail Mountain",
"conditions": {
"snowfall_24h": "8 inches",
"base_depth": "67 inches",
"surface": "Packed Powder",
"lifts_open": 31,
"lifts_total": 34,
"trails_open": 178,
"trails_total": 195,
"temperature": "24°F",
"wind_speed": "12 mph",
"visibility": "Clear"
},
"updated_at": "2025-01-15T08:30:00Z"
}
Help users find the perfect ski destination with real-time conditions, forecasts, and resort comparisons.
Build comprehensive mountain weather dashboards with historical data and predictive analytics.
Enhance booking experiences with live conditions, helping users choose the best dates and resorts.
Resort conditions are updated every 15 minutes during operating hours. Weather forecasts are refreshed every hour, and historical data is aggregated daily.
We cover over 2,000 ski resorts across North America, Europe, Japan, and Oceania. New resorts are added regularly — contact us if you need a specific resort.
Yes, rate limits vary by plan. The Free tier allows 100 requests/day, Starter 10,000/day, and Professional 100,000/day. Enterprise plans have custom or unlimited limits.
Webhooks are available on Professional and Enterprise plans. You can subscribe to events like storm alerts, resort openings/closings, and significant condition changes.
Absolutely! The Free tier is always available with no credit card required. Paid plans also include a 14-day free trial with full access.