Taxonomies Location
Location data
Example Request
curl -X GET --location 'https://comparables-gr.realitycs.it/taxonomies/location?latitude=37.97&longitude=23.97&buffer=0' \
--header 'Authorization: Bearer <token>'
Response
{
"marketParentZone": {
"_metadata": {
"query": {
"buffer": 0,
"latitude": 37.97,
"longitude": 23.97
},
"total_count": 1
},
"items": [
{
"marketParentZone": "Imeros Pefkos",
"marketParentZoneID": "117107",
"marketZone": "",
"marketZoneID": "",
"municipality": "Spata",
"municipalityID": 2412,
"province": "Athens - East",
"provinceID": 104,
"region": "Attica",
"regionID": 105103
}
]
}
}
Request args
(At least one of the following args is mandatory in the input)
| arg | type | Description |
|---|---|---|
| longitude | float | |
| latitude | float | |
| buffer | int |