POST/Address_code
Request URL
To collect address, compound code or global code or formatted address is needed.
Post/Address_code is to extract those data.
When any of 'global_ code', 'compound_code', longitude and latitude is transmitted, 'global_ code', 'compound_code' and 'formatted_addres' will be returned.
Input Data
* means required parameters.
Parameter | Type | Description |
---|---|---|
*address | string | You can search by entering one of the following:
|
language | string | Language selection for the returned value. (ISO 3166-2 Code) (ex. "en") |
Output Data
Response | Description |
---|---|
formatted_address | Transformed address from detailed code |
compound_code | Detailed code, city and country from the address (ex. VXX7+39 Washington, DC, USA) |
global_code | Detailed code from the address (ex. 87C4VXX7+39) |
Sample
Sample Request 1
Sample Request 2
Sample Response
Last updated