{{baseUrl}}/cerca_comuni

GET {{baseUrl}}/cerca_comuni?comune=<string>&cap=<string>&istat=<string>&codice_catasto=<string>&regione=<string>&provincia=<string>

This method allows you to search italian cities and get their istat code

Request Params

KeyDatatypeRequiredDescription
comunestringName of the city
capstringCap of the city
istatstringIstat code of the city
codice_catastostringLand registry code of the city
regionestringRegion of the city
provinciastringProvince of the city

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;istat&quot;:&quot;70006&quot;,&quot;comune&quot;:&quot;Campobasso&quot;,&quot;suppressed&quot;:false},{&quot;istat&quot;:&quot;70078&quot;,&quot;comune&quot;:&quot;Termoli&quot;,&quot;suppressed&quot;:false},{&quot;istat&quot;:&quot;94023&quot;,&quot;comune&quot;:&quot;Isernia&quot;,&quot;suppressed&quot;:false},{&quot;istat&quot;:&quot;94052&quot;,&quot;comune&quot;:&quot;Venafro&quot;,&quot;suppressed&quot;:false}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}