API Documentation

This document is a work in progress and your opinion helps us to improve. Please let us know what we can do better. Thanks! support@procurios.com

Postcode

Find information about addresses

Accept header for requests to Postcode

application/vnd.procurios.postcode+json; version=1

Postcode lookup GET

URL: /l/postcode/lookup?countryCode=&postcode=&number=

Scope:

postcode
Last used: Never

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.

Live testing disabled

Postcode lookup

Request

json

Response

jsonStatus: 200
{
    "postcode": "3961 MX",
    "number": "3",
    "numberAdd": null,
    "street": "Hoefzijde",
    "town": "Wijk bij Duurstede",
    "municipality": "Wijk bij Duurstede",
    "province": "Utrecht"
}