Taxonomies General
GET /api/taxonomies/general
General taxonomies for compiling and interpreting requests.
Example Request
curl --location 'https://ws-osservatorio.realitycs.it/api/taxonomies/general' \
--header 'Authorization: Bearer <token>'
Example Response
{
"_metadata": {
"message": "",
"query": {},
"status": 200
},
"items": [
{
"cadasltral_typologies": [
{
"id": "A1",
"name": "A1 - Abitazioni di tipo signorile"
},
{
"id": "A2",
"name": "A2 - Abitazioni di tipo civile"
},
{
"id": "A3",
"name": "A3 - Abitazioni di tipo economico"
},
{
"id": "A4",
"name": "A4 - Abitazioni di tipo popolare"
},
{
"id": "A5",
"name": "A5 - Abitazioni di tipo ultrapopolare"
},
{
"id": "A6",
"name": "A6 - Abitazioni di tipo rurale"
},
{
"id": "A7",
"name": "A7 - Abitazioni in villini"
},
{
"id": "A8",
"name": "A8 - Abitazioni in ville"
},
{
"id": "A9",
"name": "A9 - Castelli palazzi di eminenti pregi artistici o storici"
},
{
"id": "A11",
"name": "A11 - Abitazioni ed alloggi tipici dei luoghi"
}
],
"class_surface": [
{
"id": "1",
"name": "Meno di 50 m²"
},
{
"id": "2",
"name": "Da 50 ad 85 m²"
},
{
"id": "3",
"name": "Da 85 a 115 m²"
},
{
"id": "4",
"name": "Da 115 a 145 m²"
},
{
"id": "5",
"name": "Oltre 145 m²"
}
],
"contract": [
{
"id": 1,
"name": "Vendita"
},
{
"id": 2,
"name": "Affitto"
}
],
"nation": [
{
"id": "IT",
"name": "Italia"
}
],
"ty_zone": [
{
"id": "reg",
"name": "Regione"
},
{
"id": "pro",
"name": "Provincia"
},
{
"id": "com",
"name": "Comune"
},
{
"id": "macro",
"name": "Macrozona"
},
{
"id": "micro",
"name": "Microzona"
}
],
"typologies": [
{
"id": "4",
"name": "Appartamento",
"type": "res"
},
{
"id": "5",
"name": "Attico / Mansarda",
"type": "res"
},
{
"id": "7",
"name": "Casa indipendente",
"type": "res"
},
{
"id": "10",
"name": "Stabile / Palazzo",
"type": "res"
},
{
"id": "11",
"name": "Rustico / Casale",
"type": "res"
},
{
"id": "12",
"name": "Villa",
"type": "res"
},
{
"id": "13",
"name": "Villetta a schiera",
"type": "res"
},
{
"id": "31",
"name": "Loft / Open space",
"type": "res"
},
{
"id": "110",
"name": "Negozi",
"type": "com"
},
{
"id": "140",
"name": "Uffici",
"type": "dir"
}
],
"window": [
{
"id": "1M",
"name": "Mensile"
},
{
"id": "3M",
"name": "Trimestrale"
},
{
"id": "6M",
"name": "Semestrale"
},
{
"id": "12M",
"name": "Annuale"
}
]
}
]
}