Back to catalog
🌍

Air Quality Index

Free

Real-time air quality data including AQI and pollutant concentrations for worldwide locations

🌍EnvironmentHTTPSNo API key required

Tokyo Air Quality

AQI: 42 — Good

Aqi42
CategoryGood
Dominant PollutantPM2.5
Pm2512.3

Sample Response

response.json
1{
2 "city": "Tokyo",
3 "aqi": 42,
4 "category": "Good",
5 "dominantPollutant": "PM2.5",
6 "pm25": 12.3,
7 "pm10": 25.1,
8 "o3": 38.2,
9 "no2": 18.5,
10 "temperature": "22°C",
11 "humidity": "65%"
12}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.juheapi.com/api-catalog/aqi"
View Documentation

Similar APIs