See exactly how much it rained

High-precision rainfall totals and normals for any location. No weather stations or rain gauges needed.



Accurate Weather History

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.

Hyper-Local

275% Better rainfall detection

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

Rainfall Notifications

Stop guessing where it rained

Get alerted when rain is observed at a location where it wasn't expected or when it doesn't rain when yesterday's forcast said it would.

Multi-Location

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.

For Developers

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/location?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