nearest_postcode
Convert coordinates to the nearest UK postcode and retrieve its associated risk and demographic enrichment data.
Instructions
Find the nearest UK postcode to a latitude/longitude coordinate and return its full enrichment data. Useful when you have coordinates and need the corresponding postcode along with its risk and demographic signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (WGS84), e.g. 51.5074 | |
| lon | Yes | Longitude (WGS84), e.g. -0.1278 | |
| radius | No | Search radius in metres. Default 1000, maximum 10000. |