1. Startpagina
  2. Ontwikkelaar API informatie
  3. Suggest Duitsland Postcode Reacties

Suggest Duitsland Postcode Reacties

Suggest a German address.

Opmerking: Dit is de documentatie voor de v2 API die nog in beta is.

GET Voorbeeld request:

https://api.pro6pp.nl/v2/suggest/de/postalCode?postalCode=1&authKey=YOUR_AUTH_KEY

Deze aanvraag geeft het volgende resultaat:

200: Postal code suggestion(s) available
[
  {
    "country": "Germany",
    "countryCode": "DE",
    "lat": 52.50928,
    "lng": 13.51273,
    "municipalities": [
      "Berlin"
    ],
    "postalCode": "10315",
    "settlements": [
      "Berlin"
    ],
    "state": "Berlin"
  }
]

Fout Antwoorden

401: Not authenticated
404: No results found