UnifyAPI
← Back to catalog

ukpost.lookup

mock data$0.001 / call

UK 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)

Geo & Mapsprovider: Ukpost#ukpost#geo

Input schema

postcoderequired

UK 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

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.