Rain without the gauge

High-precision rainfall analytics for any location in the US. No hardware needed.

Download on the App StoreGet it on Google Play
Observed rain

Forecasts only tell part of the story

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

Don't settle for regional averages

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

Dynamic alerts

Respond to unexpected conditions more efficiently

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

Stop guessing and start seeing the full picture

See current site conditions inline with the 7-day forecast across many different locations. Build schedules with maximum efficiency in mind.

For developers

The precision rainfall API

Get up-to-the-hour rainfall data with 1km precision for your application

Explore the docs
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

Schedule a demo