Geocode US Address
sthan_geocodeTurn a US address into latitude/longitude coordinates. Returns the coordinates, a formatted address, accuracy type, and confidence score.
Instructions
Convert a US address to latitude/longitude coordinates. Returns the coordinates, a formatted address, an accuracy type (rooftop, interpolated, centroid, or approximate), and a confidence score. Use when you need map coordinates for an address. To go the other way (coordinates to address) use sthan_reverse_geocode; to check deliverability rather than location use sthan_verify_address. Read-only with no side effects. Requires a sthan.io API key in STHAN_API_KEY; each call counts toward your plan's rate limit (a free tier is available). On failure it returns an error message, for example an address that could not be located.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | US address to geocode (freeform text). Example: '1600 Pennsylvania Ave, Washington DC' |