Look Up Datas | SaaS API Finance Currency Address Country
close

Documentation

2. Endpoints > 2.1. Address


2.1.11. Neighborhood

Base URL:
  https://api.lookupdatas.com

To Get [TOKEN] go to 1.1. Token


Request - getbydistrictid:
  curl 
  --location '[BASEURL]/addressmanagement/api/neighborhood/getbydistrictid?districtid=b41b2f5c-8cb5-4137-87da-faf93d6d2eaa' 
  --header 'Authorization: Bearer [TOKEN]'
                    
Response - getbydistrictid:
  {
    "header": {
        "globalId": "f79e3fc1-f3ef-4d10-a028-6562d29d7645",
        "isSuccess": true,
        "message": null
    },
    "body": [
        {
            "id": "256d9290-295f-48dd-81b3-18745570ecdf",
            "districtId": "b41b2f5c-8cb5-4137-87da-faf93d6d2eaa",
            "name": "Mimar Sinan Mah",
            "zipCode": "34779"
        },
        {
            "id": "297fa732-6875-41f1-a0f5-78b6b3341be8",
            "districtId": "b41b2f5c-8cb5-4137-87da-faf93d6d2eaa",
            "name": "Barbaros Mah",
            "zipCode": "34746"
        }
    ]
}