curl --location -g --request GET 'https://api.notif.immo/public/location-autocomplete?q=paris' \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api_key>'
{ "hydra:member": [ { "@id": "/cities/37087", "@type": "City", "code": "string", "displayName": "Lille (toute la ville)", "groupedCityNames": [ "Capinghem", "Euralille", "Hellemmes lille", "Lezennes", "Lille", "Lomme" ], "groupedCityZipcodes": [ "59000", "59160", "59260", "59777", "59800" ], "id": "37087", "insee": "59350", "libelle": "Lille", "location": { "lat": 50.629059, "lon": 3.06038 }, "name": "Lille", "zipcode": "59000" } ] }
This endpoint returns cities or departments matching the given criteria.
Documentation IndexFetch the complete documentation index at: https://docs.melo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.melo.io/llms.txt
Use this file to discover all available pages before exploring further.