geocode_address
Geocode a US street address with the Census Geocoder (keyless). Accepts a one-line address OR structured street/city/state/zip parts. Returns the normalized matched address, longitude/latitude, and Census geographies (state, county, tract, block, congressional district) with GEOIDs. No match returns an explicit not-found message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ZIP code for a structured query. | |
| city | No | City for a structured query. | |
| state | No | Two-letter state code for a structured query (e.g. 'DC'). | |
| street | No | Street line for a structured query (e.g. '4600 Silver Hill Rd'). | |
| address | No | One-line address, e.g. '4600 Silver Hill Rd, Washington, DC 20233'. Provide this OR the structured parts. |