IQAir
Air quality and weather data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Environment
- Documentation / URL
- https://www.iqair.com/air-pollution-data-api
Overview
IQAir (AirVisual) provides air quality data — key-based (an invalid key returns 403, verified).
Quick Start
City AQI (replace YOUR_KEY):
curl "https://api.airvisual.com/v2/city?city=Beijing&state=Beijing&country=China&key=YOUR_KEY"
{ "status": "success", "data": { "city": "Beijing", "current": { "pollution": { "aqius": 85 } } } }
Authentication
- Register at iqair.com → API key.
- Send it as the
keyquery parameter (invalid → 403, verified).
Rate Limits & Notes
- Free tier: limited calls/day (check the docs); paid plans scale.
- City/nearest/station endpoints.
FAQ
Is IQAir free? Free tier with daily limits; more is paid.
Why 403? Invalid keys return 403 (verified) — register for a key.
What’s the auth style?
key query parameter.
More in Environment
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| BreezoMeter Pollen Daily Forecast pollen conditions data for a specific location | API Key | Yes | Unknown | ↗ |
| Carbon Interface API to calculate carbon (C02) emissions estimates for common C02 emitting activities | API Key | Yes | Yes | ↗ |
| Climatiq Calculate the environmental footprint created by a broad range of emission-generating activities | API Key | Yes | Yes | ↗ |
| Cloverly API calculates the impact of common carbon-intensive activities in real time | API Key | Yes | Unknown | ↗ |
| CO2 Offset API calculates and validates the carbon footprint | No auth | Yes | Unknown | ↗ |