Please note that this is a legacy product in retirement
Name | Description |
---|---|
lqtkey (Required) | A valid API key. Example: BFtd2UpC8Gl1jU1pPnDZIVpoz2XnBMyWEfVcAfoI |
query (Required) | A freeform partial address query. Example: “999 bak” or “bs328ga |
country (Required) | A recognizable country name or ISO code. Example: “USA”, “DE” or “New Zealand” |
filters (Optional) | The object containing address filters. Available filters are: “PostalBox”, “SubBuilding”, “Premise”, “Thoroughfare”, “Locality”, “AdministrativeArea”, and “PostalCode”. Filters will only function on the following countries: USA, CAN, GBR, and AUS. Example object with all possible filters is enclosed in “Example Request” below. |
Name | Description |
---|---|
Status | The result of your call. “OK” indicates success, any other status indicates an error. Example: “Status”:“OK” |
output[] | The array containing the suggestions for the given input. The number of results returned is variable. For searches on United States, United Kingdom, Australia and Canada data, the result list length is determined by the ratio of complete and component-matched addresses that the search process compiles. For searches on all other country data, the maximum results are always 10. Sample JSON output[] is enclosed below. |
metadata[] | The array containing address metadata for address suggestions. The metadata can be used in the “filters” input object for filtering address components on subsequent requests. If TotalRecordCount = 1, then the metadata object will not return any address fields. Sample JSON output[] is enclosed below. |