air_quality_latest
Get the real-time, latest air quality reading and individual pollutant concentrations for a location.
You must provide EITHER:
lat and lng (if you already have or confidently know the coordinates), OR
place (a free-text place name, e.g. "Bengaluru", "Baker Street, London", "90210, US") — the API resolves this to a location itself, so do not try to geocode it yourself first, and do not call any other tool before this one.
Do not pass both lat/lng and place at once — pick one form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude of the location (omit if using `place`). | |
| lng | No | Longitude of the location (omit if using `place`). | |
| place | No | Free-text place name like a city, street, or postcode with country (omit if using `lat`/`lng`). | |
| locale | No | Optional. If set, adds local time to the record. | |
| aqiStandard | No | Optional. The standard used to calculate the Air Quality Index. You can pass any of these five: EPA, IN, UK, CN, CA. And default value is EPA. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||