Hikers, skiers, event planners, and travelers make real decisions based on your app's forecast. WeatherLens gives you accuracy-scored, confidence-rated forecasts so you can show users exactly how reliable today's prediction is.
From hiking trail conditions to ski resort planning, WeatherLens powers the features your users care about most.
WeatherLens is the only weather API that scores its own accuracy. Give your users a confidence layer no other app has.
/api/v1/accuracy for any lat/lon to see how well forecasts have matched observed conditions — by lead time (1-day, 3-day, 7-day) and by source. Show users a confidence rating right in your UI./api/v1/climate you can answer instantly. Surface the multi-year baseline alongside the forecast so users understand if conditions are unusual or expected.Here's what a forecast response looks like for a hiking destination.
{
"location": {
"lat": 36.4864, "lon": -118.5658,
"name": "Sequoia National Park, CA"
},
"forecast": [
{
"date": "2026-06-12",
"highF": 78, "lowF": 52,
"precipProbPct": 5,
"wind": { "mph": "5-10", "dir": "W" },
"conditions": "Clear sky",
"uvIndex": 9,
"humidityPct": 35,
"confidenceScore": 0.94
},
{
"date": "2026-06-13",
"highF": 74, "lowF": 50,
"precipProbPct": 30,
"conditions": "Partly cloudy",
"confidenceScore": 0.87
}
],
"accuracy": {
"tempWithin2F_7day": 0.942,
"precipAccuracy_7day": 0.883,
"source": "NWS+OpenMeteo blend"
}
}Free tier includes 100 requests/day — enough to prototype your entire weather feature. No credit card required.