Postcode
Find information about addresses
Accept header for requests to Postcode
application/vnd.procurios.postcode+json; version=1
Postcode lookup
GET/l/postcode/lookup?countryCode=&postcode=&number=
Lookup address information for a postcode and number in a given country
Parameters
Parameter | Type | Description |
---|---|---|
countryCode | string | The ISO_3166-1 country code. Required. |
postcode | string | Required. |
number | int | Required. |
numberAdd | string | Optional. |
Request
Body
Response
json
Status: 200
{
"postcode": "3961 MX",
"number": "3",
"numberAdd": null,
"street": "Hoefzijde",
"town": "Wijk bij Duurstede",
"municipality": "Wijk bij Duurstede",
"province": "Utrecht"
}