Pending rezoning petitions
get_pending_rezoningsFind rezoning petitions currently in process citywide or near a specific address. Returns petitioner, existing and requested zoning, acreage, and a petition link.
Instructions
Rezoning petitions currently in process, citywide or near a location.
Shows the petitioner, existing and requested zoning, acreage, and a link to the petition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| near | No | Optional street address or 'latitude,longitude'; when given, only records within radius_miles of it are returned. | |
| limit | No | Maximum number of records to return. | |
| radius_miles | No | Used with near. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| since | No | Earliest date included (local time). | |
| records | Yes | ||
| location | No | ||
| breakdown | No | Counts of all matching records per value. | |
| breakdown_by | No | ||
| radius_miles | No | ||
| total_matching | Yes | Records matching the filters; may exceed returned. |