Download OpenAPI specification:Download
Services to assist in address autocomplete, finding postcode for address.
For a 2 or 3 character iso 3166-1 code of country and a string returns collection of address hints that best match provided string. It also returns adr_id and code of script in which hints are written that can be used to retrieve full address using get_adr function.
Ok
Invalid country code.
Invalid credentials.
Transaction limit reached.
Not found.
[- {
- "adr_id": "string",
- "hint": "string",
- "script": "string"
}
]
Returns address for given country code, adr_id and code of script.
Ok
Invalid country code.
Invalid credentials.
Transaction limit reached.
Not found.
[- {
- "adr_id": "string",
- "country": "string",
- "pstreg": "string",
- "loc": "string",
- "dis": "string",
- "nei": "string",
- "str": "string",
- "hnum": "string",
- "unit": "string",
- "blg": "string",
- "pcode": "string",
- "script": "string",
- "nums": [
- {
- "eo": 0,
- "fn": 0,
- "tn": 0,
- "fa": "string",
- "ta": "string",
- "pcd": "string"
}
]
}
]
Completes missing postcode for an address in ITMATT format.
Ok
Invalid country code.
Invalid credentials.
Transaction limit reached.
Not found.
{- "country": "string",
- "pcode": "string",
- "loc": "string",
- "str": "string",
- "loc_fuzzy_ratio": 100,
- "str_fuzzy_ratio": 100,
- "is_loc_valid": -1
}