v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Location service

Search for an address

Activity name : <a href="https://developer.loket.nl/Activities/GetSearchAddressByBearerToken" target="_blank">GetSearchAddressByBearerToken</a>

Use fuzzy search to find an address. The response returns the GEO coördinates that can be used to calculate a route.

get/address/search

Query parameters

querystring required

A term by wich the address might be found the more detailed the better the search results

latnumber double

latitude for the bias in the search results. Results will be ordered in likelyhood to be relevant to the given latitude (and longitude)

lonnumber double

longitude for the bias in the search results. Results will be ordered in likelyhood to be relevant to the given longitude (and latitude)

topinteger

the top x number of results that are returned. If not supplied 5 results are returned

Headers

Authorizationstring required
Example:Bearer <TOKEN>

A valid Bearer token for authorizing the request.

Acceptstring required
Example:application/json;version=2018-01-01

The accept header is used to influence what type of output is returned and in most cases the version of the output

Response

OK