Reverse Geocode Coordinates (US/Canada)
address.geocodio.reverseReverse geocode latitude/longitude to US/Canada addresses with parsed street, city, state, ZIP, county, accuracy, and source. Multiple results ranked by proximity.
Instructions
Reverse geocode latitude/longitude to a US or Canada address — returns formatted address, parsed components (street, city, state, ZIP, county), accuracy type, and source. Supports multiple results ranked by proximity (Geocodio)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (24-72 range for US/Canada, e.g. 38.8976) | |
| lon | Yes | Longitude (negative for Western Hemisphere, e.g. -77.0365) | |
| limit | No | Max results to return (default 5, max 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |