v1

latestOpenAPI 3.1.02026-07-243613262.4 KB
By location type

Find the geocoordinates of a zipcode

This endpoint does forward geocoding: given a postal code and a list of countries, it returns both coordinates and information about that particular location.

get/geocoding/v2/zipcode

Query parameters

countryCodesstring
Example:FR

A two letter string denoting the country.

postalCodestring

A string denoting the postal code. Either query or postalCode must be given.

querystring
Example:Montreal

A partial string used for search. For instance, part of the city name. Either query or postalCode must be given.

countrystring
Example:FR

Deprecated, use countryCodes

postalstring

Deprecated, use postalCode.

Response

OK