air_pollution_data
Retrieve air pollution data using coordinates, place name, or zip code. Indicate the pollution type to get specific measurements.
Instructions
Fetch air pollution data using coordinate value, place name or zip code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude coordinate(Note. lat and lon value has priority over both place and zip value). use the lat and lon for more accurate and reliable weather data | 0 |
| lon | No | Longitude coordinate(Note. lat and lon value has priority over both place and zip value). use the lat and lon for more accurate and reliable weather data | 0 |
| place | No | City name, state code (only for the US) and country code divided by comma like Zion,VA,US . Please use ISO 3166 country codes Note. place value has priority over zip value | |
| zip | No | Zip code with optional country code(Note. Zip value will only be used if both lat,lon and place name not provided) | |
| type | No | Data for air pulltion type |