get-forecast-by-lat-long
Retrieve current or historical air quality forecast data for a specific location using latitude and longitude. Access AQI values and categories in JSON, CSV, or XML formats for informed environmental decisions.
Instructions
Get current or historical forecasted AQI values and categories for a reporting area by latitude and longitude.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date of forecast. Format: YYYY-MM-DD. Example: 2012-02-01 | |
distance | No | Return a forecast from a nearby reporting area within this distance (in miles). Example: 150 | |
format | Yes | Format of the payload file returned. Example: application/json | |
latitude | Yes | Latitude in decimal degrees. Example: 38.33 | |
longitude | Yes | Longitude in decimal degrees. Example: -122.28 |