Airpult API
Weather forecasts, air quality, historical data, and geocoding via a simple HTTP API.
Welcome
The Airpult API gives you global weather data through a single HTTP endpoint. Forecasts, air quality, historical data, and geocoding — all under one key.
Base URL
https://data.airpult.com/v1
Quick start
curl https://data.airpult.com/v1/forecast?lat=47.37&lon=8.54 \
-H "Authorization: Bearer $AIRPULT_API_KEY"
Browse the sidebar for authentication, endpoints, rate limits, and billing.