get-historical-observations-by-reporting-area-by-zip-code
Retrieve historical air quality index (AQI) values and categories for a specific reporting area using a Zip code and date. Supports output in CSV, JSON, or XML formats.
Instructions
Get historical AQI values and categories for a reporting area by Zip code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | Date to get the historical observations for. Format: YYYY-MM-DD. Example: 2012-02-01 | |
distance | No | If no reporting area is associated with the Zip code, historical observations from a nearby reporting area within this distance (in miles) will be returned, if available. Example: 150 | |
format | Yes | Format of the payload file returned. Example: application/json | |
zipCode | Yes | Zip code to get the historical observations for. Example: 94954 |