Endpoints for retrieving precipitation measurements and forecasts
Daily Precipitation Data
Returns comprehensive daily precipitation data for the given time range and location(s). Each day includes precipitation amount, type (rain/snow/mixed), probability (for forecasts), and data source. Seamlessly combines historical observations with forecast data depending on the requested time range.
query Parameters
startISO 8601 date %Y-%m-%d or datetime %Y-%m-%dT%H:%M:%S
endISO 8601 date %Y-%m-%d or datetime %Y-%m-%dT%H:%M:%S
longitudecomma separated list of longitudes
latitudecomma separated list of latitudes
timeZoneIdIANA timezone identifier e.g. America/Chicago
formatOutput format: geojson, json or csv
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Daily Precipitation Data › Responses
Daily precipitation data successfully retrieved
typeHourly Precipitation Data
Returns comprehensive hourly precipitation data for the given time range and location(s). Each hour includes precipitation amount, type (rain/snow/mixed), probability (for forecasts), and data source. Seamlessly combines historical observations with forecast data depending on the requested time range.
query Parameters
startISO 8601 date %Y-%m-%d or datetime %Y-%m-%dT%H:%M:%S
endISO 8601 date %Y-%m-%d or datetime %Y-%m-%dT%H:%M:%S
longitudecomma separated list of longitudes
latitudecomma separated list of latitudes
timeZoneIdIANA timezone identifier e.g. America/Chicago
formatOutput format: geojson, json or csv
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Hourly Precipitation Data › Responses
Successful Response
typeLast 48 Hours Precipitation Data
Total precipitation in the last 48 hours for the given location(s).
query Parameters
longitudecomma separated list of longitudes
latitudecomma separated list of latitudes
timeZoneIdIANA timezone identifier e.g. America/Chicago
formatOutput format: geojson, json or csv
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Last 48 Hours Precipitation Data › Responses
Successful Response
typeRecent Rain Event
Returns detailed information about the most recent precipitation event for the given location(s), including total amounts, precipitation type (rain/snow), timing, and how long ago it occurred. A rain event is defined as more than 1/10 inch (2.5mm) of precipitation with less than a 24-hour gap between occurrences.
query Parameters
longitudecomma separated list of longitudes
latitudecomma separated list of latitudes
timeZoneIdIANA timezone identifier e.g. America/Chicago
formatOutput format: geojson, json or csv
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Recent Rain Event › Responses
Recent rain event data successfully retrieved
type