{{baseUrl}}/cerca_comuni
GET {{baseUrl}}/cerca_comuni?comune=<string>&cap=<string>&istat=<string>&codice_catasto=<string>®ione=<string>&provincia=<string>
This method allows you to search italian cities and get their istat code
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
comune | string | Name of the city | |
cap | string | Cap of the city | |
istat | string | Istat code of the city | |
codice_catasto | string | Land registry code of the city | |
regione | string | Region of the city | |
provincia | string | Province of the city |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"istat":"70006","comune":"Campobasso","suppressed":false},{"istat":"70078","comune":"Termoli","suppressed":false},{"istat":"94023","comune":"Isernia","suppressed":false},{"istat":"94052","comune":"Venafro","suppressed":false}],"success":true,"message":"","error":null}