Download OpenAPI specification:Download
Postcode and Locality Lookup services for address validation
Checks if postcode is in correct format.
Ok
Invalid country code.
Invalid credentials.
Transaction limit reached.
Not found.
{- "FormatStatus": "Undefined",
- "PcodeFormat": [
- {
- "pcodeFormat": "string",
- "charsEncoded": "string"
}
]
}
Returns postcode format for a country.
Ok
Invalid country code.
Invalid credentials.
Transaction limit reached.
Not found.
[- {
- "pcodeFormat": "string",
- "charsEncoded": "string"
}
]
Returns a list of localities and postal regions that begin with the string Loc in the input.
Ok
Invalid country code.
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
{- "loc_prime": "string",
- "loc_name": "string",
- "loc_Id": "string",
- "postal_region": "string",
- "loc_with_context": "string"
}
Returns official name for a given locality.
Ok
Invalid country code.
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
{- "localityOfficial": "string",
- "localityGiven": "string",
- "localityId": "string"
}
Returns list of postcodes for a locality.
Ok
Country code is invalid or limit is out of range (1..1000).
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
[- {
- "localityOfficial": "string",
- "localityGiven": "string",
- "localityId": "string",
- "postcode": "string"
}
]
Returns list of postcodes for given locality ID. It is intended to take as an input ID of locality selected by end user from the list of localities returned by function LocalityLike.
Ok
Invalid country code.
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
{- "pcode": "string"
}
Returns list of localities for a postcode.
Ok
Country code is invalid or limit is out of range (1..1000).
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
[- {
- "localityId": "string",
- "locality": "string",
- "postcode": "string",
- "adm1": "string",
- "adm2": "string",
- "adm3": "string",
- "adm4": "string"
}
]
Checks if a postcode is valid for a locality.
Ok
Invalid country code.
Invalid credentials.
Chosen country is licensed.
Transaction limit reached.
Not found.
[- {
- "localityId": "string",
- "locality": "string",
- "postcode": "string",
- "adm1": "string",
- "adm2": "string",
- "adm3": "string",
- "adm4": "string"
}
]