• Welcome
  • API Reference
OverviewGetting StartedHome AssistantRate limitsPay-per-use (x402)Data FormatsExamplesArcGIS layer access
powered by Zuplo
Welcome

Getting started

Precip data is available via a standard REST API or through MCP.

Choose your access method

Option A: Personal API key (included with any Precip plan)

Paid Precip subscribers get a rate-limited personal API key at no extra cost. Open Settings → API in the Precip app to copy it.

Option B: Agentic Pay-per-use (x402)

No API key required. Use stablecoin payments to pay only for what you use. Perfect for trying out the API or agentic usage.

Learn more about pay-per-use →

Option C: Commercial API

Higher limits, multiple locations per request, bulk export, and production SLAs. Credit card and central invoice billing. Book a demo or email [email protected]. The same key you already have is upgraded — you do not re-integrate.

1. Get an API key

  1. Subscribe to any Precip plan in the app.
  2. Open Settings and copy your personal API key.
  3. Send it as Authorization: Bearer YOUR_API_KEY.

Personal keys are limited to 100 requests per day, 10 requests per minute, 1 location per request, and a 31-day date range. See rate limits.

2. Make your first request

Root url: https://api.precip.ai

Example request:

TerminalCode
curl -X GET \ 'https://api.precip.ai/api/v1/last-48?latitude=37.7749295&longitude=-122.4194155&format=json' \ -H 'Authorization: Bearer YOUR_API_KEY'

3. Try one of our examples

See all examples here →

4. Explore the full API

Browse all endpoints here →

Need help?

Contact [email protected] and we'll be in touch as soon as possible.

Last modified on September 21, 2026
OverviewHome Assistant
On this page
  • Choose your access method
    • Option A: Personal API key (included with any Precip plan)
    • Option B: Agentic Pay-per-use (x402)
    • Option C: Commercial API
  • 1. Get an API key
  • 2. Make your first request
  • 3. Try one of our examples
  • 4. Explore the full API
  • Need help?