scientificair qualityPM2.5pollutionenvironmenthealthcitiesWHOIQAirglobal2025

Global Air Quality (PM2.5) by Major City — 2025

Category
Scientific
Records
80 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected
Downloads
0

About this data

Comprehensive dataset of annual average PM2.5 concentrations across 80 major cities worldwide, sourced from the IQAir 2025 World Air Quality Report, WHO Ambient Air Quality Database, and regional monitoring networks. Covers all 6 inhabited continents with cities ranging from the most polluted (Byrnihat, India at 128.2 µg/m³) to the cleanest (Nieuwoudtville, South Africa at 1.0 µg/m³). Each record includes city, country, continent, PM2.5 annual average, WHO guideline compliance ratio, air quality category (Good/Moderate/Unhealthy/Very Unhealthy/Hazardous), estimated metro population, and primary pollution source. Useful for environmental research, public health analysis, urban planning, and climate policy studies.

Schema

NameTypeDescription
rankstring
citystring
countrystring
continentstring
pm25_annual_avg_ugm3string
who_guideline_ratiostring
air_quality_categorystring
population_millionstring
data_yearstring
primary_pollution_sourcestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.5 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Air Quality (PM2.5) by " })
// Found: b38f3d9c-777f-4c1c-af3a-ec4dbecddd30
get_download_url({ dataset_id: "b38f3d9c-777f-4c1c-af3a-ec4dbecddd30" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/b38f3d9c-777f-4c1c-af3a-ec4dbecddd30/download-url