Measure Rainfall at Your Exact Locations
Trusted by thousands for accurate rainfall totals, reliable soil conditions, and detailed weather history that you can't get anywhere else. No weather stations or gauges required.
60% more accurate than a NOAA forecast
Monitor actual rainfall accumulation at any location without having to deploy weather stations or gauges. Get up to the hour rainfall estimates that automatically get more accurate over time.

275% Better rainfall detection
Measure precipitation at hyper-local resolution instead of broad estimates over a general area. Determine the conditions at specific locations.

Eliminate wasted trips
Get alerted when rain is approaching and when precipitation is observed above your thresholds.

Make decisions faster with rainfall totals and forecasts on the same page
See current site conditions inline with the 7-day forecast across many different locations. Build schedules with maximum efficiency in mind.

The most accurate historical weather data API
Get up-to-the-hour rainfall data with 1km precision for your application
const longitude = -83.7430;
const latitude = 42.2808;
const url = `https://api.precip.ai/v1/hourly?lon=${longitude}&lat=${latitude}`;
fetch(url, {
headers: {
'Accept': 'application/json',
'Authorization': `Bearer ${YOUR_API_KEY}`,
},
})
.then(response => response.json())
.then(data => {
// Hourly rainfall history here
console.log(data);
}) See how Precip can work for you
Schedule a customized demo with one of our expert team members today