Currently leverages 4 APIs to validate postcodes for the United Kingdom:
Postcode ValidationConvenience method to validate a postcode. Returns true or false (meaning valid or invalid respectively)
Postcode AutocompleteConvenience method to return a list of matching postcodes.
Postcode Info LookupThis uniquely identifies a postcode.Returns a single postcode entity for a given postcode (case, space insensitive).
Reverse GeocodingReturns nearest postcodes for a given longitude and latitude.
Bug with Geo to Postcode API fixed, now includes a nearest postcode list rather than a single value.