.. index:: Location .. _location: Location ======== Locations used across Marktplaats for a different purposes. For example, to search within a certain distance or to show advertisements in the neighbourhood. API provides provides possibility to get location details by a post code. Reference --------- .. endpoint:: GET /v1/locations?postcode={postcode} Finds location details for the specified post code. Errors ------ .. errors:: .. error:: :http: 404 :code: location-not-found The requested location is not found. Examples -------- .. include:: examples/get-location-by-postcode.rst