Taxonomies Location MarketParentZone
Information about the homogeneous market area of Immobiliare.it
Example Request
curl -X GET --location 'https://comparables-gr.realitycs.it/taxonomies/location/marketParentZone?municipalityID=3489&marketParentZoneID=103489&geo' \
--header 'Authorization: Bearer <token>'
Response
{
"_metadata": {
"query": {
"marketParentZoneID": "103489"
},
"total_count": 1
},
"items": [
{
"geometry": {
"coordinates": [
[
[
25.153677201,
35.344705
],
[
25.153605938,
35.343749544
],
...
...
[
25.153677201,
35.344705
]
]
],
"type": "Polygon"
},
"marketParentZone": "Center",
"marketParentZoneID": "103489",
"municipality": "Heraclion Cretes",
"province": "Heraklion Prefecture",
"region": "Crete"
}
]
}
Request args
(At least one of the following args is mandatory in the input)
| arg | type | Description |
|---|---|---|
| latitude | float | |
| longitude | float | |
| municipalityID | int | |
| marketParentZoneID | int | |
| geo | N.A. | Returns complete geographical location data for each record |