Suggest Germany Postal code Responses
Suggest a German address.
Note: This is the documentation for the v2 API which is still in beta.
Example request:
https://api.pro6pp.nl/v2/suggest/de/postalCode?postalCode=1&authKey=YOUR_AUTH_KEY
This request gives the following result:
200: Postal code suggestion(s) available
[
{
"country": "Germany",
"countryCode": "DE",
"lat": 52.50929,
"lng": 13.51273,
"municipalities": [
"Berlin"
],
"postalCode": "10315",
"settlements": [
"Berlin"
],
"state": "Berlin"
}
]
Error responses:
401: Not authenticated
404: No results found