IQAir

API

Real-time air quality and weather data API

Visit Website

Overview

The IQAir API provides real-time and historical air quality data (including AQI, PM2.5, PM10, NO2 levels) and weather metrics (temperature, humidity, wind speed). Key endpoints include location-based queries (coordinates, city), global air quality rankings, and historical trend data. Responses are in JSON format. Use cases include building air quality monitoring apps, integrating into smart home systems, public health dashboards, environmental research tools, or travel platforms to inform users about air quality conditions.

Example Integration (JavaScript)

script.js JS

fetch('https://www.iqair.com/air-pollution-data-api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • Real-time air quality data
  • Historical air quality trends
  • Weather metrics integration
  • Location-based queries (coordinates/city)
  • Global coverage
  • Detailed pollutant insights

Frequently Asked Questions

? Is IQAir API free to use?

Yes, IQAir offers a freemium pricing model with a free tier (limited monthly requests) and paid plans for higher usage, advanced features like extended historical data, and higher request limits.

? Does it require an API Key?

Yes, all requests to the IQAir API need an API key for authentication, which can be obtained by signing up on their official platform.

? What is the response format?

The IQAir API returns data in JSON format, including structured fields for air quality indices, pollutant concentrations, weather parameters, and location-specific details.

Top Alternatives

AirVisual API Search Google
OpenWeatherMap Air Pollution API Search Google
EPA Air Quality API Search Google
World Air Quality Index API Search Google

People Also Ask about IQAir

IQAir vs AirVisual APIIQAir vs OpenWeatherMap Air Pollution APIIQAir vs EPA Air Quality APIIQAir vs World Air Quality Index API IQAir 2025 review

Tool Info

Pricing Freemium
Category Environment
Platform Public API

Pros

  • Comprehensive air quality + weather data
  • Global coverage across cities and regions
  • Easy-to-use RESTful endpoints
  • Detailed pollutant and AQI metrics
  • Historical data access (paid tiers)

Cons

  • Freemium tier has rate limits
  • Requires API key authentication
  • Advanced features (long-term history, high frequency) locked behind paid plans
  • Limited free tier requests per month

More Environment Tools