Taxonomies Location
Location data
Example Request
curl -X GET --location 'https://sandbox-comparables.realitycs.it/taxonomies/location?latitude=43.319673&longitude=11.322005&buffer=0' \
--header 'Authorization: Bearer <token>'
Response
{
"items": [
{
"marketZoneID": "13717",
"marketZone": "San Prospero, Cappuccini",
"omiZoneID": "I726C1",
"omiZone": "SIENA - Zona OMI C1 (San Prospero Alto)",
"municipality": "Siena",
"municipalityID": "52032",
"province": "Siena",
"provinceID": "52",
"region": "Toscana",
"regionID": "9"
}
],
"_metadata": {
"total_count": 1,
"query": {
"latitude": 43.319673,
"longitude": 11.322005,
"buffer": 0
}
}
}
Request args
(At least one of the following args is mandatory in the input)
| arg | type |
|---|---|
| longitude | float |
| latitude | float |
| buffer | int |