# Air Quality API
> Look up current, historical, and forecast air quality for global coordinates. Returns AQI, pollutant concentrations (PM2.5, PM10, O3, NO2, SO2, CO), health recommendations, local indexes, and heatmap tiles for maps.

## Agent Summary
- FQN: `solana-foundation/google/airquality`
- Category: maps
- Operator: solana-foundation
- Origin: google
- Version: v1
- Endpoints: 4
- Pricing: $0.001
- HTML page: https://pay.sh/services/solana-foundation/google/airquality
- Markdown page: https://pay.sh/services/solana-foundation/google/airquality/index.md

## Service URLs
- Gateway: https://airquality.google.gateway-402.com
- Source: solana-foundation/pay-skills
- Source path: providers/solana-foundation/google/airquality/PAY.md
- Source skill: pay-skills

## Use Case
Use for pollution checks, health risk guidance, outdoor activity planning, environmental monitoring, travel decisions, climate dashboards, school or workplace safety alerts, and map overlays showing AQI or pollutant heatmaps.

## Endpoint Table
| Method | Path | Pricing | Description |
| --- | --- | --- | --- |
| POST | v1/currentConditions:lookup | $0.001/requests | The Current Conditions endpoint provides hourly air quality information in more than 100 countries, up to a 500 x 500 meters resolution. Includes over 70 local indexes and global air quality index and categories. |
| POST | v1/forecast:lookup | free | Returns air quality forecast for a specific location for a given time range. |
| POST | v1/history:lookup | free | Returns air quality history for a specific location for a given time range. |
| GET | v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y} | free | Returns a bytes array containing the data of the tile PNG image. |
