← Back to catalog
ukpost.nearest
mock data$0.001 / callNearest UK Postcodes
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
latrequired
numberLatitude (e.g. 51.5074 for London)
lonrequired
numberLongitude (e.g. -0.1278 for London)
limit
integerMax results (1-10, default 5)
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukpost.nearest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"limit":5}'