• Welcome
  • API Reference
OverviewGetting StartedData FormatsExamples
powered by Zudoku
Welcome

Getting started

Precip data is available via a standard REST API.

1. Get an API key

Contact us to get an API key via email ([email protected]) or on our page.

2. Make your first request

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

Example request:

TerminalCode
curl -X GET \ 'https://api.precip.ai/api/v1/daily?latitude=37.7749295&longitude=-122.4194155&start=2024-01-01&end=2024-01-31' \ -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 →

5. Upgrade your plan

Contact us to upgrade your plan and remove rate limiting before your application goes into production.

Need help?

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

Last modified on December 11, 2025
OverviewData Formats
On this page
  • 1. Get an API key
  • 2. Make your first request
  • 3. Try one of our examples
  • 4. Explore the full API
  • 5. Upgrade your plan
  • Need help?