← Back to catalog
ukpost.lookup
mock data$0.001 / callUK Postcode Lookup
Look up a UK postcode — returns district, region, country, ward, parish, parliamentary constituency, and lat/lon coordinates. Backed by ONS/Ordnance Survey data. Example: "SW1A 1AA" → Westminster, London (Postcodes.io)
Input schema
postcoderequired
stringUK postcode to look up (e.g. "SW1A 1AA" for Westminster, "EC2R 8AH" for City of London, "M1 1AA" for Manchester). Returns district, region, country, lat/lon, parliamentary constituency
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukpost.lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"postcode":"<postcode>"}'