get-current-observations-by-reporting-area-by-zip-code
Retrieve current Air Quality Index (AQI) values and categories for a specific reporting area using a Zip code. Supports multiple formats including JSON, XML, and CSV. Includes nearby area data if no reporting area is found within a specified distance.
Instructions
Get current AQI values and categories for a reporting area by Zip code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
distance | No | If no reporting area is associated with the Zip code, current 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 current observations for. Example: 94954 |