[GET] ~/geo/cities/{country}/{city}/{postalcode}/{street}
Returns a list of matches for the provided street lookup based on country, city and postal code. Provide a minimum of three characters for the street name.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The country (two letter code according to ISO 3166-1 Alpha-2). |
string |
This value is required and must not be omitted. |
|
|
The city. |
string |
This value is required and must not be omitted. |
|
|
The postal code. |
string |
This value is required and must not be omitted. |
|
|
The street. |
string |
This value is required and must not be omitted. |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
A
| Name | Description | Type | |
|---|---|---|---|
| QueryResultStatus | |||
| string | |||
| Collection of QueryStreetsResult+QueryStreetsResultInfo |