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/v1

Example request:

curl -X GET \
  'https://api.precip.ai/v1/weather?latitude=37.7749295&longitude=-122.4194155' \
  -H 'x-api-key: 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.