UnifyAPI
← Back to catalog

ukpost.validate

mock data$0.001 / call

Validate UK Postcode

Check if a UK postcode is valid and exists — returns true/false. Use for form validation or data cleaning (Postcodes.io)

Geo & Mapsprovider: Ukpost#ukpost#geo

Input schema

postcoderequired

UK postcode to validate (e.g. "SW1A 1AA"). Returns true if valid format and exists

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ukpost.validate \
  -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.