Nearest UK Postcodes
address.ukpost.nearestFind the nearest UK postcodes to a latitude/longitude coordinate. Returns postcodes sorted by distance with district information for reverse geocoding.
Instructions
Find nearest UK postcodes to a lat/lon coordinate — returns postcodes sorted by distance with district info. Use for reverse geocoding in the UK (Postcodes.io)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (e.g. 51.5074 for London) | |
| lon | Yes | Longitude (e.g. -0.1278 for London) | |
| limit | No | Max results (1-10, default 5) |
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. |