• Welcome
  • API Reference
Precipitation Data
    Daily Precipitation DatagetHourly Precipitation DatagetLast 48 Hours Precipitation DatagetRecent Rain Eventget
Soil Data
    Daily Soil MoisturegetHourly Soil MoisturegetSoil Temperatureget
Atmospheric Data
    Air TemperaturegetSpecific HumiditygetRelative HumiditygetWind SpeedgetWind GustsgetWind DirectiongetCloud CovergetSolar Radiationget
Bulk Export
    Create Bulk Exportpost
Map Services
    Esri Image Server IntegrationgetMap Layer TilesgetQueryget
Embed Widgets
    Embeddable HTML UIget
Other endpoints
    Redirect to Dev PortalgetRedirect to new Dev PortalgetMCP Serverpost
Schemas
powered by Zudoku
Precipitation & Weather Data API
Precipitation & Weather Data API

Endpointhttps://api.precip.ai

Redirect to Dev Portal

GET
https://api.precip.ai
/

Redirect root path to the new developer portal

GET/
curl --request GET \
  --url https://api.precip.ai/
shell
Example Responses
No example specified for this content type

Redirect to new Dev Portal

GET
https://api.precip.ai
/docs(.*)

Redirect requests from legacy /docs path to the new Dev Portal domain

GET/docs(.*)
curl --request GET \
  --url 'https://api.precip.ai/docs(.*)'
shell
Example Responses
No example specified for this content type

MCP Server

POST
https://api.precip.ai
/mcp

Model Context Protocol server endpoint for AI tool integration

MCP Server › Headers

Authorization
string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

MCP Server › Responses

200

MCP server response

POST/mcp
curl --request POST \
  --url https://api.precip.ai/mcp \
  --header 'Authorization: <string>'
shell
Example Responses
{}
json
application/json

Embed Widgets