diff --git a/.github/fixes-docs/FIX_1349_SUMMARY.md b/.github/fixes-docs/FIX_1349_SUMMARY.md new file mode 100644 index 000000000..e1b88d69e --- /dev/null +++ b/.github/fixes-docs/FIX_1349_SUMMARY.md @@ -0,0 +1,150 @@ +# Italy Cities Remap to Provinces / Metropolitan Cities + +## Issue Reference +- **GitHub Issue:** [#1349](https://github.com/dr5hn/countries-states-cities-database/issues/1349) — Italy data: cities reported as "totally wrong" +- **Predecessor:** `ITALY_MISSING_METROPOLITAN_CITIES_AND_AUTONOMOUS_PROVINCES.md` (added 13 metropolitan cities + 2 autonomous provinces, deferred the city remap) +- **Date:** 2026-04-25 + +## Executive Summary +Reassigned **9,828 of 9,947 Italian cities** from the 20 region-level entities to the correct ISO 3166-2 province-level entity (metropolitan city, province, free municipal consortium, autonomous province, or decentralized regional entity). + +Before this fix, **0** cities were attached to any of the 14 metropolitan cities. The bulk of cities pointed at regions (Lombardy, Piedmont, Veneto, Tuscany, Lazio, etc.) instead of the more specific province below the region. After this fix: + +| Administrative type | Cities | +|---------------------|-------:| +| Metropolitan city | 1,682 | +| Province | 7,337 | +| Autonomous province | 390 | +| Free municipal consortium | 176 | +| Decentralized regional entity | 271 | +| Autonomous region (Aosta only) | 91 | +| **Total** | **9,947** | + +## Mapping source + +The authoritative mapping was the official ISTAT comune list: + +- **Source:** `https://www.istat.it/storage/codici-unita-amministrative/Elenco-comuni-italiani.csv` +- **Snapshot bundled at:** `bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv` +- **Licence:** ISTAT data is published under CC-BY 3.0 IT. +- **Records:** 7,896 comuni × 26 columns (regione, sigla automobilistica, codice catastale, NUTS codes, etc.). + +The join key is **Sigla automobilistica** — the 2-letter province plate code (e.g. `RM` for Rome, `TO` for Turin, `BZ` for Bolzano). It maps 1:1 to our `state.iso2` for every province-level Italian entity. + +| ISTAT sigle | Our DB | Notes | +|------------:|-------:|-------| +| 107 distinct sigle | 106 specific entities + 1 autonomous region (Aosta) | Aosta has no province-level entity, so `AO` cities map to the autonomous region (id=1716, iso2="23"). | + +## Implementation + +`bin/scripts/fixes/italy_remap_cities.py` performs the remap. Resolution order per city: + +1. **Name match** (region-validated): the city's `name` is normalised (NFD-folded, lowercased, apostrophe-collapsed) and looked up in an index built from ISTAT's Italian + alternate-language denominations. A candidate is accepted only when its ISTAT region equals the city's current region (walked up via `parent_id` to a region/autonomous-region). This rejects spurious matches like 4 different "San Lorenzo" frazioni snapping to the only "San Lorenzo" comune in Calabria. +2. **English-name aliases**: a small dictionary handles English-only city names that have no ISTAT spelling (`Venice` → `Venezia`, `Florence` → `Firenze`, `Naples` → `Napoli`, `Turin` → `Torino`, `Milan` → `Milano`, `Genoa` → `Genova`, `Rome` → `Roma`, `Padua` → `Padova`, `Mantua` → `Mantova`, `Syracuse` → `Siracusa`). +3. **Conjunction-half match**: comuni with " e " / " ed " conjunctions register secondary keys for each side. This rescues e.g. `Lampedusa` (the city in our DB) → `Lampedusa e Linosa` (the comune in ISTAT). +4. **k-NN proximity vote** (frazioni / hamlets): for cities still unmapped, the script ranks all name-matched cities by haversine distance, takes the 5 nearest (capped at 25 km), and uses an inverse-distance weighted vote to choose a sigla. This is more robust at province borders than picking the single nearest neighbour — Mestre's nearest comune is in Treviso, but its 5-neighbour cluster is dominated by Venice frazioni. + +## Counts + +``` +input 9947 +name_unique 7373 exact ISTAT match in same region +name_region 13 multiple ISTAT matches, region tie-break +name_ambiguous 69 matches existed but in another region (rejected -> proximity) +name_conjunction 25 matched via "X e Y" half +no_match 2467 no ISTAT name (frazione / hamlet / historical name) + +proximity_assigned 2512 resolved by 5-NN vote within 25 km +proximity_skipped 0 none rejected for being too far + +changed 9828 state_id and/or state_code rewritten +unchanged 119 already pointed at the correct province (mostly RA, BT) +unmapped 0 every record reached a final assignment +``` + +A full structured report is at `bin/scripts/fixes/data/it_remap_report.json`. + +## Spot-checks + +| City | Before | After | +|------|--------|-------| +| Milan | state_id=1705 (Lombardy region) | state_id=5633 (Milan metropolitan city) | +| Rome | state_id=1678 (Lazio region) | state_id=5636 (Rome metropolitan city) | +| Florence | state_id=1664 (Tuscany region) | state_id=5630 (Florence metropolitan city) | +| Naples | state_id=1669 (Campania region) | state_id=5634 (Naples metropolitan city) | +| Venice | state_id=1753 (Veneto region) | state_id=5638 (Venice metropolitan city) | +| Trento | state_id=1725 (Trentino-South Tyrol) | state_id=5640 (Trentino autonomous province) | +| Aosta | state_id=1716 (Aosta Valley region) | unchanged — no province-level entity for AO | +| Trieste | state_id=1756 (Friuli–Venezia Giulia region) | state_id=1763 (Trieste decentralized regional entity) | +| Siracusa | state_id=1709 (Sicily region) | state_id=1667 (Siracusa free municipal consortium) | + +## Edge cases + +### Native field is unreliable +Many `native` values in `IT.json` have been corrupted by past machine-translation runs (e.g. `"Pero" → native: "Ma"`, `"Postal" → native: "Postale"`). The script intentionally matches on `name`, not `native`. Fixing `native` is out of scope for this PR but should be tracked separately. + +### Lampedusa coordinates +Lampedusa sits at lat 35.5°, south of `country-bounds.json`'s `IT.minLat = 36.65`. This is a pre-existing bounds-data gap, not caused by the remap; the south Italian island chain (Pelagie) genuinely lies south of the standard mainland bounding box. + +### Frazioni at province borders +Approximately 30 frazioni near Venice (Mestre, Giudecca, Murano, Lido, Burano, Campalto, Tessera) live within ~10 km of comuni in Treviso province. The 5-NN vote correctly resolves all but **Tessera** (Venice's airport), which still maps to Treviso because its nearest cluster is mixed. This is acceptable but flagged for future refinement. + +## Possible duplicates flagged for review (not deleted) + +Eight pairs/groups currently mapped to the same comune. **No records were deleted** — these are listed for maintainer review: + +| Sigla | Comune | Cities | +|-------|--------|--------| +| CR | Pozzaglio ed Uniti | "Pozzaglio", "Pozzaglio ed Uniti" | +| FI | Capraia e Limite | "Capraia e Limite", "Limite" | +| MN | Sermide e Felonica | "Sermide", "Felonica" | +| NA | Napoli | "Naples", "Napoli" | +| PV | Corteolona e Genzone | "Corteolona", "Genzone" | +| PV | Inverno e Monteleone | "Inverno", "Inverno e Monteleone" | +| SS | Trinità d'Agultu e Vignola | "Trinità d'Agultu", "Trinità d'Agultu e Vignola" | +| TO | Torino | "Torino", "Turin" | + +Several of these are conjunction-merger artefacts: ISTAT's modern unified comune name vs. older entries for the constituents. The "Naples"/"Napoli" and "Torino"/"Turin" pairs are language duplicates. + +## ISTAT vs our city count gap + +ISTAT has 7,896 comuni; our DB has 9,947 cities. The ~2,050-record surplus consists of frazioni (sub-municipal hamlets), historical/merged comuni, and place names. These aren't comuni in their own right but are common in geocoding databases. The remap maps them to their parent comune's sigla via the proximity vote. + +## Validation + +Local equivalents of `.github/scripts/validate-*` were run after the rewrite: + +- ✅ All 9,947 cities pass schema (required fields present, `country_code == "IT"`, `country_id == 107`). +- ✅ Every `state_id` resolves to an IT state in `states.json`. +- ✅ Every `state_code` equals the referenced state's `iso2`. +- ✅ All `wikiDataId` values match `^Q\d+$`. +- ✅ Coordinate bounding-box check: 9,946 / 9,947 within IT bounds (the one exception is Lampedusa, a pre-existing `country-bounds.json` gap). +- ✅ Same-name + ≤5km duplicate scan: 0 hits. +- ✅ JSON is parseable by `python3 -m json.tool`. + +## Files Modified + +- `contributions/cities/IT.json` — 9,828 records updated (only `state_id` and `state_code` fields). + +## Files Added + +- `bin/scripts/fixes/italy_remap_cities.py` — reproducible remap script (stdlib only). +- `bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv` — bundled ISTAT snapshot. +- `bin/scripts/fixes/data/it_remap_report.json` — structured report from the run. + +## Reproducibility + +```bash +# Re-run from scratch (uses bundled CSV by default; --refresh-istat to refetch). +python3 bin/scripts/fixes/italy_remap_cities.py --report bin/scripts/fixes/data/it_remap_report.json +``` + +The script is idempotent: a second run on already-remapped data produces 0 changes. + +## References + +- ISO 3166-2:IT: https://www.iso.org/obp/ui#iso:code:3166:IT +- ISTAT Codici delle unità amministrative territoriali: https://www.istat.it/it/archivio/6789 +- Wikipedia — Provinces of Italy: https://en.wikipedia.org/wiki/Provinces_of_Italy +- Wikipedia — Metropolitan cities of Italy: https://en.wikipedia.org/wiki/Metropolitan_cities_of_Italy +- Predecessor fix: `.github/fixes-docs/ITALY_MISSING_METROPOLITAN_CITIES_AND_AUTONOMOUS_PROVINCES.md` diff --git a/bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv b/bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv new file mode 100644 index 000000000..24184fb0d --- /dev/null +++ b/bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv @@ -0,0 +1,7899 @@ +Codice Regione;"Codice dell'Unit� territoriale sovracomunale +(valida a fini statistici)";Codice Provincia (Storico)(1);Progressivo del Comune (2);Codice Comune formato alfanumerico;Denominazione (Italiana e straniera);Denominazione in italiano;Denominazione altra lingua;Codice Ripartizione Geografica;Ripartizione geografica;Denominazione Regione;"Denominazione dell'Unit� territoriale sovracomunale +(valida a fini statistici)";Tipologia di Unit� territoriale sovracomunale ;Flag Comune capoluogo di provincia/citt� metropolitana/libero consorzio;Sigla automobilistica;Codice Comune formato numerico;Codice Comune numerico con 110 province (dal 2010 al 2016);Codice Comune numerico con 107 province (dal 2006 al 2009);Codice Comune numerico con 103 province (dal 1995 al 2005);Codice Catastale del comune;Codice NUTS1 2021;Codice NUTS2 2021 (3) ;Codice NUTS3 2021;Codice NUTS1 2024;Codice NUTS2 2024 (3) ;Codice NUTS3 2024 +01;201;001;001;001001;Agli�;Agli�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1001;1001;1001;1001;A074;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;002;001002;Airasca;Airasca;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1002;1002;1002;1002;A109;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;003;001003;Ala di Stura;Ala di Stura;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1003;1003;1003;1003;A117;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;004;001004;Albiano d'Ivrea;Albiano d'Ivrea;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1004;1004;1004;1004;A157;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;006;001006;Almese;Almese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1006;1006;1006;1006;A218;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;007;001007;Alpette;Alpette;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1007;1007;1007;1007;A221;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;008;001008;Alpignano;Alpignano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1008;1008;1008;1008;A222;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;009;001009;Andezeno;Andezeno;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1009;1009;1009;1009;A275;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;010;001010;Andrate;Andrate;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1010;1010;1010;1010;A282;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;011;001011;Angrogna;Angrogna;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1011;1011;1011;1011;A295;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;012;001012;Arignano;Arignano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1012;1012;1012;1012;A405;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;013;001013;Avigliana;Avigliana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1013;1013;1013;1013;A518;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;014;001014;Azeglio;Azeglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1014;1014;1014;1014;A525;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;015;001015;Bairo;Bairo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1015;1015;1015;1015;A584;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;016;001016;Balangero;Balangero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1016;1016;1016;1016;A587;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;017;001017;Baldissero Canavese;Baldissero Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1017;1017;1017;1017;A590;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;018;001018;Baldissero Torinese;Baldissero Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1018;1018;1018;1018;A591;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;019;001019;Balme;Balme;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1019;1019;1019;1019;A599;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;020;001020;Banchette;Banchette;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1020;1020;1020;1020;A607;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;021;001021;Barbania;Barbania;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1021;1021;1021;1021;A625;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;022;001022;Bardonecchia;Bardonecchia;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1022;1022;1022;1022;A651;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;023;001023;Barone Canavese;Barone Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1023;1023;1023;1023;A673;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;024;001024;Beinasco;Beinasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1024;1024;1024;1024;A734;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;025;001025;Bibiana;Bibiana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1025;1025;1025;1025;A853;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;026;001026;Bobbio Pellice;Bobbio Pellice;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1026;1026;1026;1026;A910;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;027;001027;Bollengo;Bollengo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1027;1027;1027;1027;A941;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;028;001028;Borgaro Torinese;Borgaro Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1028;1028;1028;1028;A990;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;029;001029;Borgiallo;Borgiallo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1029;1029;1029;1029;B003;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;030;001030;Borgofranco d'Ivrea;Borgofranco d'Ivrea;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1030;1030;1030;1030;B015;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;031;001031;Borgomasino;Borgomasino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1031;1031;1031;1031;B021;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;032;001032;Borgone Susa;Borgone Susa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1032;1032;1032;1032;B024;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;033;001033;Bosconero;Bosconero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1033;1033;1033;1033;B075;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;034;001034;Brandizzo;Brandizzo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1034;1034;1034;1034;B121;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;035;001035;Bricherasio;Bricherasio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1035;1035;1035;1035;B171;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;036;001036;Brosso;Brosso;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1036;1036;1036;1036;B205;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;037;001037;Brozolo;Brozolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1037;1037;1037;1037;B209;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;038;001038;Bruino;Bruino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1038;1038;1038;1038;B216;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;039;001039;Brusasco;Brusasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1039;1039;1039;1039;B225;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;040;001040;Bruzolo;Bruzolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1040;1040;1040;1040;B232;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;041;001041;Buriasco;Buriasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1041;1041;1041;1041;B278;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;042;001042;Burolo;Burolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1042;1042;1042;1042;B279;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;043;001043;Busano;Busano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1043;1043;1043;1043;B284;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;044;001044;Bussoleno;Bussoleno;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1044;1044;1044;1044;B297;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;045;001045;Buttigliera Alta;Buttigliera Alta;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1045;1045;1045;1045;B305;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;046;001046;Cafasse;Cafasse;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1046;1046;1046;1046;B350;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;047;001047;Caluso;Caluso;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1047;1047;1047;1047;B435;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;048;001048;Cambiano;Cambiano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1048;1048;1048;1048;B462;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;049;001049;Campiglione Fenile;Campiglione Fenile;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1049;1049;1049;1049;B512;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;050;001050;Candia Canavese;Candia Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1050;1050;1050;1050;B588;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;051;001051;Candiolo;Candiolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1051;1051;1051;1051;B592;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;052;001052;Canischio;Canischio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1052;1052;1052;1052;B605;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;053;001053;Cantalupa;Cantalupa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1053;1053;1053;1053;B628;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;054;001054;Cantoira;Cantoira;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1054;1054;1054;1054;B637;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;055;001055;Caprie;Caprie;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1055;1055;1055;1055;B705;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;056;001056;Caravino;Caravino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1056;1056;1056;1056;B733;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;057;001057;Carema;Carema;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1057;1057;1057;1057;B762;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;058;001058;Carignano;Carignano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1058;1058;1058;1058;B777;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;059;001059;Carmagnola;Carmagnola;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1059;1059;1059;1059;B791;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;060;001060;Casalborgone;Casalborgone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1060;1060;1060;1060;B867;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;061;001061;Cascinette d'Ivrea;Cascinette d'Ivrea;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1061;1061;1061;1061;B953;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;062;001062;Caselette;Caselette;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1062;1062;1062;1062;B955;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;063;001063;Caselle Torinese;Caselle Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1063;1063;1063;1063;B960;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;064;001064;Castagneto Po;Castagneto Po;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1064;1064;1064;1064;C045;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;065;001065;Castagnole Piemonte;Castagnole Piemonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1065;1065;1065;1065;C048;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;066;001066;Castellamonte;Castellamonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1066;1066;1066;1066;C133;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;067;001067;Castelnuovo Nigra;Castelnuovo Nigra;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1067;1067;1067;1067;C241;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;068;001068;Castiglione Torinese;Castiglione Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1068;1068;1068;1068;C307;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;069;001069;Cavagnolo;Cavagnolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1069;1069;1069;1069;C369;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;070;001070;Cavour;Cavour;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1070;1070;1070;1070;C404;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;071;001071;Cercenasco;Cercenasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1071;1071;1071;1071;C487;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;072;001072;Ceres;Ceres;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1072;1072;1072;1072;C497;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;073;001073;Ceresole Reale;Ceresole Reale;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1073;1073;1073;1073;C505;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;074;001074;Cesana Torinese;Cesana Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1074;1074;1074;1074;C564;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;075;001075;Chialamberto;Chialamberto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1075;1075;1075;1075;C604;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;076;001076;Chianocco;Chianocco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1076;1076;1076;1076;C610;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;077;001077;Chiaverano;Chiaverano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1077;1077;1077;1077;C624;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;078;001078;Chieri;Chieri;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1078;1078;1078;1078;C627;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;079;001079;Chiesanuova;Chiesanuova;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1079;1079;1079;1079;C629;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;080;001080;Chiomonte;Chiomonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1080;1080;1080;1080;C639;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;081;001081;Chiusa di San Michele;Chiusa di San Michele;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1081;1081;1081;1081;C655;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;082;001082;Chivasso;Chivasso;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1082;1082;1082;1082;C665;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;083;001083;Ciconio;Ciconio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1083;1083;1083;1083;C679;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;084;001084;Cintano;Cintano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1084;1084;1084;1084;C711;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;085;001085;Cinzano;Cinzano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1085;1085;1085;1085;C715;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;086;001086;Ciri�;Ciri�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1086;1086;1086;1086;C722;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;087;001087;Claviere;Claviere;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1087;1087;1087;1087;C793;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;088;001088;Coassolo Torinese;Coassolo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1088;1088;1088;1088;C801;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;089;001089;Coazze;Coazze;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1089;1089;1089;1089;C803;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;090;001090;Collegno;Collegno;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1090;1090;1090;1090;C860;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;091;001091;Colleretto Castelnuovo;Colleretto Castelnuovo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1091;1091;1091;1091;C867;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;092;001092;Colleretto Giacosa;Colleretto Giacosa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1092;1092;1092;1092;C868;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;093;001093;Condove;Condove;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1093;1093;1093;1093;C955;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;094;001094;Corio;Corio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1094;1094;1094;1094;D008;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;095;001095;Cossano Canavese;Cossano Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1095;1095;1095;1095;D092;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;096;001096;Cuceglio;Cuceglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1096;1096;1096;1096;D197;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;097;001097;Cumiana;Cumiana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1097;1097;1097;1097;D202;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;098;001098;Cuorgn�;Cuorgn�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1098;1098;1098;1098;D208;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;099;001099;Druento;Druento;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1099;1099;1099;1099;D373;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;100;001100;Exilles;Exilles;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1100;1100;1100;1100;D433;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;101;001101;Favria;Favria;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1101;1101;1101;1101;D520;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;102;001102;Feletto;Feletto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1102;1102;1102;1102;D524;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;103;001103;Fenestrelle;Fenestrelle;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1103;1103;1103;1103;D532;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;104;001104;Fiano;Fiano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1104;1104;1104;1104;D562;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;105;001105;Fiorano Canavese;Fiorano Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1105;1105;1105;1105;D608;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;106;001106;Foglizzo;Foglizzo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1106;1106;1106;1106;D646;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;107;001107;Forno Canavese;Forno Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1107;1107;1107;1107;D725;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;108;001108;Frassinetto;Frassinetto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1108;1108;1108;1108;D781;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;109;001109;Front;Front;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1109;1109;1109;1109;D805;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;110;001110;Frossasco;Frossasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1110;1110;1110;1110;D812;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;111;001111;Garzigliana;Garzigliana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1111;1111;1111;1111;D931;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;112;001112;Gassino Torinese;Gassino Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1112;1112;1112;1112;D933;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;113;001113;Germagnano;Germagnano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1113;1113;1113;1113;D983;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;114;001114;Giaglione;Giaglione;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1114;1114;1114;1114;E009;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;115;001115;Giaveno;Giaveno;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1115;1115;1115;1115;E020;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;116;001116;Givoletto;Givoletto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1116;1116;1116;1116;E067;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;117;001117;Gravere;Gravere;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1117;1117;1117;1117;E154;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;118;001118;Groscavallo;Groscavallo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1118;1118;1118;1118;E199;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;119;001119;Grosso;Grosso;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1119;1119;1119;1119;E203;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;120;001120;Grugliasco;Grugliasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1120;1120;1120;1120;E216;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;121;001121;Ingria;Ingria;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1121;1121;1121;1121;E301;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;122;001122;Inverso Pinasca;Inverso Pinasca;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1122;1122;1122;1122;E311;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;123;001123;Isolabella;Isolabella;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1123;1123;1123;1123;E345;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;124;001124;Issiglio;Issiglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1124;1124;1124;1124;E368;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;125;001125;Ivrea;Ivrea;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1125;1125;1125;1125;E379;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;126;001126;La Cassa;La Cassa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1126;1126;1126;1126;E394;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;127;001127;La Loggia;La Loggia;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1127;1127;1127;1127;E423;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;128;001128;Lanzo Torinese;Lanzo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1128;1128;1128;1128;E445;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;129;001129;Lauriano;Lauriano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1129;1129;1129;1129;E484;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;130;001130;Leini;Leini;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1130;1130;1130;1130;E518;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;131;001131;Lemie;Lemie;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1131;1131;1131;1131;E520;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;132;001132;Lessolo;Lessolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1132;1132;1132;1132;E551;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;133;001133;Levone;Levone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1133;1133;1133;1133;E566;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;134;001134;Locana;Locana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1134;1134;1134;1134;E635;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;135;001135;Lombardore;Lombardore;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1135;1135;1135;1135;E660;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;136;001136;Lombriasco;Lombriasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1136;1136;1136;1136;E661;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;137;001137;Loranz�;Loranz�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1137;1137;1137;1137;E683;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;139;001139;Luserna San Giovanni;Luserna San Giovanni;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1139;1139;1139;1139;E758;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;140;001140;Lusernetta;Lusernetta;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1140;1140;1140;1140;E759;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;141;001141;Lusigli�;Lusigli�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1141;1141;1141;1141;E763;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;142;001142;Macello;Macello;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1142;1142;1142;1142;E782;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;143;001143;Maglione;Maglione;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1143;1143;1143;1143;E817;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;144;001144;Marentino;Marentino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1144;1144;1144;1144;E941;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;145;001145;Massello;Massello;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1145;1145;1145;1145;F041;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;146;001146;Mathi;Mathi;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1146;1146;1146;1146;F053;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;147;001147;Mattie;Mattie;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1147;1147;1147;1147;F058;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;148;001148;Mazz�;Mazz�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1148;1148;1148;1148;F067;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;149;001149;Meana di Susa;Meana di Susa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1149;1149;1149;1149;F074;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;150;001150;Mercenasco;Mercenasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1150;1150;1150;1150;F140;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;152;001152;Mezzenile;Mezzenile;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1152;1152;1152;1152;F182;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;153;001153;Mombello di Torino;Mombello di Torino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1153;1153;1153;1153;F315;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;154;001154;Mompantero;Mompantero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1154;1154;1154;1154;F318;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;155;001155;Monastero di Lanzo;Monastero di Lanzo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1155;1155;1155;1155;F327;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;156;001156;Moncalieri;Moncalieri;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1156;1156;1156;1156;F335;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;157;001157;Moncenisio;Moncenisio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1157;1157;1157;1157;D553;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;158;001158;Montaldo Torinese;Montaldo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1158;1158;1158;1158;F407;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;159;001159;Montalenghe;Montalenghe;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1159;1159;1159;1159;F411;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;160;001160;Montalto Dora;Montalto Dora;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1160;1160;1160;1160;F420;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;161;001161;Montanaro;Montanaro;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1161;1161;1161;1161;F422;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;162;001162;Monteu da Po;Monteu da Po;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1162;1162;1162;1162;F651;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;163;001163;Moriondo Torinese;Moriondo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1163;1163;1163;1163;F733;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;164;001164;Nichelino;Nichelino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1164;1164;1164;1164;F889;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;165;001165;Noasca;Noasca;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1165;1165;1165;1165;F906;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;166;001166;Nole;Nole;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1166;1166;1166;1166;F925;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;167;001167;Nomaglio;Nomaglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1167;1167;1167;1167;F927;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;168;001168;None;None;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1168;1168;1168;1168;F931;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;169;001169;Novalesa;Novalesa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1169;1169;1169;1169;F948;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;170;001170;Oglianico;Oglianico;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1170;1170;1170;1170;G010;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;171;001171;Orbassano;Orbassano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1171;1171;1171;1171;G087;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;172;001172;Orio Canavese;Orio Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1172;1172;1172;1172;G109;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;173;001173;Osasco;Osasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1173;1173;1173;1173;G151;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;174;001174;Osasio;Osasio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1174;1174;1174;1174;G152;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;175;001175;Oulx;Oulx;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1175;1175;1175;1175;G196;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;176;001176;Ozegna;Ozegna;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1176;1176;1176;1176;G202;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;177;001177;Palazzo Canavese;Palazzo Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1177;1177;1177;1177;G262;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;178;001178;Pancalieri;Pancalieri;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1178;1178;1178;1178;G303;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;179;001179;Parella;Parella;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1179;1179;1179;1179;G330;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;180;001180;Pavarolo;Pavarolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1180;1180;1180;1180;G387;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;181;001181;Pavone Canavese;Pavone Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1181;1181;1181;1181;G392;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;183;001183;Pecetto Torinese;Pecetto Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1183;1183;1183;1183;G398;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;184;001184;Perosa Argentina;Perosa Argentina;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1184;1184;1184;1184;G463;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;185;001185;Perosa Canavese;Perosa Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1185;1185;1185;1185;G462;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;186;001186;Perrero;Perrero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1186;1186;1186;1186;G465;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;187;001187;Pertusio;Pertusio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1187;1187;1187;1187;G477;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;188;001188;Pessinetto;Pessinetto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1188;1188;1188;1188;G505;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;189;001189;Pianezza;Pianezza;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1189;1189;1189;1189;G559;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;190;001190;Pinasca;Pinasca;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1190;1190;1190;1190;G672;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;191;001191;Pinerolo;Pinerolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1191;1191;1191;1191;G674;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;192;001192;Pino Torinese;Pino Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1192;1192;1192;1192;G678;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;193;001193;Piobesi Torinese;Piobesi Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1193;1193;1193;1193;G684;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;194;001194;Piossasco;Piossasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1194;1194;1194;1194;G691;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;195;001195;Piscina;Piscina;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1195;1195;1195;1195;G705;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;196;001196;Piverone;Piverone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1196;1196;1196;1196;G719;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;197;001197;Poirino;Poirino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1197;1197;1197;1197;G777;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;198;001198;Pomaretto;Pomaretto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1198;1198;1198;1198;G805;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;199;001199;Pont Canavese;Pont Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1199;1199;1199;1199;G826;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;200;001200;Porte;Porte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1200;1200;1200;1200;G900;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;201;001201;Pragelato;Pragelato;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1201;1201;1201;1201;G973;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;202;001202;Prali;Prali;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1202;1202;1202;1202;G978;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;203;001203;Pralormo;Pralormo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1203;1203;1203;1203;G979;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;204;001204;Pramollo;Pramollo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1204;1204;1204;1204;G982;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;205;001205;Prarostino;Prarostino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1205;1205;1205;1205;G986;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;206;001206;Prascorsano;Prascorsano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1206;1206;1206;1206;G988;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;207;001207;Pratiglione;Pratiglione;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1207;1207;1207;1207;G997;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;208;001208;Quagliuzzo;Quagliuzzo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1208;1208;1208;1208;H100;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;209;001209;Quassolo;Quassolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1209;1209;1209;1209;H120;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;210;001210;Quincinetto;Quincinetto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1210;1210;1210;1210;H127;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;211;001211;Reano;Reano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1211;1211;1211;1211;H207;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;212;001212;Ribordone;Ribordone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1212;1212;1212;1212;H270;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;213;001213;Rivalba;Rivalba;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1213;1213;1213;1213;H333;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;214;001214;Rivalta di Torino;Rivalta di Torino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1214;1214;1214;1214;H335;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;215;001215;Riva presso Chieri;Riva presso Chieri;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1215;1215;1215;1215;H337;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;216;001216;Rivara;Rivara;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1216;1216;1216;1216;H338;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;217;001217;Rivarolo Canavese;Rivarolo Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1217;1217;1217;1217;H340;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;218;001218;Rivarossa;Rivarossa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1218;1218;1218;1218;H344;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;219;001219;Rivoli;Rivoli;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1219;1219;1219;1219;H355;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;220;001220;Robassomero;Robassomero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1220;1220;1220;1220;H367;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;221;001221;Rocca Canavese;Rocca Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1221;1221;1221;1221;H386;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;222;001222;Roletto;Roletto;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1222;1222;1222;1222;H498;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;223;001223;Romano Canavese;Romano Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1223;1223;1223;1223;H511;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;224;001224;Ronco Canavese;Ronco Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1224;1224;1224;1224;H539;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;225;001225;Rondissone;Rondissone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1225;1225;1225;1225;H547;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;226;001226;Ror�;Ror�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1226;1226;1226;1226;H554;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;227;001227;Roure;Roure;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1227;1227;1227;1227;H555;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;228;001228;Rosta;Rosta;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1228;1228;1228;1228;H583;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;229;001229;Rubiana;Rubiana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1229;1229;1229;1229;H627;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;230;001230;Rueglio;Rueglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1230;1230;1230;1230;H631;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;231;001231;Salassa;Salassa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1231;1231;1231;1231;H691;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;232;001232;Salbertrand;Salbertrand;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1232;1232;1232;1232;H684;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;233;001233;Salerano Canavese;Salerano Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1233;1233;1233;1233;H702;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;234;001234;Salza di Pinerolo;Salza di Pinerolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1234;1234;1234;1234;H734;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;235;001235;Samone;Samone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1235;1235;1235;1235;H753;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;236;001236;San Benigno Canavese;San Benigno Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1236;1236;1236;1236;H775;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;237;001237;San Carlo Canavese;San Carlo Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1237;1237;1237;1237;H789;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;238;001238;San Colombano Belmonte;San Colombano Belmonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1238;1238;1238;1238;H804;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;239;001239;San Didero;San Didero;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1239;1239;1239;1239;H820;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;240;001240;San Francesco al Campo;San Francesco al Campo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1240;1240;1240;1240;H847;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;241;001241;Sangano;Sangano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1241;1241;1241;1241;H855;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;242;001242;San Germano Chisone;San Germano Chisone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1242;1242;1242;1242;H862;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;243;001243;San Gillio;San Gillio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1243;1243;1243;1243;H873;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;244;001244;San Giorgio Canavese;San Giorgio Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1244;1244;1244;1244;H890;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;245;001245;San Giorio di Susa;San Giorio di Susa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1245;1245;1245;1245;H900;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;246;001246;San Giusto Canavese;San Giusto Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1246;1246;1246;1246;H936;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;247;001247;San Martino Canavese;San Martino Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1247;1247;1247;1247;H997;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;248;001248;San Maurizio Canavese;San Maurizio Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1248;1248;1248;1248;I024;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;249;001249;San Mauro Torinese;San Mauro Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1249;1249;1249;1249;I030;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;250;001250;San Pietro Val Lemina;San Pietro Val Lemina;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1250;1250;1250;1250;I090;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;251;001251;San Ponso;San Ponso;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1251;1251;1251;1251;I126;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;252;001252;San Raffaele Cimena;San Raffaele Cimena;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1252;1252;1252;1252;I137;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;253;001253;San Sebastiano da Po;San Sebastiano da Po;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1253;1253;1253;1253;I152;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;254;001254;San Secondo di Pinerolo;San Secondo di Pinerolo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1254;1254;1254;1254;I154;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;255;001255;Sant'Ambrogio di Torino;Sant'Ambrogio di Torino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1255;1255;1255;1255;I258;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;256;001256;Sant'Antonino di Susa;Sant'Antonino di Susa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1256;1256;1256;1256;I296;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;257;001257;Santena;Santena;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1257;1257;1257;1257;I327;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;258;001258;Sauze di Cesana;Sauze di Cesana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1258;1258;1258;1258;I465;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;259;001259;Sauze d'Oulx;Sauze d'Oulx;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1259;1259;1259;1259;I466;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;260;001260;Scalenghe;Scalenghe;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1260;1260;1260;1260;I490;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;261;001261;Scarmagno;Scarmagno;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1261;1261;1261;1261;I511;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;262;001262;Sciolze;Sciolze;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1262;1262;1262;1262;I539;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;263;001263;Sestriere;Sestriere;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1263;1263;1263;1263;I692;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;264;001264;Settimo Rottaro;Settimo Rottaro;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1264;1264;1264;1264;I701;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;265;001265;Settimo Torinese;Settimo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1265;1265;1265;1265;I703;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;266;001266;Settimo Vittone;Settimo Vittone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1266;1266;1266;1266;I702;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;267;001267;Sparone;Sparone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1267;1267;1267;1267;I886;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;268;001268;Strambinello;Strambinello;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1268;1268;1268;1268;I969;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;269;001269;Strambino;Strambino;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1269;1269;1269;1269;I970;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;270;001270;Susa;Susa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1270;1270;1270;1270;L013;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;271;001271;Tavagnasco;Tavagnasco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1271;1271;1271;1271;L066;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;272;001272;Torino;Torino;;1;Nord-ovest;Piemonte;Torino;3;1;TO;1272;1272;1272;1272;L219;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;273;001273;Torrazza Piemonte;Torrazza Piemonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1273;1273;1273;1273;L238;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;274;001274;Torre Canavese;Torre Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1274;1274;1274;1274;L247;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;275;001275;Torre Pellice;Torre Pellice;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1275;1275;1275;1275;L277;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;276;001276;Trana;Trana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1276;1276;1276;1276;L327;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;278;001278;Traversella;Traversella;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1278;1278;1278;1278;L345;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;279;001279;Traves;Traves;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1279;1279;1279;1279;L340;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;280;001280;Trofarello;Trofarello;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1280;1280;1280;1280;L445;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;281;001281;Usseaux;Usseaux;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1281;1281;1281;1281;L515;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;282;001282;Usseglio;Usseglio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1282;1282;1282;1282;L516;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;283;001283;Vaie;Vaie;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1283;1283;1283;1283;L538;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;284;001284;Val della Torre;Val della Torre;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1284;1284;1284;1284;L555;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;285;001285;Valgioie;Valgioie;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1285;1285;1285;1285;L578;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;286;001286;Vallo Torinese;Vallo Torinese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1286;1286;1286;1286;L629;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;287;001287;Valperga;Valperga;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1287;1287;1287;1287;L644;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;288;001288;Valprato Soana;Valprato Soana;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1288;1288;1288;1288;B510;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;289;001289;Varisella;Varisella;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1289;1289;1289;1289;L685;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;290;001290;Vauda Canavese;Vauda Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1290;1290;1290;1290;L698;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;291;001291;Venaus;Venaus;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1291;1291;1291;1291;L726;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;292;001292;Venaria Reale;Venaria Reale;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1292;1292;1292;1292;L727;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;293;001293;Verolengo;Verolengo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1293;1293;1293;1293;L779;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;294;001294;Verrua Savoia;Verrua Savoia;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1294;1294;1294;1294;L787;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;295;001295;Vestign�;Vestign�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1295;1295;1295;1295;L811;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;296;001296;Vialfr�;Vialfr�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1296;1296;1296;1296;L830;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;298;001298;Vidracco;Vidracco;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1298;1298;1298;1298;L857;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;299;001299;Vigone;Vigone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1299;1299;1299;1299;L898;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;300;001300;Villafranca Piemonte;Villafranca Piemonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1300;1300;1300;1300;L948;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;301;001301;Villanova Canavese;Villanova Canavese;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1301;1301;1301;1301;L982;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;302;001302;Villarbasse;Villarbasse;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1302;1302;1302;1302;M002;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;303;001303;Villar Dora;Villar Dora;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1303;1303;1303;1303;L999;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;304;001304;Villareggia;Villareggia;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1304;1304;1304;1304;M004;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;305;001305;Villar Focchiardo;Villar Focchiardo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1305;1305;1305;1305;M007;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;306;001306;Villar Pellice;Villar Pellice;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1306;1306;1306;1306;M013;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;307;001307;Villar Perosa;Villar Perosa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1307;1307;1307;1307;M014;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;308;001308;Villastellone;Villastellone;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1308;1308;1308;1308;M027;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;309;001309;Vinovo;Vinovo;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1309;1309;1309;1309;M060;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;310;001310;Virle Piemonte;Virle Piemonte;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1310;1310;1310;1310;M069;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;311;001311;Vische;Vische;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1311;1311;1311;1311;M071;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;312;001312;Vistrorio;Vistrorio;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1312;1312;1312;1312;M080;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;313;001313;Vi�;Vi�;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1313;1313;1313;1313;M094;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;314;001314;Volpiano;Volpiano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1314;1314;1314;1314;M122;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;315;001315;Volvera;Volvera;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1315;1315;1315;1315;M133;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;316;001316;Mappano;Mappano;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1316;1316;1316;1316;M316;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;317;001317;Val di Chy;Val di Chy;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1317;1317;1317;1317;M405;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;201;001;318;001318;Valchiusa;Valchiusa;;1;Nord-ovest;Piemonte;Torino;3;0;TO;1318;1318;1318;1318;M415;ITC;ITC1;ITC11;ITC;ITC1;ITC11 +01;002;002;002;002002;Alagna Valsesia;Alagna Valsesia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2002;2002;2002;2002;A119;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;003;002003;Albano Vercellese;Albano Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2003;2003;2003;2003;A130;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;004;002004;Alice Castello;Alice Castello;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2004;2004;2004;2004;A198;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;006;002006;Arborio;Arborio;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2006;2006;2006;2006;A358;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;007;002007;Asigliano Vercellese;Asigliano Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2007;2007;2007;2007;A466;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;008;002008;Balmuccia;Balmuccia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2008;2008;2008;2008;A600;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;009;002009;Balocco;Balocco;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2009;2009;2009;2009;A601;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;011;002011;Bianz�;Bianz�;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2011;2011;2011;2011;A847;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;014;002014;Boccioleto;Boccioleto;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2014;2014;2014;2014;A914;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;015;002015;Borgo d'Ale;Borgo d'Ale;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2015;2015;2015;2015;B009;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;016;002016;Borgosesia;Borgosesia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2016;2016;2016;2016;B041;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;017;002017;Borgo Vercelli;Borgo Vercelli;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2017;2017;2017;2017;B046;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;021;002021;Buronzo;Buronzo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2021;2021;2021;2021;B280;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;025;002025;Campertogno;Campertogno;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2025;2025;2025;2025;B505;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;029;002029;Carcoforo;Carcoforo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2029;2029;2029;2029;B752;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;030;002030;Caresana;Caresana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2030;2030;2030;2030;B767;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;031;002031;Caresanablot;Caresanablot;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2031;2031;2031;2031;B768;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;032;002032;Carisio;Carisio;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2032;2032;2032;2032;B782;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;033;002033;Casanova Elvo;Casanova Elvo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2033;2033;2033;2033;B928;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;035;002035;San Giacomo Vercellese;San Giacomo Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2035;2035;2035;2035;B952;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;041;002041;Cervatto;Cervatto;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2041;2041;2041;2041;C548;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;042;002042;Cigliano;Cigliano;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2042;2042;2042;2042;C680;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;043;002043;Civiasco;Civiasco;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2043;2043;2043;2043;C757;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;045;002045;Collobiano;Collobiano;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2045;2045;2045;2045;C884;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;047;002047;Costanzana;Costanzana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2047;2047;2047;2047;D113;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;048;002048;Cravagliana;Cravagliana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2048;2048;2048;2048;D132;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;049;002049;Crescentino;Crescentino;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2049;2049;2049;2049;D154;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;052;002052;Crova;Crova;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2052;2052;2052;2052;D187;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;054;002054;Desana;Desana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2054;2054;2054;2054;D281;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;057;002057;Fobello;Fobello;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2057;2057;2057;2057;D641;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;058;002058;Fontanetto Po;Fontanetto Po;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2058;2058;2058;2058;D676;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;059;002059;Formigliana;Formigliana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2059;2059;2059;2059;D712;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;061;002061;Gattinara;Gattinara;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2061;2061;2061;2061;D938;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;062;002062;Ghislarengo;Ghislarengo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2062;2062;2062;2062;E007;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;065;002065;Greggio;Greggio;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2065;2065;2065;2065;E163;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;066;002066;Guardabosone;Guardabosone;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2066;2066;2066;2066;E237;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;067;002067;Lamporo;Lamporo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2067;2067;2067;2067;E433;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;068;002068;Lenta;Lenta;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2068;2068;2068;2068;E528;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;070;002070;Lignana;Lignana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2070;2070;2070;2070;E583;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;071;002071;Livorno Ferraris;Livorno Ferraris;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2071;2071;2071;2071;E626;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;072;002072;Lozzolo;Lozzolo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2072;2072;2072;2072;E711;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;078;002078;Mollia;Mollia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2078;2078;2078;2078;F297;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;079;002079;Moncrivello;Moncrivello;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2079;2079;2079;2079;F342;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;082;002082;Motta de' Conti;Motta de' Conti;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2082;2082;2082;2082;F774;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;088;002088;Olcenengo;Olcenengo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2088;2088;2088;2088;G016;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;089;002089;Oldenico;Oldenico;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2089;2089;2089;2089;G018;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;090;002090;Palazzolo Vercellese;Palazzolo Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2090;2090;2090;2090;G266;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;091;002091;Pertengo;Pertengo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2091;2091;2091;2091;G471;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;093;002093;Pezzana;Pezzana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2093;2093;2093;2093;G528;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;096;002096;Pila;Pila;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2096;2096;2096;2096;G666;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;097;002097;Piode;Piode;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2097;2097;2097;2097;G685;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;102;002102;Postua;Postua;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2102;2102;2102;2102;G940;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;104;002104;Prarolo;Prarolo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2104;2104;2104;2104;G985;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;107;002107;Quarona;Quarona;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2107;2107;2107;2107;H108;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;108;002108;Quinto Vercellese;Quinto Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2108;2108;2108;2108;H132;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;110;002110;Rassa;Rassa;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2110;2110;2110;2110;H188;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;113;002113;Rimella;Rimella;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2113;2113;2113;2113;H293;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;115;002115;Rive;Rive;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2115;2115;2115;2115;H346;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;116;002116;Roasio;Roasio;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2116;2116;2116;2116;H365;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;118;002118;Ronsecco;Ronsecco;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2118;2118;2118;2118;H549;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;121;002121;Rossa;Rossa;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2121;2121;2121;2121;H577;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;122;002122;Rovasenda;Rovasenda;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2122;2122;2122;2122;H364;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;126;002126;Salasco;Salasco;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2126;2126;2126;2126;H690;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;127;002127;Sali Vercellese;Sali Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2127;2127;2127;2127;H707;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;128;002128;Saluggia;Saluggia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2128;2128;2128;2128;H725;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;131;002131;San Germano Vercellese;San Germano Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2131;2131;2131;2131;H861;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;133;002133;Santhi�;Santhi�;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2133;2133;2133;2133;I337;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;134;002134;Scopa;Scopa;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2134;2134;2134;2134;I544;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;135;002135;Scopello;Scopello;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2135;2135;2135;2135;I545;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;137;002137;Serravalle Sesia;Serravalle Sesia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2137;2137;2137;2137;I663;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;142;002142;Stroppiana;Stroppiana;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2142;2142;2142;2142;I984;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;147;002147;Tricerro;Tricerro;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2147;2147;2147;2147;L420;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;148;002148;Trino;Trino;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2148;2148;2148;2148;L429;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;150;002150;Tronzano Vercellese;Tronzano Vercellese;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2150;2150;2150;2150;L451;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;152;002152;Valduggia;Valduggia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2152;2152;2152;2152;L566;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;156;002156;Varallo;Varallo;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2156;2156;2156;2156;L669;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;158;002158;Vercelli;Vercelli;;1;Nord-ovest;Piemonte;Vercelli;1;1;VC;2158;2158;2158;2158;L750;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;163;002163;Villarboit;Villarboit;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2163;2163;2163;2163;M003;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;164;002164;Villata;Villata;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2164;2164;2164;2164;M028;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;166;002166;Vocca;Vocca;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2166;2166;2166;2166;M106;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;170;002170;Alto Sermenza;Alto Sermenza;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2170;2170;2170;2170;M389;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;002;002;171;002171;Cellio con Breia;Cellio con Breia;;1;Nord-ovest;Piemonte;Vercelli;1;0;VC;2171;2171;2171;2171;M398;ITC;ITC1;ITC12;ITC;ITC1;ITC12 +01;003;003;001;003001;Agrate Conturbia;Agrate Conturbia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3001;3001;3001;3001;A088;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;002;003002;Ameno;Ameno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3002;3002;3002;3002;A264;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;006;003006;Armeno;Armeno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3006;3006;3006;3006;A414;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;008;003008;Arona;Arona;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3008;3008;3008;3008;A429;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;012;003012;Barengo;Barengo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3012;3012;3012;3012;A653;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;016;003016;Bellinzago Novarese;Bellinzago Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3016;3016;3016;3016;A752;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;018;003018;Biandrate;Biandrate;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3018;3018;3018;3018;A844;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;019;003019;Boca;Boca;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3019;3019;3019;3019;A911;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;021;003021;Bogogno;Bogogno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3021;3021;3021;3021;A929;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;022;003022;Bolzano Novarese;Bolzano Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3022;3022;3022;3022;A953;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;023;003023;Borgolavezzaro;Borgolavezzaro;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3023;3023;3023;3023;B016;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;024;003024;Borgomanero;Borgomanero;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3024;3024;3024;3024;B019;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;025;003025;Borgo Ticino;Borgo Ticino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3025;3025;3025;3025;B043;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;026;003026;Briga Novarese;Briga Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3026;3026;3026;3026;B176;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;027;003027;Briona;Briona;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3027;3027;3027;3027;B183;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;030;003030;Caltignaga;Caltignaga;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3030;3030;3030;3030;B431;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;032;003032;Cameri;Cameri;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3032;3032;3032;3032;B473;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;036;003036;Carpignano Sesia;Carpignano Sesia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3036;3036;3036;3036;B823;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;037;003037;Casalbeltrame;Casalbeltrame;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3037;3037;3037;3037;B864;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;039;003039;Casaleggio Novara;Casaleggio Novara;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3039;3039;3039;3039;B883;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;040;003040;Casalino;Casalino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3040;3040;3040;3040;B897;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;041;003041;Casalvolone;Casalvolone;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3041;3041;3041;3041;B920;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;042;003042;Castellazzo Novarese;Castellazzo Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3042;3042;3042;3042;C149;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;043;003043;Castelletto sopra Ticino;Castelletto sopra Ticino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3043;3043;3043;3043;C166;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;044;003044;Cavaglietto;Cavaglietto;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3044;3044;3044;3044;C364;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;045;003045;Cavaglio d'Agogna;Cavaglio d'Agogna;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3045;3045;3045;3045;C365;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;047;003047;Cavallirio;Cavallirio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3047;3047;3047;3047;C378;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;049;003049;Cerano;Cerano;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3049;3049;3049;3049;C483;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;051;003051;Colazza;Colazza;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3051;3051;3051;3051;C829;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;052;003052;Comignago;Comignago;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3052;3052;3052;3052;C926;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;055;003055;Cressa;Cressa;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3055;3055;3055;3055;D162;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;058;003058;Cureggio;Cureggio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3058;3058;3058;3058;D216;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;060;003060;Divignano;Divignano;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3060;3060;3060;3060;D309;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;062;003062;Dormelletto;Dormelletto;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3062;3062;3062;3062;D347;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;065;003065;Fara Novarese;Fara Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3065;3065;3065;3065;D492;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;066;003066;Fontaneto d'Agogna;Fontaneto d'Agogna;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3066;3066;3066;3066;D675;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;068;003068;Galliate;Galliate;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3068;3068;3068;3068;D872;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;069;003069;Garbagna Novarese;Garbagna Novarese;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3069;3069;3069;3069;D911;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;070;003070;Gargallo;Gargallo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3070;3070;3070;3070;D921;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;073;003073;Ghemme;Ghemme;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3073;3073;3073;3073;E001;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;076;003076;Gozzano;Gozzano;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3076;3076;3076;3076;E120;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;077;003077;Granozzo con Monticello;Granozzo con Monticello;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3077;3077;3077;3077;E143;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;079;003079;Grignasco;Grignasco;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3079;3079;3079;3079;E177;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;082;003082;Invorio;Invorio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3082;3082;3082;3082;E314;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;083;003083;Landiona;Landiona;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3083;3083;3083;3083;E436;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;084;003084;Lesa;Lesa;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3084;3084;3084;3084;E544;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;088;003088;Maggiora;Maggiora;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3088;3088;3088;3088;E803;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;090;003090;Mandello Vitta;Mandello Vitta;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3090;3090;3090;3090;E880;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;091;003091;Marano Ticino;Marano Ticino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3091;3091;3091;3091;E907;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;093;003093;Massino Visconti;Massino Visconti;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3093;3093;3093;3093;F047;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;095;003095;Meina;Meina;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3095;3095;3095;3095;F093;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;097;003097;Mezzomerico;Mezzomerico;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3097;3097;3097;3097;F188;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;098;003098;Miasino;Miasino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3098;3098;3098;3098;F191;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;100;003100;Momo;Momo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3100;3100;3100;3100;F317;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;103;003103;Nebbiuno;Nebbiuno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3103;3103;3103;3103;F859;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;104;003104;Nibbiola;Nibbiola;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3104;3104;3104;3104;F886;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;106;003106;Novara;Novara;;1;Nord-ovest;Piemonte;Novara;1;1;NO;3106;3106;3106;3106;F952;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;108;003108;Oleggio;Oleggio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3108;3108;3108;3108;G019;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;109;003109;Oleggio Castello;Oleggio Castello;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3109;3109;3109;3109;G020;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;112;003112;Orta San Giulio;Orta San Giulio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3112;3112;3112;3112;G134;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;114;003114;Paruzzaro;Paruzzaro;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3114;3114;3114;3114;G349;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;115;003115;Pella;Pella;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3115;3115;3115;3115;G421;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;116;003116;Pettenasco;Pettenasco;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3116;3116;3116;3116;G520;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;119;003119;Pisano;Pisano;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3119;3119;3119;3119;G703;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;120;003120;Pogno;Pogno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3120;3120;3120;3120;G775;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;121;003121;Pombia;Pombia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3121;3121;3121;3121;G809;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;122;003122;Prato Sesia;Prato Sesia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3122;3122;3122;3122;H001;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;129;003129;Recetto;Recetto;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3129;3129;3129;3129;H213;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;130;003130;Romagnano Sesia;Romagnano Sesia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3130;3130;3130;3130;H502;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;131;003131;Romentino;Romentino;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3131;3131;3131;3131;H518;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;133;003133;San Maurizio d'Opaglio;San Maurizio d'Opaglio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3133;3133;3133;3133;I025;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;134;003134;San Nazzaro Sesia;San Nazzaro Sesia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3134;3134;3134;3134;I052;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;135;003135;San Pietro Mosezzo;San Pietro Mosezzo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3135;3135;3135;3135;I116;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;138;003138;Sillavengo;Sillavengo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3138;3138;3138;3138;I736;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;139;003139;Sizzano;Sizzano;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3139;3139;3139;3139;I767;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;140;003140;Soriso;Soriso;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3140;3140;3140;3140;I857;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;141;003141;Sozzago;Sozzago;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3141;3141;3141;3141;I880;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;143;003143;Suno;Suno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3143;3143;3143;3143;L007;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;144;003144;Terdobbiate;Terdobbiate;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3144;3144;3144;3144;L104;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;146;003146;Tornaco;Tornaco;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3146;3146;3146;3146;L223;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;149;003149;Trecate;Trecate;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3149;3149;3149;3149;L356;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;153;003153;Vaprio d'Agogna;Vaprio d'Agogna;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3153;3153;3153;3153;L668;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;154;003154;Varallo Pombia;Varallo Pombia;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3154;3154;3154;3154;L670;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;158;003158;Vespolate;Vespolate;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3158;3158;3158;3158;L808;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;159;003159;Vicolungo;Vicolungo;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3159;3159;3159;3159;L847;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;164;003164;Vinzaglio;Vinzaglio;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3164;3164;3164;3164;M062;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;003;003;166;003166;Gattico-Veruno;Gattico-Veruno;;1;Nord-ovest;Piemonte;Novara;1;0;NO;3166;3166;3166;3166;M416;ITC;ITC1;ITC15;ITC;ITC1;ITC15 +01;004;004;001;004001;Acceglio;Acceglio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4001;4001;4001;4001;A016;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;002;004002;Aisone;Aisone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4002;4002;4002;4002;A113;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;003;004003;Alba;Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4003;4003;4003;4003;A124;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;004;004004;Albaretto della Torre;Albaretto della Torre;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4004;4004;4004;4004;A139;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;005;004005;Alto;Alto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4005;4005;4005;4005;A238;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;006;004006;Argentera;Argentera;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4006;4006;4006;4006;A394;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;007;004007;Arguello;Arguello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4007;4007;4007;4007;A396;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;008;004008;Bagnasco;Bagnasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4008;4008;4008;4008;A555;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;009;004009;Bagnolo Piemonte;Bagnolo Piemonte;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4009;4009;4009;4009;A571;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;010;004010;Baldissero d'Alba;Baldissero d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4010;4010;4010;4010;A589;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;011;004011;Barbaresco;Barbaresco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4011;4011;4011;4011;A629;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;012;004012;Barge;Barge;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4012;4012;4012;4012;A660;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;013;004013;Barolo;Barolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4013;4013;4013;4013;A671;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;014;004014;Bastia Mondov�;Bastia Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4014;4014;4014;4014;A709;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;015;004015;Battifollo;Battifollo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4015;4015;4015;4015;A716;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;016;004016;Beinette;Beinette;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4016;4016;4016;4016;A735;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;017;004017;Bellino;Bellino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4017;4017;4017;4017;A750;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;018;004018;Belvedere Langhe;Belvedere Langhe;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4018;4018;4018;4018;A774;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;019;004019;Bene Vagienna;Bene Vagienna;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4019;4019;4019;4019;A779;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;020;004020;Benevello;Benevello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4020;4020;4020;4020;A782;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;021;004021;Bergolo;Bergolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4021;4021;4021;4021;A798;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;022;004022;Bernezzo;Bernezzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4022;4022;4022;4022;A805;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;023;004023;Bonvicino;Bonvicino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4023;4023;4023;4023;A979;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;024;004024;Borgomale;Borgomale;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4024;4024;4024;4024;B018;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;025;004025;Borgo San Dalmazzo;Borgo San Dalmazzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4025;4025;4025;4025;B033;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;026;004026;Bosia;Bosia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4026;4026;4026;4026;B079;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;027;004027;Bossolasco;Bossolasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4027;4027;4027;4027;B084;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;028;004028;Boves;Boves;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4028;4028;4028;4028;B101;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;029;004029;Bra;Bra;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4029;4029;4029;4029;B111;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;030;004030;Briaglia;Briaglia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4030;4030;4030;4030;B167;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;031;004031;Briga Alta;Briga Alta;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4031;4031;4031;4031;B175;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;032;004032;Brondello;Brondello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4032;4032;4032;4032;B200;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;033;004033;Brossasco;Brossasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4033;4033;4033;4033;B204;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;034;004034;Busca;Busca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4034;4034;4034;4034;B285;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;035;004035;Camerana;Camerana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4035;4035;4035;4035;B467;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;037;004037;Canale;Canale;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4037;4037;4037;4037;B573;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;038;004038;Canosio;Canosio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4038;4038;4038;4038;B621;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;039;004039;Caprauna;Caprauna;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4039;4039;4039;4039;B692;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;040;004040;Caraglio;Caraglio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4040;4040;4040;4040;B719;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;041;004041;Caramagna Piemonte;Caramagna Piemonte;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4041;4041;4041;4041;B720;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;042;004042;Card�;Card�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4042;4042;4042;4042;B755;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;043;004043;Carr�;Carr�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4043;4043;4043;4043;B841;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;044;004044;Cartignano;Cartignano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4044;4044;4044;4044;B845;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;045;004045;Casalgrasso;Casalgrasso;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4045;4045;4045;4045;B894;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;046;004046;Castagnito;Castagnito;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4046;4046;4046;4046;C046;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;047;004047;Casteldelfino;Casteldelfino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4047;4047;4047;4047;C081;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;049;004049;Castelletto Stura;Castelletto Stura;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4049;4049;4049;4049;C165;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;050;004050;Castelletto Uzzone;Castelletto Uzzone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4050;4050;4050;4050;C167;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;051;004051;Castellinaldo d'Alba;Castellinaldo d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4051;4051;4051;4051;C173;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;052;004052;Castellino Tanaro;Castellino Tanaro;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4052;4052;4052;4052;C176;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;053;004053;Castelmagno;Castelmagno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4053;4053;4053;4053;C205;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;054;004054;Castelnuovo di Ceva;Castelnuovo di Ceva;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4054;4054;4054;4054;C214;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;055;004055;Castiglione Falletto;Castiglione Falletto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4055;4055;4055;4055;C314;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;056;004056;Castiglione Tinella;Castiglione Tinella;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4056;4056;4056;4056;C317;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;057;004057;Castino;Castino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4057;4057;4057;4057;C323;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;058;004058;Cavallerleone;Cavallerleone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4058;4058;4058;4058;C375;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;059;004059;Cavallermaggiore;Cavallermaggiore;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4059;4059;4059;4059;C376;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;060;004060;Celle di Macra;Celle di Macra;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4060;4060;4060;4060;C441;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;061;004061;Centallo;Centallo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4061;4061;4061;4061;C466;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;062;004062;Ceresole Alba;Ceresole Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4062;4062;4062;4062;C504;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;063;004063;Cerretto Langhe;Cerretto Langhe;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4063;4063;4063;4063;C530;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;064;004064;Cervasca;Cervasca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4064;4064;4064;4064;C547;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;065;004065;Cervere;Cervere;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4065;4065;4065;4065;C550;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;066;004066;Ceva;Ceva;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4066;4066;4066;4066;C589;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;067;004067;Cherasco;Cherasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4067;4067;4067;4067;C599;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;068;004068;Chiusa di Pesio;Chiusa di Pesio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4068;4068;4068;4068;C653;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;069;004069;Cigli�;Cigli�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4069;4069;4069;4069;C681;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;070;004070;Cissone;Cissone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4070;4070;4070;4070;C738;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;071;004071;Clavesana;Clavesana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4071;4071;4071;4071;C792;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;072;004072;Corneliano d'Alba;Corneliano d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4072;4072;4072;4072;D022;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;073;004073;Cortemilia;Cortemilia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4073;4073;4073;4073;D062;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;074;004074;Cossano Belbo;Cossano Belbo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4074;4074;4074;4074;D093;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;075;004075;Costigliole Saluzzo;Costigliole Saluzzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4075;4075;4075;4075;D120;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;076;004076;Cravanzana;Cravanzana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4076;4076;4076;4076;D133;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;077;004077;Crissolo;Crissolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4077;4077;4077;4077;D172;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;078;004078;Cuneo;Cuneo;;1;Nord-ovest;Piemonte;Cuneo;1;1;CN;4078;4078;4078;4078;D205;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;079;004079;Demonte;Demonte;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4079;4079;4079;4079;D271;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;080;004080;Diano d'Alba;Diano d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4080;4080;4080;4080;D291;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;081;004081;Dogliani;Dogliani;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4081;4081;4081;4081;D314;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;082;004082;Dronero;Dronero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4082;4082;4082;4082;D372;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;083;004083;Elva;Elva;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4083;4083;4083;4083;D401;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;084;004084;Entracque;Entracque;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4084;4084;4084;4084;D410;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;085;004085;Envie;Envie;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4085;4085;4085;4085;D412;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;086;004086;Farigliano;Farigliano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4086;4086;4086;4086;D499;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;087;004087;Faule;Faule;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4087;4087;4087;4087;D511;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;088;004088;Feisoglio;Feisoglio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4088;4088;4088;4088;D523;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;089;004089;Fossano;Fossano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4089;4089;4089;4089;D742;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;090;004090;Frabosa Soprana;Frabosa Soprana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4090;4090;4090;4090;D751;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;091;004091;Frabosa Sottana;Frabosa Sottana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4091;4091;4091;4091;D752;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;092;004092;Frassino;Frassino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4092;4092;4092;4092;D782;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;093;004093;Gaiola;Gaiola;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4093;4093;4093;4093;D856;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;094;004094;Gambasca;Gambasca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4094;4094;4094;4094;D894;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;095;004095;Garessio;Garessio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4095;4095;4095;4095;D920;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;096;004096;Genola;Genola;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4096;4096;4096;4096;D967;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;097;004097;Gorzegno;Gorzegno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4097;4097;4097;4097;E111;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;098;004098;Gottasecca;Gottasecca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4098;4098;4098;4098;E115;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;099;004099;Govone;Govone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4099;4099;4099;4099;E118;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;100;004100;Grinzane Cavour;Grinzane Cavour;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4100;4100;4100;4100;E182;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;101;004101;Guarene;Guarene;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4101;4101;4101;4101;E251;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;102;004102;Igliano;Igliano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4102;4102;4102;4102;E282;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;103;004103;Isasca;Isasca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4103;4103;4103;4103;E327;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;104;004104;Lagnasco;Lagnasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4104;4104;4104;4104;E406;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;105;004105;La Morra;La Morra;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4105;4105;4105;4105;E430;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;106;004106;Lequio Berria;Lequio Berria;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4106;4106;4106;4106;E540;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;107;004107;Lequio Tanaro;Lequio Tanaro;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4107;4107;4107;4107;E539;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;108;004108;Lesegno;Lesegno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4108;4108;4108;4108;E546;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;109;004109;Levice;Levice;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4109;4109;4109;4109;E564;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;110;004110;Limone Piemonte;Limone Piemonte;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4110;4110;4110;4110;E597;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;111;004111;Lisio;Lisio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4111;4111;4111;4111;E615;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;112;004112;Macra;Macra;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4112;4112;4112;4112;E789;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;113;004113;Magliano Alfieri;Magliano Alfieri;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4113;4113;4113;4113;E809;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;114;004114;Magliano Alpi;Magliano Alpi;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4114;4114;4114;4114;E808;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;115;004115;Mango;Mango;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4115;4115;4115;4115;E887;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;116;004116;Manta;Manta;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4116;4116;4116;4116;E894;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;117;004117;Marene;Marene;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4117;4117;4117;4117;E939;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;118;004118;Margarita;Margarita;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4118;4118;4118;4118;E945;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;119;004119;Marmora;Marmora;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4119;4119;4119;4119;E963;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;120;004120;Marsaglia;Marsaglia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4120;4120;4120;4120;E973;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;121;004121;Martiniana Po;Martiniana Po;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4121;4121;4121;4121;E988;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;122;004122;Melle;Melle;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4122;4122;4122;4122;F114;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;123;004123;Moiola;Moiola;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4123;4123;4123;4123;F279;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;124;004124;Mombarcaro;Mombarcaro;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4124;4124;4124;4124;F309;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;125;004125;Mombasiglio;Mombasiglio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4125;4125;4125;4125;F312;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;126;004126;Monastero di Vasco;Monastero di Vasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4126;4126;4126;4126;F326;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;127;004127;Monasterolo Casotto;Monasterolo Casotto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4127;4127;4127;4127;F329;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;128;004128;Monasterolo di Savigliano;Monasterolo di Savigliano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4128;4128;4128;4128;F330;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;129;004129;Monchiero;Monchiero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4129;4129;4129;4129;F338;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;130;004130;Mondov�;Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4130;4130;4130;4130;F351;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;131;004131;Monesiglio;Monesiglio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4131;4131;4131;4131;F355;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;132;004132;Monforte d'Alba;Monforte d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4132;4132;4132;4132;F358;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;133;004133;Mont�;Mont�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4133;4133;4133;4133;F385;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;134;004134;Montaldo di Mondov�;Montaldo di Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4134;4134;4134;4134;F405;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;135;004135;Montaldo Roero;Montaldo Roero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4135;4135;4135;4135;F408;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;136;004136;Montanera;Montanera;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4136;4136;4136;4136;F424;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;137;004137;Montelupo Albese;Montelupo Albese;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4137;4137;4137;4137;F550;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;138;004138;Montemale di Cuneo;Montemale di Cuneo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4138;4138;4138;4138;F558;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;139;004139;Monterosso Grana;Monterosso Grana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4139;4139;4139;4139;F608;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;140;004140;Monteu Roero;Monteu Roero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4140;4140;4140;4140;F654;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;141;004141;Montezemolo;Montezemolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4141;4141;4141;4141;F666;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;142;004142;Monticello d'Alba;Monticello d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4142;4142;4142;4142;F669;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;143;004143;Moretta;Moretta;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4143;4143;4143;4143;F723;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;144;004144;Morozzo;Morozzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4144;4144;4144;4144;F743;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;145;004145;Murazzano;Murazzano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4145;4145;4145;4145;F809;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;146;004146;Murello;Murello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4146;4146;4146;4146;F811;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;147;004147;Narzole;Narzole;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4147;4147;4147;4147;F846;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;148;004148;Neive;Neive;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4148;4148;4148;4148;F863;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;149;004149;Neviglie;Neviglie;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4149;4149;4149;4149;F883;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;150;004150;Niella Belbo;Niella Belbo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4150;4150;4150;4150;F894;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;151;004151;Niella Tanaro;Niella Tanaro;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4151;4151;4151;4151;F895;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;152;004152;Novello;Novello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4152;4152;4152;4152;F961;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;153;004153;Nucetto;Nucetto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4153;4153;4153;4153;F972;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;154;004154;Oncino;Oncino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4154;4154;4154;4154;G066;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;155;004155;Ormea;Ormea;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4155;4155;4155;4155;G114;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;156;004156;Ostana;Ostana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4156;4156;4156;4156;G183;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;157;004157;Paesana;Paesana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4157;4157;4157;4157;G228;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;158;004158;Pagno;Pagno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4158;4158;4158;4158;G240;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;159;004159;Pamparato;Pamparato;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4159;4159;4159;4159;G302;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;160;004160;Paroldo;Paroldo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4160;4160;4160;4160;G339;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;161;004161;Perletto;Perletto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4161;4161;4161;4161;G457;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;162;004162;Perlo;Perlo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4162;4162;4162;4162;G458;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;163;004163;Peveragno;Peveragno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4163;4163;4163;4163;G526;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;164;004164;Pezzolo Valle Uzzone;Pezzolo Valle Uzzone;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4164;4164;4164;4164;G532;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;165;004165;Pianfei;Pianfei;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4165;4165;4165;4165;G561;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;166;004166;Piasco;Piasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4166;4166;4166;4166;G575;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;167;004167;Pietraporzio;Pietraporzio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4167;4167;4167;4167;G625;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;168;004168;Piobesi d'Alba;Piobesi d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4168;4168;4168;4168;G683;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;169;004169;Piozzo;Piozzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4169;4169;4169;4169;G697;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;170;004170;Pocapaglia;Pocapaglia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4170;4170;4170;4170;G742;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;171;004171;Polonghera;Polonghera;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4171;4171;4171;4171;G800;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;172;004172;Pontechianale;Pontechianale;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4172;4172;4172;4172;G837;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;173;004173;Pradleves;Pradleves;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4173;4173;4173;4173;G970;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;174;004174;Prazzo;Prazzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4174;4174;4174;4174;H011;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;175;004175;Priero;Priero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4175;4175;4175;4175;H059;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;176;004176;Priocca;Priocca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4176;4176;4176;4176;H068;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;177;004177;Priola;Priola;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4177;4177;4177;4177;H069;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;178;004178;Prunetto;Prunetto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4178;4178;4178;4178;H085;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;179;004179;Racconigi;Racconigi;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4179;4179;4179;4179;H150;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;180;004180;Revello;Revello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4180;4180;4180;4180;H247;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;181;004181;Rifreddo;Rifreddo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4181;4181;4181;4181;H285;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;182;004182;Rittana;Rittana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4182;4182;4182;4182;H326;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;183;004183;Roaschia;Roaschia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4183;4183;4183;4183;H362;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;184;004184;Roascio;Roascio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4184;4184;4184;4184;H363;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;185;004185;Robilante;Robilante;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4185;4185;4185;4185;H377;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;186;004186;Roburent;Roburent;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4186;4186;4186;4186;H378;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;187;004187;Roccabruna;Roccabruna;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4187;4187;4187;4187;H385;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;188;004188;Rocca Cigli�;Rocca Cigli�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4188;4188;4188;4188;H391;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;189;004189;Rocca de' Baldi;Rocca de' Baldi;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4189;4189;4189;4189;H395;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;190;004190;Roccaforte Mondov�;Roccaforte Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4190;4190;4190;4190;H407;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;191;004191;Roccasparvera;Roccasparvera;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4191;4191;4191;4191;H447;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;192;004192;Roccavione;Roccavione;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4192;4192;4192;4192;H453;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;193;004193;Rocchetta Belbo;Rocchetta Belbo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4193;4193;4193;4193;H462;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;194;004194;Roddi;Roddi;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4194;4194;4194;4194;H472;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;195;004195;Roddino;Roddino;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4195;4195;4195;4195;H473;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;196;004196;Rodello;Rodello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4196;4196;4196;4196;H474;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;197;004197;Rossana;Rossana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4197;4197;4197;4197;H578;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;198;004198;Ruffia;Ruffia;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4198;4198;4198;4198;H633;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;199;004199;Sale delle Langhe;Sale delle Langhe;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4199;4199;4199;4199;H695;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;200;004200;Sale San Giovanni;Sale San Giovanni;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4200;4200;4200;4200;H704;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;201;004201;Saliceto;Saliceto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4201;4201;4201;4201;H710;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;202;004202;Salmour;Salmour;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4202;4202;4202;4202;H716;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;203;004203;Saluzzo;Saluzzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4203;4203;4203;4203;H727;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;204;004204;Sambuco;Sambuco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4204;4204;4204;4204;H746;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;205;004205;Sampeyre;Sampeyre;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4205;4205;4205;4205;H755;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;206;004206;San Benedetto Belbo;San Benedetto Belbo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4206;4206;4206;4206;H770;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;207;004207;San Damiano Macra;San Damiano Macra;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4207;4207;4207;4207;H812;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;208;004208;Sanfr�;Sanfr�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4208;4208;4208;4208;H851;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;209;004209;Sanfront;Sanfront;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4209;4209;4209;4209;H852;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;210;004210;San Michele Mondov�;San Michele Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4210;4210;4210;4210;I037;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;211;004211;Sant'Albano Stura;Sant'Albano Stura;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4211;4211;4211;4211;I210;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;212;004212;Santa Vittoria d'Alba;Santa Vittoria d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4212;4212;4212;4212;I316;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;213;004213;Santo Stefano Belbo;Santo Stefano Belbo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4213;4213;4213;4213;I367;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;214;004214;Santo Stefano Roero;Santo Stefano Roero;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4214;4214;4214;4214;I372;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;215;004215;Savigliano;Savigliano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4215;4215;4215;4215;I470;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;216;004216;Scagnello;Scagnello;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4216;4216;4216;4216;I484;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;217;004217;Scarnafigi;Scarnafigi;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4217;4217;4217;4217;I512;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;218;004218;Serralunga d'Alba;Serralunga d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4218;4218;4218;4218;I646;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;219;004219;Serravalle Langhe;Serravalle Langhe;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4219;4219;4219;4219;I659;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;220;004220;Sinio;Sinio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4220;4220;4220;4220;I750;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;221;004221;Somano;Somano;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4221;4221;4221;4221;I817;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;222;004222;Sommariva del Bosco;Sommariva del Bosco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4222;4222;4222;4222;I822;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;223;004223;Sommariva Perno;Sommariva Perno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4223;4223;4223;4223;I823;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;224;004224;Stroppo;Stroppo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4224;4224;4224;4224;I985;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;225;004225;Tarantasca;Tarantasca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4225;4225;4225;4225;L048;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;226;004226;Torre Bormida;Torre Bormida;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4226;4226;4226;4226;L252;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;227;004227;Torre Mondov�;Torre Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4227;4227;4227;4227;L241;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;228;004228;Torre San Giorgio;Torre San Giorgio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4228;4228;4228;4228;L278;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;229;004229;Torresina;Torresina;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4229;4229;4229;4229;L281;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;230;004230;Treiso;Treiso;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4230;4230;4230;4230;L367;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;231;004231;Trezzo Tinella;Trezzo Tinella;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4231;4231;4231;4231;L410;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;232;004232;Trinit�;Trinit�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4232;4232;4232;4232;L427;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;233;004233;Valdieri;Valdieri;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4233;4233;4233;4233;L558;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;234;004234;Valgrana;Valgrana;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4234;4234;4234;4234;L580;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;235;004235;Valloriate;Valloriate;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4235;4235;4235;4235;L631;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;237;004237;Venasca;Venasca;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4237;4237;4237;4237;L729;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;238;004238;Verduno;Verduno;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4238;4238;4238;4238;L758;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;239;004239;Vernante;Vernante;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4239;4239;4239;4239;L771;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;240;004240;Verzuolo;Verzuolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4240;4240;4240;4240;L804;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;241;004241;Vezza d'Alba;Vezza d'Alba;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4241;4241;4241;4241;L817;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;242;004242;Vicoforte;Vicoforte;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4242;4242;4242;4242;L841;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;243;004243;Vignolo;Vignolo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4243;4243;4243;4243;L888;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;244;004244;Villafalletto;Villafalletto;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4244;4244;4244;4244;L942;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;245;004245;Villanova Mondov�;Villanova Mondov�;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4245;4245;4245;4245;L974;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;246;004246;Villanova Solaro;Villanova Solaro;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4246;4246;4246;4246;L990;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;247;004247;Villar San Costanzo;Villar San Costanzo;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4247;4247;4247;4247;M015;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;248;004248;Vinadio;Vinadio;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4248;4248;4248;4248;M055;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;249;004249;Viola;Viola;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4249;4249;4249;4249;M063;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;004;004;250;004250;Vottignasco;Vottignasco;;1;Nord-ovest;Piemonte;Cuneo;1;0;CN;4250;4250;4250;4250;M136;ITC;ITC1;ITC16;ITC;ITC1;ITC16 +01;005;005;001;005001;Agliano Terme;Agliano Terme;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5001;5001;5001;5001;A072;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;002;005002;Albugnano;Albugnano;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5002;5002;5002;5002;A173;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;003;005003;Antignano;Antignano;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5003;5003;5003;5003;A312;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;004;005004;Aramengo;Aramengo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5004;5004;5004;5004;A352;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;005;005005;Asti;Asti;;1;Nord-ovest;Piemonte;Asti;1;1;AT;5005;5005;5005;5005;A479;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;006;005006;Azzano d'Asti;Azzano d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5006;5006;5006;5006;A527;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;007;005007;Baldichieri d'Asti;Baldichieri d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5007;5007;5007;5007;A588;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;008;005008;Belveglio;Belveglio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5008;5008;5008;5008;A770;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;009;005009;Berzano di San Pietro;Berzano di San Pietro;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5009;5009;5009;5009;A812;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;010;005010;Bruno;Bruno;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5010;5010;5010;5010;B221;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;011;005011;Bubbio;Bubbio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5011;5011;5011;5011;B236;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;012;005012;Buttigliera d'Asti;Buttigliera d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5012;5012;5012;5012;B306;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;013;005013;Calamandrana;Calamandrana;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5013;5013;5013;5013;B376;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;014;005014;Calliano Monferrato;Calliano Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5014;5014;5014;5014;B418;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;015;005015;Calosso;Calosso;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5015;5015;5015;5015;B425;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;016;005016;Camerano Casasco;Camerano Casasco;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5016;5016;5016;5016;B469;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;017;005017;Canelli;Canelli;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5017;5017;5017;5017;B594;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;018;005018;Cantarana;Cantarana;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5018;5018;5018;5018;B633;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;019;005019;Capriglio;Capriglio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5019;5019;5019;5019;B707;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;020;005020;Casorzo Monferrato;Casorzo Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5020;5020;5020;5020;B991;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;021;005021;Cassinasco;Cassinasco;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5021;5021;5021;5021;C022;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;022;005022;Castagnole delle Lanze;Castagnole delle Lanze;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5022;5022;5022;5022;C049;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;023;005023;Castagnole Monferrato;Castagnole Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5023;5023;5023;5023;C047;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;024;005024;Castel Boglione;Castel Boglione;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5024;5024;5024;5024;C064;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;025;005025;Castell'Alfero;Castell'Alfero;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5025;5025;5025;5025;C127;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;026;005026;Castellero;Castellero;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5026;5026;5026;5026;C154;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;027;005027;Castelletto Molina;Castelletto Molina;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5027;5027;5027;5027;C161;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;028;005028;Castello di Annone;Castello di Annone;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5028;5028;5028;5028;A300;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;029;005029;Castelnuovo Belbo;Castelnuovo Belbo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5029;5029;5029;5029;C226;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;030;005030;Castelnuovo Calcea;Castelnuovo Calcea;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5030;5030;5030;5030;C230;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;031;005031;Castelnuovo Don Bosco;Castelnuovo Don Bosco;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5031;5031;5031;5031;C232;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;032;005032;Castel Rocchero;Castel Rocchero;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5032;5032;5032;5032;C253;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;033;005033;Cellarengo;Cellarengo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5033;5033;5033;5033;C438;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;034;005034;Celle Enomondo;Celle Enomondo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5034;5034;5034;5034;C440;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;035;005035;Cerreto d'Asti;Cerreto d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5035;5035;5035;5035;C528;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;036;005036;Cerro Tanaro;Cerro Tanaro;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5036;5036;5036;5036;C533;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;037;005037;Cessole;Cessole;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5037;5037;5037;5037;C583;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;038;005038;Chiusano d'Asti;Chiusano d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5038;5038;5038;5038;C658;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;039;005039;Cinaglio;Cinaglio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5039;5039;5039;5039;C701;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;040;005040;Cisterna d'Asti;Cisterna d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5040;5040;5040;5040;C739;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;041;005041;Coazzolo;Coazzolo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5041;5041;5041;5041;C804;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;042;005042;Cocconato;Cocconato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5042;5042;5042;5042;C807;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;044;005044;Corsione;Corsione;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5044;5044;5044;5044;D046;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;045;005045;Cortandone;Cortandone;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5045;5045;5045;5045;D050;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;046;005046;Cortanze;Cortanze;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5046;5046;5046;5046;D051;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;047;005047;Cortazzone;Cortazzone;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5047;5047;5047;5047;D052;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;048;005048;Cortiglione;Cortiglione;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5048;5048;5048;5048;D072;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;049;005049;Cossombrato;Cossombrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5049;5049;5049;5049;D101;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;050;005050;Costigliole d'Asti;Costigliole d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5050;5050;5050;5050;D119;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;051;005051;Cunico;Cunico;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5051;5051;5051;5051;D207;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;052;005052;Dusino San Michele;Dusino San Michele;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5052;5052;5052;5052;D388;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;053;005053;Ferrere;Ferrere;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5053;5053;5053;5053;D554;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;054;005054;Fontanile;Fontanile;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5054;5054;5054;5054;D678;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;055;005055;Frinco;Frinco;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5055;5055;5055;5055;D802;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;056;005056;Grana Monferrato;Grana Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5056;5056;5056;5056;E134;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;057;005057;Grazzano Badoglio;Grazzano Badoglio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5057;5057;5057;5057;E159;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;058;005058;Incisa Scapaccino;Incisa Scapaccino;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5058;5058;5058;5058;E295;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;059;005059;Isola d'Asti;Isola d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5059;5059;5059;5059;E338;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;060;005060;Loazzolo;Loazzolo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5060;5060;5060;5060;E633;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;061;005061;Maranzana;Maranzana;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5061;5061;5061;5061;E917;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;062;005062;Maretto;Maretto;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5062;5062;5062;5062;E944;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;063;005063;Moasca;Moasca;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5063;5063;5063;5063;F254;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;064;005064;Mombaldone;Mombaldone;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5064;5064;5064;5064;F308;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;065;005065;Mombaruzzo;Mombaruzzo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5065;5065;5065;5065;F311;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;066;005066;Mombercelli;Mombercelli;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5066;5066;5066;5066;F316;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;067;005067;Monale;Monale;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5067;5067;5067;5067;F323;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;068;005068;Monastero Bormida;Monastero Bormida;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5068;5068;5068;5068;F325;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;069;005069;Moncalvo;Moncalvo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5069;5069;5069;5069;F336;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;070;005070;Moncucco Torinese;Moncucco Torinese;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5070;5070;5070;5070;F343;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;071;005071;Mongardino;Mongardino;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5071;5071;5071;5071;F361;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;072;005072;Montabone;Montabone;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5072;5072;5072;5072;F386;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;073;005073;Montafia;Montafia;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5073;5073;5073;5073;F390;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;074;005074;Montaldo Scarampi;Montaldo Scarampi;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5074;5074;5074;5074;F409;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;075;005075;Montechiaro d'Asti;Montechiaro d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5075;5075;5075;5075;F468;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;076;005076;Montegrosso d'Asti;Montegrosso d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5076;5076;5076;5076;F527;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;077;005077;Montemagno Monferrato;Montemagno Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5077;5077;5077;5077;F556;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;080;005080;Nizza Monferrato;Nizza Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5080;5080;5080;5080;F902;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;081;005081;Olmo Gentile;Olmo Gentile;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5081;5081;5081;5081;G048;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;082;005082;Passerano Marmorito;Passerano Marmorito;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5082;5082;5082;5082;G358;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;083;005083;Penango;Penango;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5083;5083;5083;5083;G430;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;084;005084;Piea;Piea;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5084;5084;5084;5084;G593;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;085;005085;Pino d'Asti;Pino d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5085;5085;5085;5085;G676;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;086;005086;Piov� Massaia;Piov� Massaia;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5086;5086;5086;5086;G692;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;087;005087;Portacomaro;Portacomaro;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5087;5087;5087;5087;G894;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;088;005088;Quaranti;Quaranti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5088;5088;5088;5088;H102;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;089;005089;Refrancore;Refrancore;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5089;5089;5089;5089;H219;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;090;005090;Revigliasco d'Asti;Revigliasco d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5090;5090;5090;5090;H250;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;091;005091;Roatto;Roatto;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5091;5091;5091;5091;H366;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;092;005092;Robella;Robella;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5092;5092;5092;5092;H376;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;093;005093;Rocca d'Arazzo;Rocca d'Arazzo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5093;5093;5093;5093;H392;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;094;005094;Roccaverano;Roccaverano;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5094;5094;5094;5094;H451;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;095;005095;Rocchetta Palafea;Rocchetta Palafea;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5095;5095;5095;5095;H466;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;096;005096;Rocchetta Tanaro;Rocchetta Tanaro;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5096;5096;5096;5096;H468;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;097;005097;San Damiano d'Asti;San Damiano d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5097;5097;5097;5097;H811;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;098;005098;San Giorgio Scarampi;San Giorgio Scarampi;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5098;5098;5098;5098;H899;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;099;005099;San Martino Alfieri;San Martino Alfieri;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5099;5099;5099;5099;H987;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;100;005100;San Marzano Oliveto;San Marzano Oliveto;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5100;5100;5100;5100;I017;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;101;005101;San Paolo Solbrito;San Paolo Solbrito;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5101;5101;5101;5101;I076;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;103;005103;Scurzolengo;Scurzolengo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5103;5103;5103;5103;I555;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;104;005104;Serole;Serole;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5104;5104;5104;5104;I637;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;105;005105;Sessame;Sessame;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5105;5105;5105;5105;I678;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;106;005106;Settime;Settime;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5106;5106;5106;5106;I698;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;107;005107;Soglio;Soglio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5107;5107;5107;5107;I781;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;108;005108;Tigliole;Tigliole;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5108;5108;5108;5108;L168;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;109;005109;Tonco;Tonco;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5109;5109;5109;5109;L203;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;111;005111;Vaglio Serra;Vaglio Serra;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5111;5111;5111;5111;L531;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;112;005112;Valfenera;Valfenera;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5112;5112;5112;5112;L574;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;113;005113;Vesime;Vesime;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5113;5113;5113;5113;L807;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;114;005114;Viale;Viale;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5114;5114;5114;5114;L829;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;115;005115;Viarigi;Viarigi;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5115;5115;5115;5115;L834;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;116;005116;Vigliano d'Asti;Vigliano d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5116;5116;5116;5116;L879;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;117;005117;Villafranca d'Asti;Villafranca d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5117;5117;5117;5117;L945;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;118;005118;Villanova d'Asti;Villanova d'Asti;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5118;5118;5118;5118;L984;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;119;005119;Villa San Secondo;Villa San Secondo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5119;5119;5119;5119;M019;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;120;005120;Vinchio;Vinchio;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5120;5120;5120;5120;M058;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;121;005121;Montiglio Monferrato;Montiglio Monferrato;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5121;5121;5121;5121;M302;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;005;005;122;005122;Moransengo-Tonengo;Moransengo-Tonengo;;1;Nord-ovest;Piemonte;Asti;1;0;AT;5122;5122;5122;5122;M434;ITC;ITC1;ITC17;ITC;ITC1;ITC17 +01;006;006;001;006001;Acqui Terme;Acqui Terme;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6001;6001;6001;6001;A052;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;002;006002;Albera Ligure;Albera Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6002;6002;6002;6002;A146;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;003;006003;Alessandria;Alessandria;;1;Nord-ovest;Piemonte;Alessandria;1;1;AL;6003;6003;6003;6003;A182;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;004;006004;Alfiano Natta;Alfiano Natta;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6004;6004;6004;6004;A189;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;005;006005;Alice Bel Colle;Alice Bel Colle;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6005;6005;6005;6005;A197;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;007;006007;Altavilla Monferrato;Altavilla Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6007;6007;6007;6007;A227;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;008;006008;Alzano Scrivia;Alzano Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6008;6008;6008;6008;A245;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;009;006009;Arquata Scrivia;Arquata Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6009;6009;6009;6009;A436;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;010;006010;Avolasca;Avolasca;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6010;6010;6010;6010;A523;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;011;006011;Balzola;Balzola;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6011;6011;6011;6011;A605;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;012;006012;Basaluzzo;Basaluzzo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6012;6012;6012;6012;A689;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;013;006013;Bassignana;Bassignana;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6013;6013;6013;6013;A708;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;014;006014;Belforte Monferrato;Belforte Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6014;6014;6014;6014;A738;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;015;006015;Bergamasco;Bergamasco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6015;6015;6015;6015;A793;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;016;006016;Berzano di Tortona;Berzano di Tortona;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6016;6016;6016;6016;A813;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;017;006017;Bistagno;Bistagno;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6017;6017;6017;6017;A889;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;018;006018;Borghetto di Borbera;Borghetto di Borbera;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6018;6018;6018;6018;A998;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;019;006019;Borgoratto Alessandrino;Borgoratto Alessandrino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6019;6019;6019;6019;B029;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;020;006020;Borgo San Martino;Borgo San Martino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6020;6020;6020;6020;B037;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;021;006021;Bosco Marengo;Bosco Marengo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6021;6021;6021;6021;B071;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;022;006022;Bosio;Bosio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6022;6022;6022;6022;B080;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;023;006023;Bozzole;Bozzole;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6023;6023;6023;6023;B109;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;024;006024;Brignano-Frascata;Brignano-Frascata;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6024;6024;6024;6024;B179;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;025;006025;Cabella Ligure;Cabella Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6025;6025;6025;6025;B311;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;026;006026;Camagna Monferrato;Camagna Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6026;6026;6026;6026;B453;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;027;006027;Camino;Camino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6027;6027;6027;6027;B482;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;028;006028;Cantalupo Ligure;Cantalupo Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6028;6028;6028;6028;B629;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;029;006029;Capriata d'Orba;Capriata d'Orba;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6029;6029;6029;6029;B701;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;030;006030;Carbonara Scrivia;Carbonara Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6030;6030;6030;6030;B736;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;031;006031;Carentino;Carentino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6031;6031;6031;6031;B765;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;032;006032;Carezzano;Carezzano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6032;6032;6032;6032;B769;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;033;006033;Carpeneto;Carpeneto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6033;6033;6033;6033;B818;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;034;006034;Carrega Ligure;Carrega Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6034;6034;6034;6034;B836;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;035;006035;Carrosio;Carrosio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6035;6035;6035;6035;B840;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;036;006036;Cartosio;Cartosio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6036;6036;6036;6036;B847;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;037;006037;Casal Cermelli;Casal Cermelli;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6037;6037;6037;6037;B870;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;038;006038;Casaleggio Boiro;Casaleggio Boiro;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6038;6038;6038;6038;B882;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;039;006039;Casale Monferrato;Casale Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6039;6039;6039;6039;B885;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;040;006040;Casalnoceto;Casalnoceto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6040;6040;6040;6040;B902;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;041;006041;Casasco;Casasco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6041;6041;6041;6041;B941;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;043;006043;Cassine;Cassine;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6043;6043;6043;6043;C027;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;044;006044;Cassinelle;Cassinelle;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6044;6044;6044;6044;C030;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;045;006045;Castellania Coppi;Castellania Coppi;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6045;6045;6045;6045;C137;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;046;006046;Castellar Guidobono;Castellar Guidobono;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6046;6046;6046;6046;C142;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;047;006047;Castellazzo Bormida;Castellazzo Bormida;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6047;6047;6047;6047;C148;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;048;006048;Castelletto d'Erro;Castelletto d'Erro;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6048;6048;6048;6048;C156;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;049;006049;Castelletto d'Orba;Castelletto d'Orba;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6049;6049;6049;6049;C158;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;050;006050;Castelletto Merli;Castelletto Merli;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6050;6050;6050;6050;C160;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;051;006051;Castelletto Monferrato;Castelletto Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6051;6051;6051;6051;C162;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;052;006052;Castelnuovo Bormida;Castelnuovo Bormida;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6052;6052;6052;6052;C229;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;053;006053;Castelnuovo Scrivia;Castelnuovo Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6053;6053;6053;6053;C243;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;054;006054;Castelspina;Castelspina;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6054;6054;6054;6054;C274;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;055;006055;Cavatore;Cavatore;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6055;6055;6055;6055;C387;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;056;006056;Cella Monte;Cella Monte;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6056;6056;6056;6056;C432;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;057;006057;Cereseto;Cereseto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6057;6057;6057;6057;C503;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;058;006058;Cerreto Grue;Cerreto Grue;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6058;6058;6058;6058;C507;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;059;006059;Cerrina Monferrato;Cerrina Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6059;6059;6059;6059;C531;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;060;006060;Coniolo;Coniolo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6060;6060;6060;6060;C962;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;061;006061;Conzano;Conzano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6061;6061;6061;6061;C977;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;062;006062;Costa Vescovato;Costa Vescovato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6062;6062;6062;6062;D102;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;063;006063;Cremolino;Cremolino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6063;6063;6063;6063;D149;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;065;006065;Denice;Denice;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6065;6065;6065;6065;D272;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;066;006066;Dernice;Dernice;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6066;6066;6066;6066;D277;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;067;006067;Fabbrica Curone;Fabbrica Curone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6067;6067;6067;6067;D447;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;068;006068;Felizzano;Felizzano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6068;6068;6068;6068;D528;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;069;006069;Fraconalto;Fraconalto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6069;6069;6069;6069;D559;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;070;006070;Francavilla Bisio;Francavilla Bisio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6070;6070;6070;6070;D759;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;071;006071;Frascaro;Frascaro;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6071;6071;6071;6071;D770;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;072;006072;Frassinello Monferrato;Frassinello Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6072;6072;6072;6072;D777;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;073;006073;Frassineto Po;Frassineto Po;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6073;6073;6073;6073;D780;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;074;006074;Fresonara;Fresonara;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6074;6074;6074;6074;D797;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;075;006075;Frugarolo;Frugarolo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6075;6075;6075;6075;D813;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;076;006076;Fubine Monferrato;Fubine Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6076;6076;6076;6076;D814;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;077;006077;Gabiano;Gabiano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6077;6077;6077;6077;D835;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;078;006078;Gamalero;Gamalero;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6078;6078;6078;6078;D890;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;079;006079;Garbagna;Garbagna;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6079;6079;6079;6079;D910;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;081;006081;Gavi;Gavi;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6081;6081;6081;6081;D944;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;082;006082;Giarole;Giarole;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6082;6082;6082;6082;E015;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;083;006083;Gremiasco;Gremiasco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6083;6083;6083;6083;E164;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;084;006084;Grognardo;Grognardo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6084;6084;6084;6084;E188;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;085;006085;Grondona;Grondona;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6085;6085;6085;6085;E191;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;086;006086;Guazzora;Guazzora;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6086;6086;6086;6086;E255;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;087;006087;Isola Sant'Antonio;Isola Sant'Antonio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6087;6087;6087;6087;E360;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;088;006088;Lerma;Lerma;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6088;6088;6088;6088;E543;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;090;006090;Malvicino;Malvicino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6090;6090;6090;6090;E870;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;091;006091;Masio;Masio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6091;6091;6091;6091;F015;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;092;006092;Melazzo;Melazzo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6092;6092;6092;6092;F096;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;093;006093;Merana;Merana;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6093;6093;6093;6093;F131;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;094;006094;Mirabello Monferrato;Mirabello Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6094;6094;6094;6094;F232;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;095;006095;Molare;Molare;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6095;6095;6095;6095;F281;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;096;006096;Molino dei Torti;Molino dei Torti;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6096;6096;6096;6096;F293;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;097;006097;Mombello Monferrato;Mombello Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6097;6097;6097;6097;F313;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;098;006098;Momperone;Momperone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6098;6098;6098;6098;F320;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;099;006099;Moncestino;Moncestino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6099;6099;6099;6099;F337;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;100;006100;Mongiardino Ligure;Mongiardino Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6100;6100;6100;6100;F365;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;101;006101;Monleale;Monleale;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6101;6101;6101;6101;F374;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;102;006102;Montacuto;Montacuto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6102;6102;6102;6102;F387;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;103;006103;Montaldeo;Montaldeo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6103;6103;6103;6103;F403;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;104;006104;Montaldo Bormida;Montaldo Bormida;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6104;6104;6104;6104;F404;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;105;006105;Montecastello;Montecastello;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6105;6105;6105;6105;F455;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;106;006106;Montechiaro d'Acqui;Montechiaro d'Acqui;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6106;6106;6106;6106;F469;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;107;006107;Montegioco;Montegioco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6107;6107;6107;6107;F518;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;108;006108;Montemarzino;Montemarzino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6108;6108;6108;6108;F562;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;109;006109;Morano sul Po;Morano sul Po;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6109;6109;6109;6109;F707;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;110;006110;Morbello;Morbello;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6110;6110;6110;6110;F713;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;111;006111;Mornese;Mornese;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6111;6111;6111;6111;F737;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;112;006112;Morsasco;Morsasco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6112;6112;6112;6112;F751;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;113;006113;Murisengo;Murisengo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6113;6113;6113;6113;F814;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;114;006114;Novi Ligure;Novi Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6114;6114;6114;6114;F965;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;115;006115;Occimiano;Occimiano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6115;6115;6115;6115;F995;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;116;006116;Odalengo Grande;Odalengo Grande;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6116;6116;6116;6116;F997;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;117;006117;Odalengo Piccolo;Odalengo Piccolo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6117;6117;6117;6117;F998;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;118;006118;Olivola;Olivola;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6118;6118;6118;6118;G042;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;119;006119;Orsara Bormida;Orsara Bormida;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6119;6119;6119;6119;G124;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;120;006120;Ottiglio;Ottiglio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6120;6120;6120;6120;G193;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;121;006121;Ovada;Ovada;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6121;6121;6121;6121;G197;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;122;006122;Oviglio;Oviglio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6122;6122;6122;6122;G199;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;123;006123;Ozzano Monferrato;Ozzano Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6123;6123;6123;6123;G204;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;124;006124;Paderna;Paderna;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6124;6124;6124;6124;G215;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;125;006125;Pareto;Pareto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6125;6125;6125;6125;G334;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;126;006126;Parodi Ligure;Parodi Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6126;6126;6126;6126;G338;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;127;006127;Pasturana;Pasturana;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6127;6127;6127;6127;G367;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;128;006128;Pecetto di Valenza;Pecetto di Valenza;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6128;6128;6128;6128;G397;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;129;006129;Pietra Marazzi;Pietra Marazzi;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6129;6129;6129;6129;G619;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;131;006131;Pomaro Monferrato;Pomaro Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6131;6131;6131;6131;G807;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;132;006132;Pontecurone;Pontecurone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6132;6132;6132;6132;G839;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;133;006133;Pontestura;Pontestura;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6133;6133;6133;6133;G858;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;134;006134;Ponti;Ponti;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6134;6134;6134;6134;G861;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;135;006135;Ponzano Monferrato;Ponzano Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6135;6135;6135;6135;G872;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;136;006136;Ponzone;Ponzone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6136;6136;6136;6136;G877;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;137;006137;Pozzol Groppo;Pozzol Groppo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6137;6137;6137;6137;G960;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;138;006138;Pozzolo Formigaro;Pozzolo Formigaro;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6138;6138;6138;6138;G961;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;139;006139;Prasco;Prasco;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6139;6139;6139;6139;G987;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;140;006140;Predosa;Predosa;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6140;6140;6140;6140;H021;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;141;006141;Quargnento;Quargnento;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6141;6141;6141;6141;H104;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;142;006142;Quattordio;Quattordio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6142;6142;6142;6142;H121;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;143;006143;Ricaldone;Ricaldone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6143;6143;6143;6143;H272;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;144;006144;Rivalta Bormida;Rivalta Bormida;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6144;6144;6144;6144;H334;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;145;006145;Rivarone;Rivarone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6145;6145;6145;6145;H343;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;146;006146;Roccaforte Ligure;Roccaforte Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6146;6146;6146;6146;H406;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;147;006147;Rocca Grimalda;Rocca Grimalda;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6147;6147;6147;6147;H414;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;148;006148;Rocchetta Ligure;Rocchetta Ligure;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6148;6148;6148;6148;H465;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;149;006149;Rosignano Monferrato;Rosignano Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6149;6149;6149;6149;H569;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;150;006150;Sala Monferrato;Sala Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6150;6150;6150;6150;H677;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;151;006151;Sale;Sale;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6151;6151;6151;6151;H694;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;152;006152;San Cristoforo;San Cristoforo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6152;6152;6152;6152;H810;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;153;006153;San Giorgio Monferrato;San Giorgio Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6153;6153;6153;6153;H878;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;154;006154;San Salvatore Monferrato;San Salvatore Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6154;6154;6154;6154;I144;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;155;006155;San Sebastiano Curone;San Sebastiano Curone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6155;6155;6155;6155;I150;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;156;006156;Sant'Agata Fossili;Sant'Agata Fossili;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6156;6156;6156;6156;I190;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;157;006157;Sardigliano;Sardigliano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6157;6157;6157;6157;I429;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;158;006158;Sarezzano;Sarezzano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6158;6158;6158;6158;I432;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;159;006159;Serralunga di Crea;Serralunga di Crea;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6159;6159;6159;6159;I645;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;160;006160;Serravalle Scrivia;Serravalle Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6160;6160;6160;6160;I657;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;161;006161;Sezzadio;Sezzadio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6161;6161;6161;6161;I711;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;162;006162;Silvano d'Orba;Silvano d'Orba;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6162;6162;6162;6162;I738;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;163;006163;Solero;Solero;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6163;6163;6163;6163;I798;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;164;006164;Solonghello;Solonghello;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6164;6164;6164;6164;I808;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;165;006165;Spigno Monferrato;Spigno Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6165;6165;6165;6165;I901;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;166;006166;Spineto Scrivia;Spineto Scrivia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6166;6166;6166;6166;I911;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;167;006167;Stazzano;Stazzano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6167;6167;6167;6167;I941;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;168;006168;Strevi;Strevi;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6168;6168;6168;6168;I977;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;169;006169;Tagliolo Monferrato;Tagliolo Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6169;6169;6169;6169;L027;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;170;006170;Tassarolo;Tassarolo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6170;6170;6170;6170;L059;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;171;006171;Terruggia;Terruggia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6171;6171;6171;6171;L139;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;172;006172;Terzo;Terzo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6172;6172;6172;6172;L143;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;173;006173;Ticineto;Ticineto;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6173;6173;6173;6173;L165;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;174;006174;Tortona;Tortona;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6174;6174;6174;6174;L304;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;175;006175;Treville;Treville;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6175;6175;6175;6175;L403;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;176;006176;Trisobbio;Trisobbio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6176;6176;6176;6176;L432;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;177;006177;Valenza;Valenza;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6177;6177;6177;6177;L570;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;178;006178;Valmacca;Valmacca;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6178;6178;6178;6178;L633;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;179;006179;Vignale Monferrato;Vignale Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6179;6179;6179;6179;L881;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;180;006180;Vignole Borbera;Vignole Borbera;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6180;6180;6180;6180;L887;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;181;006181;Viguzzolo;Viguzzolo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6181;6181;6181;6181;L904;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;182;006182;Villadeati;Villadeati;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6182;6182;6182;6182;L931;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;183;006183;Villalvernia;Villalvernia;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6183;6183;6183;6183;L963;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;184;006184;Villamiroglio;Villamiroglio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6184;6184;6184;6184;L970;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;185;006185;Villanova Monferrato;Villanova Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6185;6185;6185;6185;L972;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;186;006186;Villaromagnano;Villaromagnano;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6186;6186;6186;6186;M009;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;187;006187;Visone;Visone;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6187;6187;6187;6187;M077;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;188;006188;Volpedo;Volpedo;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6188;6188;6188;6188;M120;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;189;006189;Volpeglino;Volpeglino;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6189;6189;6189;6189;M121;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;190;006190;Voltaggio;Voltaggio;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6190;6190;6190;6190;M123;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;191;006191;Cassano Spinola;Cassano Spinola;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6191;6191;6191;6191;M388;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;192;006192;Alluvioni Piovera;Alluvioni Piovera;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6192;6192;6192;6192;M397;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;006;006;193;006193;Lu e Cuccaro Monferrato;Lu e Cuccaro Monferrato;;1;Nord-ovest;Piemonte;Alessandria;1;0;AL;6193;6193;6193;6193;M420;ITC;ITC1;ITC18;ITC;ITC1;ITC18 +01;096;096;001;096001;Ailoche;Ailoche;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96001;96001;96001;96001;A107;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;002;096002;Andorno Micca;Andorno Micca;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96002;96002;96002;96002;A280;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;003;096003;Benna;Benna;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96003;96003;96003;96003;A784;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;004;096004;Biella;Biella;;1;Nord-ovest;Piemonte;Biella;1;1;BI;96004;96004;96004;96004;A859;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;005;096005;Bioglio;Bioglio;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96005;96005;96005;96005;A876;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;006;096006;Borriana;Borriana;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96006;96006;96006;96006;B058;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;007;096007;Brusnengo;Brusnengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96007;96007;96007;96007;B229;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;008;096008;Callabiana;Callabiana;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96008;96008;96008;96008;B417;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;009;096009;Camandona;Camandona;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96009;96009;96009;96009;B457;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;010;096010;Camburzano;Camburzano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96010;96010;96010;96010;B465;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;012;096012;Candelo;Candelo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96012;96012;96012;96012;B586;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;013;096013;Caprile;Caprile;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96013;96013;96013;96013;B708;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;014;096014;Casapinta;Casapinta;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96014;96014;96014;96014;B933;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;015;096015;Castelletto Cervo;Castelletto Cervo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96015;96015;96015;96015;C155;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;016;096016;Cavagli�;Cavagli�;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96016;96016;96016;96016;C363;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;018;096018;Cerrione;Cerrione;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96018;96018;96018;96018;C532;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;019;096019;Coggiola;Coggiola;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96019;96019;96019;96019;C819;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;020;096020;Cossato;Cossato;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96020;96020;96020;96020;D094;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;021;096021;Crevacuore;Crevacuore;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96021;96021;96021;96021;D165;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;023;096023;Curino;Curino;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96023;96023;96023;96023;D219;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;024;096024;Donato;Donato;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96024;96024;96024;96024;D339;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;025;096025;Dorzano;Dorzano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96025;96025;96025;96025;D350;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;026;096026;Gaglianico;Gaglianico;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96026;96026;96026;96026;D848;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;027;096027;Gifflenga;Gifflenga;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96027;96027;96027;96027;E024;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;028;096028;Graglia;Graglia;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96028;96028;96028;96028;E130;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;030;096030;Magnano;Magnano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96030;96030;96030;96030;E821;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;031;096031;Massazza;Massazza;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96031;96031;96031;96031;F037;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;032;096032;Masserano;Masserano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96032;96032;96032;96032;F042;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;033;096033;Mezzana Mortigliengo;Mezzana Mortigliengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96033;96033;96033;96033;F167;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;034;096034;Miagliano;Miagliano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96034;96034;96034;96034;F189;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;035;096035;Mongrando;Mongrando;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96035;96035;96035;96035;F369;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;037;096037;Mottalciata;Mottalciata;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96037;96037;96037;96037;F776;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;038;096038;Muzzano;Muzzano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96038;96038;96038;96038;F833;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;039;096039;Netro;Netro;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96039;96039;96039;96039;F878;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;040;096040;Occhieppo Inferiore;Occhieppo Inferiore;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96040;96040;96040;96040;F992;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;041;096041;Occhieppo Superiore;Occhieppo Superiore;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96041;96041;96041;96041;F993;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;042;096042;Pettinengo;Pettinengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96042;96042;96042;96042;G521;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;043;096043;Piatto;Piatto;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96043;96043;96043;96043;G577;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;044;096044;Piedicavallo;Piedicavallo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96044;96044;96044;96044;G594;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;046;096046;Pollone;Pollone;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96046;96046;96046;96046;G798;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;047;096047;Ponderano;Ponderano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96047;96047;96047;96047;G820;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;048;096048;Portula;Portula;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96048;96048;96048;96048;G927;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;049;096049;Pralungo;Pralungo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96049;96049;96049;96049;G980;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;050;096050;Pray;Pray;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96050;96050;96050;96050;G974;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;053;096053;Ronco Biellese;Ronco Biellese;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96053;96053;96053;96053;H538;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;054;096054;Roppolo;Roppolo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96054;96054;96054;96054;H553;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;055;096055;Rosazza;Rosazza;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96055;96055;96055;96055;H561;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;056;096056;Sagliano Micca;Sagliano Micca;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96056;96056;96056;96056;H662;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;057;096057;Sala Biellese;Sala Biellese;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96057;96057;96057;96057;H681;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;058;096058;Salussola;Salussola;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96058;96058;96058;96058;H726;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;059;096059;Sandigliano;Sandigliano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96059;96059;96059;96059;H821;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;063;096063;Sordevolo;Sordevolo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96063;96063;96063;96063;I847;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;064;096064;Sostegno;Sostegno;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96064;96064;96064;96064;I868;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;065;096065;Strona;Strona;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96065;96065;96065;96065;I980;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;066;096066;Tavigliano;Tavigliano;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96066;96066;96066;96066;L075;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;067;096067;Ternengo;Ternengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96067;96067;96067;96067;L116;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;068;096068;Tollegno;Tollegno;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96068;96068;96068;96068;L193;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;069;096069;Torrazzo;Torrazzo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96069;96069;96069;96069;L239;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;071;096071;Valdengo;Valdengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96071;96071;96071;96071;L556;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;072;096072;Vallanzengo;Vallanzengo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96072;96072;96072;96072;L586;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;074;096074;Valle San Nicolao;Valle San Nicolao;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96074;96074;96074;96074;L620;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;075;096075;Veglio;Veglio;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96075;96075;96075;96075;L712;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;076;096076;Verrone;Verrone;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96076;96076;96076;96076;L785;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;077;096077;Vigliano Biellese;Vigliano Biellese;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96077;96077;96077;96077;L880;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;078;096078;Villa del Bosco;Villa del Bosco;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96078;96078;96078;96078;L933;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;079;096079;Villanova Biellese;Villanova Biellese;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96079;96079;96079;96079;L978;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;080;096080;Viverone;Viverone;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96080;96080;96080;96080;M098;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;081;096081;Zimone;Zimone;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96081;96081;96081;96081;M179;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;082;096082;Zubiena;Zubiena;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96082;96082;96082;96082;M196;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;083;096083;Zumaglia;Zumaglia;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96083;96083;96083;96083;M201;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;085;096085;Lessona;Lessona;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96085;96085;96085;96085;M371;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;086;096086;Campiglia Cervo;Campiglia Cervo;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96086;96086;96086;96086;M373;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;087;096087;Quaregna Cerreto;Quaregna Cerreto;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96087;96087;96087;96087;M414;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;096;096;088;096088;Valdilana;Valdilana;;1;Nord-ovest;Piemonte;Biella;1;0;BI;96088;96088;96088;96088;M417;ITC;ITC1;ITC13;ITC;ITC1;ITC13 +01;103;103;001;103001;Antrona Schieranco;Antrona Schieranco;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103001;103001;103001;103001;A317;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;002;103002;Anzola d'Ossola;Anzola d'Ossola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103002;103002;103002;103002;A325;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;003;103003;Arizzano;Arizzano;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103003;103003;103003;103003;A409;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;004;103004;Arola;Arola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103004;103004;103004;103004;A427;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;005;103005;Aurano;Aurano;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103005;103005;103005;103005;A497;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;006;103006;Baceno;Baceno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103006;103006;103006;103006;A534;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;007;103007;Bannio Anzino;Bannio Anzino;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103007;103007;103007;103007;A610;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;008;103008;Baveno;Baveno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103008;103008;103008;103008;A725;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;009;103009;Bee;Bee;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103009;103009;103009;103009;A733;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;010;103010;Belgirate;Belgirate;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103010;103010;103010;103010;A742;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;011;103011;Beura-Cardezza;Beura-Cardezza;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103011;103011;103011;103011;A834;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;012;103012;Bognanco;Bognanco;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103012;103012;103012;103012;A925;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;013;103013;Brovello-Carpugnino;Brovello-Carpugnino;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103013;103013;103013;103013;B207;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;014;103014;Calasca-Castiglione;Calasca-Castiglione;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103014;103014;103014;103014;B380;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;015;103015;Cambiasca;Cambiasca;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103015;103015;103015;103015;B463;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;016;103016;Cannero Riviera;Cannero Riviera;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103016;103016;103016;103016;B610;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;017;103017;Cannobio;Cannobio;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103017;103017;103017;103017;B615;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;018;103018;Caprezzo;Caprezzo;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103018;103018;103018;103018;B694;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;019;103019;Casale Corte Cerro;Casale Corte Cerro;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103019;103019;103019;103019;B876;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;021;103021;Ceppo Morelli;Ceppo Morelli;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103021;103021;103021;103021;C478;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;022;103022;Cesara;Cesara;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103022;103022;103022;103022;C567;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;023;103023;Cossogno;Cossogno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103023;103023;103023;103023;D099;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;024;103024;Craveggia;Craveggia;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103024;103024;103024;103024;D134;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;025;103025;Crevoladossola;Crevoladossola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103025;103025;103025;103025;D168;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;026;103026;Crodo;Crodo;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103026;103026;103026;103026;D177;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;028;103028;Domodossola;Domodossola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103028;103028;103028;103028;D332;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;029;103029;Druogno;Druogno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103029;103029;103029;103029;D374;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;031;103031;Formazza;Formazza;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103031;103031;103031;103031;D706;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;032;103032;Germagno;Germagno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103032;103032;103032;103032;D984;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;033;103033;Ghiffa;Ghiffa;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103033;103033;103033;103033;E003;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;034;103034;Gignese;Gignese;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103034;103034;103034;103034;E028;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;035;103035;Gravellona Toce;Gravellona Toce;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103035;103035;103035;103035;E153;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;036;103036;Gurro;Gurro;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103036;103036;103036;103036;E269;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;037;103037;Intragna;Intragna;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103037;103037;103037;103037;E304;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;038;103038;Loreglia;Loreglia;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103038;103038;103038;103038;E685;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;039;103039;Macugnaga;Macugnaga;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103039;103039;103039;103039;E790;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;040;103040;Madonna del Sasso;Madonna del Sasso;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103040;103040;103040;103040;E795;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;041;103041;Malesco;Malesco;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103041;103041;103041;103041;E853;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;042;103042;Masera;Masera;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103042;103042;103042;103042;F010;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;043;103043;Massiola;Massiola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103043;103043;103043;103043;F048;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;044;103044;Mergozzo;Mergozzo;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103044;103044;103044;103044;F146;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;045;103045;Miazzina;Miazzina;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103045;103045;103045;103045;F192;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;046;103046;Montecrestese;Montecrestese;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103046;103046;103046;103046;F483;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;047;103047;Montescheno;Montescheno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103047;103047;103047;103047;F639;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;048;103048;Nonio;Nonio;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103048;103048;103048;103048;F932;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;049;103049;Oggebbio;Oggebbio;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103049;103049;103049;103049;G007;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;050;103050;Omegna;Omegna;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103050;103050;103050;103050;G062;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;051;103051;Ornavasso;Ornavasso;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103051;103051;103051;103051;G117;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;052;103052;Pallanzeno;Pallanzeno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103052;103052;103052;103052;G280;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;053;103053;Piedimulera;Piedimulera;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103053;103053;103053;103053;G600;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;054;103054;Pieve Vergonte;Pieve Vergonte;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103054;103054;103054;103054;G658;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;055;103055;Premeno;Premeno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103055;103055;103055;103055;H030;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;056;103056;Premia;Premia;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103056;103056;103056;103056;H033;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;057;103057;Premosello-Chiovenda;Premosello-Chiovenda;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103057;103057;103057;103057;H037;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;058;103058;Quarna Sopra;Quarna Sopra;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103058;103058;103058;103058;H106;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;059;103059;Quarna Sotto;Quarna Sotto;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103059;103059;103059;103059;H107;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;060;103060;Re;Re;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103060;103060;103060;103060;H203;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;061;103061;San Bernardino Verbano;San Bernardino Verbano;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103061;103061;103061;103061;H777;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;062;103062;Santa Maria Maggiore;Santa Maria Maggiore;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103062;103062;103062;103062;I249;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;064;103064;Stresa;Stresa;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103064;103064;103064;103064;I976;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;065;103065;Toceno;Toceno;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103065;103065;103065;103065;L187;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;066;103066;Trarego Viggiona;Trarego Viggiona;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103066;103066;103066;103066;L333;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;067;103067;Trasquera;Trasquera;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103067;103067;103067;103067;L336;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;068;103068;Trontano;Trontano;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103068;103068;103068;103068;L450;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;069;103069;Valstrona;Valstrona;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103069;103069;103069;103069;L651;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;070;103070;Vanzone con San Carlo;Vanzone con San Carlo;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103070;103070;103070;103070;L666;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;071;103071;Varzo;Varzo;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103071;103071;103071;103071;L691;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;072;103072;Verbania;Verbania;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;1;VB;103072;103072;103072;103072;L746;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;074;103074;Vignone;Vignone;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103074;103074;103074;103074;L889;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;075;103075;Villadossola;Villadossola;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103075;103075;103075;103075;L906;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;076;103076;Villette;Villette;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103076;103076;103076;103076;M042;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;077;103077;Vogogna;Vogogna;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103077;103077;103077;103077;M111;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;078;103078;Borgomezzavalle;Borgomezzavalle;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103078;103078;103078;103078;M370;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +01;103;103;079;103079;Valle Cannobina;Valle Cannobina;;1;Nord-ovest;Piemonte;Verbano-Cusio-Ossola;1;0;VB;103079;103079;103079;103079;M404;ITC;ITC1;ITC14;ITC;ITC1;ITC14 +02;007;007;001;007001;Allein;Allein;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7001;7001;7001;7001;A205;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;002;007002;Antey-Saint-Andr�;Antey-Saint-Andr�;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7002;7002;7002;7002;A305;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;003;007003;Aosta;Aosta;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;1;AO;7003;7003;7003;7003;A326;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;004;007004;Arnad;Arnad;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7004;7004;7004;7004;A424;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;005;007005;Arvier;Arvier;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7005;7005;7005;7005;A452;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;006;007006;Avise;Avise;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7006;7006;7006;7006;A521;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;007;007007;Ayas;Ayas;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7007;7007;7007;7007;A094;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;008;007008;Aymavilles;Aymavilles;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7008;7008;7008;7008;A108;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;009;007009;Bard;Bard;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7009;7009;7009;7009;A643;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;010;007010;Bionaz;Bionaz;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7010;7010;7010;7010;A877;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;011;007011;Brissogne;Brissogne;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7011;7011;7011;7011;B192;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;012;007012;Brusson;Brusson;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7012;7012;7012;7012;B230;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;013;007013;Challand-Saint-Anselme;Challand-Saint-Anselme;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7013;7013;7013;7013;C593;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;014;007014;Challand-Saint-Victor;Challand-Saint-Victor;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7014;7014;7014;7014;C594;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;015;007015;Chambave;Chambave;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7015;7015;7015;7015;C595;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;016;007016;Chamois;Chamois;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7016;7016;7016;7016;B491;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;017;007017;Champdepraz;Champdepraz;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7017;7017;7017;7017;C596;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;018;007018;Champorcher;Champorcher;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7018;7018;7018;7018;B540;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;019;007019;Charvensod;Charvensod;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7019;7019;7019;7019;C598;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;020;007020;Ch�tillon;Ch�tillon;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7020;7020;7020;7020;C294;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;021;007021;Cogne;Cogne;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7021;7021;7021;7021;C821;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;022;007022;Courmayeur;Courmayeur;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7022;7022;7022;7022;D012;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;023;007023;Donnas;Donnas;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7023;7023;7023;7023;D338;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;024;007024;Doues;Doues;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7024;7024;7024;7024;D356;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;025;007025;Emar�se;Emar�se;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7025;7025;7025;7025;D402;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;026;007026;Etroubles;Etroubles;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7026;7026;7026;7026;D444;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;027;007027;F�nis;F�nis;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7027;7027;7027;7027;D537;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;028;007028;Fontainemore;Fontainemore;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7028;7028;7028;7028;D666;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;029;007029;Gaby;Gaby;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7029;7029;7029;7029;D839;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;030;007030;Gignod;Gignod;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7030;7030;7030;7030;E029;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;031;007031;Gressan;Gressan;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7031;7031;7031;7031;E165;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;032;007032;Gressoney-La-Trinit�;Gressoney-La-Trinit�;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7032;7032;7032;7032;E167;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;033;007033;Gressoney-Saint-Jean;Gressoney-Saint-Jean;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7033;7033;7033;7033;E168;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;034;007034;H�ne;H�ne;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7034;7034;7034;7034;E273;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;035;007035;Introd;Introd;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7035;7035;7035;7035;E306;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;036;007036;Issime;Issime;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7036;7036;7036;7036;E369;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;037;007037;Issogne;Issogne;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7037;7037;7037;7037;E371;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;038;007038;Joven�an;Joven�an;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7038;7038;7038;7038;E391;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;039;007039;La Magdeleine;La Magdeleine;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7039;7039;7039;7039;A308;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;040;007040;La Salle;La Salle;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7040;7040;7040;7040;E458;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;041;007041;La Thuile;La Thuile;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7041;7041;7041;7041;E470;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;042;007042;Lillianes;Lillianes;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7042;7042;7042;7042;E587;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;043;007043;Montjovet;Montjovet;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7043;7043;7043;7043;F367;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;044;007044;Morgex;Morgex;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7044;7044;7044;7044;F726;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;045;007045;Nus;Nus;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7045;7045;7045;7045;F987;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;046;007046;Ollomont;Ollomont;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7046;7046;7046;7046;G045;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;047;007047;Oyace;Oyace;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7047;7047;7047;7047;G012;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;048;007048;Perloz;Perloz;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7048;7048;7048;7048;G459;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;049;007049;Pollein;Pollein;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7049;7049;7049;7049;G794;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;050;007050;Pontboset;Pontboset;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7050;7050;7050;7050;G545;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;051;007051;Pontey;Pontey;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7051;7051;7051;7051;G860;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;052;007052;Pont-Saint-Martin;Pont-Saint-Martin;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7052;7052;7052;7052;G854;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;053;007053;Pr�-Saint-Didier;Pr�-Saint-Didier;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7053;7053;7053;7053;H042;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;054;007054;Quart;Quart;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7054;7054;7054;7054;H110;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;055;007055;Rh�mes-Notre-Dame;Rh�mes-Notre-Dame;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7055;7055;7055;7055;H262;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;056;007056;Rh�mes-Saint-Georges;Rh�mes-Saint-Georges;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7056;7056;7056;7056;H263;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;057;007057;Roisan;Roisan;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7057;7057;7057;7057;H497;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;058;007058;Saint-Christophe;Saint-Christophe;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7058;7058;7058;7058;H669;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;059;007059;Saint-Denis;Saint-Denis;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7059;7059;7059;7059;H670;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;060;007060;Saint-Marcel;Saint-Marcel;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7060;7060;7060;7060;H671;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;061;007061;Saint-Nicolas;Saint-Nicolas;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7061;7061;7061;7061;H672;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;062;007062;Saint-Oyen;Saint-Oyen;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7062;7062;7062;7062;H673;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;063;007063;Saint-Pierre;Saint-Pierre;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7063;7063;7063;7063;H674;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;064;007064;Saint-Rh�my-en-Bosses;Saint-Rh�my-en-Bosses;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7064;7064;7064;7064;H675;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;065;007065;Saint-Vincent;Saint-Vincent;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7065;7065;7065;7065;H676;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;066;007066;Sarre;Sarre;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7066;7066;7066;7066;I442;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;067;007067;Torgnon;Torgnon;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7067;7067;7067;7067;L217;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;068;007068;Valgrisenche;Valgrisenche;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7068;7068;7068;7068;L582;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;069;007069;Valpelline;Valpelline;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7069;7069;7069;7069;L643;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;070;007070;Valsavarenche;Valsavarenche;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7070;7070;7070;7070;L647;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;071;007071;Valtournenche;Valtournenche;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7071;7071;7071;7071;L654;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;072;007072;Verrayes;Verrayes;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7072;7072;7072;7072;L783;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;073;007073;Verr�s;Verr�s;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7073;7073;7073;7073;C282;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +02;007;007;074;007074;Villeneuve;Villeneuve;;1;Nord-ovest;Valle d'Aosta/Vall�e d'Aoste;Valle d'Aosta/Vall�e d'Aoste;1;0;AO;7074;7074;7074;7074;L981;ITC;ITC2;ITC20;ITC;ITC2;ITC20 +03;012;012;001;012001;Agra;Agra;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12001;12001;12001;12001;A085;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;002;012002;Albizzate;Albizzate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12002;12002;12002;12002;A167;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;003;012003;Angera;Angera;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12003;12003;12003;12003;A290;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;004;012004;Arcisate;Arcisate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12004;12004;12004;12004;A371;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;005;012005;Arsago Seprio;Arsago Seprio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12005;12005;12005;12005;A441;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;006;012006;Azzate;Azzate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12006;12006;12006;12006;A531;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;007;012007;Azzio;Azzio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12007;12007;12007;12007;A532;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;008;012008;Barasso;Barasso;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12008;12008;12008;12008;A619;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;010;012010;Bedero Valcuvia;Bedero Valcuvia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12010;12010;12010;12010;A728;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;011;012011;Besano;Besano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12011;12011;12011;12011;A819;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;012;012012;Besnate;Besnate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12012;12012;12012;12012;A825;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;013;012013;Besozzo;Besozzo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12013;12013;12013;12013;A826;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;014;012014;Biandronno;Biandronno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12014;12014;12014;12014;A845;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;015;012015;Bisuschio;Bisuschio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12015;12015;12015;12015;A891;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;016;012016;Bodio Lomnago;Bodio Lomnago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12016;12016;12016;12016;A918;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;017;012017;Brebbia;Brebbia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12017;12017;12017;12017;B126;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;019;012019;Brenta;Brenta;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12019;12019;12019;12019;B150;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;020;012020;Brezzo di Bedero;Brezzo di Bedero;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12020;12020;12020;12020;B166;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;021;012021;Brinzio;Brinzio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12021;12021;12021;12021;B182;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;022;012022;Brissago-Valtravaglia;Brissago-Valtravaglia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12022;12022;12022;12022;B191;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;023;012023;Brunello;Brunello;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12023;12023;12023;12023;B219;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;024;012024;Brusimpiano;Brusimpiano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12024;12024;12024;12024;B228;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;025;012025;Buguggiate;Buguggiate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12025;12025;12025;12025;B258;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;026;012026;Busto Arsizio;Busto Arsizio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12026;12026;12026;12026;B300;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;027;012027;Cadegliano-Viconago;Cadegliano-Viconago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12027;12027;12027;12027;B326;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;029;012029;Cairate;Cairate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12029;12029;12029;12029;B368;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;030;012030;Cantello;Cantello;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12030;12030;12030;12030;B634;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;031;012031;Caravate;Caravate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12031;12031;12031;12031;B732;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;032;012032;Cardano al Campo;Cardano al Campo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12032;12032;12032;12032;B754;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;033;012033;Carnago;Carnago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12033;12033;12033;12033;B796;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;034;012034;Caronno Pertusella;Caronno Pertusella;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12034;12034;12034;12034;B805;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;035;012035;Caronno Varesino;Caronno Varesino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12035;12035;12035;12035;B807;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;036;012036;Casale Litta;Casale Litta;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12036;12036;12036;12036;B875;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;037;012037;Casalzuigno;Casalzuigno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12037;12037;12037;12037;B921;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;038;012038;Casciago;Casciago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12038;12038;12038;12038;B949;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;039;012039;Casorate Sempione;Casorate Sempione;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12039;12039;12039;12039;B987;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;040;012040;Cassano Magnago;Cassano Magnago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12040;12040;12040;12040;C004;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;041;012041;Cassano Valcuvia;Cassano Valcuvia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12041;12041;12041;12041;B999;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;042;012042;Castellanza;Castellanza;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12042;12042;12042;12042;C139;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;043;012043;Castello Cabiaglio;Castello Cabiaglio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12043;12043;12043;12043;B312;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;044;012044;Castelseprio;Castelseprio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12044;12044;12044;12044;C273;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;045;012045;Castelveccana;Castelveccana;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12045;12045;12045;12045;C181;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;046;012046;Castiglione Olona;Castiglione Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12046;12046;12046;12046;C300;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;047;012047;Castronno;Castronno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12047;12047;12047;12047;C343;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;048;012048;Cavaria con Premezzo;Cavaria con Premezzo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12048;12048;12048;12048;C382;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;049;012049;Cazzago Brabbia;Cazzago Brabbia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12049;12049;12049;12049;C409;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;050;012050;Cislago;Cislago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12050;12050;12050;12050;C732;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;051;012051;Cittiglio;Cittiglio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12051;12051;12051;12051;C751;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;052;012052;Clivio;Clivio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12052;12052;12052;12052;C796;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;053;012053;Cocquio-Trevisago;Cocquio-Trevisago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12053;12053;12053;12053;C810;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;054;012054;Comabbio;Comabbio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12054;12054;12054;12054;C911;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;055;012055;Comerio;Comerio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12055;12055;12055;12055;C922;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;056;012056;Cremenaga;Cremenaga;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12056;12056;12056;12056;D144;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;057;012057;Crosio della Valle;Crosio della Valle;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12057;12057;12057;12057;D185;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;058;012058;Cuasso al Monte;Cuasso al Monte;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12058;12058;12058;12058;D192;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;059;012059;Cugliate-Fabiasco;Cugliate-Fabiasco;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12059;12059;12059;12059;D199;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;060;012060;Cunardo;Cunardo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12060;12060;12060;12060;D204;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;061;012061;Curiglia con Monteviasco;Curiglia con Monteviasco;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12061;12061;12061;12061;D217;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;062;012062;Cuveglio;Cuveglio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12062;12062;12062;12062;D238;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;063;012063;Cuvio;Cuvio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12063;12063;12063;12063;D239;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;064;012064;Daverio;Daverio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12064;12064;12064;12064;D256;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;065;012065;Dumenza;Dumenza;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12065;12065;12065;12065;D384;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;066;012066;Duno;Duno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12066;12066;12066;12066;D385;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;067;012067;Fagnano Olona;Fagnano Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12067;12067;12067;12067;D467;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;068;012068;Ferno;Ferno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12068;12068;12068;12068;D543;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;069;012069;Ferrera di Varese;Ferrera di Varese;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12069;12069;12069;12069;D551;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;070;012070;Gallarate;Gallarate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12070;12070;12070;12070;D869;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;071;012071;Galliate Lombardo;Galliate Lombardo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12071;12071;12071;12071;D871;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;072;012072;Gavirate;Gavirate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12072;12072;12072;12072;D946;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;073;012073;Gazzada Schianno;Gazzada Schianno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12073;12073;12073;12073;D951;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;074;012074;Gemonio;Gemonio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12074;12074;12074;12074;D963;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;075;012075;Gerenzano;Gerenzano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12075;12075;12075;12075;D981;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;076;012076;Germignaga;Germignaga;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12076;12076;12076;12076;D987;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;077;012077;Golasecca;Golasecca;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12077;12077;12077;12077;E079;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;078;012078;Gorla Maggiore;Gorla Maggiore;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12078;12078;12078;12078;E101;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;079;012079;Gorla Minore;Gorla Minore;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12079;12079;12079;12079;E102;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;080;012080;Gornate Olona;Gornate Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12080;12080;12080;12080;E104;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;081;012081;Grantola;Grantola;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12081;12081;12081;12081;E144;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;082;012082;Inarzo;Inarzo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12082;12082;12082;12082;E292;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;083;012083;Induno Olona;Induno Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12083;12083;12083;12083;E299;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;084;012084;Ispra;Ispra;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12084;12084;12084;12084;E367;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;085;012085;Jerago con Orago;Jerago con Orago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12085;12085;12085;12085;E386;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;086;012086;Lavena Ponte Tresa;Lavena Ponte Tresa;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12086;12086;12086;12086;E494;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;087;012087;Laveno-Mombello;Laveno-Mombello;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12087;12087;12087;12087;E496;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;088;012088;Leggiuno;Leggiuno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12088;12088;12088;12088;E510;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;089;012089;Lonate Ceppino;Lonate Ceppino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12089;12089;12089;12089;E665;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;090;012090;Lonate Pozzolo;Lonate Pozzolo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12090;12090;12090;12090;E666;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;091;012091;Lozza;Lozza;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12091;12091;12091;12091;E707;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;092;012092;Luino;Luino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12092;12092;12092;12092;E734;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;093;012093;Luvinate;Luvinate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12093;12093;12093;12093;E769;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;096;012096;Malnate;Malnate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12096;12096;12096;12096;E863;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;097;012097;Marchirolo;Marchirolo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12097;12097;12097;12097;E929;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;098;012098;Marnate;Marnate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12098;12098;12098;12098;E965;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;099;012099;Marzio;Marzio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12099;12099;12099;12099;F002;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;100;012100;Masciago Primo;Masciago Primo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12100;12100;12100;12100;F007;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;101;012101;Mercallo;Mercallo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12101;12101;12101;12101;F134;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;102;012102;Mesenzana;Mesenzana;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12102;12102;12102;12102;F154;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;103;012103;Montegrino Valtravaglia;Montegrino Valtravaglia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12103;12103;12103;12103;F526;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;104;012104;Monvalle;Monvalle;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12104;12104;12104;12104;F703;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;105;012105;Morazzone;Morazzone;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12105;12105;12105;12105;F711;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;106;012106;Mornago;Mornago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12106;12106;12106;12106;F736;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;107;012107;Oggiona con Santo Stefano;Oggiona con Santo Stefano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12107;12107;12107;12107;G008;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;108;012108;Olgiate Olona;Olgiate Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12108;12108;12108;12108;G028;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;109;012109;Origgio;Origgio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12109;12109;12109;12109;G103;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;110;012110;Orino;Orino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12110;12110;12110;12110;G105;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;113;012113;Porto Ceresio;Porto Ceresio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12113;12113;12113;12113;G906;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;114;012114;Porto Valtravaglia;Porto Valtravaglia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12114;12114;12114;12114;G907;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;115;012115;Rancio Valcuvia;Rancio Valcuvia;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12115;12115;12115;12115;H173;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;116;012116;Ranco;Ranco;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12116;12116;12116;12116;H174;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;117;012117;Saltrio;Saltrio;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12117;12117;12117;12117;H723;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;118;012118;Samarate;Samarate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12118;12118;12118;12118;H736;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;119;012119;Saronno;Saronno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12119;12119;12119;12119;I441;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;120;012120;Sesto Calende;Sesto Calende;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12120;12120;12120;12120;I688;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;121;012121;Solbiate Arno;Solbiate Arno;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12121;12121;12121;12121;I793;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;122;012122;Solbiate Olona;Solbiate Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12122;12122;12122;12122;I794;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;123;012123;Somma Lombardo;Somma Lombardo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12123;12123;12123;12123;I819;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;124;012124;Sumirago;Sumirago;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12124;12124;12124;12124;L003;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;125;012125;Taino;Taino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12125;12125;12125;12125;L032;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;126;012126;Ternate;Ternate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12126;12126;12126;12126;L115;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;127;012127;Tradate;Tradate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12127;12127;12127;12127;L319;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;128;012128;Travedona-Monate;Travedona-Monate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12128;12128;12128;12128;L342;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;129;012129;Tronzano Lago Maggiore;Tronzano Lago Maggiore;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12129;12129;12129;12129;A705;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;130;012130;Uboldo;Uboldo;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12130;12130;12130;12130;L480;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;131;012131;Valganna;Valganna;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12131;12131;12131;12131;L577;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;132;012132;Varano Borghi;Varano Borghi;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12132;12132;12132;12132;L671;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;133;012133;Varese;Varese;;1;Nord-ovest;Lombardia;Varese;1;1;VA;12133;12133;12133;12133;L682;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;134;012134;Vedano Olona;Vedano Olona;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12134;12134;12134;12134;L703;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;136;012136;Venegono Inferiore;Venegono Inferiore;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12136;12136;12136;12136;L733;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;137;012137;Venegono Superiore;Venegono Superiore;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12137;12137;12137;12137;L734;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;138;012138;Vergiate;Vergiate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12138;12138;12138;12138;L765;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;139;012139;Viggi�;Viggi�;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12139;12139;12139;12139;L876;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;140;012140;Vizzola Ticino;Vizzola Ticino;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12140;12140;12140;12140;M101;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;141;012141;Sangiano;Sangiano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12141;12141;12141;12141;H872;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;142;012142;Maccagno con Pino e Veddasca;Maccagno con Pino e Veddasca;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12142;12142;12142;12142;M339;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;143;012143;Cadrezzate con Osmate;Cadrezzate con Osmate;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12143;12143;12143;12143;M425;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;012;012;144;012144;Bardello con Malgesso e Bregano;Bardello con Malgesso e Bregano;;1;Nord-ovest;Lombardia;Varese;1;0;VA;12144;12144;12144;12144;M433;ITC;ITC4;ITC41;ITC;ITC4;ITC41 +03;013;013;003;013003;Albavilla;Albavilla;;1;Nord-ovest;Lombardia;Como;1;0;CO;13003;13003;13003;13003;A143;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;004;013004;Albese con Cassano;Albese con Cassano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13004;13004;13004;13004;A153;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;005;013005;Albiolo;Albiolo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13005;13005;13005;13005;A164;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;006;013006;Alserio;Alserio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13006;13006;13006;13006;A224;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;007;013007;Alzate Brianza;Alzate Brianza;;1;Nord-ovest;Lombardia;Como;1;0;CO;13007;13007;13007;13007;A249;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;009;013009;Anzano del Parco;Anzano del Parco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13009;13009;13009;13009;A319;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;010;013010;Appiano Gentile;Appiano Gentile;;1;Nord-ovest;Lombardia;Como;1;0;CO;13010;13010;13010;13010;A333;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;011;013011;Argegno;Argegno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13011;13011;13011;13011;A391;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;012;013012;Arosio;Arosio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13012;13012;13012;13012;A430;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;013;013013;Asso;Asso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13013;13013;13013;13013;A476;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;015;013015;Barni;Barni;;1;Nord-ovest;Lombardia;Como;1;0;CO;13015;13015;13015;13015;A670;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;021;013021;Bene Lario;Bene Lario;;1;Nord-ovest;Lombardia;Como;1;0;CO;13021;13021;13021;13021;A778;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;022;013022;Beregazzo con Figliaro;Beregazzo con Figliaro;;1;Nord-ovest;Lombardia;Como;1;0;CO;13022;13022;13022;13022;A791;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;023;013023;Binago;Binago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13023;13023;13023;13023;A870;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;024;013024;Bizzarone;Bizzarone;;1;Nord-ovest;Lombardia;Como;1;0;CO;13024;13024;13024;13024;A898;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;025;013025;Blessagno;Blessagno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13025;13025;13025;13025;A904;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;026;013026;Blevio;Blevio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13026;13026;13026;13026;A905;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;028;013028;Bregnano;Bregnano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13028;13028;13028;13028;B134;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;029;013029;Brenna;Brenna;;1;Nord-ovest;Lombardia;Como;1;0;CO;13029;13029;13029;13029;B144;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;030;013030;Brienno;Brienno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13030;13030;13030;13030;B172;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;032;013032;Brunate;Brunate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13032;13032;13032;13032;B218;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;034;013034;Bulgarograsso;Bulgarograsso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13034;13034;13034;13034;B262;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;035;013035;Cabiate;Cabiate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13035;13035;13035;13035;B313;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;036;013036;Cadorago;Cadorago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13036;13036;13036;13036;B346;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;037;013037;Caglio;Caglio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13037;13037;13037;13037;B355;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;040;013040;Campione d'Italia;Campione d'Italia;;1;Nord-ovest;Lombardia;Como;1;0;CO;13040;13040;13040;13040;B513;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;041;013041;Cant�;Cant�;;1;Nord-ovest;Lombardia;Como;1;0;CO;13041;13041;13041;13041;B639;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;042;013042;Canzo;Canzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13042;13042;13042;13042;B641;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;043;013043;Capiago Intimiano;Capiago Intimiano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13043;13043;13043;13043;B653;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;044;013044;Carate Urio;Carate Urio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13044;13044;13044;13044;B730;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;045;013045;Carbonate;Carbonate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13045;13045;13045;13045;B742;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;046;013046;Carimate;Carimate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13046;13046;13046;13046;B778;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;047;013047;Carlazzo;Carlazzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13047;13047;13047;13047;B785;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;048;013048;Carugo;Carugo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13048;13048;13048;13048;B851;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;052;013052;Caslino d'Erba;Caslino d'Erba;;1;Nord-ovest;Lombardia;Como;1;0;CO;13052;13052;13052;13052;B974;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;053;013053;Casnate con Bernate;Casnate con Bernate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13053;13053;13053;13053;B977;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;055;013055;Cassina Rizzardi;Cassina Rizzardi;;1;Nord-ovest;Lombardia;Como;1;0;CO;13055;13055;13055;13055;C020;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;058;013058;Castelmarte;Castelmarte;;1;Nord-ovest;Lombardia;Como;1;0;CO;13058;13058;13058;13058;C206;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;059;013059;Castelnuovo Bozzente;Castelnuovo Bozzente;;1;Nord-ovest;Lombardia;Como;1;0;CO;13059;13059;13059;13059;C220;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;062;013062;Cavargna;Cavargna;;1;Nord-ovest;Lombardia;Como;1;0;CO;13062;13062;13062;13062;C381;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;063;013063;Cerano d'Intelvi;Cerano d'Intelvi;;1;Nord-ovest;Lombardia;Como;1;0;CO;13063;13063;13063;13063;C482;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;064;013064;Cermenate;Cermenate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13064;13064;13064;13064;C516;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;065;013065;Cernobbio;Cernobbio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13065;13065;13065;13065;C520;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;068;013068;Cirimido;Cirimido;;1;Nord-ovest;Lombardia;Como;1;0;CO;13068;13068;13068;13068;C724;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;071;013071;Claino con Osteno;Claino con Osteno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13071;13071;13071;13071;C787;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;074;013074;Colonno;Colonno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13074;13074;13074;13074;C902;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;075;013075;Como;Como;;1;Nord-ovest;Lombardia;Como;1;1;CO;13075;13075;13075;13075;C933;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;077;013077;Corrido;Corrido;;1;Nord-ovest;Lombardia;Como;1;0;CO;13077;13077;13077;13077;D041;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;083;013083;Cremia;Cremia;;1;Nord-ovest;Lombardia;Como;1;0;CO;13083;13083;13083;13083;D147;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;084;013084;Cucciago;Cucciago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13084;13084;13084;13084;D196;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;085;013085;Cusino;Cusino;;1;Nord-ovest;Lombardia;Como;1;0;CO;13085;13085;13085;13085;D232;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;087;013087;Dizzasco;Dizzasco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13087;13087;13087;13087;D310;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;089;013089;Domaso;Domaso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13089;13089;13089;13089;D329;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;090;013090;Dongo;Dongo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13090;13090;13090;13090;D341;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;092;013092;Dosso del Liro;Dosso del Liro;;1;Nord-ovest;Lombardia;Como;1;0;CO;13092;13092;13092;13092;D355;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;095;013095;Erba;Erba;;1;Nord-ovest;Lombardia;Como;1;0;CO;13095;13095;13095;13095;D416;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;097;013097;Eupilio;Eupilio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13097;13097;13097;13097;D445;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;098;013098;Faggeto Lario;Faggeto Lario;;1;Nord-ovest;Lombardia;Como;1;0;CO;13098;13098;13098;13098;D462;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;099;013099;Faloppio;Faloppio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13099;13099;13099;13099;D482;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;100;013100;Fenegr�;Fenegr�;;1;Nord-ovest;Lombardia;Como;1;0;CO;13100;13100;13100;13100;D531;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;101;013101;Figino Serenza;Figino Serenza;;1;Nord-ovest;Lombardia;Como;1;0;CO;13101;13101;13101;13101;D579;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;102;013102;Fino Mornasco;Fino Mornasco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13102;13102;13102;13102;D605;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;106;013106;Garzeno;Garzeno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13106;13106;13106;13106;D930;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;107;013107;Gera Lario;Gera Lario;;1;Nord-ovest;Lombardia;Como;1;0;CO;13107;13107;13107;13107;D974;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;110;013110;Grandate;Grandate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13110;13110;13110;13110;E139;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;111;013111;Grandola ed Uniti;Grandola ed Uniti;;1;Nord-ovest;Lombardia;Como;1;0;CO;13111;13111;13111;13111;E141;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;113;013113;Griante;Griante;;1;Nord-ovest;Lombardia;Como;1;0;CO;13113;13113;13113;13113;E172;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;114;013114;Guanzate;Guanzate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13114;13114;13114;13114;E235;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;118;013118;Inverigo;Inverigo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13118;13118;13118;13118;E309;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;119;013119;Laglio;Laglio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13119;13119;13119;13119;E405;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;120;013120;Laino;Laino;;1;Nord-ovest;Lombardia;Como;1;0;CO;13120;13120;13120;13120;E416;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;121;013121;Lambrugo;Lambrugo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13121;13121;13121;13121;E428;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;123;013123;Lasnigo;Lasnigo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13123;13123;13123;13123;E462;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;126;013126;Lezzeno;Lezzeno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13126;13126;13126;13126;E569;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;128;013128;Limido Comasco;Limido Comasco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13128;13128;13128;13128;E593;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;129;013129;Lipomo;Lipomo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13129;13129;13129;13129;E607;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;130;013130;Livo;Livo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13130;13130;13130;13130;E623;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;131;013131;Locate Varesino;Locate Varesino;;1;Nord-ovest;Lombardia;Como;1;0;CO;13131;13131;13131;13131;E638;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;133;013133;Lomazzo;Lomazzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13133;13133;13133;13133;E659;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;134;013134;Longone al Segrino;Longone al Segrino;;1;Nord-ovest;Lombardia;Como;1;0;CO;13134;13134;13134;13134;E679;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;135;013135;Luisago;Luisago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13135;13135;13135;13135;E735;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;136;013136;Lurago d'Erba;Lurago d'Erba;;1;Nord-ovest;Lombardia;Como;1;0;CO;13136;13136;13136;13136;E749;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;137;013137;Lurago Marinone;Lurago Marinone;;1;Nord-ovest;Lombardia;Como;1;0;CO;13137;13137;13137;13137;E750;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;138;013138;Lurate Caccivio;Lurate Caccivio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13138;13138;13138;13138;E753;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;139;013139;Magreglio;Magreglio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13139;13139;13139;13139;E830;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;143;013143;Mariano Comense;Mariano Comense;;1;Nord-ovest;Lombardia;Como;1;0;CO;13143;13143;13143;13143;E951;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;144;013144;Maslianico;Maslianico;;1;Nord-ovest;Lombardia;Como;1;0;CO;13144;13144;13144;13144;F017;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;145;013145;Menaggio;Menaggio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13145;13145;13145;13145;F120;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;147;013147;Merone;Merone;;1;Nord-ovest;Lombardia;Como;1;0;CO;13147;13147;13147;13147;F151;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;152;013152;Moltrasio;Moltrasio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13152;13152;13152;13152;F305;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;153;013153;Monguzzo;Monguzzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13153;13153;13153;13153;F372;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;154;013154;Montano Lucino;Montano Lucino;;1;Nord-ovest;Lombardia;Como;1;0;CO;13154;13154;13154;13154;F427;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;155;013155;Montemezzo;Montemezzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13155;13155;13155;13155;F564;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;157;013157;Montorfano;Montorfano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13157;13157;13157;13157;F688;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;159;013159;Mozzate;Mozzate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13159;13159;13159;13159;F788;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;160;013160;Musso;Musso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13160;13160;13160;13160;F828;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;161;013161;Nesso;Nesso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13161;13161;13161;13161;F877;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;163;013163;Novedrate;Novedrate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13163;13163;13163;13163;F958;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;165;013165;Olgiate Comasco;Olgiate Comasco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13165;13165;13165;13165;G025;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;169;013169;Oltrona di San Mamette;Oltrona di San Mamette;;1;Nord-ovest;Lombardia;Como;1;0;CO;13169;13169;13169;13169;G056;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;170;013170;Orsenigo;Orsenigo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13170;13170;13170;13170;G126;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;178;013178;Peglio;Peglio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13178;13178;13178;13178;G415;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;183;013183;Pianello del Lario;Pianello del Lario;;1;Nord-ovest;Lombardia;Como;1;0;CO;13183;13183;13183;13183;G556;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;184;013184;Pigra;Pigra;;1;Nord-ovest;Lombardia;Como;1;0;CO;13184;13184;13184;13184;G665;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;185;013185;Plesio;Plesio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13185;13185;13185;13185;G737;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;186;013186;Pognana Lario;Pognana Lario;;1;Nord-ovest;Lombardia;Como;1;0;CO;13186;13186;13186;13186;G773;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;187;013187;Ponna;Ponna;;1;Nord-ovest;Lombardia;Como;1;0;CO;13187;13187;13187;13187;G821;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;188;013188;Ponte Lambro;Ponte Lambro;;1;Nord-ovest;Lombardia;Como;1;0;CO;13188;13188;13188;13188;G847;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;189;013189;Porlezza;Porlezza;;1;Nord-ovest;Lombardia;Como;1;0;CO;13189;13189;13189;13189;G889;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;192;013192;Proserpio;Proserpio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13192;13192;13192;13192;H074;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;193;013193;Pusiano;Pusiano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13193;13193;13193;13193;H094;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;195;013195;Rezzago;Rezzago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13195;13195;13195;13195;H255;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;197;013197;Rodero;Rodero;;1;Nord-ovest;Lombardia;Como;1;0;CO;13197;13197;13197;13197;H478;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;201;013201;Rovellasca;Rovellasca;;1;Nord-ovest;Lombardia;Como;1;0;CO;13201;13201;13201;13201;H601;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;202;013202;Rovello Porro;Rovello Porro;;1;Nord-ovest;Lombardia;Como;1;0;CO;13202;13202;13202;13202;H602;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;203;013203;Sala Comacina;Sala Comacina;;1;Nord-ovest;Lombardia;Como;1;0;CO;13203;13203;13203;13203;H679;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;204;013204;San Bartolomeo Val Cavargna;San Bartolomeo Val Cavargna;;1;Nord-ovest;Lombardia;Como;1;0;CO;13204;13204;13204;13204;H760;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;206;013206;San Fermo della Battaglia;San Fermo della Battaglia;;1;Nord-ovest;Lombardia;Como;1;0;CO;13206;13206;13206;13206;H840;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;207;013207;San Nazzaro Val Cavargna;San Nazzaro Val Cavargna;;1;Nord-ovest;Lombardia;Como;1;0;CO;13207;13207;13207;13207;I051;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;211;013211;Schignano;Schignano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13211;13211;13211;13211;I529;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;212;013212;Senna Comasco;Senna Comasco;;1;Nord-ovest;Lombardia;Como;1;0;CO;13212;13212;13212;13212;I611;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;216;013216;Sorico;Sorico;;1;Nord-ovest;Lombardia;Como;1;0;CO;13216;13216;13216;13216;I856;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;217;013217;Sormano;Sormano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13217;13217;13217;13217;I860;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;218;013218;Stazzona;Stazzona;;1;Nord-ovest;Lombardia;Como;1;0;CO;13218;13218;13218;13218;I943;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;222;013222;Tavernerio;Tavernerio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13222;13222;13222;13222;L071;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;223;013223;Torno;Torno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13223;13223;13223;13223;L228;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;226;013226;Trezzone;Trezzone;;1;Nord-ovest;Lombardia;Como;1;0;CO;13226;13226;13226;13226;L413;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;227;013227;Turate;Turate;;1;Nord-ovest;Lombardia;Como;1;0;CO;13227;13227;13227;13227;L470;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;229;013229;Valbrona;Valbrona;;1;Nord-ovest;Lombardia;Como;1;0;CO;13229;13229;13229;13229;L547;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;232;013232;Valmorea;Valmorea;;1;Nord-ovest;Lombardia;Como;1;0;CO;13232;13232;13232;13232;L640;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;233;013233;Val Rezzo;Val Rezzo;;1;Nord-ovest;Lombardia;Como;1;0;CO;13233;13233;13233;13233;H259;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;234;013234;Valsolda;Valsolda;;1;Nord-ovest;Lombardia;Como;1;0;CO;13234;13234;13234;13234;C936;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;236;013236;Veleso;Veleso;;1;Nord-ovest;Lombardia;Como;1;0;CO;13236;13236;13236;13236;L715;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;238;013238;Veniano;Veniano;;1;Nord-ovest;Lombardia;Como;1;0;CO;13238;13238;13238;13238;L737;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;239;013239;Vercana;Vercana;;1;Nord-ovest;Lombardia;Como;1;0;CO;13239;13239;13239;13239;L748;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;242;013242;Vertemate con Minoprio;Vertemate con Minoprio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13242;13242;13242;13242;L792;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;245;013245;Villa Guardia;Villa Guardia;;1;Nord-ovest;Lombardia;Como;1;0;CO;13245;13245;13245;13245;L956;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;246;013246;Zelbio;Zelbio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13246;13246;13246;13246;M156;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;248;013248;San Siro;San Siro;;1;Nord-ovest;Lombardia;Como;1;0;CO;13248;13248;13248;13248;I162;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;249;013249;Gravedona ed Uniti;Gravedona ed Uniti;;1;Nord-ovest;Lombardia;Como;1;0;CO;13249;13249;13249;13249;M315;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;250;013250;Bellagio;Bellagio;;1;Nord-ovest;Lombardia;Como;1;0;CO;13250;13250;13250;13250;M335;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;251;013251;Colverde;Colverde;;1;Nord-ovest;Lombardia;Como;1;0;CO;13251;13251;13251;13251;M336;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;252;013252;Tremezzina;Tremezzina;;1;Nord-ovest;Lombardia;Como;1;0;CO;13252;13252;13252;13252;M341;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;253;013253;Alta Valle Intelvi;Alta Valle Intelvi;;1;Nord-ovest;Lombardia;Como;1;0;CO;13253;13253;13253;13253;M383;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;254;013254;Centro Valle Intelvi;Centro Valle Intelvi;;1;Nord-ovest;Lombardia;Como;1;0;CO;13254;13254;13254;13254;M394;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;255;013255;Solbiate con Cagno;Solbiate con Cagno;;1;Nord-ovest;Lombardia;Como;1;0;CO;13255;13255;13255;13255;M412;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;013;013;256;013256;Uggiate con Ronago;Uggiate con Ronago;;1;Nord-ovest;Lombardia;Como;1;0;CO;13256;13256;13256;13256;M435;ITC;ITC4;ITC42;ITC;ITC4;ITC42 +03;014;014;001;014001;Albaredo per San Marco;Albaredo per San Marco;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14001;14001;14001;14001;A135;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;002;014002;Albosaggia;Albosaggia;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14002;14002;14002;14002;A172;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;003;014003;Andalo Valtellino;Andalo Valtellino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14003;14003;14003;14003;A273;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;004;014004;Aprica;Aprica;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14004;14004;14004;14004;A337;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;005;014005;Ardenno;Ardenno;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14005;14005;14005;14005;A382;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;006;014006;Bema;Bema;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14006;14006;14006;14006;A777;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;007;014007;Berbenno di Valtellina;Berbenno di Valtellina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14007;14007;14007;14007;A787;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;008;014008;Bianzone;Bianzone;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14008;14008;14008;14008;A848;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;009;014009;Bormio;Bormio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14009;14009;14009;14009;B049;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;010;014010;Buglio in Monte;Buglio in Monte;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14010;14010;14010;14010;B255;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;011;014011;Caiolo;Caiolo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14011;14011;14011;14011;B366;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;012;014012;Campodolcino;Campodolcino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14012;14012;14012;14012;B530;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;013;014013;Caspoggio;Caspoggio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14013;14013;14013;14013;B993;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;014;014014;Castello dell'Acqua;Castello dell'Acqua;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14014;14014;14014;14014;C186;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;015;014015;Castione Andevenno;Castione Andevenno;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14015;14015;14015;14015;C325;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;016;014016;Cedrasco;Cedrasco;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14016;14016;14016;14016;C418;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;017;014017;Cercino;Cercino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14017;14017;14017;14017;C493;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;018;014018;Chiavenna;Chiavenna;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14018;14018;14018;14018;C623;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;019;014019;Chiesa in Valmalenco;Chiesa in Valmalenco;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14019;14019;14019;14019;C628;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;020;014020;Chiuro;Chiuro;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14020;14020;14020;14020;C651;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;021;014021;Cino;Cino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14021;14021;14021;14021;C709;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;022;014022;Civo;Civo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14022;14022;14022;14022;C785;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;023;014023;Colorina;Colorina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14023;14023;14023;14023;C903;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;024;014024;Cosio Valtellino;Cosio Valtellino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14024;14024;14024;14024;D088;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;025;014025;Dazio;Dazio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14025;14025;14025;14025;D258;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;026;014026;Delebio;Delebio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14026;14026;14026;14026;D266;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;027;014027;Dubino;Dubino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14027;14027;14027;14027;D377;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;028;014028;Faedo Valtellino;Faedo Valtellino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14028;14028;14028;14028;D456;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;029;014029;Forcola;Forcola;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14029;14029;14029;14029;D694;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;030;014030;Fusine;Fusine;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14030;14030;14030;14030;D830;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;031;014031;Gerola Alta;Gerola Alta;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14031;14031;14031;14031;D990;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;032;014032;Gordona;Gordona;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14032;14032;14032;14032;E090;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;033;014033;Grosio;Grosio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14033;14033;14033;14033;E200;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;034;014034;Grosotto;Grosotto;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14034;14034;14034;14034;E201;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;035;014035;Madesimo;Madesimo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14035;14035;14035;14035;E342;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;036;014036;Lanzada;Lanzada;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14036;14036;14036;14036;E443;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;037;014037;Livigno;Livigno;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14037;14037;14037;14037;E621;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;038;014038;Lovero;Lovero;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14038;14038;14038;14038;E705;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;039;014039;Mantello;Mantello;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14039;14039;14039;14039;E896;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;040;014040;Mazzo di Valtellina;Mazzo di Valtellina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14040;14040;14040;14040;F070;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;041;014041;Mello;Mello;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14041;14041;14041;14041;F115;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;043;014043;Mese;Mese;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14043;14043;14043;14043;F153;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;044;014044;Montagna in Valtellina;Montagna in Valtellina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14044;14044;14044;14044;F393;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;045;014045;Morbegno;Morbegno;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14045;14045;14045;14045;F712;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;046;014046;Novate Mezzola;Novate Mezzola;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14046;14046;14046;14046;F956;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;047;014047;Pedesina;Pedesina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14047;14047;14047;14047;G410;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;048;014048;Piantedo;Piantedo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14048;14048;14048;14048;G572;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;049;014049;Piateda;Piateda;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14049;14049;14049;14049;G576;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;050;014050;Piuro;Piuro;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14050;14050;14050;14050;G718;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;051;014051;Poggiridenti;Poggiridenti;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14051;14051;14051;14051;G431;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;052;014052;Ponte in Valtellina;Ponte in Valtellina;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14052;14052;14052;14052;G829;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;053;014053;Postalesio;Postalesio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14053;14053;14053;14053;G937;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;054;014054;Prata Camportaccio;Prata Camportaccio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14054;14054;14054;14054;G993;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;055;014055;Rasura;Rasura;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14055;14055;14055;14055;H192;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;056;014056;Rogolo;Rogolo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14056;14056;14056;14056;H493;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;057;014057;Samolaco;Samolaco;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14057;14057;14057;14057;H752;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;058;014058;San Giacomo Filippo;San Giacomo Filippo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14058;14058;14058;14058;H868;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;059;014059;Sernio;Sernio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14059;14059;14059;14059;I636;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;060;014060;Sondalo;Sondalo;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14060;14060;14060;14060;I828;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;061;014061;Sondrio;Sondrio;;1;Nord-ovest;Lombardia;Sondrio;1;1;SO;14061;14061;14061;14061;I829;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;062;014062;Spriana;Spriana;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14062;14062;14062;14062;I928;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;063;014063;Talamona;Talamona;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14063;14063;14063;14063;L035;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;064;014064;Tartano;Tartano;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14064;14064;14064;14064;L056;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;065;014065;Teglio;Teglio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14065;14065;14065;14065;L084;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;066;014066;Tirano;Tirano;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14066;14066;14066;14066;L175;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;067;014067;Torre di Santa Maria;Torre di Santa Maria;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14067;14067;14067;14067;L244;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;068;014068;Tovo di Sant'Agata;Tovo di Sant'Agata;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14068;14068;14068;14068;L316;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;069;014069;Traona;Traona;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14069;14069;14069;14069;L330;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;070;014070;Tresivio;Tresivio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14070;14070;14070;14070;L392;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;071;014071;Valdidentro;Valdidentro;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14071;14071;14071;14071;L557;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;072;014072;Valdisotto;Valdisotto;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14072;14072;14072;14072;L563;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;073;014073;Valfurva;Valfurva;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14073;14073;14073;14073;L576;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;074;014074;Val Masino;Val Masino;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14074;14074;14074;14074;L638;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;075;014075;Verceia;Verceia;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14075;14075;14075;14075;L749;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;076;014076;Vervio;Vervio;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14076;14076;14076;14076;L799;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;077;014077;Villa di Chiavenna;Villa di Chiavenna;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14077;14077;14077;14077;L907;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;014;014;078;014078;Villa di Tirano;Villa di Tirano;;1;Nord-ovest;Lombardia;Sondrio;1;0;SO;14078;14078;14078;14078;L908;ITC;ITC4;ITC44;ITC;ITC4;ITC44 +03;215;015;002;015002;Abbiategrasso;Abbiategrasso;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15002;15002;15002;15002;A010;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;005;015005;Albairate;Albairate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15005;15005;15005;15005;A127;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;007;015007;Arconate;Arconate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15007;15007;15007;15007;A375;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;009;015009;Arese;Arese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15009;15009;15009;15009;A389;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;010;015010;Arluno;Arluno;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15010;15010;15010;15010;A413;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;011;015011;Assago;Assago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15011;15011;15011;15011;A473;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;012;015012;Bareggio;Bareggio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15012;15012;15012;15012;A652;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;014;015014;Basiano;Basiano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15014;15014;15014;15014;A697;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;015;015015;Basiglio;Basiglio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15015;15015;15015;15015;A699;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;016;015016;Bellinzago Lombardo;Bellinzago Lombardo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15016;15016;15016;15016;A751;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;019;015019;Bernate Ticino;Bernate Ticino;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15019;15019;15019;15019;A804;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;022;015022;Besate;Besate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15022;15022;15022;15022;A820;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;024;015024;Binasco;Binasco;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15024;15024;15024;15024;A872;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;026;015026;Boffalora sopra Ticino;Boffalora sopra Ticino;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15026;15026;15026;15026;A920;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;027;015027;Bollate;Bollate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15027;15027;15027;15027;A940;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;032;015032;Bresso;Bresso;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15032;15032;15032;15032;B162;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;035;015035;Bubbiano;Bubbiano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15035;15035;15035;15035;B235;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;036;015036;Buccinasco;Buccinasco;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15036;15036;15036;15036;B240;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;038;015038;Buscate;Buscate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15038;15038;15038;15038;B286;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;040;015040;Bussero;Bussero;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15040;15040;15040;15040;B292;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;041;015041;Busto Garolfo;Busto Garolfo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15041;15041;15041;15041;B301;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;042;015042;Calvignasco;Calvignasco;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15042;15042;15042;15042;B448;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;044;015044;Cambiago;Cambiago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15044;15044;15044;15044;B461;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;046;015046;Canegrate;Canegrate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15046;15046;15046;15046;B593;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;050;015050;Carpiano;Carpiano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15050;15050;15050;15050;B820;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;051;015051;Carugate;Carugate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15051;15051;15051;15051;B850;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;055;015055;Casarile;Casarile;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15055;15055;15055;15055;B938;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;058;015058;Casorezzo;Casorezzo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15058;15058;15058;15058;B989;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;059;015059;Cassano d'Adda;Cassano d'Adda;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15059;15059;15059;15059;C003;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;060;015060;Cassina de' Pecchi;Cassina de' Pecchi;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15060;15060;15060;15060;C014;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;061;015061;Cassinetta di Lugagnano;Cassinetta di Lugagnano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15061;15061;15061;15061;C033;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;062;015062;Castano Primo;Castano Primo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15062;15062;15062;15062;C052;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;070;015070;Cernusco sul Naviglio;Cernusco sul Naviglio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15070;15070;15070;15070;C523;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;071;015071;Cerro al Lambro;Cerro al Lambro;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15071;15071;15071;15071;C536;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;072;015072;Cerro Maggiore;Cerro Maggiore;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15072;15072;15072;15072;C537;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;074;015074;Cesano Boscone;Cesano Boscone;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15074;15074;15074;15074;C565;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;076;015076;Cesate;Cesate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15076;15076;15076;15076;C569;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;077;015077;Cinisello Balsamo;Cinisello Balsamo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15077;15077;15077;15077;C707;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;078;015078;Cisliano;Cisliano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15078;15078;15078;15078;C733;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;081;015081;Cologno Monzese;Cologno Monzese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15081;15081;15081;15081;C895;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;082;015082;Colturano;Colturano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15082;15082;15082;15082;C908;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;085;015085;Corbetta;Corbetta;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15085;15085;15085;15085;C986;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;086;015086;Cormano;Cormano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15086;15086;15086;15086;D013;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;087;015087;Cornaredo;Cornaredo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15087;15087;15087;15087;D018;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;093;015093;Corsico;Corsico;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15093;15093;15093;15093;D045;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;096;015096;Cuggiono;Cuggiono;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15096;15096;15096;15096;D198;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;097;015097;Cusago;Cusago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15097;15097;15097;15097;D229;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;098;015098;Cusano Milanino;Cusano Milanino;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15098;15098;15098;15098;D231;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;099;015099;Dairago;Dairago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15099;15099;15099;15099;D244;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;101;015101;Dresano;Dresano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15101;15101;15101;15101;D367;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;103;015103;Gaggiano;Gaggiano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15103;15103;15103;15103;D845;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;105;015105;Garbagnate Milanese;Garbagnate Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15105;15105;15105;15105;D912;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;106;015106;Gessate;Gessate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15106;15106;15106;15106;D995;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;108;015108;Gorgonzola;Gorgonzola;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15108;15108;15108;15108;E094;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;110;015110;Grezzago;Grezzago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15110;15110;15110;15110;E170;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;112;015112;Gudo Visconti;Gudo Visconti;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15112;15112;15112;15112;E258;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;113;015113;Inveruno;Inveruno;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15113;15113;15113;15113;E313;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;114;015114;Inzago;Inzago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15114;15114;15114;15114;E317;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;115;015115;Lacchiarella;Lacchiarella;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15115;15115;15115;15115;E395;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;116;015116;Lainate;Lainate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15116;15116;15116;15116;E415;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;118;015118;Legnano;Legnano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15118;15118;15118;15118;E514;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;122;015122;Liscate;Liscate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15122;15122;15122;15122;E610;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;125;015125;Locate di Triulzi;Locate di Triulzi;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15125;15125;15125;15125;E639;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;130;015130;Magenta;Magenta;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15130;15130;15130;15130;E801;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;131;015131;Magnago;Magnago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15131;15131;15131;15131;E819;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;134;015134;Marcallo con Casone;Marcallo con Casone;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15134;15134;15134;15134;E921;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;136;015136;Masate;Masate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15136;15136;15136;15136;F003;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;139;015139;Mediglia;Mediglia;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15139;15139;15139;15139;F084;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;140;015140;Melegnano;Melegnano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15140;15140;15140;15140;F100;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;142;015142;Melzo;Melzo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15142;15142;15142;15142;F119;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;144;015144;Mesero;Mesero;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15144;15144;15144;15144;F155;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;146;015146;Milano;Milano;;1;Nord-ovest;Lombardia;Milano;3;1;MI;15146;15146;15146;15146;F205;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;150;015150;Morimondo;Morimondo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15150;15150;15150;15150;D033;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;151;015151;Motta Visconti;Motta Visconti;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15151;15151;15151;15151;F783;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;154;015154;Nerviano;Nerviano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15154;15154;15154;15154;F874;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;155;015155;Nosate;Nosate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15155;15155;15155;15155;F939;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;157;015157;Novate Milanese;Novate Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15157;15157;15157;15157;F955;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;158;015158;Noviglio;Noviglio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15158;15158;15158;15158;F968;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;159;015159;Opera;Opera;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15159;15159;15159;15159;G078;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;164;015164;Ossona;Ossona;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15164;15164;15164;15164;G181;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;165;015165;Ozzero;Ozzero;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15165;15165;15165;15165;G206;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;166;015166;Paderno Dugnano;Paderno Dugnano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15166;15166;15166;15166;G220;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;167;015167;Pantigliate;Pantigliate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15167;15167;15167;15167;G316;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;168;015168;Parabiago;Parabiago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15168;15168;15168;15168;G324;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;169;015169;Paullo;Paullo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15169;15169;15169;15169;G385;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;170;015170;Pero;Pero;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15170;15170;15170;15170;C013;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;171;015171;Peschiera Borromeo;Peschiera Borromeo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15171;15171;15171;15171;G488;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;172;015172;Pessano con Bornago;Pessano con Bornago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15172;15172;15172;15172;G502;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;173;015173;Pieve Emanuele;Pieve Emanuele;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15173;15173;15173;15173;G634;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;175;015175;Pioltello;Pioltello;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15175;15175;15175;15175;G686;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;176;015176;Pogliano Milanese;Pogliano Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15176;15176;15176;15176;G772;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;177;015177;Pozzo d'Adda;Pozzo d'Adda;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15177;15177;15177;15177;G955;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;178;015178;Pozzuolo Martesana;Pozzuolo Martesana;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15178;15178;15178;15178;G965;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;179;015179;Pregnana Milanese;Pregnana Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15179;15179;15179;15179;H026;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;181;015181;Rescaldina;Rescaldina;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15181;15181;15181;15181;H240;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;182;015182;Rho;Rho;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15182;15182;15182;15182;H264;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;183;015183;Robecchetto con Induno;Robecchetto con Induno;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15183;15183;15183;15183;H371;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;184;015184;Robecco sul Naviglio;Robecco sul Naviglio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15184;15184;15184;15184;H373;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;185;015185;Rodano;Rodano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15185;15185;15185;15185;H470;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;188;015188;Rosate;Rosate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15188;15188;15188;15188;H560;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;189;015189;Rozzano;Rozzano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15189;15189;15189;15189;H623;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;191;015191;San Colombano al Lambro;San Colombano al Lambro;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15191;15191;15191;15191;H803;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;192;015192;San Donato Milanese;San Donato Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15192;15192;15192;15192;H827;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;194;015194;San Giorgio su Legnano;San Giorgio su Legnano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15194;15194;15194;15194;H884;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;195;015195;San Giuliano Milanese;San Giuliano Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15195;15195;15195;15195;H930;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;200;015200;Santo Stefano Ticino;Santo Stefano Ticino;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15200;15200;15200;15200;I361;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;201;015201;San Vittore Olona;San Vittore Olona;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15201;15201;15201;15201;I409;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;202;015202;San Zenone al Lambro;San Zenone al Lambro;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15202;15202;15202;15202;I415;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;204;015204;Sedriano;Sedriano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15204;15204;15204;15204;I566;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;205;015205;Segrate;Segrate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15205;15205;15205;15205;I577;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;206;015206;Senago;Senago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15206;15206;15206;15206;I602;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;209;015209;Sesto San Giovanni;Sesto San Giovanni;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15209;15209;15209;15209;I690;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;210;015210;Settala;Settala;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15210;15210;15210;15210;I696;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;211;015211;Settimo Milanese;Settimo Milanese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15211;15211;15211;15211;I700;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;213;015213;Solaro;Solaro;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15213;15213;15213;15213;I786;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;219;015219;Trezzano Rosa;Trezzano Rosa;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15219;15219;15219;15219;L408;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;220;015220;Trezzano sul Naviglio;Trezzano sul Naviglio;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15220;15220;15220;15220;L409;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;221;015221;Trezzo sull'Adda;Trezzo sull'Adda;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15221;15221;15221;15221;L411;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;222;015222;Tribiano;Tribiano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15222;15222;15222;15222;L415;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;224;015224;Truccazzano;Truccazzano;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15224;15224;15224;15224;L454;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;226;015226;Turbigo;Turbigo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15226;15226;15226;15226;L471;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;229;015229;Vanzago;Vanzago;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15229;15229;15229;15229;L665;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;230;015230;Vaprio d'Adda;Vaprio d'Adda;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15230;15230;15230;15230;L667;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;236;015236;Vernate;Vernate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15236;15236;15236;15236;L773;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;237;015237;Vignate;Vignate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15237;15237;15237;15237;L883;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;242;015242;Vimodrone;Vimodrone;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15242;15242;15242;15242;M053;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;243;015243;Vittuone;Vittuone;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15243;15243;15243;15243;M091;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;244;015244;Vizzolo Predabissi;Vizzolo Predabissi;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15244;15244;15244;15244;M102;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;247;015247;Zibido San Giacomo;Zibido San Giacomo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15247;15247;15247;15247;M176;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;248;015248;Villa Cortese;Villa Cortese;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15248;15248;15248;15248;L928;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;249;015249;Vanzaghello;Vanzaghello;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15249;15249;15249;15249;L664;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;250;015250;Baranzate;Baranzate;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15250;15250;15250;15250;A618;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;215;015;251;015251;Vermezzo con Zelo;Vermezzo con Zelo;;1;Nord-ovest;Lombardia;Milano;3;0;MI;15251;15251;15251;15251;M424;ITC;ITC4;ITC4C;ITC;ITC4;ITC4C +03;016;016;001;016001;Adrara San Martino;Adrara San Martino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16001;16001;16001;16001;A057;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;002;016002;Adrara San Rocco;Adrara San Rocco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16002;16002;16002;16002;A058;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;003;016003;Albano Sant'Alessandro;Albano Sant'Alessandro;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16003;16003;16003;16003;A129;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;004;016004;Albino;Albino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16004;16004;16004;16004;A163;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;005;016005;Alm�;Alm�;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16005;16005;16005;16005;A214;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;006;016006;Almenno San Bartolomeo;Almenno San Bartolomeo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16006;16006;16006;16006;A216;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;007;016007;Almenno San Salvatore;Almenno San Salvatore;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16007;16007;16007;16007;A217;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;008;016008;Alzano Lombardo;Alzano Lombardo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16008;16008;16008;16008;A246;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;009;016009;Ambivere;Ambivere;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16009;16009;16009;16009;A259;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;010;016010;Antegnate;Antegnate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16010;16010;16010;16010;A304;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;011;016011;Arcene;Arcene;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16011;16011;16011;16011;A365;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;012;016012;Ardesio;Ardesio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16012;16012;16012;16012;A383;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;013;016013;Arzago d'Adda;Arzago d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16013;16013;16013;16013;A440;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;014;016014;Averara;Averara;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16014;16014;16014;16014;A511;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;015;016015;Aviatico;Aviatico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16015;16015;16015;16015;A517;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;016;016016;Azzano San Paolo;Azzano San Paolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16016;16016;16016;16016;A528;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;017;016017;Azzone;Azzone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16017;16017;16017;16017;A533;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;018;016018;Bagnatica;Bagnatica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16018;16018;16018;16018;A557;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;019;016019;Barbata;Barbata;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16019;16019;16019;16019;A631;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;020;016020;Bariano;Bariano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16020;16020;16020;16020;A664;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;021;016021;Barzana;Barzana;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16021;16021;16021;16021;A684;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;022;016022;Bedulita;Bedulita;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16022;16022;16022;16022;A732;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;023;016023;Berbenno;Berbenno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16023;16023;16023;16023;A786;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;024;016024;Bergamo;Bergamo;;1;Nord-ovest;Lombardia;Bergamo;1;1;BG;16024;16024;16024;16024;A794;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;025;016025;Berzo San Fermo;Berzo San Fermo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16025;16025;16025;16025;A815;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;026;016026;Bianzano;Bianzano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16026;16026;16026;16026;A846;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;027;016027;Blello;Blello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16027;16027;16027;16027;A903;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;028;016028;Bolgare;Bolgare;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16028;16028;16028;16028;A937;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;029;016029;Boltiere;Boltiere;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16029;16029;16029;16029;A950;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;030;016030;Bonate Sopra;Bonate Sopra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16030;16030;16030;16030;A963;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;031;016031;Bonate Sotto;Bonate Sotto;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16031;16031;16031;16031;A962;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;032;016032;Borgo di Terzo;Borgo di Terzo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16032;16032;16032;16032;B010;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;033;016033;Bossico;Bossico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16033;16033;16033;16033;B083;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;034;016034;Bottanuco;Bottanuco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16034;16034;16034;16034;B088;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;035;016035;Bracca;Bracca;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16035;16035;16035;16035;B112;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;036;016036;Branzi;Branzi;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16036;16036;16036;16036;B123;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;037;016037;Brembate;Brembate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16037;16037;16037;16037;B137;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;038;016038;Brembate di Sopra;Brembate di Sopra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16038;16038;16038;16038;B138;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;040;016040;Brignano Gera d'Adda;Brignano Gera d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16040;16040;16040;16040;B178;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;041;016041;Brumano;Brumano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16041;16041;16041;16041;B217;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;042;016042;Brusaporto;Brusaporto;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16042;16042;16042;16042;B223;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;043;016043;Calcinate;Calcinate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16043;16043;16043;16043;B393;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;044;016044;Calcio;Calcio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16044;16044;16044;16044;B395;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;046;016046;Calusco d'Adda;Calusco d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16046;16046;16046;16046;B434;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;047;016047;Calvenzano;Calvenzano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16047;16047;16047;16047;B442;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;048;016048;Camerata Cornello;Camerata Cornello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16048;16048;16048;16048;B471;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;049;016049;Canonica d'Adda;Canonica d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16049;16049;16049;16049;B618;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;050;016050;Capizzone;Capizzone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16050;16050;16050;16050;B661;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;051;016051;Capriate San Gervasio;Capriate San Gervasio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16051;16051;16051;16051;B703;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;052;016052;Caprino Bergamasco;Caprino Bergamasco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16052;16052;16052;16052;B710;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;053;016053;Caravaggio;Caravaggio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16053;16053;16053;16053;B731;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;055;016055;Carobbio degli Angeli;Carobbio degli Angeli;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16055;16055;16055;16055;B801;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;056;016056;Carona;Carona;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16056;16056;16056;16056;B803;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;057;016057;Carvico;Carvico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16057;16057;16057;16057;B854;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;058;016058;Casazza;Casazza;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16058;16058;16058;16058;B947;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;059;016059;Casirate d'Adda;Casirate d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16059;16059;16059;16059;B971;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;060;016060;Casnigo;Casnigo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16060;16060;16060;16060;B978;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;061;016061;Cassiglio;Cassiglio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16061;16061;16061;16061;C007;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;062;016062;Castelli Calepio;Castelli Calepio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16062;16062;16062;16062;C079;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;063;016063;Castel Rozzone;Castel Rozzone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16063;16063;16063;16063;C255;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;064;016064;Castione della Presolana;Castione della Presolana;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16064;16064;16064;16064;C324;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;065;016065;Castro;Castro;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16065;16065;16065;16065;C337;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;066;016066;Cavernago;Cavernago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16066;16066;16066;16066;C396;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;067;016067;Cazzano Sant'Andrea;Cazzano Sant'Andrea;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16067;16067;16067;16067;C410;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;068;016068;Cenate Sopra;Cenate Sopra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16068;16068;16068;16068;C456;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;069;016069;Cenate Sotto;Cenate Sotto;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16069;16069;16069;16069;C457;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;070;016070;Cene;Cene;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16070;16070;16070;16070;C459;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;071;016071;Cerete;Cerete;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16071;16071;16071;16071;C506;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;072;016072;Chignolo d'Isola;Chignolo d'Isola;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16072;16072;16072;16072;C635;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;073;016073;Chiuduno;Chiuduno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16073;16073;16073;16073;C649;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;074;016074;Cisano Bergamasco;Cisano Bergamasco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16074;16074;16074;16074;C728;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;075;016075;Ciserano;Ciserano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16075;16075;16075;16075;C730;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;076;016076;Cividate al Piano;Cividate al Piano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16076;16076;16076;16076;C759;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;077;016077;Clusone;Clusone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16077;16077;16077;16077;C800;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;078;016078;Colere;Colere;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16078;16078;16078;16078;C835;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;079;016079;Cologno al Serio;Cologno al Serio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16079;16079;16079;16079;C894;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;080;016080;Colzate;Colzate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16080;16080;16080;16080;C910;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;081;016081;Comun Nuovo;Comun Nuovo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16081;16081;16081;16081;C937;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;082;016082;Corna Imagna;Corna Imagna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16082;16082;16082;16082;D015;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;083;016083;Cortenuova;Cortenuova;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16083;16083;16083;16083;D066;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;084;016084;Costa di Mezzate;Costa di Mezzate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16084;16084;16084;16084;D110;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;085;016085;Costa Valle Imagna;Costa Valle Imagna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16085;16085;16085;16085;D103;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;086;016086;Costa Volpino;Costa Volpino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16086;16086;16086;16086;D117;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;087;016087;Covo;Covo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16087;16087;16087;16087;D126;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;088;016088;Credaro;Credaro;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16088;16088;16088;16088;D139;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;089;016089;Curno;Curno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16089;16089;16089;16089;D221;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;090;016090;Cusio;Cusio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16090;16090;16090;16090;D233;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;091;016091;Dalmine;Dalmine;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16091;16091;16091;16091;D245;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;092;016092;Dossena;Dossena;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16092;16092;16092;16092;D352;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;093;016093;Endine Gaiano;Endine Gaiano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16093;16093;16093;16093;D406;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;094;016094;Entratico;Entratico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16094;16094;16094;16094;D411;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;096;016096;Fara Gera d'Adda;Fara Gera d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16096;16096;16096;16096;D490;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;097;016097;Fara Olivana con Sola;Fara Olivana con Sola;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16097;16097;16097;16097;D491;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;098;016098;Filago;Filago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16098;16098;16098;16098;D588;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;099;016099;Fino del Monte;Fino del Monte;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16099;16099;16099;16099;D604;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;100;016100;Fiorano al Serio;Fiorano al Serio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16100;16100;16100;16100;D606;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;101;016101;Fontanella;Fontanella;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16101;16101;16101;16101;D672;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;102;016102;Fonteno;Fonteno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16102;16102;16102;16102;D684;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;103;016103;Foppolo;Foppolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16103;16103;16103;16103;D688;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;104;016104;Foresto Sparso;Foresto Sparso;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16104;16104;16104;16104;D697;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;105;016105;Fornovo San Giovanni;Fornovo San Giovanni;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16105;16105;16105;16105;D727;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;106;016106;Fuipiano Valle Imagna;Fuipiano Valle Imagna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16106;16106;16106;16106;D817;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;107;016107;Gandellino;Gandellino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16107;16107;16107;16107;D903;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;108;016108;Gandino;Gandino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16108;16108;16108;16108;D905;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;109;016109;Gandosso;Gandosso;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16109;16109;16109;16109;D906;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;110;016110;Gaverina Terme;Gaverina Terme;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16110;16110;16110;16110;D943;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;111;016111;Gazzaniga;Gazzaniga;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16111;16111;16111;16111;D952;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;113;016113;Ghisalba;Ghisalba;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16113;16113;16113;16113;E006;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;114;016114;Gorlago;Gorlago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16114;16114;16114;16114;E100;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;115;016115;Gorle;Gorle;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16115;16115;16115;16115;E103;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;116;016116;Gorno;Gorno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16116;16116;16116;16116;E106;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;117;016117;Grassobbio;Grassobbio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16117;16117;16117;16117;E148;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;118;016118;Gromo;Gromo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16118;16118;16118;16118;E189;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;119;016119;Grone;Grone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16119;16119;16119;16119;E192;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;120;016120;Grumello del Monte;Grumello del Monte;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16120;16120;16120;16120;E219;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;121;016121;Isola di Fondra;Isola di Fondra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16121;16121;16121;16121;E353;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;122;016122;Isso;Isso;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16122;16122;16122;16122;E370;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;123;016123;Lallio;Lallio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16123;16123;16123;16123;E422;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;124;016124;Leffe;Leffe;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16124;16124;16124;16124;E509;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;125;016125;Lenna;Lenna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16125;16125;16125;16125;E524;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;126;016126;Levate;Levate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16126;16126;16126;16126;E562;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;127;016127;Locatello;Locatello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16127;16127;16127;16127;E640;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;128;016128;Lovere;Lovere;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16128;16128;16128;16128;E704;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;129;016129;Lurano;Lurano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16129;16129;16129;16129;E751;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;130;016130;Luzzana;Luzzana;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16130;16130;16130;16130;E770;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;131;016131;Madone;Madone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16131;16131;16131;16131;E794;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;132;016132;Mapello;Mapello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16132;16132;16132;16132;E901;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;133;016133;Martinengo;Martinengo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16133;16133;16133;16133;E987;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;134;016134;Mezzoldo;Mezzoldo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16134;16134;16134;16134;F186;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;135;016135;Misano di Gera d'Adda;Misano di Gera d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16135;16135;16135;16135;F243;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;136;016136;Moio de' Calvi;Moio de' Calvi;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16136;16136;16136;16136;F276;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;137;016137;Monasterolo del Castello;Monasterolo del Castello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16137;16137;16137;16137;F328;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;139;016139;Montello;Montello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16139;16139;16139;16139;F547;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;140;016140;Morengo;Morengo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16140;16140;16140;16140;F720;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;141;016141;Mornico al Serio;Mornico al Serio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16141;16141;16141;16141;F738;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;142;016142;Mozzanica;Mozzanica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16142;16142;16142;16142;F786;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;143;016143;Mozzo;Mozzo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16143;16143;16143;16143;F791;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;144;016144;Nembro;Nembro;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16144;16144;16144;16144;F864;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;145;016145;Olmo al Brembo;Olmo al Brembo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16145;16145;16145;16145;G049;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;146;016146;Oltre il Colle;Oltre il Colle;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16146;16146;16146;16146;G050;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;147;016147;Oltressenda Alta;Oltressenda Alta;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16147;16147;16147;16147;G054;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;148;016148;Oneta;Oneta;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16148;16148;16148;16148;G068;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;149;016149;Onore;Onore;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16149;16149;16149;16149;G075;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;150;016150;Orio al Serio;Orio al Serio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16150;16150;16150;16150;G108;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;151;016151;Ornica;Ornica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16151;16151;16151;16151;G118;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;152;016152;Osio Sopra;Osio Sopra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16152;16152;16152;16152;G159;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;153;016153;Osio Sotto;Osio Sotto;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16153;16153;16153;16153;G160;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;154;016154;Pagazzano;Pagazzano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16154;16154;16154;16154;G233;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;155;016155;Paladina;Paladina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16155;16155;16155;16155;G249;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;156;016156;Palazzago;Palazzago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16156;16156;16156;16156;G259;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;157;016157;Palosco;Palosco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16157;16157;16157;16157;G295;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;158;016158;Parre;Parre;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16158;16158;16158;16158;G346;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;159;016159;Parzanica;Parzanica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16159;16159;16159;16159;G350;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;160;016160;Pedrengo;Pedrengo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16160;16160;16160;16160;G412;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;161;016161;Peia;Peia;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16161;16161;16161;16161;G418;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;162;016162;Pianico;Pianico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16162;16162;16162;16162;G564;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;163;016163;Piario;Piario;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16163;16163;16163;16163;G574;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;164;016164;Piazza Brembana;Piazza Brembana;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16164;16164;16164;16164;G579;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;165;016165;Piazzatorre;Piazzatorre;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16165;16165;16165;16165;G583;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;166;016166;Piazzolo;Piazzolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16166;16166;16166;16166;G588;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;167;016167;Pognano;Pognano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16167;16167;16167;16167;G774;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;168;016168;Ponte Nossa;Ponte Nossa;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16168;16168;16168;16168;F941;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;169;016169;Ponteranica;Ponteranica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16169;16169;16169;16169;G853;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;170;016170;Ponte San Pietro;Ponte San Pietro;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16170;16170;16170;16170;G856;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;171;016171;Pontida;Pontida;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16171;16171;16171;16171;G864;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;172;016172;Pontirolo Nuovo;Pontirolo Nuovo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16172;16172;16172;16172;G867;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;173;016173;Pradalunga;Pradalunga;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16173;16173;16173;16173;G968;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;174;016174;Predore;Predore;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16174;16174;16174;16174;H020;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;175;016175;Premolo;Premolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16175;16175;16175;16175;H036;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;176;016176;Presezzo;Presezzo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16176;16176;16176;16176;H046;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;177;016177;Pumenengo;Pumenengo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16177;16177;16177;16177;H091;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;178;016178;Ranica;Ranica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16178;16178;16178;16178;H176;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;179;016179;Ranzanico;Ranzanico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16179;16179;16179;16179;H177;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;180;016180;Riva di Solto;Riva di Solto;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16180;16180;16180;16180;H331;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;182;016182;Rogno;Rogno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16182;16182;16182;16182;H492;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;183;016183;Romano di Lombardia;Romano di Lombardia;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16183;16183;16183;16183;H509;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;184;016184;Roncobello;Roncobello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16184;16184;16184;16184;H535;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;185;016185;Roncola;Roncola;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16185;16185;16185;16185;H544;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;186;016186;Rota d'Imagna;Rota d'Imagna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16186;16186;16186;16186;H584;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;187;016187;Rovetta;Rovetta;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16187;16187;16187;16187;H615;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;188;016188;San Giovanni Bianco;San Giovanni Bianco;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16188;16188;16188;16188;H910;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;189;016189;San Paolo d'Argon;San Paolo d'Argon;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16189;16189;16189;16189;B310;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;190;016190;San Pellegrino Terme;San Pellegrino Terme;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16190;16190;16190;16190;I079;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;191;016191;Santa Brigida;Santa Brigida;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16191;16191;16191;16191;I168;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;193;016193;Sarnico;Sarnico;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16193;16193;16193;16193;I437;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;194;016194;Scanzorosciate;Scanzorosciate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16194;16194;16194;16194;I506;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;195;016195;Schilpario;Schilpario;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16195;16195;16195;16195;I530;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;196;016196;Sedrina;Sedrina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16196;16196;16196;16196;I567;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;197;016197;Selvino;Selvino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16197;16197;16197;16197;I597;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;198;016198;Seriate;Seriate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16198;16198;16198;16198;I628;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;199;016199;Serina;Serina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16199;16199;16199;16199;I629;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;200;016200;Solto Collina;Solto Collina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16200;16200;16200;16200;I812;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;201;016201;Songavazzo;Songavazzo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16201;16201;16201;16201;I830;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;202;016202;Sorisole;Sorisole;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16202;16202;16202;16202;I858;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;203;016203;Sotto il Monte Giovanni XXIII;Sotto il Monte Giovanni XXIII;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16203;16203;16203;16203;I869;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;204;016204;Sovere;Sovere;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16204;16204;16204;16204;I873;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;205;016205;Spinone al Lago;Spinone al Lago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16205;16205;16205;16205;I916;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;206;016206;Spirano;Spirano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16206;16206;16206;16206;I919;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;207;016207;Stezzano;Stezzano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16207;16207;16207;16207;I951;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;208;016208;Strozza;Strozza;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16208;16208;16208;16208;I986;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;209;016209;Suisio;Suisio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16209;16209;16209;16209;I997;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;210;016210;Taleggio;Taleggio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16210;16210;16210;16210;L037;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;211;016211;Tavernola Bergamasca;Tavernola Bergamasca;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16211;16211;16211;16211;L073;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;212;016212;Telgate;Telgate;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16212;16212;16212;16212;L087;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;213;016213;Terno d'Isola;Terno d'Isola;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16213;16213;16213;16213;L118;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;214;016214;Torre Boldone;Torre Boldone;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16214;16214;16214;16214;L251;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;215;016215;Torre de' Busi;Torre de' Busi;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16215;97080;97080;97080;L257;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;216;016216;Torre de' Roveri;Torre de' Roveri;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16216;16216;16216;16216;L265;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;217;016217;Torre Pallavicina;Torre Pallavicina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16217;16217;16217;16217;L276;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;218;016218;Trescore Balneario;Trescore Balneario;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16218;16218;16218;16218;L388;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;219;016219;Treviglio;Treviglio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16219;16219;16219;16219;L400;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;220;016220;Treviolo;Treviolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16220;16220;16220;16220;L404;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;221;016221;Ubiale Clanezzo;Ubiale Clanezzo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16221;16221;16221;16221;C789;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;222;016222;Urgnano;Urgnano;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16222;16222;16222;16222;L502;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;223;016223;Valbondione;Valbondione;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16223;16223;16223;16223;L544;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;224;016224;Valbrembo;Valbrembo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16224;16224;16224;16224;L545;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;225;016225;Valgoglio;Valgoglio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16225;16225;16225;16225;L579;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;226;016226;Valleve;Valleve;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16226;16226;16226;16226;L623;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;227;016227;Valnegra;Valnegra;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16227;16227;16227;16227;L642;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;229;016229;Valtorta;Valtorta;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16229;16229;16229;16229;L655;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;230;016230;Vedeseta;Vedeseta;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16230;16230;16230;16230;L707;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;232;016232;Verdellino;Verdellino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16232;16232;16232;16232;L752;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;233;016233;Verdello;Verdello;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16233;16233;16233;16233;L753;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;234;016234;Vertova;Vertova;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16234;16234;16234;16234;L795;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;235;016235;Viadanica;Viadanica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16235;16235;16235;16235;L827;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;236;016236;Vigano San Martino;Vigano San Martino;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16236;16236;16236;16236;L865;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;237;016237;Vigolo;Vigolo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16237;16237;16237;16237;L894;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;238;016238;Villa d'Adda;Villa d'Adda;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16238;16238;16238;16238;L929;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;239;016239;Villa d'Alm�;Villa d'Alm�;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16239;16239;16239;16239;A215;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;240;016240;Villa di Serio;Villa di Serio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16240;16240;16240;16240;L936;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;241;016241;Villa d'Ogna;Villa d'Ogna;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16241;16241;16241;16241;L938;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;242;016242;Villongo;Villongo;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16242;16242;16242;16242;M045;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;243;016243;Vilminore di Scalve;Vilminore di Scalve;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16243;16243;16243;16243;M050;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;244;016244;Zandobbio;Zandobbio;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16244;16244;16244;16244;M144;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;245;016245;Zanica;Zanica;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16245;16245;16245;16245;M147;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;246;016246;Zogno;Zogno;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16246;16246;16246;16246;M184;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;247;016247;Costa Serina;Costa Serina;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16247;16247;16247;16247;D111;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;248;016248;Algua;Algua;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16248;16248;16248;16248;A193;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;249;016249;Cornalba;Cornalba;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16249;16249;16249;16249;D016;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;250;016250;Medolago;Medolago;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16250;16250;16250;16250;F085;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;251;016251;Solza;Solza;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16251;16251;16251;16251;I813;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;252;016252;Sant'Omobono Terme;Sant'Omobono Terme;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16252;16252;16252;16252;M333;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;016;016;253;016253;Val Brembilla;Val Brembilla;;1;Nord-ovest;Lombardia;Bergamo;1;0;BG;16253;16253;16253;16253;M334;ITC;ITC4;ITC46;ITC;ITC4;ITC46 +03;017;017;001;017001;Acquafredda;Acquafredda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17001;17001;17001;17001;A034;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;002;017002;Adro;Adro;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17002;17002;17002;17002;A060;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;003;017003;Agnosine;Agnosine;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17003;17003;17003;17003;A082;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;004;017004;Alfianello;Alfianello;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17004;17004;17004;17004;A188;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;005;017005;Anfo;Anfo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17005;17005;17005;17005;A288;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;006;017006;Angolo Terme;Angolo Terme;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17006;17006;17006;17006;A293;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;007;017007;Artogne;Artogne;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17007;17007;17007;17007;A451;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;008;017008;Azzano Mella;Azzano Mella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17008;17008;17008;17008;A529;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;009;017009;Bagnolo Mella;Bagnolo Mella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17009;17009;17009;17009;A569;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;010;017010;Bagolino;Bagolino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17010;17010;17010;17010;A578;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;011;017011;Barbariga;Barbariga;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17011;17011;17011;17011;A630;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;012;017012;Barghe;Barghe;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17012;17012;17012;17012;A661;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;013;017013;Bassano Bresciano;Bassano Bresciano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17013;17013;17013;17013;A702;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;014;017014;Bedizzole;Bedizzole;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17014;17014;17014;17014;A729;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;015;017015;Berlingo;Berlingo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17015;17015;17015;17015;A799;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;016;017016;Berzo Demo;Berzo Demo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17016;17016;17016;17016;A816;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;017;017017;Berzo Inferiore;Berzo Inferiore;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17017;17017;17017;17017;A817;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;018;017018;Bienno;Bienno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17018;17018;17018;17018;A861;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;019;017019;Bione;Bione;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17019;17019;17019;17019;A878;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;020;017020;Borgo San Giacomo;Borgo San Giacomo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17020;17020;17020;17020;B035;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;021;017021;Borgosatollo;Borgosatollo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17021;17021;17021;17021;B040;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;022;017022;Borno;Borno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17022;17022;17022;17022;B054;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;023;017023;Botticino;Botticino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17023;17023;17023;17023;B091;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;024;017024;Bovegno;Bovegno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17024;17024;17024;17024;B100;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;025;017025;Bovezzo;Bovezzo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17025;17025;17025;17025;B102;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;026;017026;Brandico;Brandico;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17026;17026;17026;17026;B120;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;027;017027;Braone;Braone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17027;17027;17027;17027;B124;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;028;017028;Breno;Breno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17028;17028;17028;17028;B149;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;029;017029;Brescia;Brescia;;1;Nord-ovest;Lombardia;Brescia;1;1;BS;17029;17029;17029;17029;B157;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;030;017030;Brione;Brione;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17030;17030;17030;17030;B184;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;031;017031;Caino;Caino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17031;17031;17031;17031;B365;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;032;017032;Calcinato;Calcinato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17032;17032;17032;17032;B394;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;033;017033;Calvagese della Riviera;Calvagese della Riviera;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17033;17033;17033;17033;B436;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;034;017034;Calvisano;Calvisano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17034;17034;17034;17034;B450;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;035;017035;Capo di Ponte;Capo di Ponte;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17035;17035;17035;17035;B664;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;036;017036;Capovalle;Capovalle;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17036;17036;17036;17036;B676;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;037;017037;Capriano del Colle;Capriano del Colle;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17037;17037;17037;17037;B698;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;038;017038;Capriolo;Capriolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17038;17038;17038;17038;B711;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;039;017039;Carpenedolo;Carpenedolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17039;17039;17039;17039;B817;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;040;017040;Castegnato;Castegnato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17040;17040;17040;17040;C055;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;041;017041;Castelcovati;Castelcovati;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17041;17041;17041;17041;C072;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;042;017042;Castel Mella;Castel Mella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17042;17042;17042;17042;C208;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;043;017043;Castenedolo;Castenedolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17043;17043;17043;17043;C293;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;044;017044;Casto;Casto;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17044;17044;17044;17044;C330;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;045;017045;Castrezzato;Castrezzato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17045;17045;17045;17045;C332;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;046;017046;Cazzago San Martino;Cazzago San Martino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17046;17046;17046;17046;C408;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;047;017047;Cedegolo;Cedegolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17047;17047;17047;17047;C417;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;048;017048;Cellatica;Cellatica;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17048;17048;17048;17048;C439;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;049;017049;Cerveno;Cerveno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17049;17049;17049;17049;C549;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;050;017050;Ceto;Ceto;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17050;17050;17050;17050;C585;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;051;017051;Cevo;Cevo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17051;17051;17051;17051;C591;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;052;017052;Chiari;Chiari;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17052;17052;17052;17052;C618;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;053;017053;Cigole;Cigole;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17053;17053;17053;17053;C685;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;054;017054;Cimbergo;Cimbergo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17054;17054;17054;17054;C691;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;055;017055;Cividate Camuno;Cividate Camuno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17055;17055;17055;17055;C760;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;056;017056;Coccaglio;Coccaglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17056;17056;17056;17056;C806;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;057;017057;Collebeato;Collebeato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17057;17057;17057;17057;C850;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;058;017058;Collio;Collio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17058;17058;17058;17058;C883;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;059;017059;Cologne;Cologne;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17059;17059;17059;17059;C893;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;060;017060;Comezzano-Cizzago;Comezzano-Cizzago;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17060;17060;17060;17060;C925;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;061;017061;Concesio;Concesio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17061;17061;17061;17061;C948;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;062;017062;Corte Franca;Corte Franca;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17062;17062;17062;17062;D058;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;063;017063;Corteno Golgi;Corteno Golgi;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17063;17063;17063;17063;D064;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;064;017064;Corzano;Corzano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17064;17064;17064;17064;D082;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;065;017065;Darfo Boario Terme;Darfo Boario Terme;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17065;17065;17065;17065;D251;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;066;017066;Dello;Dello;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17066;17066;17066;17066;D270;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;067;017067;Desenzano del Garda;Desenzano del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17067;17067;17067;17067;D284;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;068;017068;Edolo;Edolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17068;17068;17068;17068;D391;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;069;017069;Erbusco;Erbusco;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17069;17069;17069;17069;D421;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;070;017070;Esine;Esine;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17070;17070;17070;17070;D434;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;071;017071;Fiesse;Fiesse;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17071;17071;17071;17071;D576;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;072;017072;Flero;Flero;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17072;17072;17072;17072;D634;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;073;017073;Gambara;Gambara;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17073;17073;17073;17073;D891;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;074;017074;Gardone Riviera;Gardone Riviera;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17074;17074;17074;17074;D917;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;075;017075;Gardone Val Trompia;Gardone Val Trompia;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17075;17075;17075;17075;D918;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;076;017076;Gargnano;Gargnano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17076;17076;17076;17076;D924;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;077;017077;Gavardo;Gavardo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17077;17077;17077;17077;D940;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;078;017078;Ghedi;Ghedi;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17078;17078;17078;17078;D999;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;079;017079;Gianico;Gianico;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17079;17079;17079;17079;E010;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;080;017080;Gottolengo;Gottolengo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17080;17080;17080;17080;E116;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;081;017081;Gussago;Gussago;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17081;17081;17081;17081;E271;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;082;017082;Idro;Idro;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17082;17082;17082;17082;E280;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;083;017083;Incudine;Incudine;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17083;17083;17083;17083;E297;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;084;017084;Irma;Irma;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17084;17084;17084;17084;E325;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;085;017085;Iseo;Iseo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17085;17085;17085;17085;E333;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;086;017086;Isorella;Isorella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17086;17086;17086;17086;E364;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;087;017087;Lavenone;Lavenone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17087;17087;17087;17087;E497;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;088;017088;Leno;Leno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17088;17088;17088;17088;E526;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;089;017089;Limone sul Garda;Limone sul Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17089;17089;17089;17089;E596;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;090;017090;Lodrino;Lodrino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17090;17090;17090;17090;E652;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;091;017091;Lograto;Lograto;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17091;17091;17091;17091;E654;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;092;017092;Lonato del Garda;Lonato del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17092;17092;17092;17092;M312;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;093;017093;Longhena;Longhena;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17093;17093;17093;17093;E673;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;094;017094;Losine;Losine;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17094;17094;17094;17094;E698;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;095;017095;Lozio;Lozio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17095;17095;17095;17095;E706;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;096;017096;Lumezzane;Lumezzane;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17096;17096;17096;17096;E738;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;097;017097;Maclodio;Maclodio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17097;17097;17097;17097;E787;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;098;017098;Magasa;Magasa;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17098;17098;17098;17098;E800;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;099;017099;Mairano;Mairano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17099;17099;17099;17099;E841;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;100;017100;Malegno;Malegno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17100;17100;17100;17100;E851;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;101;017101;Malonno;Malonno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17101;17101;17101;17101;E865;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;102;017102;Manerba del Garda;Manerba del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17102;17102;17102;17102;E883;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;103;017103;Manerbio;Manerbio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17103;17103;17103;17103;E884;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;104;017104;Marcheno;Marcheno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17104;17104;17104;17104;E928;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;105;017105;Marmentino;Marmentino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17105;17105;17105;17105;E961;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;106;017106;Marone;Marone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17106;17106;17106;17106;E967;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;107;017107;Mazzano;Mazzano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17107;17107;17107;17107;F063;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;108;017108;Milzano;Milzano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17108;17108;17108;17108;F216;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;109;017109;Moniga del Garda;Moniga del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17109;17109;17109;17109;F373;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;110;017110;Monno;Monno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17110;17110;17110;17110;F375;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;111;017111;Monte Isola;Monte Isola;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17111;17111;17111;17111;F532;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;112;017112;Monticelli Brusati;Monticelli Brusati;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17112;17112;17112;17112;F672;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;113;017113;Montichiari;Montichiari;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17113;17113;17113;17113;F471;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;114;017114;Montirone;Montirone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17114;17114;17114;17114;F680;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;115;017115;Mura;Mura;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17115;17115;17115;17115;F806;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;116;017116;Muscoline;Muscoline;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17116;17116;17116;17116;F820;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;117;017117;Nave;Nave;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17117;17117;17117;17117;F851;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;118;017118;Niardo;Niardo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17118;17118;17118;17118;F884;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;119;017119;Nuvolento;Nuvolento;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17119;17119;17119;17119;F989;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;120;017120;Nuvolera;Nuvolera;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17120;17120;17120;17120;F990;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;121;017121;Odolo;Odolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17121;17121;17121;17121;G001;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;122;017122;Offlaga;Offlaga;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17122;17122;17122;17122;G006;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;123;017123;Ome;Ome;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17123;17123;17123;17123;G061;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;124;017124;Ono San Pietro;Ono San Pietro;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17124;17124;17124;17124;G074;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;125;017125;Orzinuovi;Orzinuovi;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17125;17125;17125;17125;G149;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;126;017126;Orzivecchi;Orzivecchi;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17126;17126;17126;17126;G150;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;127;017127;Ospitaletto;Ospitaletto;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17127;17127;17127;17127;G170;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;128;017128;Ossimo;Ossimo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17128;17128;17128;17128;G179;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;129;017129;Padenghe sul Garda;Padenghe sul Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17129;17129;17129;17129;G213;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;130;017130;Paderno Franciacorta;Paderno Franciacorta;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17130;17130;17130;17130;G217;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;131;017131;Paisco Loveno;Paisco Loveno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17131;17131;17131;17131;G247;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;132;017132;Paitone;Paitone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17132;17132;17132;17132;G248;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;133;017133;Palazzolo sull'Oglio;Palazzolo sull'Oglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17133;17133;17133;17133;G264;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;134;017134;Paratico;Paratico;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17134;17134;17134;17134;G327;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;135;017135;Paspardo;Paspardo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17135;17135;17135;17135;G354;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;136;017136;Passirano;Passirano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17136;17136;17136;17136;G361;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;137;017137;Pavone del Mella;Pavone del Mella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17137;17137;17137;17137;G391;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;138;017138;San Paolo;San Paolo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17138;17138;17138;17138;G407;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;139;017139;Pertica Alta;Pertica Alta;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17139;17139;17139;17139;G474;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;140;017140;Pertica Bassa;Pertica Bassa;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17140;17140;17140;17140;G475;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;141;017141;Pezzaze;Pezzaze;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17141;17141;17141;17141;G529;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;142;017142;Pian Camuno;Pian Camuno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17142;17142;17142;17142;G546;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;143;017143;Pisogne;Pisogne;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17143;17143;17143;17143;G710;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;144;017144;Polaveno;Polaveno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17144;17144;17144;17144;G779;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;145;017145;Polpenazze del Garda;Polpenazze del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17145;17145;17145;17145;G801;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;146;017146;Pompiano;Pompiano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17146;17146;17146;17146;G815;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;147;017147;Poncarale;Poncarale;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17147;17147;17147;17147;G818;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;148;017148;Ponte di Legno;Ponte di Legno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17148;17148;17148;17148;G844;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;149;017149;Pontevico;Pontevico;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17149;17149;17149;17149;G859;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;150;017150;Pontoglio;Pontoglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17150;17150;17150;17150;G869;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;151;017151;Pozzolengo;Pozzolengo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17151;17151;17151;17151;G959;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;152;017152;Pralboino;Pralboino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17152;17152;17152;17152;G977;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;153;017153;Preseglie;Preseglie;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17153;17153;17153;17153;H043;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;155;017155;Prevalle;Prevalle;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17155;17155;17155;17155;H055;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;156;017156;Provaglio d'Iseo;Provaglio d'Iseo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17156;17156;17156;17156;H078;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;157;017157;Provaglio Val Sabbia;Provaglio Val Sabbia;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17157;17157;17157;17157;H077;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;158;017158;Puegnago del Garda;Puegnago del Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17158;17158;17158;17158;H086;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;159;017159;Quinzano d'Oglio;Quinzano d'Oglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17159;17159;17159;17159;H140;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;160;017160;Remedello;Remedello;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17160;17160;17160;17160;H230;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;161;017161;Rezzato;Rezzato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17161;17161;17161;17161;H256;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;162;017162;Roccafranca;Roccafranca;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17162;17162;17162;17162;H410;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;163;017163;Rodengo Saiano;Rodengo Saiano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17163;17163;17163;17163;H477;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;164;017164;Ro� Volciano;Ro� Volciano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17164;17164;17164;17164;H484;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;165;017165;Roncadelle;Roncadelle;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17165;17165;17165;17165;H525;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;166;017166;Rovato;Rovato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17166;17166;17166;17166;H598;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;167;017167;Rudiano;Rudiano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17167;17167;17167;17167;H630;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;168;017168;Sabbio Chiese;Sabbio Chiese;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17168;17168;17168;17168;H650;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;169;017169;Sale Marasino;Sale Marasino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17169;17169;17169;17169;H699;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;170;017170;Sal�;Sal�;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17170;17170;17170;17170;H717;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;171;017171;San Felice del Benaco;San Felice del Benaco;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17171;17171;17171;17171;H838;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;172;017172;San Gervasio Bresciano;San Gervasio Bresciano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17172;17172;17172;17172;H865;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;173;017173;San Zeno Naviglio;San Zeno Naviglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17173;17173;17173;17173;I412;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;174;017174;Sarezzo;Sarezzo;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17174;17174;17174;17174;I433;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;175;017175;Saviore dell'Adamello;Saviore dell'Adamello;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17175;17175;17175;17175;I476;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;176;017176;Sellero;Sellero;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17176;17176;17176;17176;I588;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;177;017177;Seniga;Seniga;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17177;17177;17177;17177;I607;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;178;017178;Serle;Serle;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17178;17178;17178;17178;I631;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;179;017179;Sirmione;Sirmione;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17179;17179;17179;17179;I633;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;180;017180;Soiano del Lago;Soiano del Lago;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17180;17180;17180;17180;I782;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;181;017181;Sonico;Sonico;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17181;17181;17181;17181;I831;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;182;017182;Sulzano;Sulzano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17182;17182;17182;17182;L002;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;183;017183;Tavernole sul Mella;Tavernole sul Mella;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17183;17183;17183;17183;C698;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;184;017184;Tem�;Tem�;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17184;17184;17184;17184;L094;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;185;017185;Tignale;Tignale;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17185;17185;17185;17185;L169;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;186;017186;Torbole Casaglia;Torbole Casaglia;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17186;17186;17186;17186;L210;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;187;017187;Toscolano-Maderno;Toscolano-Maderno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17187;17187;17187;17187;L312;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;188;017188;Travagliato;Travagliato;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17188;17188;17188;17188;L339;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;189;017189;Tremosine sul Garda;Tremosine sul Garda;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17189;17189;17189;17189;L372;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;190;017190;Trenzano;Trenzano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17190;17190;17190;17190;L380;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;191;017191;Treviso Bresciano;Treviso Bresciano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17191;17191;17191;17191;L406;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;192;017192;Urago d'Oglio;Urago d'Oglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17192;17192;17192;17192;L494;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;193;017193;Vallio Terme;Vallio Terme;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17193;17193;17193;17193;L626;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;194;017194;Valvestino;Valvestino;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17194;17194;17194;17194;L468;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;195;017195;Verolanuova;Verolanuova;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17195;17195;17195;17195;L777;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;196;017196;Verolavecchia;Verolavecchia;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17196;17196;17196;17196;L778;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;197;017197;Vestone;Vestone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17197;17197;17197;17197;L812;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;198;017198;Vezza d'Oglio;Vezza d'Oglio;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17198;17198;17198;17198;L816;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;199;017199;Villa Carcina;Villa Carcina;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17199;17199;17199;17199;L919;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;200;017200;Villachiara;Villachiara;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17200;17200;17200;17200;L923;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;201;017201;Villanuova sul Clisi;Villanuova sul Clisi;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17201;17201;17201;17201;L995;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;202;017202;Vione;Vione;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17202;17202;17202;17202;M065;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;203;017203;Visano;Visano;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17203;17203;17203;17203;M070;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;204;017204;Vobarno;Vobarno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17204;17204;17204;17204;M104;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;205;017205;Zone;Zone;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17205;17205;17205;17205;M188;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;017;017;206;017206;Piancogno;Piancogno;;1;Nord-ovest;Lombardia;Brescia;1;0;BS;17206;17206;17206;17206;G549;ITC;ITC4;ITC47;ITC;ITC4;ITC47 +03;018;018;001;018001;Alagna;Alagna;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18001;18001;18001;18001;A118;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;003;018003;Albonese;Albonese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18003;18003;18003;18003;A171;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;004;018004;Albuzzano;Albuzzano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18004;18004;18004;18004;A175;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;005;018005;Arena Po;Arena Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18005;18005;18005;18005;A387;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;006;018006;Badia Pavese;Badia Pavese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18006;18006;18006;18006;A538;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;007;018007;Bagnaria;Bagnaria;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18007;18007;18007;18007;A550;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;008;018008;Barbianello;Barbianello;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18008;18008;18008;18008;A634;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;009;018009;Bascap�;Bascap�;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18009;18009;18009;18009;A690;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;011;018011;Bastida Pancarana;Bastida Pancarana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18011;18011;18011;18011;A712;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;012;018012;Battuda;Battuda;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18012;18012;18012;18012;A718;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;013;018013;Belgioioso;Belgioioso;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18013;18013;18013;18013;A741;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;014;018014;Bereguardo;Bereguardo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18014;18014;18014;18014;A792;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;015;018015;Borgarello;Borgarello;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18015;18015;18015;18015;A989;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;016;018016;Borgo Priolo;Borgo Priolo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18016;18016;18016;18016;B028;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;017;018017;Borgoratto Mormorolo;Borgoratto Mormorolo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18017;18017;18017;18017;B030;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;018;018018;Borgo San Siro;Borgo San Siro;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18018;18018;18018;18018;B038;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;019;018019;Bornasco;Bornasco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18019;18019;18019;18019;B051;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;020;018020;Bosnasco;Bosnasco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18020;18020;18020;18020;B082;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;021;018021;Brallo di Pregola;Brallo di Pregola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18021;18021;18021;18021;B117;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;022;018022;Breme;Breme;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18022;18022;18022;18022;B142;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;023;018023;Bressana Bottarone;Bressana Bottarone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18023;18023;18023;18023;B159;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;024;018024;Broni;Broni;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18024;18024;18024;18024;B201;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;025;018025;Calvignano;Calvignano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18025;18025;18025;18025;B447;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;026;018026;Campospinoso Albaredo;Campospinoso Albaredo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18026;18026;18026;18026;B567;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;027;018027;Candia Lomellina;Candia Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18027;18027;18027;18027;B587;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;029;018029;Canneto Pavese;Canneto Pavese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18029;18029;18029;18029;B613;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;030;018030;Carbonara al Ticino;Carbonara al Ticino;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18030;18030;18030;18030;B741;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;031;018031;Casanova Lonati;Casanova Lonati;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18031;18031;18031;18031;B929;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;032;018032;Casatisma;Casatisma;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18032;18032;18032;18032;B945;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;033;018033;Casei Gerola;Casei Gerola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18033;18033;18033;18033;B954;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;034;018034;Casorate Primo;Casorate Primo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18034;18034;18034;18034;B988;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;035;018035;Cassolnovo;Cassolnovo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18035;18035;18035;18035;C038;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;036;018036;Castana;Castana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18036;18036;18036;18036;C050;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;037;018037;Casteggio;Casteggio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18037;18037;18037;18037;C053;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;038;018038;Castelletto di Branduzzo;Castelletto di Branduzzo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18038;18038;18038;18038;C157;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;039;018039;Castello d'Agogna;Castello d'Agogna;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18039;18039;18039;18039;C184;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;040;018040;Castelnovetto;Castelnovetto;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18040;18040;18040;18040;C213;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;041;018041;Cava Manara;Cava Manara;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18041;18041;18041;18041;C360;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;042;018042;Cecima;Cecima;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18042;18042;18042;18042;C414;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;043;018043;Ceranova;Ceranova;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18043;18043;18043;18043;C484;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;044;018044;Ceretto Lomellina;Ceretto Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18044;18044;18044;18044;C508;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;045;018045;Cergnago;Cergnago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18045;18045;18045;18045;C509;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;046;018046;Certosa di Pavia;Certosa di Pavia;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18046;18046;18046;18046;C541;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;047;018047;Cervesina;Cervesina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18047;18047;18047;18047;C551;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;048;018048;Chignolo Po;Chignolo Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18048;18048;18048;18048;C637;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;049;018049;Cigognola;Cigognola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18049;18049;18049;18049;C684;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;050;018050;Cilavegna;Cilavegna;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18050;18050;18050;18050;C686;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;051;018051;Codevilla;Codevilla;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18051;18051;18051;18051;C813;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;052;018052;Confienza;Confienza;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18052;18052;18052;18052;C958;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;053;018053;Copiano;Copiano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18053;18053;18053;18053;C979;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;054;018054;Corana;Corana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18054;18054;18054;18054;C982;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;057;018057;Corvino San Quirico;Corvino San Quirico;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18057;18057;18057;18057;D081;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;058;018058;Costa de' Nobili;Costa de' Nobili;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18058;18058;18058;18058;D109;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;059;018059;Cozzo;Cozzo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18059;18059;18059;18059;D127;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;060;018060;Cura Carpignano;Cura Carpignano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18060;18060;18060;18060;B824;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;061;018061;Dorno;Dorno;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18061;18061;18061;18061;D348;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;062;018062;Ferrera Erbognone;Ferrera Erbognone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18062;18062;18062;18062;D552;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;063;018063;Filighera;Filighera;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18063;18063;18063;18063;D594;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;064;018064;Fortunago;Fortunago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18064;18064;18064;18064;D732;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;065;018065;Frascarolo;Frascarolo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18065;18065;18065;18065;D771;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;066;018066;Galliavola;Galliavola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18066;18066;18066;18066;D873;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;067;018067;Gambarana;Gambarana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18067;18067;18067;18067;D892;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;068;018068;Gambol�;Gambol�;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18068;18068;18068;18068;D901;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;069;018069;Garlasco;Garlasco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18069;18069;18069;18069;D925;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;071;018071;Gerenzago;Gerenzago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18071;18071;18071;18071;D980;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;072;018072;Giussago;Giussago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18072;18072;18072;18072;E062;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;073;018073;Godiasco Salice Terme;Godiasco Salice Terme;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18073;18073;18073;18073;E072;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;074;018074;Golferenzo;Golferenzo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18074;18074;18074;18074;E081;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;075;018075;Gravellona Lomellina;Gravellona Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18075;18075;18075;18075;E152;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;076;018076;Gropello Cairoli;Gropello Cairoli;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18076;18076;18076;18076;E195;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;077;018077;Inverno e Monteleone;Inverno e Monteleone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18077;18077;18077;18077;E310;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;078;018078;Landriano;Landriano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18078;18078;18078;18078;E437;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;079;018079;Langosco;Langosco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18079;18079;18079;18079;E439;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;080;018080;Lardirago;Lardirago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18080;18080;18080;18080;E454;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;081;018081;Linarolo;Linarolo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18081;18081;18081;18081;E600;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;082;018082;Lirio;Lirio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18082;18082;18082;18082;E608;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;083;018083;Lomello;Lomello;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18083;18083;18083;18083;E662;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;084;018084;Lungavilla;Lungavilla;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18084;18084;18084;18084;B387;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;085;018085;Magherno;Magherno;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18085;18085;18085;18085;E804;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;086;018086;Marcignago;Marcignago;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18086;18086;18086;18086;E934;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;087;018087;Marzano;Marzano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18087;18087;18087;18087;E999;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;088;018088;Mede;Mede;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18088;18088;18088;18088;F080;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;089;018089;Menconico;Menconico;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18089;18089;18089;18089;F122;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;090;018090;Mezzana Bigli;Mezzana Bigli;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18090;18090;18090;18090;F170;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;091;018091;Mezzana Rabattone;Mezzana Rabattone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18091;18091;18091;18091;F171;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;092;018092;Mezzanino;Mezzanino;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18092;18092;18092;18092;F175;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;093;018093;Miradolo Terme;Miradolo Terme;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18093;18093;18093;18093;F238;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;094;018094;Montalto Pavese;Montalto Pavese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18094;18094;18094;18094;F417;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;095;018095;Montebello della Battaglia;Montebello della Battaglia;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18095;18095;18095;18095;F440;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;096;018096;Montecalvo Versiggia;Montecalvo Versiggia;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18096;18096;18096;18096;F449;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;097;018097;Montescano;Montescano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18097;18097;18097;18097;F638;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;098;018098;Montesegale;Montesegale;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18098;18098;18098;18098;F644;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;099;018099;Monticelli Pavese;Monticelli Pavese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18099;18099;18099;18099;F670;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;100;018100;Mont� Beccaria;Mont� Beccaria;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18100;18100;18100;18100;F701;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;101;018101;Mornico Losana;Mornico Losana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18101;18101;18101;18101;F739;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;102;018102;Mortara;Mortara;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18102;18102;18102;18102;F754;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;103;018103;Nicorvo;Nicorvo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18103;18103;18103;18103;F891;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;104;018104;Olevano di Lomellina;Olevano di Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18104;18104;18104;18104;G021;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;105;018105;Oliva Gessi;Oliva Gessi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18105;18105;18105;18105;G032;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;106;018106;Ottobiano;Ottobiano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18106;18106;18106;18106;G194;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;107;018107;Palestro;Palestro;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18107;18107;18107;18107;G275;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;108;018108;Pancarana;Pancarana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18108;18108;18108;18108;G304;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;109;018109;Parona;Parona;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18109;18109;18109;18109;G342;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;110;018110;Pavia;Pavia;;1;Nord-ovest;Lombardia;Pavia;1;1;PV;18110;18110;18110;18110;G388;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;111;018111;Pietra de' Giorgi;Pietra de' Giorgi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18111;18111;18111;18111;G612;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;112;018112;Pieve Albignola;Pieve Albignola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18112;18112;18112;18112;G635;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;113;018113;Pieve del Cairo;Pieve del Cairo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18113;18113;18113;18113;G639;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;114;018114;Pieve Porto Morone;Pieve Porto Morone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18114;18114;18114;18114;G650;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;115;018115;Pinarolo Po;Pinarolo Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18115;18115;18115;18115;G671;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;116;018116;Pizzale;Pizzale;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18116;18116;18116;18116;G720;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;117;018117;Ponte Nizza;Ponte Nizza;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18117;18117;18117;18117;G851;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;118;018118;Portalbera;Portalbera;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18118;18118;18118;18118;G895;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;119;018119;Rea;Rea;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18119;18119;18119;18119;H204;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;120;018120;Redavalle;Redavalle;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18120;18120;18120;18120;H216;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;121;018121;Retorbido;Retorbido;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18121;18121;18121;18121;H246;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;122;018122;Rivanazzano Terme;Rivanazzano Terme;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18122;18122;18122;18122;H336;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;123;018123;Robbio;Robbio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18123;18123;18123;18123;H369;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;124;018124;Robecco Pavese;Robecco Pavese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18124;18124;18124;18124;H375;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;125;018125;Rocca de' Giorgi;Rocca de' Giorgi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18125;18125;18125;18125;H396;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;126;018126;Rocca Susella;Rocca Susella;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18126;18126;18126;18126;H450;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;127;018127;Rognano;Rognano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18127;18127;18127;18127;H491;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;128;018128;Romagnese;Romagnese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18128;18128;18128;18128;H505;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;129;018129;Roncaro;Roncaro;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18129;18129;18129;18129;H527;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;130;018130;Rosasco;Rosasco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18130;18130;18130;18130;H559;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;131;018131;Rovescala;Rovescala;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18131;18131;18131;18131;H614;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;133;018133;San Cipriano Po;San Cipriano Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18133;18133;18133;18133;H799;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;134;018134;San Damiano al Colle;San Damiano al Colle;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18134;18134;18134;18134;H814;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;135;018135;San Genesio ed Uniti;San Genesio ed Uniti;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18135;18135;18135;18135;H859;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;136;018136;San Giorgio di Lomellina;San Giorgio di Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18136;18136;18136;18136;H885;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;137;018137;San Martino Siccomario;San Martino Siccomario;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18137;18137;18137;18137;I014;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;138;018138;Sannazzaro de' Burgondi;Sannazzaro de' Burgondi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18138;18138;18138;18138;I048;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;139;018139;Santa Cristina e Bissone;Santa Cristina e Bissone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18139;18139;18139;18139;I175;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;140;018140;Santa Giuletta;Santa Giuletta;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18140;18140;18140;18140;I203;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;141;018141;Sant'Alessio con Vialone;Sant'Alessio con Vialone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18141;18141;18141;18141;I213;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;142;018142;Santa Margherita di Staffora;Santa Margherita di Staffora;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18142;18142;18142;18142;I230;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;143;018143;Santa Maria della Versa;Santa Maria della Versa;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18143;18143;18143;18143;I237;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;144;018144;Sant'Angelo Lomellina;Sant'Angelo Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18144;18144;18144;18144;I276;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;145;018145;San Zenone al Po;San Zenone al Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18145;18145;18145;18145;I416;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;146;018146;Sartirana Lomellina;Sartirana Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18146;18146;18146;18146;I447;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;147;018147;Scaldasole;Scaldasole;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18147;18147;18147;18147;I487;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;148;018148;Semiana;Semiana;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18148;18148;18148;18148;I599;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;149;018149;Silvano Pietra;Silvano Pietra;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18149;18149;18149;18149;I739;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;150;018150;Siziano;Siziano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18150;18150;18150;18150;E265;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;151;018151;Sommo;Sommo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18151;18151;18151;18151;I825;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;152;018152;Spessa;Spessa;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18152;18152;18152;18152;I894;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;153;018153;Stradella;Stradella;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18153;18153;18153;18153;I968;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;154;018154;Suardi;Suardi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18154;18154;18154;18154;B014;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;155;018155;Torrazza Coste;Torrazza Coste;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18155;18155;18155;18155;L237;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;156;018156;Torre Beretti e Castellaro;Torre Beretti e Castellaro;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18156;18156;18156;18156;L250;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;157;018157;Torre d'Arese;Torre d'Arese;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18157;18157;18157;18157;L256;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;158;018158;Torre de' Negri;Torre de' Negri;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18158;18158;18158;18158;L262;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;159;018159;Torre d'Isola;Torre d'Isola;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18159;18159;18159;18159;L269;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;160;018160;Torrevecchia Pia;Torrevecchia Pia;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18160;18160;18160;18160;L285;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;161;018161;Torricella Verzate;Torricella Verzate;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18161;18161;18161;18161;L292;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;162;018162;Travac� Siccomario;Travac� Siccomario;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18162;18162;18162;18162;I236;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;163;018163;Trivolzio;Trivolzio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18163;18163;18163;18163;L440;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;164;018164;Tromello;Tromello;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18164;18164;18164;18164;L449;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;165;018165;Trovo;Trovo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18165;18165;18165;18165;L453;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;166;018166;Val di Nizza;Val di Nizza;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18166;18166;18166;18166;L562;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;167;018167;Valeggio;Valeggio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18167;18167;18167;18167;L568;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;168;018168;Valle Lomellina;Valle Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18168;18168;18168;18168;L593;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;169;018169;Valle Salimbene;Valle Salimbene;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18169;18169;18169;18169;L617;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;171;018171;Varzi;Varzi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18171;18171;18171;18171;L690;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;172;018172;Velezzo Lomellina;Velezzo Lomellina;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18172;18172;18172;18172;L716;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;173;018173;Vellezzo Bellini;Vellezzo Bellini;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18173;18173;18173;18173;L720;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;174;018174;Verretto;Verretto;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18174;18174;18174;18174;L784;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;175;018175;Verrua Po;Verrua Po;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18175;18175;18175;18175;L788;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;176;018176;Vidigulfo;Vidigulfo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18176;18176;18176;18176;L854;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;177;018177;Vigevano;Vigevano;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18177;18177;18177;18177;L872;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;178;018178;Villa Biscossi;Villa Biscossi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18178;18178;18178;18178;L917;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;179;018179;Villanova d'Ardenghi;Villanova d'Ardenghi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18179;18179;18179;18179;L983;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;180;018180;Villanterio;Villanterio;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18180;18180;18180;18180;L994;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;181;018181;Vistarino;Vistarino;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18181;18181;18181;18181;M079;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;182;018182;Voghera;Voghera;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18182;18182;18182;18182;M109;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;183;018183;Volpara;Volpara;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18183;18183;18183;18183;M119;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;184;018184;Zavattarello;Zavattarello;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18184;18184;18184;18184;M150;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;185;018185;Zeccone;Zeccone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18185;18185;18185;18185;M152;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;186;018186;Zeme;Zeme;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18186;18186;18186;18186;M161;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;187;018187;Zenevredo;Zenevredo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18187;18187;18187;18187;M162;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;188;018188;Zerbo;Zerbo;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18188;18188;18188;18188;M166;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;189;018189;Zerbol�;Zerbol�;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18189;18189;18189;18189;M167;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;190;018190;Zinasco;Zinasco;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18190;18190;18190;18190;M180;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;191;018191;Cornale e Bastida;Cornale e Bastida;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18191;18191;18191;18191;M338;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;192;018192;Corteolona e Genzone;Corteolona e Genzone;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18192;18192;18192;18192;M372;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;018;018;193;018193;Colli Verdi;Colli Verdi;;1;Nord-ovest;Lombardia;Pavia;1;0;PV;18193;18193;18193;18193;M419;ITC;ITC4;ITC48;ITC;ITC4;ITC48 +03;019;019;001;019001;Acquanegra Cremonese;Acquanegra Cremonese;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19001;19001;19001;19001;A039;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;002;019002;Agnadello;Agnadello;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19002;19002;19002;19002;A076;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;003;019003;Annicco;Annicco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19003;19003;19003;19003;A299;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;004;019004;Azzanello;Azzanello;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19004;19004;19004;19004;A526;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;005;019005;Bagnolo Cremasco;Bagnolo Cremasco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19005;19005;19005;19005;A570;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;006;019006;Bonemerse;Bonemerse;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19006;19006;19006;19006;A972;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;007;019007;Bordolano;Bordolano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19007;19007;19007;19007;A986;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;009;019009;Calvatone;Calvatone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19009;19009;19009;19009;B439;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;010;019010;Camisano;Camisano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19010;19010;19010;19010;B484;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;011;019011;Campagnola Cremasca;Campagnola Cremasca;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19011;19011;19011;19011;B498;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;012;019012;Capergnanica;Capergnanica;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19012;19012;19012;19012;B650;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;013;019013;Cappella Cantone;Cappella Cantone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19013;19013;19013;19013;B679;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;014;019014;Cappella de' Picenardi;Cappella de' Picenardi;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19014;19014;19014;19014;B680;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;015;019015;Capralba;Capralba;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19015;19015;19015;19015;B686;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;016;019016;Casalbuttano ed Uniti;Casalbuttano ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19016;19016;19016;19016;B869;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;017;019017;Casale Cremasco-Vidolasco;Casale Cremasco-Vidolasco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19017;19017;19017;19017;B881;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;018;019018;Casaletto Ceredano;Casaletto Ceredano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19018;19018;19018;19018;B889;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;019;019019;Casaletto di Sopra;Casaletto di Sopra;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19019;19019;19019;19019;B890;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;020;019020;Casaletto Vaprio;Casaletto Vaprio;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19020;19020;19020;19020;B891;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;021;019021;Casalmaggiore;Casalmaggiore;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19021;19021;19021;19021;B898;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;022;019022;Casalmorano;Casalmorano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19022;19022;19022;19022;B900;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;023;019023;Casteldidone;Casteldidone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19023;19023;19023;19023;C089;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;024;019024;Castel Gabbiano;Castel Gabbiano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19024;19024;19024;19024;C115;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;025;019025;Castelleone;Castelleone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19025;19025;19025;19025;C153;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;026;019026;Castelverde;Castelverde;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19026;19026;19026;19026;B129;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;027;019027;Castelvisconti;Castelvisconti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19027;19027;19027;19027;C290;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;028;019028;Cella Dati;Cella Dati;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19028;19028;19028;19028;C435;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;029;019029;Chieve;Chieve;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19029;19029;19029;19029;C634;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;030;019030;Cicognolo;Cicognolo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19030;19030;19030;19030;C678;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;031;019031;Cingia de' Botti;Cingia de' Botti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19031;19031;19031;19031;C703;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;032;019032;Corte de' Cortesi con Cignone;Corte de' Cortesi con Cignone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19032;19032;19032;19032;D056;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;033;019033;Corte de' Frati;Corte de' Frati;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19033;19033;19033;19033;D057;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;034;019034;Credera Rubbiano;Credera Rubbiano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19034;19034;19034;19034;D141;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;035;019035;Crema;Crema;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19035;19035;19035;19035;D142;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;036;019036;Cremona;Cremona;;1;Nord-ovest;Lombardia;Cremona;1;1;CR;19036;19036;19036;19036;D150;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;037;019037;Cremosano;Cremosano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19037;19037;19037;19037;D151;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;038;019038;Crotta d'Adda;Crotta d'Adda;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19038;19038;19038;19038;D186;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;039;019039;Cumignano sul Naviglio;Cumignano sul Naviglio;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19039;19039;19039;19039;D203;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;040;019040;Derovere;Derovere;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19040;19040;19040;19040;D278;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;041;019041;Dovera;Dovera;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19041;19041;19041;19041;D358;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;043;019043;Fiesco;Fiesco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19043;19043;19043;19043;D574;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;044;019044;Formigara;Formigara;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19044;19044;19044;19044;D710;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;045;019045;Gabbioneta-Binanuova;Gabbioneta-Binanuova;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19045;19045;19045;19045;D834;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;046;019046;Gadesco-Pieve Delmona;Gadesco-Pieve Delmona;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19046;19046;19046;19046;D841;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;047;019047;Genivolta;Genivolta;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19047;19047;19047;19047;D966;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;048;019048;Gerre de' Caprioli;Gerre de' Caprioli;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19048;19048;19048;19048;D993;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;049;019049;Gombito;Gombito;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19049;19049;19049;19049;E082;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;050;019050;Grontardo;Grontardo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19050;19050;19050;19050;E193;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;051;019051;Grumello Cremonese ed Uniti;Grumello Cremonese ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19051;19051;19051;19051;E217;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;052;019052;Gussola;Gussola;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19052;19052;19052;19052;E272;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;053;019053;Isola Dovarese;Isola Dovarese;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19053;19053;19053;19053;E356;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;054;019054;Izano;Izano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19054;19054;19054;19054;E380;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;055;019055;Madignano;Madignano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19055;19055;19055;19055;E793;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;056;019056;Malagnino;Malagnino;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19056;19056;19056;19056;E843;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;057;019057;Martignana di Po;Martignana di Po;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19057;19057;19057;19057;E983;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;058;019058;Monte Cremasco;Monte Cremasco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19058;19058;19058;19058;F434;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;059;019059;Montodine;Montodine;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19059;19059;19059;19059;F681;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;060;019060;Moscazzano;Moscazzano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19060;19060;19060;19060;F761;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;061;019061;Motta Baluffi;Motta Baluffi;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19061;19061;19061;19061;F771;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;062;019062;Offanengo;Offanengo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19062;19062;19062;19062;G004;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;063;019063;Olmeneta;Olmeneta;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19063;19063;19063;19063;G047;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;064;019064;Ostiano;Ostiano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19064;19064;19064;19064;G185;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;065;019065;Paderno Ponchielli;Paderno Ponchielli;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19065;19065;19065;19065;G222;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;066;019066;Palazzo Pignano;Palazzo Pignano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19066;19066;19066;19066;G260;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;067;019067;Pandino;Pandino;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19067;19067;19067;19067;G306;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;068;019068;Persico Dosimo;Persico Dosimo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19068;19068;19068;19068;G469;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;069;019069;Pescarolo ed Uniti;Pescarolo ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19069;19069;19069;19069;G483;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;070;019070;Pessina Cremonese;Pessina Cremonese;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19070;19070;19070;19070;G504;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;072;019072;Pianengo;Pianengo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19072;19072;19072;19072;G558;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;073;019073;Pieranica;Pieranica;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19073;19073;19073;19073;G603;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;074;019074;Pieve d'Olmi;Pieve d'Olmi;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19074;19074;19074;19074;G647;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;075;019075;Pieve San Giacomo;Pieve San Giacomo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19075;19075;19075;19075;G651;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;076;019076;Pizzighettone;Pizzighettone;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19076;19076;19076;19076;G721;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;077;019077;Pozzaglio ed Uniti;Pozzaglio ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19077;19077;19077;19077;B914;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;078;019078;Quintano;Quintano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19078;19078;19078;19078;H130;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;079;019079;Ricengo;Ricengo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19079;19079;19079;19079;H276;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;080;019080;Ripalta Arpina;Ripalta Arpina;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19080;19080;19080;19080;H314;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;081;019081;Ripalta Cremasca;Ripalta Cremasca;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19081;19081;19081;19081;H315;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;082;019082;Ripalta Guerina;Ripalta Guerina;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19082;19082;19082;19082;H316;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;083;019083;Rivarolo del Re ed Uniti;Rivarolo del Re ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19083;19083;19083;19083;H341;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;084;019084;Rivolta d'Adda;Rivolta d'Adda;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19084;19084;19084;19084;H357;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;085;019085;Robecco d'Oglio;Robecco d'Oglio;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19085;19085;19085;19085;H372;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;086;019086;Romanengo;Romanengo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19086;19086;19086;19086;H508;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;087;019087;Salvirola;Salvirola;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19087;19087;19087;19087;H731;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;088;019088;San Bassano;San Bassano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19088;19088;19088;19088;H767;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;089;019089;San Daniele Po;San Daniele Po;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19089;19089;19089;19089;H815;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;090;019090;San Giovanni in Croce;San Giovanni in Croce;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19090;19090;19090;19090;H918;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;091;019091;San Martino del Lago;San Martino del Lago;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19091;19091;19091;19091;I007;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;092;019092;Scandolara Ravara;Scandolara Ravara;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19092;19092;19092;19092;I497;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;093;019093;Scandolara Ripa d'Oglio;Scandolara Ripa d'Oglio;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19093;19093;19093;19093;I498;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;094;019094;Sergnano;Sergnano;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19094;19094;19094;19094;I627;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;095;019095;Sesto ed Uniti;Sesto ed Uniti;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19095;19095;19095;19095;I683;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;096;019096;Solarolo Rainerio;Solarolo Rainerio;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19096;19096;19096;19096;I790;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;097;019097;Soncino;Soncino;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19097;19097;19097;19097;I827;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;098;019098;Soresina;Soresina;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19098;19098;19098;19098;I849;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;099;019099;Sospiro;Sospiro;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19099;19099;19099;19099;I865;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;100;019100;Spinadesco;Spinadesco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19100;19100;19100;19100;I906;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;101;019101;Spineda;Spineda;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19101;19101;19101;19101;I909;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;102;019102;Spino d'Adda;Spino d'Adda;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19102;19102;19102;19102;I914;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;103;019103;Stagno Lombardo;Stagno Lombardo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19103;19103;19103;19103;I935;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;104;019104;Ticengo;Ticengo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19104;19104;19104;19104;L164;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;105;019105;Torlino Vimercati;Torlino Vimercati;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19105;19105;19105;19105;L221;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;106;019106;Tornata;Tornata;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19106;19106;19106;19106;L225;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;107;019107;Torre de' Picenardi;Torre de' Picenardi;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19107;19107;19107;19107;L258;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;108;019108;Torricella del Pizzo;Torricella del Pizzo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19108;19108;19108;19108;L296;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;109;019109;Trescore Cremasco;Trescore Cremasco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19109;19109;19109;19109;L389;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;110;019110;Trigolo;Trigolo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19110;19110;19110;19110;L426;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;111;019111;Vaiano Cremasco;Vaiano Cremasco;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19111;19111;19111;19111;L535;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;112;019112;Vailate;Vailate;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19112;19112;19112;19112;L539;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;113;019113;Vescovato;Vescovato;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19113;19113;19113;19113;L806;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;114;019114;Volongo;Volongo;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19114;19114;19114;19114;M116;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;115;019115;Voltido;Voltido;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19115;19115;19115;19115;M127;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;019;019;116;019116;Piadena Drizzona;Piadena Drizzona;;1;Nord-ovest;Lombardia;Cremona;1;0;CR;19116;19116;19116;19116;M418;ITC;ITC4;ITC4A;ITC;ITC4;ITC4A +03;020;020;001;020001;Acquanegra sul Chiese;Acquanegra sul Chiese;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20001;20001;20001;20001;A038;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;002;020002;Asola;Asola;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20002;20002;20002;20002;A470;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;003;020003;Bagnolo San Vito;Bagnolo San Vito;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20003;20003;20003;20003;A575;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;007;020007;Bozzolo;Bozzolo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20007;20007;20007;20007;B110;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;008;020008;Canneto sull'Oglio;Canneto sull'Oglio;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20008;20008;20008;20008;B612;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;010;020010;Casalmoro;Casalmoro;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20010;20010;20010;20010;B901;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;011;020011;Casaloldo;Casaloldo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20011;20011;20011;20011;B907;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;012;020012;Casalromano;Casalromano;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20012;20012;20012;20012;B911;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;013;020013;Castelbelforte;Castelbelforte;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20013;20013;20013;20013;C059;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;014;020014;Castel d'Ario;Castel d'Ario;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20014;20014;20014;20014;C076;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;015;020015;Castel Goffredo;Castel Goffredo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20015;20015;20015;20015;C118;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;016;020016;Castellucchio;Castellucchio;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20016;20016;20016;20016;C195;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;017;020017;Castiglione delle Stiviere;Castiglione delle Stiviere;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20017;20017;20017;20017;C312;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;018;020018;Cavriana;Cavriana;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20018;20018;20018;20018;C406;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;019;020019;Ceresara;Ceresara;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20019;20019;20019;20019;C502;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;020;020020;Commessaggio;Commessaggio;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20020;20020;20020;20020;C930;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;021;020021;Curtatone;Curtatone;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20021;20021;20021;20021;D227;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;022;020022;Dosolo;Dosolo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20022;20022;20022;20022;D351;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;024;020024;Gazoldo degli Ippoliti;Gazoldo degli Ippoliti;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20024;20024;20024;20024;D949;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;025;020025;Gazzuolo;Gazzuolo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20025;20025;20025;20025;D959;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;026;020026;Goito;Goito;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20026;20026;20026;20026;E078;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;027;020027;Gonzaga;Gonzaga;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20027;20027;20027;20027;E089;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;028;020028;Guidizzolo;Guidizzolo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20028;20028;20028;20028;E261;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;029;020029;Magnacavallo;Magnacavallo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20029;20029;20029;20029;E818;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;030;020030;Mantova;Mantova;;1;Nord-ovest;Lombardia;Mantova;1;1;MN;20030;20030;20030;20030;E897;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;031;020031;Marcaria;Marcaria;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20031;20031;20031;20031;E922;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;032;020032;Mariana Mantovana;Mariana Mantovana;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20032;20032;20032;20032;E949;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;033;020033;Marmirolo;Marmirolo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20033;20033;20033;20033;E962;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;034;020034;Medole;Medole;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20034;20034;20034;20034;F086;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;035;020035;Moglia;Moglia;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20035;20035;20035;20035;F267;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;036;020036;Monzambano;Monzambano;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20036;20036;20036;20036;F705;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;037;020037;Motteggiana;Motteggiana;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20037;20037;20037;20037;B012;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;038;020038;Ostiglia;Ostiglia;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20038;20038;20038;20038;G186;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;039;020039;Pegognaga;Pegognaga;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20039;20039;20039;20039;G417;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;041;020041;Piubega;Piubega;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20041;20041;20041;20041;G717;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;042;020042;Poggio Rusco;Poggio Rusco;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20042;20042;20042;20042;G753;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;043;020043;Pomponesco;Pomponesco;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20043;20043;20043;20043;G816;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;044;020044;Ponti sul Mincio;Ponti sul Mincio;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20044;20044;20044;20044;G862;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;045;020045;Porto Mantovano;Porto Mantovano;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20045;20045;20045;20045;G917;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;046;020046;Quingentole;Quingentole;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20046;20046;20046;20046;H129;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;047;020047;Quistello;Quistello;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20047;20047;20047;20047;H143;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;048;020048;Redondesco;Redondesco;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20048;20048;20048;20048;H218;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;050;020050;Rivarolo Mantovano;Rivarolo Mantovano;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20050;20050;20050;20050;H342;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;051;020051;Rodigo;Rodigo;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20051;20051;20051;20051;H481;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;052;020052;Roncoferraro;Roncoferraro;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20052;20052;20052;20052;H541;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;053;020053;Roverbella;Roverbella;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20053;20053;20053;20053;H604;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;054;020054;Sabbioneta;Sabbioneta;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20054;20054;20054;20054;H652;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;055;020055;San Benedetto Po;San Benedetto Po;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20055;20055;20055;20055;H771;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;056;020056;San Giacomo delle Segnate;San Giacomo delle Segnate;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20056;20056;20056;20056;H870;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;057;020057;San Giorgio Bigarello;San Giorgio Bigarello;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20057;20057;20057;20057;H883;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;058;020058;San Giovanni del Dosso;San Giovanni del Dosso;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20058;20058;20058;20058;H912;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;059;020059;San Martino dall'Argine;San Martino dall'Argine;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20059;20059;20059;20059;I005;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;060;020060;Schivenoglia;Schivenoglia;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20060;20060;20060;20060;I532;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;061;020061;Sermide e Felonica;Sermide e Felonica;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20061;20061;20061;20061;I632;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;062;020062;Serravalle a Po;Serravalle a Po;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20062;20062;20062;20062;I662;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;063;020063;Solferino;Solferino;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20063;20063;20063;20063;I801;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;064;020064;Sustinente;Sustinente;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20064;20064;20064;20064;L015;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;065;020065;Suzzara;Suzzara;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20065;20065;20065;20065;L020;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;066;020066;Viadana;Viadana;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20066;20066;20066;20066;L826;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;068;020068;Villimpenta;Villimpenta;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20068;20068;20068;20068;M044;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;070;020070;Volta Mantovana;Volta Mantovana;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20070;20070;20070;20070;M125;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;071;020071;Borgo Virgilio;Borgo Virgilio;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20071;20071;20071;20071;M340;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;072;020072;Borgo Mantovano;Borgo Mantovano;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20072;20072;20072;20072;M396;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;020;020;073;020073;Borgocarbonara;Borgocarbonara;;1;Nord-ovest;Lombardia;Mantova;1;0;MN;20073;20073;20073;20073;M406;ITC;ITC4;ITC4B;ITC;ITC4;ITC4B +03;097;097;001;097001;Abbadia Lariana;Abbadia Lariana;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97001;97001;97001;97001;A005;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;002;097002;Airuno;Airuno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97002;97002;97002;97002;A112;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;003;097003;Annone di Brianza;Annone di Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97003;97003;97003;97003;A301;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;004;097004;Ballabio;Ballabio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97004;97004;97004;97004;A594;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;005;097005;Barzago;Barzago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97005;97005;97005;97005;A683;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;006;097006;Barzan�;Barzan�;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97006;97006;97006;97006;A686;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;007;097007;Barzio;Barzio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97007;97007;97007;97007;A687;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;008;097008;Bellano;Bellano;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97008;97008;97008;97008;A745;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;009;097009;Bosisio Parini;Bosisio Parini;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97009;97009;97009;97009;B081;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;010;097010;Brivio;Brivio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97010;97010;97010;97010;B194;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;011;097011;Bulciago;Bulciago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97011;97011;97011;97011;B261;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;012;097012;Calco;Calco;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97012;97012;97012;97012;B396;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;013;097013;Calolziocorte;Calolziocorte;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97013;97013;97013;97013;B423;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;014;097014;Carenno;Carenno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97014;97014;97014;97014;B763;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;015;097015;Casargo;Casargo;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97015;97015;97015;97015;B937;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;016;097016;Casatenovo;Casatenovo;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97016;97016;97016;97016;B943;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;017;097017;Cassago Brianza;Cassago Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97017;97017;97017;97017;B996;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;018;097018;Cassina Valsassina;Cassina Valsassina;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97018;97018;97018;97018;C024;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;019;097019;Castello di Brianza;Castello di Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97019;97019;97019;97019;C187;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;020;097020;Cernusco Lombardone;Cernusco Lombardone;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97020;97020;97020;97020;C521;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;021;097021;Cesana Brianza;Cesana Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97021;97021;97021;97021;C563;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;022;097022;Civate;Civate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97022;97022;97022;97022;C752;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;023;097023;Colico;Colico;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97023;97023;97023;97023;C839;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;024;097024;Colle Brianza;Colle Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97024;97024;97024;97024;C851;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;025;097025;Cortenova;Cortenova;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97025;97025;97025;97025;D065;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;026;097026;Costa Masnaga;Costa Masnaga;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97026;97026;97026;97026;D112;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;027;097027;Crandola Valsassina;Crandola Valsassina;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97027;97027;97027;97027;D131;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;028;097028;Cremella;Cremella;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97028;97028;97028;97028;D143;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;029;097029;Cremeno;Cremeno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97029;97029;97029;97029;D145;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;030;097030;Dervio;Dervio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97030;97030;97030;97030;D280;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;031;097031;Dolzago;Dolzago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97031;97031;97031;97031;D327;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;032;097032;Dorio;Dorio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97032;97032;97032;97032;D346;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;033;097033;Ello;Ello;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97033;97033;97033;97033;D398;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;034;097034;Erve;Erve;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97034;97034;97034;97034;D428;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;035;097035;Esino Lario;Esino Lario;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97035;97035;97035;97035;D436;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;036;097036;Galbiate;Galbiate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97036;97036;97036;97036;D865;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;037;097037;Garbagnate Monastero;Garbagnate Monastero;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97037;97037;97037;97037;D913;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;038;097038;Garlate;Garlate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97038;97038;97038;97038;D926;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;039;097039;Imbersago;Imbersago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97039;97039;97039;97039;E287;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;040;097040;Introbio;Introbio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97040;97040;97040;97040;E305;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;042;097042;Lecco;Lecco;;1;Nord-ovest;Lombardia;Lecco;1;1;LC;97042;97042;97042;97042;E507;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;043;097043;Lierna;Lierna;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97043;97043;97043;97043;E581;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;044;097044;Lomagna;Lomagna;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97044;97044;97044;97044;E656;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;045;097045;Malgrate;Malgrate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97045;97045;97045;97045;E858;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;046;097046;Mandello del Lario;Mandello del Lario;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97046;97046;97046;97046;E879;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;047;097047;Margno;Margno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97047;97047;97047;97047;E947;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;048;097048;Merate;Merate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97048;97048;97048;97048;F133;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;049;097049;Missaglia;Missaglia;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97049;97049;97049;97049;F248;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;050;097050;Moggio;Moggio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97050;97050;97050;97050;F265;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;051;097051;Molteno;Molteno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97051;97051;97051;97051;F304;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;052;097052;Monte Marenzo;Monte Marenzo;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97052;97052;97052;97052;F561;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;053;097053;Montevecchia;Montevecchia;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97053;97053;97053;97053;F657;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;054;097054;Monticello Brianza;Monticello Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97054;97054;97054;97054;F674;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;055;097055;Morterone;Morterone;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97055;97055;97055;97055;F758;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;056;097056;Nibionno;Nibionno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97056;97056;97056;97056;F887;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;057;097057;Oggiono;Oggiono;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97057;97057;97057;97057;G009;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;058;097058;Olgiate Molgora;Olgiate Molgora;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97058;97058;97058;97058;G026;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;059;097059;Olginate;Olginate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97059;97059;97059;97059;G030;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;060;097060;Oliveto Lario;Oliveto Lario;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97060;97060;97060;97060;G040;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;061;097061;Osnago;Osnago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97061;97061;97061;97061;G161;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;062;097062;Paderno d'Adda;Paderno d'Adda;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97062;97062;97062;97062;G218;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;063;097063;Pagnona;Pagnona;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97063;97063;97063;97063;G241;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;064;097064;Parlasco;Parlasco;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97064;97064;97064;97064;G336;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;065;097065;Pasturo;Pasturo;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97065;97065;97065;97065;G368;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;067;097067;Perledo;Perledo;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97067;97067;97067;97067;G456;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;068;097068;Pescate;Pescate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97068;97068;97068;97068;G485;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;069;097069;Premana;Premana;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97069;97069;97069;97069;H028;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;070;097070;Primaluna;Primaluna;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97070;97070;97070;97070;H063;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;071;097071;Robbiate;Robbiate;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97071;97071;97071;97071;G223;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;072;097072;Rogeno;Rogeno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97072;97072;97072;97072;H486;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;074;097074;Santa Maria Ho�;Santa Maria Ho�;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97074;97074;97074;97074;I243;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;075;097075;Sirone;Sirone;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97075;97075;97075;97075;I759;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;076;097076;Sirtori;Sirtori;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97076;97076;97076;97076;I761;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;077;097077;Sueglio;Sueglio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97077;97077;97077;97077;I994;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;078;097078;Suello;Suello;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97078;97078;97078;97078;I996;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;079;097079;Taceno;Taceno;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97079;97079;97079;97079;L022;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;082;097082;Valgreghentino;Valgreghentino;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97082;97082;97082;97082;L581;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;083;097083;Valmadrera;Valmadrera;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97083;97083;97083;97083;L634;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;084;097084;Varenna;Varenna;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97084;97084;97084;97084;L680;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;086;097086;Vercurago;Vercurago;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97086;97086;97086;97086;L751;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;090;097090;Vigan�;Vigan�;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97090;97090;97090;97090;L866;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;091;097091;Verderio;Verderio;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97091;97091;97091;97091;M337;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;092;097092;La Valletta Brianza;La Valletta Brianza;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97092;97092;97092;97092;M348;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;097;097;093;097093;Valvarrone;Valvarrone;;1;Nord-ovest;Lombardia;Lecco;1;0;LC;97093;97093;97093;97093;M395;ITC;ITC4;ITC43;ITC;ITC4;ITC43 +03;098;098;001;098001;Abbadia Cerreto;Abbadia Cerreto;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98001;98001;98001;98001;A004;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;002;098002;Bertonico;Bertonico;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98002;98002;98002;98002;A811;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;003;098003;Boffalora d'Adda;Boffalora d'Adda;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98003;98003;98003;98003;A919;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;004;098004;Borghetto Lodigiano;Borghetto Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98004;98004;98004;98004;A995;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;005;098005;Borgo San Giovanni;Borgo San Giovanni;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98005;98005;98005;98005;B017;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;006;098006;Brembio;Brembio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98006;98006;98006;98006;B141;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;008;098008;Casaletto Lodigiano;Casaletto Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98008;98008;98008;98008;B887;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;009;098009;Casalmaiocco;Casalmaiocco;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98009;98009;98009;98009;B899;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;010;098010;Casalpusterlengo;Casalpusterlengo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98010;98010;98010;98010;B910;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;011;098011;Caselle Landi;Caselle Landi;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98011;98011;98011;98011;B961;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;012;098012;Caselle Lurani;Caselle Lurani;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98012;98012;98012;98012;B958;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;013;098013;Castelnuovo Bocca d'Adda;Castelnuovo Bocca d'Adda;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98013;98013;98013;98013;C228;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;014;098014;Castiglione d'Adda;Castiglione d'Adda;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98014;98014;98014;98014;C304;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;015;098015;Castiraga Vidardo;Castiraga Vidardo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98015;98015;98015;98015;C329;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;017;098017;Cavenago d'Adda;Cavenago d'Adda;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98017;98017;98017;98017;C394;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;018;098018;Cervignano d'Adda;Cervignano d'Adda;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98018;98018;98018;98018;C555;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;019;098019;Codogno;Codogno;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98019;98019;98019;98019;C816;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;020;098020;Comazzo;Comazzo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98020;98020;98020;98020;C917;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;021;098021;Cornegliano Laudense;Cornegliano Laudense;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98021;98021;98021;98021;D021;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;022;098022;Corno Giovine;Corno Giovine;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98022;98022;98022;98022;D028;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;023;098023;Cornovecchio;Cornovecchio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98023;98023;98023;98023;D029;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;024;098024;Corte Palasio;Corte Palasio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98024;98024;98024;98024;D068;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;025;098025;Crespiatica;Crespiatica;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98025;98025;98025;98025;D159;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;026;098026;Fombio;Fombio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98026;98026;98026;98026;D660;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;027;098027;Galgagnano;Galgagnano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98027;98027;98027;98027;D868;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;028;098028;Graffignana;Graffignana;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98028;98028;98028;98028;E127;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;029;098029;Guardamiglio;Guardamiglio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98029;98029;98029;98029;E238;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;030;098030;Livraga;Livraga;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98030;98030;98030;98030;E627;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;031;098031;Lodi;Lodi;;1;Nord-ovest;Lombardia;Lodi;1;1;LO;98031;98031;98031;98031;E648;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;032;098032;Lodi Vecchio;Lodi Vecchio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98032;98032;98032;98032;E651;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;033;098033;Maccastorna;Maccastorna;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98033;98033;98033;98033;E777;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;034;098034;Mairago;Mairago;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98034;98034;98034;98034;E840;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;035;098035;Maleo;Maleo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98035;98035;98035;98035;E852;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;036;098036;Marudo;Marudo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98036;98036;98036;98036;E994;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;037;098037;Massalengo;Massalengo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98037;98037;98037;98037;F028;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;038;098038;Meleti;Meleti;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98038;98038;98038;98038;F102;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;039;098039;Merlino;Merlino;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98039;98039;98039;98039;F149;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;040;098040;Montanaso Lombardo;Montanaso Lombardo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98040;98040;98040;98040;F423;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;041;098041;Mulazzano;Mulazzano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98041;98041;98041;98041;F801;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;042;098042;Orio Litta;Orio Litta;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98042;98042;98042;98042;G107;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;043;098043;Ospedaletto Lodigiano;Ospedaletto Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98043;98043;98043;98043;G166;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;044;098044;Ossago Lodigiano;Ossago Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98044;98044;98044;98044;G171;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;045;098045;Pieve Fissiraga;Pieve Fissiraga;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98045;98045;98045;98045;G096;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;046;098046;Salerano sul Lambro;Salerano sul Lambro;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98046;98046;98046;98046;H701;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;047;098047;San Fiorano;San Fiorano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98047;98047;98047;98047;H844;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;048;098048;San Martino in Strada;San Martino in Strada;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98048;98048;98048;98048;I012;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;049;098049;San Rocco al Porto;San Rocco al Porto;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98049;98049;98049;98049;I140;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;050;098050;Sant'Angelo Lodigiano;Sant'Angelo Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98050;98050;98050;98050;I274;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;051;098051;Santo Stefano Lodigiano;Santo Stefano Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98051;98051;98051;98051;I362;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;052;098052;Secugnago;Secugnago;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98052;98052;98052;98052;I561;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;053;098053;Senna Lodigiana;Senna Lodigiana;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98053;98053;98053;98053;I612;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;054;098054;Somaglia;Somaglia;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98054;98054;98054;98054;I815;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;055;098055;Sordio;Sordio;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98055;98055;98055;98055;I848;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;056;098056;Tavazzano con Villavesco;Tavazzano con Villavesco;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98056;98056;98056;98056;F260;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;057;098057;Terranova dei Passerini;Terranova dei Passerini;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98057;98057;98057;98057;L125;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;058;098058;Turano Lodigiano;Turano Lodigiano;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98058;98058;98058;98058;L469;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;059;098059;Valera Fratta;Valera Fratta;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98059;98059;98059;98059;L572;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;060;098060;Villanova del Sillaro;Villanova del Sillaro;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98060;98060;98060;98060;L977;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;061;098061;Zelo Buon Persico;Zelo Buon Persico;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98061;98061;98061;98061;M158;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;098;098;062;098062;Castelgerundo;Castelgerundo;;1;Nord-ovest;Lombardia;Lodi;1;0;LO;98062;98062;98062;98062;M393;ITC;ITC4;ITC49;ITC;ITC4;ITC49 +03;108;108;001;108001;Agrate Brianza;Agrate Brianza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108001;108001;15003;15003;A087;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;002;108002;Aicurzio;Aicurzio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108002;108002;15004;15004;A096;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;003;108003;Albiate;Albiate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108003;108003;15006;15006;A159;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;004;108004;Arcore;Arcore;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108004;108004;15008;15008;A376;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;005;108005;Barlassina;Barlassina;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108005;108005;15013;15013;A668;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;006;108006;Bellusco;Bellusco;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108006;108006;15017;15017;A759;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;007;108007;Bernareggio;Bernareggio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108007;108007;15018;15018;A802;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;008;108008;Besana in Brianza;Besana in Brianza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108008;108008;15021;15021;A818;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;009;108009;Biassono;Biassono;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108009;108009;15023;15023;A849;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;010;108010;Bovisio-Masciago;Bovisio-Masciago;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108010;108010;15030;15030;B105;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;011;108011;Briosco;Briosco;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108011;108011;15033;15033;B187;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;012;108012;Brugherio;Brugherio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108012;108012;15034;15034;B212;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;013;108013;Burago di Molgora;Burago di Molgora;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108013;108013;15037;15037;B272;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;014;108014;Camparada;Camparada;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108014;108014;15045;15045;B501;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;015;108015;Carate Brianza;Carate Brianza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108015;108015;15048;15048;B729;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;016;108016;Carnate;Carnate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108016;108016;15049;15049;B798;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;017;108017;Cavenago di Brianza;Cavenago di Brianza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108017;108017;15068;15068;C395;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;018;108018;Ceriano Laghetto;Ceriano Laghetto;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108018;108018;15069;15069;C512;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;019;108019;Cesano Maderno;Cesano Maderno;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108019;108019;15075;15075;C566;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;020;108020;Cogliate;Cogliate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108020;108020;15080;15080;C820;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;021;108021;Concorezzo;Concorezzo;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108021;108021;15084;15084;C952;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;022;108022;Correzzana;Correzzana;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108022;108022;15092;15092;D038;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;023;108023;Desio;Desio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108023;108023;15100;15100;D286;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;024;108024;Giussano;Giussano;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108024;108024;15107;15107;E063;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;025;108025;Lazzate;Lazzate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108025;108025;15117;15117;E504;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;026;108026;Lesmo;Lesmo;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108026;108026;15120;15120;E550;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;027;108027;Limbiate;Limbiate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108027;108027;15121;15121;E591;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;028;108028;Lissone;Lissone;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108028;108028;15123;15123;E617;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;029;108029;Macherio;Macherio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108029;108029;15129;15129;E786;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;030;108030;Meda;Meda;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108030;108030;15138;15138;F078;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;031;108031;Mezzago;Mezzago;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108031;108031;15145;15145;F165;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;032;108032;Misinto;Misinto;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108032;108032;15147;15147;F247;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;033;108033;Monza;Monza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;1;MB;108033;108033;15149;15149;F704;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;034;108034;Muggi�;Muggi�;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108034;108034;15152;15152;F797;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;035;108035;Nova Milanese;Nova Milanese;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108035;108035;15156;15156;F944;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;036;108036;Ornago;Ornago;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108036;108036;15161;15161;G116;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;037;108037;Renate;Renate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108037;108037;15180;15180;H233;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;038;108038;Ronco Briantino;Ronco Briantino;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108038;108038;15187;15187;H537;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;039;108039;Seregno;Seregno;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108039;108039;15208;15208;I625;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;040;108040;Seveso;Seveso;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108040;108040;15212;15212;I709;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;041;108041;Sovico;Sovico;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108041;108041;15216;15216;I878;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;042;108042;Sulbiate;Sulbiate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108042;108042;15217;15217;I998;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;043;108043;Triuggio;Triuggio;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108043;108043;15223;15223;L434;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;044;108044;Usmate Velate;Usmate Velate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108044;108044;15227;15227;L511;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;045;108045;Varedo;Varedo;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108045;108045;15231;15231;L677;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;046;108046;Vedano al Lambro;Vedano al Lambro;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108046;108046;15232;15232;L704;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;047;108047;Veduggio con Colzano;Veduggio con Colzano;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108047;108047;15233;15233;L709;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;048;108048;Verano Brianza;Verano Brianza;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108048;108048;15234;15234;L744;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;049;108049;Villasanta;Villasanta;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108049;108049;15239;15239;M017;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;050;108050;Vimercate;Vimercate;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108050;108050;15241;15241;M052;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;051;108051;Busnago;Busnago;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108051;108051;15039;15039;B289;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;052;108052;Caponago;Caponago;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108052;108052;15047;15047;B671;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;053;108053;Cornate d'Adda;Cornate d'Adda;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108053;108053;15088;15088;D019;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;054;108054;Lentate sul Seveso;Lentate sul Seveso;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108054;108054;15119;15119;E530;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +03;108;108;055;108055;Roncello;Roncello;;1;Nord-ovest;Lombardia;Monza e della Brianza;1;0;MB;108055;108055;15186;15186;H529;ITC;ITC4;ITC4D;ITC;ITC4;ITC4D +04;021;021;001;021001;Aldino/Aldein;Aldino;Aldein;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21001;21001;21001;21001;A179;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;002;021002;Andriano/Andrian;Andriano;Andrian;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21002;21002;21002;21002;A286;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;003;021003;Anterivo/Altrei;Anterivo;Altrei;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21003;21003;21003;21003;A306;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;004;021004;Appiano sulla strada del vino/Eppan an der Weinstra�e;Appiano sulla strada del vino;Eppan an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21004;21004;21004;21004;A332;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;005;021005;Avelengo/Hafling;Avelengo;Hafling;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21005;21005;21005;21005;A507;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;006;021006;Badia/Abtei;Badia;Abtei;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21006;21006;21006;21006;A537;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;007;021007;Barbiano/Barbian;Barbiano;Barbian;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21007;21007;21007;21007;A635;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;008;021008;Bolzano/Bozen;Bolzano;Bozen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;1;BZ;21008;21008;21008;21008;A952;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;009;021009;Braies/Prags;Braies;Prags;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21009;21009;21009;21009;B116;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;010;021010;Brennero/Brenner;Brennero;Brenner;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21010;21010;21010;21010;B145;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;011;021011;Bressanone/Brixen;Bressanone;Brixen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21011;21011;21011;21011;B160;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;012;021012;Bronzolo/Branzoll;Bronzolo;Branzoll;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21012;21012;21012;21012;B203;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;013;021013;Brunico/Bruneck;Brunico;Bruneck;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21013;21013;21013;21013;B220;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;014;021014;Caines/Kuens;Caines;Kuens;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21014;21014;21014;21014;B364;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;015;021015;Caldaro sulla strada del vino/Kaltern an der Weinstra�e;Caldaro sulla strada del vino;Kaltern an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21015;21015;21015;21015;B397;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;016;021016;Campo di Trens/Freienfeld;Campo di Trens;Freienfeld;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21016;21016;21016;21016;B529;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;017;021017;Campo Tures/Sand in Taufers;Campo Tures;Sand in Taufers;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21017;21017;21017;21017;B570;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;018;021018;Castelbello-Ciardes/Kastelbell-Tschars;Castelbello-Ciardes;Kastelbell-Tschars;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21018;21018;21018;21018;C062;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;019;021019;Castelrotto/Kastelruth;Castelrotto;Kastelruth;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21019;21019;21019;21019;C254;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;020;021020;Cermes/Tscherms;Cermes;Tscherms;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21020;21020;21020;21020;A022;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;021;021021;Chienes/Kiens;Chienes;Kiens;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21021;21021;21021;21021;C625;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;022;021022;Chiusa/Klausen;Chiusa;Klausen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21022;21022;21022;21022;C652;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;023;021023;Cornedo all'Isarco/Karneid;Cornedo all'Isarco;Karneid;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21023;21023;21023;21023;B799;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;024;021024;Cortaccia sulla strada del vino/Kurtatsch an der Weinstra�e;Cortaccia sulla strada del vino;Kurtatsch an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21024;21024;21024;21024;D048;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;025;021025;Cortina sulla strada del vino/Kurtinig an der Weinstra�e;Cortina sulla strada del vino;Kurtinig an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21025;21025;21025;21025;D075;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;026;021026;Corvara in Badia/Corvara;Corvara in Badia;Corvara;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21026;21026;21026;21026;D079;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;027;021027;Curon Venosta/Graun im Vinschgau;Curon Venosta;Graun im Vinschgau;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21027;21027;21027;21027;D222;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;028;021028;Dobbiaco/Toblach;Dobbiaco;Toblach;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21028;21028;21028;21028;D311;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;029;021029;Egna/Neumarkt;Egna;Neumarkt;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21029;21029;21029;21029;D392;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;030;021030;Falzes/Pfalzen;Falzes;Pfalzen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21030;21030;21030;21030;D484;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;031;021031;Fi� allo Sciliar/V�ls am Schlern;Fi� allo Sciliar;V�ls am Schlern;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21031;21031;21031;21031;D571;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;032;021032;Fortezza/Franzensfeste;Fortezza;Franzensfeste;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21032;21032;21032;21032;D731;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;033;021033;Funes/Villn��;Funes;Villn��;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21033;21033;21033;21033;D821;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;034;021034;Gais/Gais;Gais;Gais;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21034;21034;21034;21034;D860;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;035;021035;Gargazzone/Gargazon;Gargazzone;Gargazon;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21035;21035;21035;21035;D923;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;036;021036;Glorenza/Glurns;Glorenza;Glurns;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21036;21036;21036;21036;E069;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;037;021037;Laces/Latsch;Laces;Latsch;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21037;21037;21037;21037;E398;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;038;021038;Lagundo/Algund;Lagundo;Algund;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21038;21038;21038;21038;E412;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;039;021039;Laion/Lajen;Laion;Lajen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21039;21039;21039;21039;E420;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;040;021040;Laives/Leifers;Laives;Leifers;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21040;21040;21040;21040;E421;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;041;021041;Lana/Lana;Lana;Lana;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21041;21041;21041;21041;E434;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;042;021042;Lasa/Laas;Lasa;Laas;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21042;21042;21042;21042;E457;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;043;021043;Lauregno/Laurein;Lauregno;Laurein;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21043;21043;21043;21043;E481;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;044;021044;Luson/L�sen;Luson;L�sen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21044;21044;21044;21044;E764;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;045;021045;Magr� sulla strada del vino/Margreid an der Weinstra�e;Magr� sulla strada del vino;Margreid an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21045;21045;21045;21045;E829;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;046;021046;Malles Venosta/Mals;Malles Venosta;Mals;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21046;21046;21046;21046;E862;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;047;021047;Marebbe/Enneberg;Marebbe;Enneberg;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21047;21047;21047;21047;E938;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;048;021048;Marlengo/Marling;Marlengo;Marling;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21048;21048;21048;21048;E959;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;049;021049;Martello/Martell;Martello;Martell;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21049;21049;21049;21049;E981;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;050;021050;Meltina/M�lten;Meltina;M�lten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21050;21050;21050;21050;F118;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;051;021051;Merano/Meran;Merano;Meran;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21051;21051;21051;21051;F132;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;052;021052;Monguelfo-Tesido/Welsberg-Taisten;Monguelfo-Tesido;Welsberg-Taisten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21052;21052;21052;21052;F371;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;053;021053;Montagna sulla strada del vino/Montan an der Weinstra�e;Montagna sulla strada del vino;Montan an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21053;21053;21053;21053;F392;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;054;021054;Moso in Passiria/Moos in Passeier;Moso in Passiria;Moos in Passeier;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21054;21054;21054;21054;F766;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;055;021055;Nalles/Nals;Nalles;Nals;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21055;21055;21055;21055;F836;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;056;021056;Naturno/Naturns;Naturno;Naturns;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21056;21056;21056;21056;F849;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;057;021057;Naz-Sciaves/Natz-Schabs;Naz-Sciaves;Natz-Schabs;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21057;21057;21057;21057;F856;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;058;021058;Nova Levante/Welschnofen;Nova Levante;Welschnofen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21058;21058;21058;21058;F949;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;059;021059;Nova Ponente/Deutschnofen;Nova Ponente;Deutschnofen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21059;21059;21059;21059;F950;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;060;021060;Ora/Auer;Ora;Auer;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21060;21060;21060;21060;G083;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;061;021061;Ortisei/St. Ulrich;Ortisei;St. Ulrich;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21061;21061;21061;21061;G140;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;062;021062;Parcines/Partschins;Parcines;Partschins;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21062;21062;21062;21062;G328;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;063;021063;Perca/Percha;Perca;Percha;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21063;21063;21063;21063;G443;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;064;021064;Plaus/Plaus;Plaus;Plaus;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21064;21064;21064;21064;G299;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;065;021065;Ponte Gardena/Waidbruck;Ponte Gardena;Waidbruck;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21065;21065;21065;21065;G830;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;066;021066;Postal/Burgstall;Postal;Burgstall;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21066;21066;21066;21066;G936;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;067;021067;Prato allo Stelvio/Prad am Stilfserjoch;Prato allo Stelvio;Prad am Stilfserjoch;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21067;21067;21067;21067;H004;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;068;021068;Predoi/Prettau;Predoi;Prettau;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21068;21068;21068;21068;H019;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;069;021069;Proves/Proveis;Proves;Proveis;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21069;21069;21069;21069;H081;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;070;021070;Racines/Ratschings;Racines;Ratschings;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21070;21070;21070;21070;H152;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;071;021071;Rasun-Anterselva/Rasen-Antholz;Rasun-Anterselva;Rasen-Antholz;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21071;21071;21071;21071;H189;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;072;021072;Renon/Ritten;Renon;Ritten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21072;21072;21072;21072;H236;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;073;021073;Rifiano/Riffian;Rifiano;Riffian;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21073;21073;21073;21073;H284;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;074;021074;Rio di Pusteria/M�hlbach;Rio di Pusteria;M�hlbach;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21074;21074;21074;21074;H299;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;075;021075;Rodengo/Rodeneck;Rodengo;Rodeneck;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21075;21075;21075;21075;H475;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;076;021076;Salorno sulla strada del vino/Salurn an der Weinstra�e;Salorno sulla strada del vino;Salurn an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21076;21076;21076;21076;H719;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;077;021077;San Candido/Innichen;San Candido;Innichen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21077;21077;21077;21077;H786;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;079;021079;San Genesio Atesino/Jenesien;San Genesio Atesino;Jenesien;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21079;21079;21079;21079;H858;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;080;021080;San Leonardo in Passiria/St. Leonhard in Passeier;San Leonardo in Passiria;St. Leonhard in Passeier;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21080;21080;21080;21080;H952;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;081;021081;San Lorenzo di Sebato/St. Lorenzen;San Lorenzo di Sebato;St. Lorenzen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21081;21081;21081;21081;H956;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;082;021082;San Martino in Badia/St. Martin in Thurn;San Martino in Badia;St. Martin in Thurn;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21082;21082;21082;21082;H988;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;083;021083;San Martino in Passiria/St. Martin in Passeier;San Martino in Passiria;St. Martin in Passeier;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21083;21083;21083;21083;H989;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;084;021084;San Pancrazio/St. Pankraz;San Pancrazio;St. Pankraz;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21084;21084;21084;21084;I065;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;085;021085;Santa Cristina Valgardena/St. Christina in Gr�den;Santa Cristina Valgardena;St. Christina in Gr�den;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21085;21085;21085;21085;I173;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;086;021086;Sarentino/Sarntal;Sarentino;Sarntal;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21086;21086;21086;21086;I431;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;087;021087;Scena/Schenna;Scena;Schenna;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21087;21087;21087;21087;I519;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;088;021088;Selva dei Molini/M�hlwald;Selva dei Molini;M�hlwald;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21088;21088;21088;21088;I593;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;089;021089;Selva di Val Gardena/Wolkenstein in Gr�den;Selva di Val Gardena;Wolkenstein in Gr�den;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21089;21089;21089;21089;I591;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;091;021091;Senales/Schnals;Senales;Schnals;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21091;21091;21091;21091;I604;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;092;021092;Sesto/Sexten;Sesto;Sexten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21092;21092;21092;21092;I687;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;093;021093;Silandro/Schlanders;Silandro;Schlanders;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21093;21093;21093;21093;I729;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;094;021094;Sluderno/Schluderns;Sluderno;Schluderns;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21094;21094;21094;21094;I771;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;095;021095;Stelvio/Stilfs;Stelvio;Stilfs;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21095;21095;21095;21095;I948;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;096;021096;Terento/Terenten;Terento;Terenten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21096;21096;21096;21096;L106;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;097;021097;Terlano/Terlan;Terlano;Terlan;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21097;21097;21097;21097;L108;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;098;021098;Termeno sulla strada del vino/Tramin an der Weinstra�e;Termeno sulla strada del vino;Tramin an der Weinstra�e;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21098;21098;21098;21098;L111;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;099;021099;Tesimo/Tisens;Tesimo;Tisens;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21099;21099;21099;21099;L149;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;100;021100;Tires/Tiers;Tires;Tiers;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21100;21100;21100;21100;L176;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;101;021101;Tirolo/Tirol;Tirolo;Tirol;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21101;21101;21101;21101;L178;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;102;021102;Trodena nel parco naturale/Truden im Naturpark;Trodena nel parco naturale;Truden im Naturpark;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21102;21102;21102;21102;L444;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;103;021103;Tubre/Taufers im M�nstertal;Tubre;Taufers im M�nstertal;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21103;21103;21103;21103;L455;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;104;021104;Ultimo/Ulten;Ultimo;Ulten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21104;21104;21104;21104;L490;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;105;021105;Vadena/Pfatten;Vadena;Pfatten;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21105;21105;21105;21105;L527;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;106;021106;Valdaora/Olang;Valdaora;Olang;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21106;21106;21106;21106;L552;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;107;021107;Val di Vizze/Pfitsch;Val di Vizze;Pfitsch;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21107;21107;21107;21107;L564;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;108;021108;Valle Aurina/Ahrntal;Valle Aurina;Ahrntal;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21108;21108;21108;21108;L595;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;109;021109;Valle di Casies/Gsies;Valle di Casies;Gsies;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21109;21109;21109;21109;L601;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;110;021110;Vandoies/Vintl;Vandoies;Vintl;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21110;21110;21110;21110;L660;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;111;021111;Varna/Vahrn;Varna;Vahrn;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21111;21111;21111;21111;L687;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;112;021112;Verano/V�ran;Verano;V�ran;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21112;21112;21112;21112;L745;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;113;021113;Villabassa/Niederdorf;Villabassa;Niederdorf;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21113;21113;21113;21113;L915;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;114;021114;Villandro/Villanders;Villandro;Villanders;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21114;21114;21114;21114;L971;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;115;021115;Vipiteno/Sterzing;Vipiteno;Sterzing;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21115;21115;21115;21115;M067;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;116;021116;Velturno/Feldthurns;Velturno;Feldthurns;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21116;21116;21116;21116;L724;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;117;021117;La Valle/Wengen;La Valle;Wengen;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21117;21117;21117;21117;E491;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;021;021;118;021118;Senale-San Felice/Unsere Liebe Frau im Walde-St. Felix;Senale-San Felice;Unsere Liebe Frau im Walde-St. Felix;2;Nord-est;Trentino-Alto Adige/S�dtirol;Bolzano/Bozen;2;0;BZ;21118;21118;21118;21118;I603;ITH;ITH1;ITH10;ITH;ITH1;ITH10 +04;022;022;001;022001;Ala;Ala;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22001;22001;22001;22001;A116;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;002;022002;Albiano;Albiano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22002;22002;22002;22002;A158;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;003;022003;Aldeno;Aldeno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22003;22003;22003;22003;A178;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;005;022005;Andalo;Andalo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22005;22005;22005;22005;A274;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;006;022006;Arco;Arco;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22006;22006;22006;22006;A372;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;007;022007;Avio;Avio;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22007;22007;22007;22007;A520;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;009;022009;Baselga di Pin�;Baselga di Pin�;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22009;22009;22009;22009;A694;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;011;022011;Bedollo;Bedollo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22011;22011;22011;22011;A730;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;013;022013;Besenello;Besenello;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22013;22013;22013;22013;A821;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;015;022015;Bieno;Bieno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22015;22015;22015;22015;A863;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;017;022017;Bleggio Superiore;Bleggio Superiore;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22017;22017;22017;22017;A902;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;018;022018;Bocenago;Bocenago;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22018;22018;22018;22018;A916;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;021;022021;Bondone;Bondone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22021;22021;22021;22021;A968;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;022;022022;Borgo Valsugana;Borgo Valsugana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22022;22022;22022;22022;B006;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;025;022025;Brentonico;Brentonico;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22025;22025;22025;22025;B153;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;026;022026;Bresimo;Bresimo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22026;22026;22026;22026;B158;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;029;022029;Caderzone Terme;Caderzone Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22029;22029;22029;22029;B335;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;032;022032;Calceranica al Lago;Calceranica al Lago;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22032;22032;22032;22032;B389;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;033;022033;Caldes;Caldes;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22033;22033;22033;22033;B400;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;034;022034;Caldonazzo;Caldonazzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22034;22034;22034;22034;B404;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;035;022035;Calliano;Calliano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22035;22035;22035;22035;B419;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;036;022036;Campitello di Fassa;Campitello di Fassa;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22036;22036;22036;22036;B514;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;037;022037;Campodenno;Campodenno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22037;22037;22037;22037;B525;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;038;022038;Canal San Bovo;Canal San Bovo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22038;22038;22038;22038;B577;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;039;022039;Canazei;Canazei;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22039;22039;22039;22039;B579;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;040;022040;Capriana;Capriana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22040;22040;22040;22040;B697;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;042;022042;Carisolo;Carisolo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22042;22042;22042;22042;B783;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;043;022043;Carzano;Carzano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22043;22043;22043;22043;B856;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;045;022045;Castel Condino;Castel Condino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22045;22045;22045;22045;C183;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;047;022047;Castello-Molina di Fiemme;Castello-Molina di Fiemme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22047;22047;22047;22047;C189;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;048;022048;Castello Tesino;Castello Tesino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22048;22048;22048;22048;C194;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;049;022049;Castelnuovo;Castelnuovo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22049;22049;22049;22049;C216;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;050;022050;Cavalese;Cavalese;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22050;22050;22050;22050;C372;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;051;022051;Cavareno;Cavareno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22051;22051;22051;22051;C380;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;052;022052;Cavedago;Cavedago;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22052;22052;22052;22052;C392;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;053;022053;Cavedine;Cavedine;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22053;22053;22053;22053;C393;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;054;022054;Cavizzana;Cavizzana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22054;22054;22054;22054;C400;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;058;022058;Cimone;Cimone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22058;22058;22058;22058;C700;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;059;022059;Cinte Tesino;Cinte Tesino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22059;22059;22059;22059;C712;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;060;022060;Cis;Cis;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22060;22060;22060;22060;C727;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;061;022061;Civezzano;Civezzano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22061;22061;22061;22061;C756;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;062;022062;Cles;Cles;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22062;22062;22062;22062;C794;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;064;022064;Commezzadura;Commezzadura;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22064;22064;22064;22064;C931;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;068;022068;Croviana;Croviana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22068;22068;22068;22068;D188;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;071;022071;Dambel;Dambel;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22071;22071;22071;22071;D246;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;074;022074;Denno;Denno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22074;22074;22074;22074;D273;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;078;022078;Drena;Drena;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22078;22078;22078;22078;D365;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;079;022079;Dro;Dro;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22079;22079;22079;22079;D371;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;081;022081;Fai della Paganella;Fai della Paganella;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22081;22081;22081;22081;D468;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;083;022083;Fiav�;Fiav�;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22083;22083;22083;22083;D565;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;085;022085;Fierozzo;Fierozzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22085;22085;22085;22085;D573;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;087;022087;Folgaria;Folgaria;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22087;22087;22087;22087;D651;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;089;022089;Fornace;Fornace;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22089;22089;22089;22089;D714;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;090;022090;Frassilongo;Frassilongo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22090;22090;22090;22090;D775;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;091;022091;Garniga Terme;Garniga Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22091;22091;22091;22091;D928;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;092;022092;Giovo;Giovo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22092;22092;22092;22092;E048;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;093;022093;Giustino;Giustino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22093;22093;22093;22093;E065;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;095;022095;Grigno;Grigno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22095;22095;22095;22095;E178;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;097;022097;Imer;Imer;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22097;22097;22097;22097;E288;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;098;022098;Isera;Isera;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22098;22098;22098;22098;E334;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;102;022102;Lavarone;Lavarone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22102;22102;22102;22102;E492;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;103;022103;Lavis;Lavis;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22103;22103;22103;22103;E500;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;104;022104;Levico Terme;Levico Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22104;22104;22104;22104;E565;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;106;022106;Livo;Livo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22106;22106;22106;22106;E624;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;108;022108;Lona-Lases;Lona-Lases;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22108;22108;22108;22108;E664;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;109;022109;Luserna;Luserna;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22109;22109;22109;22109;E757;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;110;022110;Mal�;Mal�;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22110;22110;22110;22110;E850;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;112;022112;Massimeno;Massimeno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22112;22112;22112;22112;F045;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;113;022113;Mazzin;Mazzin;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22113;22113;22113;22113;F068;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;114;022114;Mezzana;Mezzana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22114;22114;22114;22114;F168;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;115;022115;Mezzano;Mezzano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22115;22115;22115;22115;F176;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;116;022116;Mezzocorona;Mezzocorona;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22116;22116;22116;22116;F183;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;117;022117;Mezzolombardo;Mezzolombardo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22117;22117;22117;22117;F187;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;118;022118;Moena;Moena;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22118;22118;22118;22118;F263;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;120;022120;Molveno;Molveno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22120;22120;22120;22120;F307;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;123;022123;Mori;Mori;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22123;22123;22123;22123;F728;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;124;022124;Nago-Torbole;Nago-Torbole;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22124;22124;22124;22124;F835;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;127;022127;Nogaredo;Nogaredo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22127;22127;22127;22127;F920;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;128;022128;Nomi;Nomi;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22128;22128;22128;22128;F929;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;129;022129;Novaledo;Novaledo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22129;22129;22129;22129;F947;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;130;022130;Ospedaletto;Ospedaletto;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22130;22130;22130;22130;G168;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;131;022131;Ossana;Ossana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22131;22131;22131;22131;G173;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;133;022133;Pal� del Fersina;Pal� del Fersina;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22133;22133;22133;22133;G296;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;134;022134;Panchi�;Panchi�;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22134;22134;22134;22134;G305;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;135;022135;Ronzo-Chienis;Ronzo-Chienis;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22135;22135;22135;22135;M303;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;136;022136;Peio;Peio;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22136;22136;22136;22136;G419;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;137;022137;Pellizzano;Pellizzano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22137;22137;22137;22137;G428;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;138;022138;Pelugo;Pelugo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22138;22138;22138;22138;G429;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;139;022139;Pergine Valsugana;Pergine Valsugana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22139;22139;22139;22139;G452;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;142;022142;Pieve Tesino;Pieve Tesino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22142;22142;22142;22142;G656;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;143;022143;Pinzolo;Pinzolo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22143;22143;22143;22143;G681;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;144;022144;Pomarolo;Pomarolo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22144;22144;22144;22144;G808;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;147;022147;Predazzo;Predazzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22147;22147;22147;22147;H018;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;150;022150;Rabbi;Rabbi;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22150;22150;22150;22150;H146;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;153;022153;Riva del Garda;Riva del Garda;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22153;22153;22153;22153;H330;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;155;022155;Romeno;Romeno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22155;22155;22155;22155;H517;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;156;022156;Roncegno Terme;Roncegno Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22156;22156;22156;22156;H528;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;157;022157;Ronchi Valsugana;Ronchi Valsugana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22157;22157;22157;22157;H532;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;159;022159;Ronzone;Ronzone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22159;22159;22159;22159;H552;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;160;022160;Rover� della Luna;Rover� della Luna;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22160;22160;22160;22160;H607;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;161;022161;Rovereto;Rovereto;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22161;22161;22161;22161;H612;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;162;022162;Ruffr�-Mendola;Ruffr�-Mendola;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22162;22162;22162;22162;H634;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;163;022163;Rumo;Rumo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22163;22163;22163;22163;H639;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;164;022164;Sagron Mis;Sagron Mis;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22164;22164;22164;22164;H666;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;165;022165;Samone;Samone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22165;22165;22165;22165;H754;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;167;022167;San Michele all'Adige;San Michele all'Adige;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22167;22167;22167;22167;I042;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;168;022168;Sant'Orsola Terme;Sant'Orsola Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22168;22168;22168;22168;I354;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;169;022169;Sanzeno;Sanzeno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22169;22169;22169;22169;I411;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;170;022170;Sarnonico;Sarnonico;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22170;22170;22170;22170;I439;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;171;022171;Scurelle;Scurelle;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22171;22171;22171;22171;I554;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;172;022172;Segonzano;Segonzano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22172;22172;22172;22172;I576;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;173;022173;Sfruz;Sfruz;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22173;22173;22173;22173;I714;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;176;022176;Soraga di Fassa;Soraga di Fassa;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22176;22176;22176;22176;I839;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;177;022177;Sover;Sover;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22177;22177;22177;22177;I871;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;179;022179;Spiazzo;Spiazzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22179;22179;22179;22179;I899;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;180;022180;Spormaggiore;Spormaggiore;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22180;22180;22180;22180;I924;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;181;022181;Sporminore;Sporminore;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22181;22181;22181;22181;I925;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;182;022182;Stenico;Stenico;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22182;22182;22182;22182;I949;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;183;022183;Storo;Storo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22183;22183;22183;22183;I964;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;184;022184;Strembo;Strembo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22184;22184;22184;22184;I975;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;188;022188;Telve;Telve;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22188;22188;22188;22188;L089;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;189;022189;Telve di Sopra;Telve di Sopra;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22189;22189;22189;22189;L090;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;190;022190;Tenna;Tenna;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22190;22190;22190;22190;L096;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;191;022191;Tenno;Tenno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22191;22191;22191;22191;L097;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;193;022193;Terragnolo;Terragnolo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22193;22193;22193;22193;L121;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;195;022195;Terzolas;Terzolas;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22195;22195;22195;22195;L145;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;196;022196;Tesero;Tesero;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22196;22196;22196;22196;L147;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;199;022199;Tione di Trento;Tione di Trento;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22199;22199;22199;22199;L174;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;200;022200;Ton;Ton;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22200;22200;22200;22200;L200;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;202;022202;Torcegno;Torcegno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22202;22202;22202;22202;L211;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;203;022203;Trambileno;Trambileno;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22203;22203;22203;22203;L322;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;205;022205;Trento;Trento;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;1;TN;22205;22205;22205;22205;L378;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;209;022209;Valfloriana;Valfloriana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22209;22209;22209;22209;L575;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;210;022210;Vallarsa;Vallarsa;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22210;22210;22210;22210;L588;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;213;022213;Vermiglio;Vermiglio;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22213;22213;22213;22213;L769;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;216;022216;Vignola-Falesina;Vignola-Falesina;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22216;22216;22216;22216;L886;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;222;022222;Villa Lagarina;Villa Lagarina;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22222;22222;22222;22222;L957;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;224;022224;Volano;Volano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22224;22224;22224;22224;M113;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;226;022226;Ziano di Fiemme;Ziano di Fiemme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22226;22226;22226;22226;M173;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;228;022228;Comano Terme;Comano Terme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22228;22228;22228;22228;M314;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;229;022229;Ledro;Ledro;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22229;22229;22229;22229;M313;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;230;022230;Predaia;Predaia;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22230;22230;22230;22230;M344;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;231;022231;San Lorenzo Dorsino;San Lorenzo Dorsino;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22231;22231;22231;22231;M345;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;232;022232;Valdaone;Valdaone;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22232;22232;22232;22232;M343;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;233;022233;Dimaro Folgarida;Dimaro Folgarida;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22233;22233;22233;22233;M366;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;234;022234;Pieve di Bono-Prezzo;Pieve di Bono-Prezzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22234;22234;22234;22234;M365;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;235;022235;Altavalle;Altavalle;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22235;22235;22235;22235;M349;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;236;022236;Altopiano della Vigolana;Altopiano della Vigolana;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22236;22236;22236;22236;M350;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;237;022237;Amblar-Don;Amblar-Don;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22237;22237;22237;22237;M351;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;238;022238;Borgo Chiese;Borgo Chiese;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22238;22238;22238;22238;M352;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;239;022239;Borgo Lares;Borgo Lares;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22239;22239;22239;22239;M353;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;240;022240;Castel Ivano;Castel Ivano;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22240;22240;22240;22240;M354;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;241;022241;Cembra Lisignago;Cembra Lisignago;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22241;22241;22241;22241;M355;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;242;022242;Cont�;Cont�;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22242;22242;22242;22242;M356;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;243;022243;Madruzzo;Madruzzo;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22243;22243;22243;22243;M357;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;244;022244;Porte di Rendena;Porte di Rendena;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22244;22244;22244;22244;M358;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;245;022245;Primiero San Martino di Castrozza;Primiero San Martino di Castrozza;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22245;22245;22245;22245;M359;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;246;022246;Sella Giudicarie;Sella Giudicarie;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22246;22246;22246;22246;M360;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;247;022247;Tre Ville;Tre Ville;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22247;22247;22247;22247;M361;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;248;022248;Vallelaghi;Vallelaghi;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22248;22248;22248;22248;M362;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;249;022249;Ville d'Anaunia;Ville d'Anaunia;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22249;22249;22249;22249;M363;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;250;022250;San Giovanni di Fassa-S�n Jan;San Giovanni di Fassa;S�n Jan;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22250;22250;22250;22250;M390;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;251;022251;Terre d'Adige;Terre d'Adige;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22251;22251;22251;22251;M407;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;252;022252;Borgo d'Anaunia;Borgo d'Anaunia;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22252;22252;22252;22252;M429;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;253;022253;Novella;Novella;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22253;22253;22253;22253;M430;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +04;022;022;254;022254;Ville di Fiemme;Ville di Fiemme;;2;Nord-est;Trentino-Alto Adige/S�dtirol;Trento;2;0;TN;22254;22254;22254;22254;M431;ITH;ITH2;ITH20;ITH;ITH2;ITH20 +05;023;023;001;023001;Affi;Affi;;2;Nord-est;Veneto;Verona;1;0;VR;23001;23001;23001;23001;A061;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;002;023002;Albaredo d'Adige;Albaredo d'Adige;;2;Nord-est;Veneto;Verona;1;0;VR;23002;23002;23002;23002;A137;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;003;023003;Angiari;Angiari;;2;Nord-est;Veneto;Verona;1;0;VR;23003;23003;23003;23003;A292;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;004;023004;Arcole;Arcole;;2;Nord-est;Veneto;Verona;1;0;VR;23004;23004;23004;23004;A374;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;005;023005;Badia Calavena;Badia Calavena;;2;Nord-est;Veneto;Verona;1;0;VR;23005;23005;23005;23005;A540;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;006;023006;Bardolino;Bardolino;;2;Nord-est;Veneto;Verona;1;0;VR;23006;23006;23006;23006;A650;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;007;023007;Belfiore;Belfiore;;2;Nord-est;Veneto;Verona;1;0;VR;23007;23007;23007;23007;A737;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;008;023008;Bevilacqua;Bevilacqua;;2;Nord-est;Veneto;Verona;1;0;VR;23008;23008;23008;23008;A837;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;009;023009;Bonavigo;Bonavigo;;2;Nord-est;Veneto;Verona;1;0;VR;23009;23009;23009;23009;A964;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;010;023010;Boschi Sant'Anna;Boschi Sant'Anna;;2;Nord-est;Veneto;Verona;1;0;VR;23010;23010;23010;23010;B070;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;011;023011;Bosco Chiesanuova;Bosco Chiesanuova;;2;Nord-est;Veneto;Verona;1;0;VR;23011;23011;23011;23011;B073;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;012;023012;Bovolone;Bovolone;;2;Nord-est;Veneto;Verona;1;0;VR;23012;23012;23012;23012;B107;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;013;023013;Brentino Belluno;Brentino Belluno;;2;Nord-est;Veneto;Verona;1;0;VR;23013;23013;23013;23013;B152;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;014;023014;Brenzone sul Garda;Brenzone sul Garda;;2;Nord-est;Veneto;Verona;1;0;VR;23014;23014;23014;23014;B154;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;015;023015;Bussolengo;Bussolengo;;2;Nord-est;Veneto;Verona;1;0;VR;23015;23015;23015;23015;B296;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;016;023016;Buttapietra;Buttapietra;;2;Nord-est;Veneto;Verona;1;0;VR;23016;23016;23016;23016;B304;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;017;023017;Caldiero;Caldiero;;2;Nord-est;Veneto;Verona;1;0;VR;23017;23017;23017;23017;B402;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;018;023018;Caprino Veronese;Caprino Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23018;23018;23018;23018;B709;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;019;023019;Casaleone;Casaleone;;2;Nord-est;Veneto;Verona;1;0;VR;23019;23019;23019;23019;B886;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;020;023020;Castagnaro;Castagnaro;;2;Nord-est;Veneto;Verona;1;0;VR;23020;23020;23020;23020;C041;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;021;023021;Castel d'Azzano;Castel d'Azzano;;2;Nord-est;Veneto;Verona;1;0;VR;23021;23021;23021;23021;C078;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;022;023022;Castelnuovo del Garda;Castelnuovo del Garda;;2;Nord-est;Veneto;Verona;1;0;VR;23022;23022;23022;23022;C225;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;023;023023;Cavaion Veronese;Cavaion Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23023;23023;23023;23023;C370;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;024;023024;Cazzano di Tramigna;Cazzano di Tramigna;;2;Nord-est;Veneto;Verona;1;0;VR;23024;23024;23024;23024;C412;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;025;023025;Cerea;Cerea;;2;Nord-est;Veneto;Verona;1;0;VR;23025;23025;23025;23025;C498;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;026;023026;Cerro Veronese;Cerro Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23026;23026;23026;23026;C538;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;027;023027;Cologna Veneta;Cologna Veneta;;2;Nord-est;Veneto;Verona;1;0;VR;23027;23027;23027;23027;C890;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;028;023028;Colognola ai Colli;Colognola ai Colli;;2;Nord-est;Veneto;Verona;1;0;VR;23028;23028;23028;23028;C897;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;029;023029;Concamarise;Concamarise;;2;Nord-est;Veneto;Verona;1;0;VR;23029;23029;23029;23029;C943;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;030;023030;Costermano sul Garda;Costermano sul Garda;;2;Nord-est;Veneto;Verona;1;0;VR;23030;23030;23030;23030;D118;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;031;023031;Dolc�;Dolc�;;2;Nord-est;Veneto;Verona;1;0;VR;23031;23031;23031;23031;D317;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;032;023032;Erb�;Erb�;;2;Nord-est;Veneto;Verona;1;0;VR;23032;23032;23032;23032;D419;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;033;023033;Erbezzo;Erbezzo;;2;Nord-est;Veneto;Verona;1;0;VR;23033;23033;23033;23033;D420;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;034;023034;Ferrara di Monte Baldo;Ferrara di Monte Baldo;;2;Nord-est;Veneto;Verona;1;0;VR;23034;23034;23034;23034;D549;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;035;023035;Fumane;Fumane;;2;Nord-est;Veneto;Verona;1;0;VR;23035;23035;23035;23035;D818;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;036;023036;Garda;Garda;;2;Nord-est;Veneto;Verona;1;0;VR;23036;23036;23036;23036;D915;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;037;023037;Gazzo Veronese;Gazzo Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23037;23037;23037;23037;D957;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;038;023038;Grezzana;Grezzana;;2;Nord-est;Veneto;Verona;1;0;VR;23038;23038;23038;23038;E171;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;039;023039;Illasi;Illasi;;2;Nord-est;Veneto;Verona;1;0;VR;23039;23039;23039;23039;E284;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;040;023040;Isola della Scala;Isola della Scala;;2;Nord-est;Veneto;Verona;1;0;VR;23040;23040;23040;23040;E349;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;041;023041;Isola Rizza;Isola Rizza;;2;Nord-est;Veneto;Verona;1;0;VR;23041;23041;23041;23041;E358;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;042;023042;Lavagno;Lavagno;;2;Nord-est;Veneto;Verona;1;0;VR;23042;23042;23042;23042;E489;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;043;023043;Lazise;Lazise;;2;Nord-est;Veneto;Verona;1;0;VR;23043;23043;23043;23043;E502;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;044;023044;Legnago;Legnago;;2;Nord-est;Veneto;Verona;1;0;VR;23044;23044;23044;23044;E512;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;045;023045;Malcesine;Malcesine;;2;Nord-est;Veneto;Verona;1;0;VR;23045;23045;23045;23045;E848;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;046;023046;Marano di Valpolicella;Marano di Valpolicella;;2;Nord-est;Veneto;Verona;1;0;VR;23046;23046;23046;23046;E911;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;047;023047;Mezzane di Sotto;Mezzane di Sotto;;2;Nord-est;Veneto;Verona;1;0;VR;23047;23047;23047;23047;F172;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;048;023048;Minerbe;Minerbe;;2;Nord-est;Veneto;Verona;1;0;VR;23048;23048;23048;23048;F218;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;049;023049;Montecchia di Crosara;Montecchia di Crosara;;2;Nord-est;Veneto;Verona;1;0;VR;23049;23049;23049;23049;F461;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;050;023050;Monteforte d'Alpone;Monteforte d'Alpone;;2;Nord-est;Veneto;Verona;1;0;VR;23050;23050;23050;23050;F508;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;051;023051;Mozzecane;Mozzecane;;2;Nord-est;Veneto;Verona;1;0;VR;23051;23051;23051;23051;F789;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;052;023052;Negrar di Valpolicella;Negrar di Valpolicella;;2;Nord-est;Veneto;Verona;1;0;VR;23052;23052;23052;23052;F861;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;053;023053;Nogara;Nogara;;2;Nord-est;Veneto;Verona;1;0;VR;23053;23053;23053;23053;F918;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;054;023054;Nogarole Rocca;Nogarole Rocca;;2;Nord-est;Veneto;Verona;1;0;VR;23054;23054;23054;23054;F921;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;055;023055;Oppeano;Oppeano;;2;Nord-est;Veneto;Verona;1;0;VR;23055;23055;23055;23055;G080;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;056;023056;Pal�;Pal�;;2;Nord-est;Veneto;Verona;1;0;VR;23056;23056;23056;23056;G297;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;057;023057;Pastrengo;Pastrengo;;2;Nord-est;Veneto;Verona;1;0;VR;23057;23057;23057;23057;G365;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;058;023058;Pescantina;Pescantina;;2;Nord-est;Veneto;Verona;1;0;VR;23058;23058;23058;23058;G481;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;059;023059;Peschiera del Garda;Peschiera del Garda;;2;Nord-est;Veneto;Verona;1;0;VR;23059;23059;23059;23059;G489;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;060;023060;Povegliano Veronese;Povegliano Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23060;23060;23060;23060;G945;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;061;023061;Pressana;Pressana;;2;Nord-est;Veneto;Verona;1;0;VR;23061;23061;23061;23061;H048;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;062;023062;Rivoli Veronese;Rivoli Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23062;23062;23062;23062;H356;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;063;023063;Ronc�;Ronc�;;2;Nord-est;Veneto;Verona;1;0;VR;23063;23063;23063;23063;H522;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;064;023064;Ronco all'Adige;Ronco all'Adige;;2;Nord-est;Veneto;Verona;1;0;VR;23064;23064;23064;23064;H540;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;065;023065;Roverchiara;Roverchiara;;2;Nord-est;Veneto;Verona;1;0;VR;23065;23065;23065;23065;H606;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;066;023066;Roveredo di Gu�;Roveredo di Gu�;;2;Nord-est;Veneto;Verona;1;0;VR;23066;23066;23066;23066;H610;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;067;023067;Rover� Veronese;Rover� Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23067;23067;23067;23067;H608;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;068;023068;Salizzole;Salizzole;;2;Nord-est;Veneto;Verona;1;0;VR;23068;23068;23068;23068;H714;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;069;023069;San Bonifacio;San Bonifacio;;2;Nord-est;Veneto;Verona;1;0;VR;23069;23069;23069;23069;H783;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;070;023070;San Giovanni Ilarione;San Giovanni Ilarione;;2;Nord-est;Veneto;Verona;1;0;VR;23070;23070;23070;23070;H916;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;071;023071;San Giovanni Lupatoto;San Giovanni Lupatoto;;2;Nord-est;Veneto;Verona;1;0;VR;23071;23071;23071;23071;H924;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;072;023072;Sanguinetto;Sanguinetto;;2;Nord-est;Veneto;Verona;1;0;VR;23072;23072;23072;23072;H944;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;073;023073;San Martino Buon Albergo;San Martino Buon Albergo;;2;Nord-est;Veneto;Verona;1;0;VR;23073;23073;23073;23073;I003;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;074;023074;San Mauro di Saline;San Mauro di Saline;;2;Nord-est;Veneto;Verona;1;0;VR;23074;23074;23074;23074;H712;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;075;023075;San Pietro di Morubio;San Pietro di Morubio;;2;Nord-est;Veneto;Verona;1;0;VR;23075;23075;23075;23075;I105;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;076;023076;San Pietro in Cariano;San Pietro in Cariano;;2;Nord-est;Veneto;Verona;1;0;VR;23076;23076;23076;23076;I109;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;077;023077;Sant'Ambrogio di Valpolicella;Sant'Ambrogio di Valpolicella;;2;Nord-est;Veneto;Verona;1;0;VR;23077;23077;23077;23077;I259;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;078;023078;Sant'Anna d'Alfaedo;Sant'Anna d'Alfaedo;;2;Nord-est;Veneto;Verona;1;0;VR;23078;23078;23078;23078;I292;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;079;023079;San Zeno di Montagna;San Zeno di Montagna;;2;Nord-est;Veneto;Verona;1;0;VR;23079;23079;23079;23079;I414;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;080;023080;Selva di Progno;Selva di Progno;;2;Nord-est;Veneto;Verona;1;0;VR;23080;23080;23080;23080;I594;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;081;023081;Soave;Soave;;2;Nord-est;Veneto;Verona;1;0;VR;23081;23081;23081;23081;I775;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;082;023082;Sommacampagna;Sommacampagna;;2;Nord-est;Veneto;Verona;1;0;VR;23082;23082;23082;23082;I821;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;083;023083;Sona;Sona;;2;Nord-est;Veneto;Verona;1;0;VR;23083;23083;23083;23083;I826;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;084;023084;Sorg�;Sorg�;;2;Nord-est;Veneto;Verona;1;0;VR;23084;23084;23084;23084;I850;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;085;023085;Terrazzo;Terrazzo;;2;Nord-est;Veneto;Verona;1;0;VR;23085;23085;23085;23085;L136;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;086;023086;Torri del Benaco;Torri del Benaco;;2;Nord-est;Veneto;Verona;1;0;VR;23086;23086;23086;23086;L287;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;087;023087;Tregnago;Tregnago;;2;Nord-est;Veneto;Verona;1;0;VR;23087;23087;23087;23087;L364;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;088;023088;Trevenzuolo;Trevenzuolo;;2;Nord-est;Veneto;Verona;1;0;VR;23088;23088;23088;23088;L396;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;089;023089;Valeggio sul Mincio;Valeggio sul Mincio;;2;Nord-est;Veneto;Verona;1;0;VR;23089;23089;23089;23089;L567;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;090;023090;Velo Veronese;Velo Veronese;;2;Nord-est;Veneto;Verona;1;0;VR;23090;23090;23090;23090;L722;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;091;023091;Verona;Verona;;2;Nord-est;Veneto;Verona;1;1;VR;23091;23091;23091;23091;L781;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;092;023092;Veronella;Veronella;;2;Nord-est;Veneto;Verona;1;0;VR;23092;23092;23092;23092;D193;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;093;023093;Vestenanova;Vestenanova;;2;Nord-est;Veneto;Verona;1;0;VR;23093;23093;23093;23093;L810;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;094;023094;Vigasio;Vigasio;;2;Nord-est;Veneto;Verona;1;0;VR;23094;23094;23094;23094;L869;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;095;023095;Villa Bartolomea;Villa Bartolomea;;2;Nord-est;Veneto;Verona;1;0;VR;23095;23095;23095;23095;L912;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;096;023096;Villafranca di Verona;Villafranca di Verona;;2;Nord-est;Veneto;Verona;1;0;VR;23096;23096;23096;23096;L949;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;097;023097;Zevio;Zevio;;2;Nord-est;Veneto;Verona;1;0;VR;23097;23097;23097;23097;M172;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;023;023;098;023098;Zimella;Zimella;;2;Nord-est;Veneto;Verona;1;0;VR;23098;23098;23098;23098;M178;ITH;ITH3;ITH31;ITH;ITH3;ITH31 +05;024;024;001;024001;Agugliaro;Agugliaro;;2;Nord-est;Veneto;Vicenza;1;0;VI;24001;24001;24001;24001;A093;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;002;024002;Albettone;Albettone;;2;Nord-est;Veneto;Vicenza;1;0;VI;24002;24002;24002;24002;A154;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;003;024003;Alonte;Alonte;;2;Nord-est;Veneto;Vicenza;1;0;VI;24003;24003;24003;24003;A220;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;004;024004;Altavilla Vicentina;Altavilla Vicentina;;2;Nord-est;Veneto;Vicenza;1;0;VI;24004;24004;24004;24004;A231;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;005;024005;Altissimo;Altissimo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24005;24005;24005;24005;A236;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;006;024006;Arcugnano;Arcugnano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24006;24006;24006;24006;A377;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;007;024007;Arsiero;Arsiero;;2;Nord-est;Veneto;Vicenza;1;0;VI;24007;24007;24007;24007;A444;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;008;024008;Arzignano;Arzignano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24008;24008;24008;24008;A459;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;009;024009;Asiago;Asiago;;2;Nord-est;Veneto;Vicenza;1;0;VI;24009;24009;24009;24009;A465;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;010;024010;Asigliano Veneto;Asigliano Veneto;;2;Nord-est;Veneto;Vicenza;1;0;VI;24010;24010;24010;24010;A467;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;012;024012;Bassano del Grappa;Bassano del Grappa;;2;Nord-est;Veneto;Vicenza;1;0;VI;24012;24012;24012;24012;A703;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;013;024013;Bolzano Vicentino;Bolzano Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24013;24013;24013;24013;A954;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;014;024014;Breganze;Breganze;;2;Nord-est;Veneto;Vicenza;1;0;VI;24014;24014;24014;24014;B132;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;015;024015;Brendola;Brendola;;2;Nord-est;Veneto;Vicenza;1;0;VI;24015;24015;24015;24015;B143;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;016;024016;Bressanvido;Bressanvido;;2;Nord-est;Veneto;Vicenza;1;0;VI;24016;24016;24016;24016;B161;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;017;024017;Brogliano;Brogliano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24017;24017;24017;24017;B196;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;018;024018;Caldogno;Caldogno;;2;Nord-est;Veneto;Vicenza;1;0;VI;24018;24018;24018;24018;B403;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;019;024019;Caltrano;Caltrano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24019;24019;24019;24019;B433;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;020;024020;Calvene;Calvene;;2;Nord-est;Veneto;Vicenza;1;0;VI;24020;24020;24020;24020;B441;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;021;024021;Camisano Vicentino;Camisano Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24021;24021;24021;24021;B485;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;022;024022;Campiglia dei Berici;Campiglia dei Berici;;2;Nord-est;Veneto;Vicenza;1;0;VI;24022;24022;24022;24022;B511;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;024;024024;Carr�;Carr�;;2;Nord-est;Veneto;Vicenza;1;0;VI;24024;24024;24024;24024;B835;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;025;024025;Cartigliano;Cartigliano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24025;24025;24025;24025;B844;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;026;024026;Cassola;Cassola;;2;Nord-est;Veneto;Vicenza;1;0;VI;24026;24026;24026;24026;C037;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;027;024027;Castegnero;Castegnero;;2;Nord-est;Veneto;Vicenza;1;0;VI;24027;24027;24027;24027;C056;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;028;024028;Castelgomberto;Castelgomberto;;2;Nord-est;Veneto;Vicenza;1;0;VI;24028;24028;24028;24028;C119;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;029;024029;Chiampo;Chiampo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24029;24029;24029;24029;C605;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;030;024030;Chiuppano;Chiuppano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24030;24030;24030;24030;C650;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;032;024032;Cogollo del Cengio;Cogollo del Cengio;;2;Nord-est;Veneto;Vicenza;1;0;VI;24032;24032;24032;24032;C824;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;034;024034;Cornedo Vicentino;Cornedo Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24034;24034;24034;24034;D020;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;035;024035;Costabissara;Costabissara;;2;Nord-est;Veneto;Vicenza;1;0;VI;24035;24035;24035;24035;D107;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;036;024036;Creazzo;Creazzo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24036;24036;24036;24036;D136;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;037;024037;Crespadoro;Crespadoro;;2;Nord-est;Veneto;Vicenza;1;0;VI;24037;24037;24037;24037;D156;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;038;024038;Dueville;Dueville;;2;Nord-est;Veneto;Vicenza;1;0;VI;24038;24038;24038;24038;D379;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;039;024039;Enego;Enego;;2;Nord-est;Veneto;Vicenza;1;0;VI;24039;24039;24039;24039;D407;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;040;024040;Fara Vicentino;Fara Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24040;24040;24040;24040;D496;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;041;024041;Foza;Foza;;2;Nord-est;Veneto;Vicenza;1;0;VI;24041;24041;24041;24041;D750;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;042;024042;Gallio;Gallio;;2;Nord-est;Veneto;Vicenza;1;0;VI;24042;24042;24042;24042;D882;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;043;024043;Gambellara;Gambellara;;2;Nord-est;Veneto;Vicenza;1;0;VI;24043;24043;24043;24043;D897;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;046;024046;Grisignano di Zocco;Grisignano di Zocco;;2;Nord-est;Veneto;Vicenza;1;0;VI;24046;24046;24046;24046;E184;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;047;024047;Grumolo delle Abbadesse;Grumolo delle Abbadesse;;2;Nord-est;Veneto;Vicenza;1;0;VI;24047;24047;24047;24047;E226;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;048;024048;Isola Vicentina;Isola Vicentina;;2;Nord-est;Veneto;Vicenza;1;0;VI;24048;24048;24048;24048;E354;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;049;024049;Laghi;Laghi;;2;Nord-est;Veneto;Vicenza;1;0;VI;24049;24049;24049;24049;E403;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;050;024050;Lastebasse;Lastebasse;;2;Nord-est;Veneto;Vicenza;1;0;VI;24050;24050;24050;24050;E465;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;051;024051;Longare;Longare;;2;Nord-est;Veneto;Vicenza;1;0;VI;24051;24051;24051;24051;E671;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;052;024052;Lonigo;Lonigo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24052;24052;24052;24052;E682;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;053;024053;Lugo di Vicenza;Lugo di Vicenza;;2;Nord-est;Veneto;Vicenza;1;0;VI;24053;24053;24053;24053;E731;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;055;024055;Malo;Malo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24055;24055;24055;24055;E864;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;056;024056;Marano Vicentino;Marano Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24056;24056;24056;24056;E912;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;057;024057;Marostica;Marostica;;2;Nord-est;Veneto;Vicenza;1;0;VI;24057;24057;24057;24057;E970;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;060;024060;Montebello Vicentino;Montebello Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24060;24060;24060;24060;F442;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;061;024061;Montecchio Maggiore;Montecchio Maggiore;;2;Nord-est;Veneto;Vicenza;1;0;VI;24061;24061;24061;24061;F464;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;062;024062;Montecchio Precalcino;Montecchio Precalcino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24062;24062;24062;24062;F465;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;063;024063;Monte di Malo;Monte di Malo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24063;24063;24063;24063;F486;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;064;024064;Montegalda;Montegalda;;2;Nord-est;Veneto;Vicenza;1;0;VI;24064;24064;24064;24064;F514;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;065;024065;Montegaldella;Montegaldella;;2;Nord-est;Veneto;Vicenza;1;0;VI;24065;24065;24065;24065;F515;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;066;024066;Monteviale;Monteviale;;2;Nord-est;Veneto;Vicenza;1;0;VI;24066;24066;24066;24066;F662;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;067;024067;Monticello Conte Otto;Monticello Conte Otto;;2;Nord-est;Veneto;Vicenza;1;0;VI;24067;24067;24067;24067;F675;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;068;024068;Montorso Vicentino;Montorso Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24068;24068;24068;24068;F696;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;070;024070;Mussolente;Mussolente;;2;Nord-est;Veneto;Vicenza;1;0;VI;24070;24070;24070;24070;F829;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;071;024071;Nanto;Nanto;;2;Nord-est;Veneto;Vicenza;1;0;VI;24071;24071;24071;24071;F838;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;072;024072;Nogarole Vicentino;Nogarole Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24072;24072;24072;24072;F922;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;073;024073;Nove;Nove;;2;Nord-est;Veneto;Vicenza;1;0;VI;24073;24073;24073;24073;F957;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;074;024074;Noventa Vicentina;Noventa Vicentina;;2;Nord-est;Veneto;Vicenza;1;0;VI;24074;24074;24074;24074;F964;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;075;024075;Orgiano;Orgiano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24075;24075;24075;24075;G095;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;076;024076;Pedemonte;Pedemonte;;2;Nord-est;Veneto;Vicenza;1;0;VI;24076;24076;24076;24076;G406;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;077;024077;Pianezze;Pianezze;;2;Nord-est;Veneto;Vicenza;1;0;VI;24077;24077;24077;24077;G560;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;078;024078;Piovene Rocchette;Piovene Rocchette;;2;Nord-est;Veneto;Vicenza;1;0;VI;24078;24078;24078;24078;G694;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;079;024079;Pojana Maggiore;Pojana Maggiore;;2;Nord-est;Veneto;Vicenza;1;0;VI;24079;24079;24079;24079;G776;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;080;024080;Posina;Posina;;2;Nord-est;Veneto;Vicenza;1;0;VI;24080;24080;24080;24080;G931;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;081;024081;Pove del Grappa;Pove del Grappa;;2;Nord-est;Veneto;Vicenza;1;0;VI;24081;24081;24081;24081;G943;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;082;024082;Pozzoleone;Pozzoleone;;2;Nord-est;Veneto;Vicenza;1;0;VI;24082;24082;24082;24082;G957;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;083;024083;Quinto Vicentino;Quinto Vicentino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24083;24083;24083;24083;H134;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;084;024084;Recoaro Terme;Recoaro Terme;;2;Nord-est;Veneto;Vicenza;1;0;VI;24084;24084;24084;24084;H214;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;085;024085;Roana;Roana;;2;Nord-est;Veneto;Vicenza;1;0;VI;24085;24085;24085;24085;H361;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;086;024086;Romano d'Ezzelino;Romano d'Ezzelino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24086;24086;24086;24086;H512;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;087;024087;Ros�;Ros�;;2;Nord-est;Veneto;Vicenza;1;0;VI;24087;24087;24087;24087;H556;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;088;024088;Rossano Veneto;Rossano Veneto;;2;Nord-est;Veneto;Vicenza;1;0;VI;24088;24088;24088;24088;H580;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;089;024089;Rotzo;Rotzo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24089;24089;24089;24089;H594;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;090;024090;Salcedo;Salcedo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24090;24090;24090;24090;F810;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;091;024091;Sandrigo;Sandrigo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24091;24091;24091;24091;H829;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;094;024094;San Pietro Mussolino;San Pietro Mussolino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24094;24094;24094;24094;I117;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;095;024095;Santorso;Santorso;;2;Nord-est;Veneto;Vicenza;1;0;VI;24095;24095;24095;24095;I353;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;096;024096;San Vito di Leguzzano;San Vito di Leguzzano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24096;24096;24096;24096;I401;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;097;024097;Sarcedo;Sarcedo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24097;24097;24097;24097;I425;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;098;024098;Sarego;Sarego;;2;Nord-est;Veneto;Vicenza;1;0;VI;24098;24098;24098;24098;I430;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;099;024099;Schiavon;Schiavon;;2;Nord-est;Veneto;Vicenza;1;0;VI;24099;24099;24099;24099;I527;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;100;024100;Schio;Schio;;2;Nord-est;Veneto;Vicenza;1;0;VI;24100;24100;24100;24100;I531;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;101;024101;Solagna;Solagna;;2;Nord-est;Veneto;Vicenza;1;0;VI;24101;24101;24101;24101;I783;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;102;024102;Sossano;Sossano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24102;24102;24102;24102;I867;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;104;024104;Tezze sul Brenta;Tezze sul Brenta;;2;Nord-est;Veneto;Vicenza;1;0;VI;24104;24104;24104;24104;L156;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;105;024105;Thiene;Thiene;;2;Nord-est;Veneto;Vicenza;1;0;VI;24105;24105;24105;24105;L157;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;106;024106;Tonezza del Cimone;Tonezza del Cimone;;2;Nord-est;Veneto;Vicenza;1;0;VI;24106;24106;24106;24106;D717;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;107;024107;Torrebelvicino;Torrebelvicino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24107;24107;24107;24107;L248;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;108;024108;Torri di Quartesolo;Torri di Quartesolo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24108;24108;24108;24108;L297;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;110;024110;Trissino;Trissino;;2;Nord-est;Veneto;Vicenza;1;0;VI;24110;24110;24110;24110;L433;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;111;024111;Valdagno;Valdagno;;2;Nord-est;Veneto;Vicenza;1;0;VI;24111;24111;24111;24111;L551;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;112;024112;Valdastico;Valdastico;;2;Nord-est;Veneto;Vicenza;1;0;VI;24112;24112;24112;24112;L554;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;113;024113;Valli del Pasubio;Valli del Pasubio;;2;Nord-est;Veneto;Vicenza;1;0;VI;24113;24113;24113;24113;L624;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;115;024115;Velo d'Astico;Velo d'Astico;;2;Nord-est;Veneto;Vicenza;1;0;VI;24115;24115;24115;24115;L723;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;116;024116;Vicenza;Vicenza;;2;Nord-est;Veneto;Vicenza;1;1;VI;24116;24116;24116;24116;L840;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;117;024117;Villaga;Villaga;;2;Nord-est;Veneto;Vicenza;1;0;VI;24117;24117;24117;24117;L952;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;118;024118;Villaverla;Villaverla;;2;Nord-est;Veneto;Vicenza;1;0;VI;24118;24118;24118;24118;M032;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;119;024119;Zan�;Zan�;;2;Nord-est;Veneto;Vicenza;1;0;VI;24119;24119;24119;24119;M145;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;120;024120;Zermeghedo;Zermeghedo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24120;24120;24120;24120;M170;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;121;024121;Zovencedo;Zovencedo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24121;24121;24121;24121;M194;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;122;024122;Zugliano;Zugliano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24122;24122;24122;24122;M199;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;123;024123;Val Liona;Val Liona;;2;Nord-est;Veneto;Vicenza;1;0;VI;24123;24123;24123;24123;M384;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;124;024124;Barbarano Mossano;Barbarano Mossano;;2;Nord-est;Veneto;Vicenza;1;0;VI;24124;24124;24124;24124;M401;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;125;024125;Valbrenta;Valbrenta;;2;Nord-est;Veneto;Vicenza;1;0;VI;24125;24125;24125;24125;M423;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;126;024126;Colceresa;Colceresa;;2;Nord-est;Veneto;Vicenza;1;0;VI;24126;24126;24126;24126;M426;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;127;024127;Lusiana Conco;Lusiana Conco;;2;Nord-est;Veneto;Vicenza;1;0;VI;24127;24127;24127;24127;M427;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;024;024;128;024128;Sovizzo;Sovizzo;;2;Nord-est;Veneto;Vicenza;1;0;VI;24128;24128;24128;24128;M436;ITH;ITH3;ITH32;ITH;ITH3;ITH32 +05;025;025;001;025001;Agordo;Agordo;;2;Nord-est;Veneto;Belluno;1;0;BL;25001;25001;25001;25001;A083;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;003;025003;Alleghe;Alleghe;;2;Nord-est;Veneto;Belluno;1;0;BL;25003;25003;25003;25003;A206;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;004;025004;Arsi�;Arsi�;;2;Nord-est;Veneto;Belluno;1;0;BL;25004;25004;25004;25004;A443;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;005;025005;Auronzo di Cadore;Auronzo di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25005;25005;25005;25005;A501;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;006;025006;Belluno;Belluno;;2;Nord-est;Veneto;Belluno;1;1;BL;25006;25006;25006;25006;A757;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;007;025007;Borca di Cadore;Borca di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25007;25007;25007;25007;A982;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;008;025008;Calalzo di Cadore;Calalzo di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25008;25008;25008;25008;B375;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;010;025010;Cencenighe Agordino;Cencenighe Agordino;;2;Nord-est;Veneto;Belluno;1;0;BL;25010;25010;25010;25010;C458;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;011;025011;Cesiomaggiore;Cesiomaggiore;;2;Nord-est;Veneto;Belluno;1;0;BL;25011;25011;25011;25011;C577;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;012;025012;Chies d'Alpago;Chies d'Alpago;;2;Nord-est;Veneto;Belluno;1;0;BL;25012;25012;25012;25012;C630;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;013;025013;Cibiana di Cadore;Cibiana di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25013;25013;25013;25013;C672;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;014;025014;Colle Santa Lucia;Colle Santa Lucia;;2;Nord-est;Veneto;Belluno;1;0;BL;25014;25014;25014;25014;C872;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;015;025015;Comelico Superiore;Comelico Superiore;;2;Nord-est;Veneto;Belluno;1;0;BL;25015;25015;25015;25015;C920;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;016;025016;Cortina d'Ampezzo;Cortina d'Ampezzo;;2;Nord-est;Veneto;Belluno;1;0;BL;25016;25016;25016;25016;A266;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;017;025017;Danta di Cadore;Danta di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25017;25017;25017;25017;D247;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;018;025018;Domegge di Cadore;Domegge di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25018;25018;25018;25018;D330;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;019;025019;Falcade;Falcade;;2;Nord-est;Veneto;Belluno;1;0;BL;25019;25019;25019;25019;D470;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;021;025021;Feltre;Feltre;;2;Nord-est;Veneto;Belluno;1;0;BL;25021;25021;25021;25021;D530;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;022;025022;Fonzaso;Fonzaso;;2;Nord-est;Veneto;Belluno;1;0;BL;25022;25022;25022;25022;D686;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;023;025023;Canale d'Agordo;Canale d'Agordo;;2;Nord-est;Veneto;Belluno;1;0;BL;25023;25023;25023;25023;B574;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;025;025025;Gosaldo;Gosaldo;;2;Nord-est;Veneto;Belluno;1;0;BL;25025;25025;25025;25025;E113;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;026;025026;Lamon;Lamon;;2;Nord-est;Veneto;Belluno;1;0;BL;25026;25026;25026;25026;E429;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;027;025027;La Valle Agordina;La Valle Agordina;;2;Nord-est;Veneto;Belluno;1;0;BL;25027;25027;25027;25027;E490;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;029;025029;Limana;Limana;;2;Nord-est;Veneto;Belluno;1;0;BL;25029;25029;25029;25029;E588;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;030;025030;Livinallongo del Col di Lana;Livinallongo del Col di Lana;;2;Nord-est;Veneto;Belluno;1;0;BL;25030;25030;25030;25030;E622;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;032;025032;Lorenzago di Cadore;Lorenzago di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25032;25032;25032;25032;E687;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;033;025033;Lozzo di Cadore;Lozzo di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25033;25033;25033;25033;E708;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;035;025035;Ospitale di Cadore;Ospitale di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25035;25035;25035;25035;G169;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;036;025036;Pedavena;Pedavena;;2;Nord-est;Veneto;Belluno;1;0;BL;25036;25036;25036;25036;G404;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;037;025037;Perarolo di Cadore;Perarolo di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25037;25037;25037;25037;G442;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;039;025039;Pieve di Cadore;Pieve di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25039;25039;25039;25039;G642;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;040;025040;Ponte nelle Alpi;Ponte nelle Alpi;;2;Nord-est;Veneto;Belluno;1;0;BL;25040;25040;25040;25040;B662;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;043;025043;Rivamonte Agordino;Rivamonte Agordino;;2;Nord-est;Veneto;Belluno;1;0;BL;25043;25043;25043;25043;H327;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;044;025044;Rocca Pietore;Rocca Pietore;;2;Nord-est;Veneto;Belluno;1;0;BL;25044;25044;25044;25044;H379;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;045;025045;San Gregorio nelle Alpi;San Gregorio nelle Alpi;;2;Nord-est;Veneto;Belluno;1;0;BL;25045;25045;25045;25045;H938;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;046;025046;San Nicol� di Comelico;San Nicol� di Comelico;;2;Nord-est;Veneto;Belluno;1;0;BL;25046;25046;25046;25046;I063;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;047;025047;San Pietro di Cadore;San Pietro di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25047;25047;25047;25047;I088;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;048;025048;Santa Giustina;Santa Giustina;;2;Nord-est;Veneto;Belluno;1;0;BL;25048;25048;25048;25048;I206;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;049;025049;San Tomaso Agordino;San Tomaso Agordino;;2;Nord-est;Veneto;Belluno;1;0;BL;25049;25049;25049;25049;I347;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;050;025050;Santo Stefano di Cadore;Santo Stefano di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25050;25050;25050;25050;C919;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;051;025051;San Vito di Cadore;San Vito di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25051;25051;25051;25051;I392;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;053;025053;Sedico;Sedico;;2;Nord-est;Veneto;Belluno;1;0;BL;25053;25053;25053;25053;I563;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;054;025054;Selva di Cadore;Selva di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25054;25054;25054;25054;I592;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;055;025055;Seren del Grappa;Seren del Grappa;;2;Nord-est;Veneto;Belluno;1;0;BL;25055;25055;25055;25055;I626;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;056;025056;Sospirolo;Sospirolo;;2;Nord-est;Veneto;Belluno;1;0;BL;25056;25056;25056;25056;I866;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;057;025057;Soverzene;Soverzene;;2;Nord-est;Veneto;Belluno;1;0;BL;25057;25057;25057;25057;I876;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;058;025058;Sovramonte;Sovramonte;;2;Nord-est;Veneto;Belluno;1;0;BL;25058;25058;25058;25058;I673;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;059;025059;Taibon Agordino;Taibon Agordino;;2;Nord-est;Veneto;Belluno;1;0;BL;25059;25059;25059;25059;L030;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;060;025060;Tambre;Tambre;;2;Nord-est;Veneto;Belluno;1;0;BL;25060;25060;25060;25060;L040;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;062;025062;Vallada Agordina;Vallada Agordina;;2;Nord-est;Veneto;Belluno;1;0;BL;25062;25062;25062;25062;L584;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;063;025063;Valle di Cadore;Valle di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25063;25063;25063;25063;L590;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;065;025065;Vigo di Cadore;Vigo di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25065;25065;25065;25065;L890;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;066;025066;Vodo Cadore;Vodo Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25066;25066;25066;25066;M108;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;067;025067;Voltago Agordino;Voltago Agordino;;2;Nord-est;Veneto;Belluno;1;0;BL;25067;25067;25067;25067;M124;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;069;025069;Zopp� di Cadore;Zopp� di Cadore;;2;Nord-est;Veneto;Belluno;1;0;BL;25069;25069;25069;25069;M189;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;071;025071;Longarone;Longarone;;2;Nord-est;Veneto;Belluno;1;0;BL;25071;25071;25071;25071;M342;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;072;025072;Alpago;Alpago;;2;Nord-est;Veneto;Belluno;1;0;BL;25072;25072;25072;25072;M375;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;073;025073;Val di Zoldo;Val di Zoldo;;2;Nord-est;Veneto;Belluno;1;0;BL;25073;25073;25073;25073;M374;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;074;025074;Borgo Valbelluna;Borgo Valbelluna;;2;Nord-est;Veneto;Belluno;1;0;BL;25074;25074;25074;25074;M421;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;025;025;075;025075;Setteville;Setteville;;2;Nord-est;Veneto;Belluno;1;0;BL;25075;25075;25075;25075;M437;ITH;ITH3;ITH33;ITH;ITH3;ITH33 +05;026;026;001;026001;Altivole;Altivole;;2;Nord-est;Veneto;Treviso;1;0;TV;26001;26001;26001;26001;A237;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;002;026002;Arcade;Arcade;;2;Nord-est;Veneto;Treviso;1;0;TV;26002;26002;26002;26002;A360;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;003;026003;Asolo;Asolo;;2;Nord-est;Veneto;Treviso;1;0;TV;26003;26003;26003;26003;A471;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;004;026004;Borso del Grappa;Borso del Grappa;;2;Nord-est;Veneto;Treviso;1;0;TV;26004;26004;26004;26004;B061;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;005;026005;Breda di Piave;Breda di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26005;26005;26005;26005;B128;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;006;026006;Caerano di San Marco;Caerano di San Marco;;2;Nord-est;Veneto;Treviso;1;0;TV;26006;26006;26006;26006;B349;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;007;026007;Cappella Maggiore;Cappella Maggiore;;2;Nord-est;Veneto;Treviso;1;0;TV;26007;26007;26007;26007;B678;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;008;026008;Carbonera;Carbonera;;2;Nord-est;Veneto;Treviso;1;0;TV;26008;26008;26008;26008;B744;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;009;026009;Casale sul Sile;Casale sul Sile;;2;Nord-est;Veneto;Treviso;1;0;TV;26009;26009;26009;26009;B879;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;010;026010;Casier;Casier;;2;Nord-est;Veneto;Treviso;1;0;TV;26010;26010;26010;26010;B965;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;011;026011;Castelcucco;Castelcucco;;2;Nord-est;Veneto;Treviso;1;0;TV;26011;26011;26011;26011;C073;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;012;026012;Castelfranco Veneto;Castelfranco Veneto;;2;Nord-est;Veneto;Treviso;1;0;TV;26012;26012;26012;26012;C111;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;013;026013;Castello di Godego;Castello di Godego;;2;Nord-est;Veneto;Treviso;1;0;TV;26013;26013;26013;26013;C190;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;014;026014;Cavaso del Tomba;Cavaso del Tomba;;2;Nord-est;Veneto;Treviso;1;0;TV;26014;26014;26014;26014;C384;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;015;026015;Cessalto;Cessalto;;2;Nord-est;Veneto;Treviso;1;0;TV;26015;26015;26015;26015;C580;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;016;026016;Chiarano;Chiarano;;2;Nord-est;Veneto;Treviso;1;0;TV;26016;26016;26016;26016;C614;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;017;026017;Cimadolmo;Cimadolmo;;2;Nord-est;Veneto;Treviso;1;0;TV;26017;26017;26017;26017;C689;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;018;026018;Cison di Valmarino;Cison di Valmarino;;2;Nord-est;Veneto;Treviso;1;0;TV;26018;26018;26018;26018;C735;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;019;026019;Codogn�;Codogn�;;2;Nord-est;Veneto;Treviso;1;0;TV;26019;26019;26019;26019;C815;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;020;026020;Colle Umberto;Colle Umberto;;2;Nord-est;Veneto;Treviso;1;0;TV;26020;26020;26020;26020;C848;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;021;026021;Conegliano;Conegliano;;2;Nord-est;Veneto;Treviso;1;0;TV;26021;26021;26021;26021;C957;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;022;026022;Cordignano;Cordignano;;2;Nord-est;Veneto;Treviso;1;0;TV;26022;26022;26022;26022;C992;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;023;026023;Cornuda;Cornuda;;2;Nord-est;Veneto;Treviso;1;0;TV;26023;26023;26023;26023;D030;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;025;026025;Crocetta del Montello;Crocetta del Montello;;2;Nord-est;Veneto;Treviso;1;0;TV;26025;26025;26025;26025;C670;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;026;026026;Farra di Soligo;Farra di Soligo;;2;Nord-est;Veneto;Treviso;1;0;TV;26026;26026;26026;26026;D505;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;027;026027;Follina;Follina;;2;Nord-est;Veneto;Treviso;1;0;TV;26027;26027;26027;26027;D654;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;028;026028;Fontanelle;Fontanelle;;2;Nord-est;Veneto;Treviso;1;0;TV;26028;26028;26028;26028;D674;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;029;026029;Fonte;Fonte;;2;Nord-est;Veneto;Treviso;1;0;TV;26029;26029;26029;26029;D680;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;030;026030;Fregona;Fregona;;2;Nord-est;Veneto;Treviso;1;0;TV;26030;26030;26030;26030;D794;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;031;026031;Gaiarine;Gaiarine;;2;Nord-est;Veneto;Treviso;1;0;TV;26031;26031;26031;26031;D854;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;032;026032;Giavera del Montello;Giavera del Montello;;2;Nord-est;Veneto;Treviso;1;0;TV;26032;26032;26032;26032;E021;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;033;026033;Godega di Sant'Urbano;Godega di Sant'Urbano;;2;Nord-est;Veneto;Treviso;1;0;TV;26033;26033;26033;26033;E071;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;034;026034;Gorgo al Monticano;Gorgo al Monticano;;2;Nord-est;Veneto;Treviso;1;0;TV;26034;26034;26034;26034;E092;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;035;026035;Istrana;Istrana;;2;Nord-est;Veneto;Treviso;1;0;TV;26035;26035;26035;26035;E373;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;036;026036;Loria;Loria;;2;Nord-est;Veneto;Treviso;1;0;TV;26036;26036;26036;26036;E692;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;037;026037;Mansu�;Mansu�;;2;Nord-est;Veneto;Treviso;1;0;TV;26037;26037;26037;26037;E893;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;038;026038;Mareno di Piave;Mareno di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26038;26038;26038;26038;E940;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;039;026039;Maser;Maser;;2;Nord-est;Veneto;Treviso;1;0;TV;26039;26039;26039;26039;F009;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;040;026040;Maserada sul Piave;Maserada sul Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26040;26040;26040;26040;F012;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;041;026041;Meduna di Livenza;Meduna di Livenza;;2;Nord-est;Veneto;Treviso;1;0;TV;26041;26041;26041;26041;F088;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;042;026042;Miane;Miane;;2;Nord-est;Veneto;Treviso;1;0;TV;26042;26042;26042;26042;F190;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;043;026043;Mogliano Veneto;Mogliano Veneto;;2;Nord-est;Veneto;Treviso;1;0;TV;26043;26043;26043;26043;F269;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;044;026044;Monastier di Treviso;Monastier di Treviso;;2;Nord-est;Veneto;Treviso;1;0;TV;26044;26044;26044;26044;F332;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;045;026045;Monfumo;Monfumo;;2;Nord-est;Veneto;Treviso;1;0;TV;26045;26045;26045;26045;F360;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;046;026046;Montebelluna;Montebelluna;;2;Nord-est;Veneto;Treviso;1;0;TV;26046;26046;26046;26046;F443;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;047;026047;Morgano;Morgano;;2;Nord-est;Veneto;Treviso;1;0;TV;26047;26047;26047;26047;F725;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;048;026048;Moriago della Battaglia;Moriago della Battaglia;;2;Nord-est;Veneto;Treviso;1;0;TV;26048;26048;26048;26048;F729;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;049;026049;Motta di Livenza;Motta di Livenza;;2;Nord-est;Veneto;Treviso;1;0;TV;26049;26049;26049;26049;F770;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;050;026050;Nervesa della Battaglia;Nervesa della Battaglia;;2;Nord-est;Veneto;Treviso;1;0;TV;26050;26050;26050;26050;F872;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;051;026051;Oderzo;Oderzo;;2;Nord-est;Veneto;Treviso;1;0;TV;26051;26051;26051;26051;F999;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;052;026052;Ormelle;Ormelle;;2;Nord-est;Veneto;Treviso;1;0;TV;26052;26052;26052;26052;G115;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;053;026053;Orsago;Orsago;;2;Nord-est;Veneto;Treviso;1;0;TV;26053;26053;26053;26053;G123;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;055;026055;Paese;Paese;;2;Nord-est;Veneto;Treviso;1;0;TV;26055;26055;26055;26055;G229;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;056;026056;Pederobba;Pederobba;;2;Nord-est;Veneto;Treviso;1;0;TV;26056;26056;26056;26056;G408;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;057;026057;Pieve di Soligo;Pieve di Soligo;;2;Nord-est;Veneto;Treviso;1;0;TV;26057;26057;26057;26057;G645;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;058;026058;Ponte di Piave;Ponte di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26058;26058;26058;26058;G846;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;059;026059;Ponzano Veneto;Ponzano Veneto;;2;Nord-est;Veneto;Treviso;1;0;TV;26059;26059;26059;26059;G875;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;060;026060;Portobuffol�;Portobuffol�;;2;Nord-est;Veneto;Treviso;1;0;TV;26060;26060;26060;26060;G909;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;061;026061;Possagno;Possagno;;2;Nord-est;Veneto;Treviso;1;0;TV;26061;26061;26061;26061;G933;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;062;026062;Povegliano;Povegliano;;2;Nord-est;Veneto;Treviso;1;0;TV;26062;26062;26062;26062;G944;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;063;026063;Preganziol;Preganziol;;2;Nord-est;Veneto;Treviso;1;0;TV;26063;26063;26063;26063;H022;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;064;026064;Quinto di Treviso;Quinto di Treviso;;2;Nord-est;Veneto;Treviso;1;0;TV;26064;26064;26064;26064;H131;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;065;026065;Refrontolo;Refrontolo;;2;Nord-est;Veneto;Treviso;1;0;TV;26065;26065;26065;26065;H220;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;066;026066;Resana;Resana;;2;Nord-est;Veneto;Treviso;1;0;TV;26066;26066;26066;26066;H238;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;067;026067;Revine Lago;Revine Lago;;2;Nord-est;Veneto;Treviso;1;0;TV;26067;26067;26067;26067;H253;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;068;026068;Riese Pio X;Riese Pio X;;2;Nord-est;Veneto;Treviso;1;0;TV;26068;26068;26068;26068;H280;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;069;026069;Roncade;Roncade;;2;Nord-est;Veneto;Treviso;1;0;TV;26069;26069;26069;26069;H523;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;070;026070;Salgareda;Salgareda;;2;Nord-est;Veneto;Treviso;1;0;TV;26070;26070;26070;26070;H706;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;071;026071;San Biagio di Callalta;San Biagio di Callalta;;2;Nord-est;Veneto;Treviso;1;0;TV;26071;26071;26071;26071;H781;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;072;026072;San Fior;San Fior;;2;Nord-est;Veneto;Treviso;1;0;TV;26072;26072;26072;26072;H843;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;073;026073;San Pietro di Feletto;San Pietro di Feletto;;2;Nord-est;Veneto;Treviso;1;0;TV;26073;26073;26073;26073;I103;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;074;026074;San Polo di Piave;San Polo di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26074;26074;26074;26074;I124;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;075;026075;Santa Lucia di Piave;Santa Lucia di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26075;26075;26075;26075;I221;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;076;026076;San Vendemiano;San Vendemiano;;2;Nord-est;Veneto;Treviso;1;0;TV;26076;26076;26076;26076;I382;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;077;026077;San Zenone degli Ezzelini;San Zenone degli Ezzelini;;2;Nord-est;Veneto;Treviso;1;0;TV;26077;26077;26077;26077;I417;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;078;026078;Sarmede;Sarmede;;2;Nord-est;Veneto;Treviso;1;0;TV;26078;26078;26078;26078;I435;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;079;026079;Segusino;Segusino;;2;Nord-est;Veneto;Treviso;1;0;TV;26079;26079;26079;26079;I578;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;080;026080;Sernaglia della Battaglia;Sernaglia della Battaglia;;2;Nord-est;Veneto;Treviso;1;0;TV;26080;26080;26080;26080;I635;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;081;026081;Silea;Silea;;2;Nord-est;Veneto;Treviso;1;0;TV;26081;26081;26081;26081;F116;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;082;026082;Spresiano;Spresiano;;2;Nord-est;Veneto;Treviso;1;0;TV;26082;26082;26082;26082;I927;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;083;026083;Susegana;Susegana;;2;Nord-est;Veneto;Treviso;1;0;TV;26083;26083;26083;26083;L014;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;084;026084;Tarzo;Tarzo;;2;Nord-est;Veneto;Treviso;1;0;TV;26084;26084;26084;26084;L058;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;085;026085;Trevignano;Trevignano;;2;Nord-est;Veneto;Treviso;1;0;TV;26085;26085;26085;26085;L402;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;086;026086;Treviso;Treviso;;2;Nord-est;Veneto;Treviso;1;1;TV;26086;26086;26086;26086;L407;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;087;026087;Valdobbiadene;Valdobbiadene;;2;Nord-est;Veneto;Treviso;1;0;TV;26087;26087;26087;26087;L565;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;088;026088;Vazzola;Vazzola;;2;Nord-est;Veneto;Treviso;1;0;TV;26088;26088;26088;26088;L700;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;089;026089;Vedelago;Vedelago;;2;Nord-est;Veneto;Treviso;1;0;TV;26089;26089;26089;26089;L706;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;090;026090;Vidor;Vidor;;2;Nord-est;Veneto;Treviso;1;0;TV;26090;26090;26090;26090;L856;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;091;026091;Villorba;Villorba;;2;Nord-est;Veneto;Treviso;1;0;TV;26091;26091;26091;26091;M048;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;092;026092;Vittorio Veneto;Vittorio Veneto;;2;Nord-est;Veneto;Treviso;1;0;TV;26092;26092;26092;26092;M089;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;093;026093;Volpago del Montello;Volpago del Montello;;2;Nord-est;Veneto;Treviso;1;0;TV;26093;26093;26093;26093;M118;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;094;026094;Zenson di Piave;Zenson di Piave;;2;Nord-est;Veneto;Treviso;1;0;TV;26094;26094;26094;26094;M163;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;095;026095;Zero Branco;Zero Branco;;2;Nord-est;Veneto;Treviso;1;0;TV;26095;26095;26095;26095;M171;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;026;026;096;026096;Pieve del Grappa;Pieve del Grappa;;2;Nord-est;Veneto;Treviso;1;0;TV;26096;26096;26096;26096;M422;ITH;ITH3;ITH34;ITH;ITH3;ITH34 +05;227;027;001;027001;Annone Veneto;Annone Veneto;;2;Nord-est;Veneto;Venezia;3;0;VE;27001;27001;27001;27001;A302;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;002;027002;Campagna Lupia;Campagna Lupia;;2;Nord-est;Veneto;Venezia;3;0;VE;27002;27002;27002;27002;B493;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;003;027003;Campolongo Maggiore;Campolongo Maggiore;;2;Nord-est;Veneto;Venezia;3;0;VE;27003;27003;27003;27003;B546;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;004;027004;Camponogara;Camponogara;;2;Nord-est;Veneto;Venezia;3;0;VE;27004;27004;27004;27004;B554;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;005;027005;Caorle;Caorle;;2;Nord-est;Veneto;Venezia;3;0;VE;27005;27005;27005;27005;B642;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;006;027006;Cavarzere;Cavarzere;;2;Nord-est;Veneto;Venezia;3;0;VE;27006;27006;27006;27006;C383;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;007;027007;Ceggia;Ceggia;;2;Nord-est;Veneto;Venezia;3;0;VE;27007;27007;27007;27007;C422;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;008;027008;Chioggia;Chioggia;;2;Nord-est;Veneto;Venezia;3;0;VE;27008;27008;27008;27008;C638;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;009;027009;Cinto Caomaggiore;Cinto Caomaggiore;;2;Nord-est;Veneto;Venezia;3;0;VE;27009;27009;27009;27009;C714;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;010;027010;Cona;Cona;;2;Nord-est;Veneto;Venezia;3;0;VE;27010;27010;27010;27010;C938;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;011;027011;Concordia Sagittaria;Concordia Sagittaria;;2;Nord-est;Veneto;Venezia;3;0;VE;27011;27011;27011;27011;C950;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;012;027012;Dolo;Dolo;;2;Nord-est;Veneto;Venezia;3;0;VE;27012;27012;27012;27012;D325;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;013;027013;Eraclea;Eraclea;;2;Nord-est;Veneto;Venezia;3;0;VE;27013;27013;27013;27013;D415;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;014;027014;Fiesso d'Artico;Fiesso d'Artico;;2;Nord-est;Veneto;Venezia;3;0;VE;27014;27014;27014;27014;D578;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;015;027015;Fossalta di Piave;Fossalta di Piave;;2;Nord-est;Veneto;Venezia;3;0;VE;27015;27015;27015;27015;D740;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;016;027016;Fossalta di Portogruaro;Fossalta di Portogruaro;;2;Nord-est;Veneto;Venezia;3;0;VE;27016;27016;27016;27016;D741;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;017;027017;Foss�;Foss�;;2;Nord-est;Veneto;Venezia;3;0;VE;27017;27017;27017;27017;D748;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;018;027018;Gruaro;Gruaro;;2;Nord-est;Veneto;Venezia;3;0;VE;27018;27018;27018;27018;E215;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;019;027019;Jesolo;Jesolo;;2;Nord-est;Veneto;Venezia;3;0;VE;27019;27019;27019;27019;C388;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;020;027020;Marcon;Marcon;;2;Nord-est;Veneto;Venezia;3;0;VE;27020;27020;27020;27020;E936;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;021;027021;Martellago;Martellago;;2;Nord-est;Veneto;Venezia;3;0;VE;27021;27021;27021;27021;E980;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;022;027022;Meolo;Meolo;;2;Nord-est;Veneto;Venezia;3;0;VE;27022;27022;27022;27022;F130;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;023;027023;Mira;Mira;;2;Nord-est;Veneto;Venezia;3;0;VE;27023;27023;27023;27023;F229;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;024;027024;Mirano;Mirano;;2;Nord-est;Veneto;Venezia;3;0;VE;27024;27024;27024;27024;F241;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;025;027025;Musile di Piave;Musile di Piave;;2;Nord-est;Veneto;Venezia;3;0;VE;27025;27025;27025;27025;F826;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;026;027026;Noale;Noale;;2;Nord-est;Veneto;Venezia;3;0;VE;27026;27026;27026;27026;F904;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;027;027027;Noventa di Piave;Noventa di Piave;;2;Nord-est;Veneto;Venezia;3;0;VE;27027;27027;27027;27027;F963;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;028;027028;Pianiga;Pianiga;;2;Nord-est;Veneto;Venezia;3;0;VE;27028;27028;27028;27028;G565;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;029;027029;Portogruaro;Portogruaro;;2;Nord-est;Veneto;Venezia;3;0;VE;27029;27029;27029;27029;G914;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;030;027030;Pramaggiore;Pramaggiore;;2;Nord-est;Veneto;Venezia;3;0;VE;27030;27030;27030;27030;G981;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;031;027031;Quarto d'Altino;Quarto d'Altino;;2;Nord-est;Veneto;Venezia;3;0;VE;27031;27031;27031;27031;H117;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;032;027032;Salzano;Salzano;;2;Nord-est;Veneto;Venezia;3;0;VE;27032;27032;27032;27032;H735;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;033;027033;San Don� di Piave;San Don� di Piave;;2;Nord-est;Veneto;Venezia;3;0;VE;27033;27033;27033;27033;H823;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;034;027034;San Michele al Tagliamento;San Michele al Tagliamento;;2;Nord-est;Veneto;Venezia;3;0;VE;27034;27034;27034;27034;I040;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;035;027035;Santa Maria di Sala;Santa Maria di Sala;;2;Nord-est;Veneto;Venezia;3;0;VE;27035;27035;27035;27035;I242;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;036;027036;San Stino di Livenza;San Stino di Livenza;;2;Nord-est;Veneto;Venezia;3;0;VE;27036;27036;27036;27036;I373;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;037;027037;Scorz�;Scorz�;;2;Nord-est;Veneto;Venezia;3;0;VE;27037;27037;27037;27037;I551;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;038;027038;Spinea;Spinea;;2;Nord-est;Veneto;Venezia;3;0;VE;27038;27038;27038;27038;I908;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;039;027039;Stra;Stra;;2;Nord-est;Veneto;Venezia;3;0;VE;27039;27039;27039;27039;I965;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;040;027040;Teglio Veneto;Teglio Veneto;;2;Nord-est;Veneto;Venezia;3;0;VE;27040;27040;27040;27040;L085;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;041;027041;Torre di Mosto;Torre di Mosto;;2;Nord-est;Veneto;Venezia;3;0;VE;27041;27041;27041;27041;L267;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;042;027042;Venezia;Venezia;;2;Nord-est;Veneto;Venezia;3;1;VE;27042;27042;27042;27042;L736;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;043;027043;Vigonovo;Vigonovo;;2;Nord-est;Veneto;Venezia;3;0;VE;27043;27043;27043;27043;L899;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;227;027;044;027044;Cavallino-Treporti;Cavallino-Treporti;;2;Nord-est;Veneto;Venezia;3;0;VE;27044;27044;27044;27044;M308;ITH;ITH3;ITH35;ITH;ITH3;ITH35 +05;028;028;001;028001;Abano Terme;Abano Terme;;2;Nord-est;Veneto;Padova;1;0;PD;28001;28001;28001;28001;A001;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;002;028002;Agna;Agna;;2;Nord-est;Veneto;Padova;1;0;PD;28002;28002;28002;28002;A075;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;003;028003;Albignasego;Albignasego;;2;Nord-est;Veneto;Padova;1;0;PD;28003;28003;28003;28003;A161;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;004;028004;Anguillara Veneta;Anguillara Veneta;;2;Nord-est;Veneto;Padova;1;0;PD;28004;28004;28004;28004;A296;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;005;028005;Arqu� Petrarca;Arqu� Petrarca;;2;Nord-est;Veneto;Padova;1;0;PD;28005;28005;28005;28005;A434;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;006;028006;Arre;Arre;;2;Nord-est;Veneto;Padova;1;0;PD;28006;28006;28006;28006;A438;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;007;028007;Arzergrande;Arzergrande;;2;Nord-est;Veneto;Padova;1;0;PD;28007;28007;28007;28007;A458;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;008;028008;Bagnoli di Sopra;Bagnoli di Sopra;;2;Nord-est;Veneto;Padova;1;0;PD;28008;28008;28008;28008;A568;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;009;028009;Baone;Baone;;2;Nord-est;Veneto;Padova;1;0;PD;28009;28009;28009;28009;A613;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;010;028010;Barbona;Barbona;;2;Nord-est;Veneto;Padova;1;0;PD;28010;28010;28010;28010;A637;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;011;028011;Battaglia Terme;Battaglia Terme;;2;Nord-est;Veneto;Padova;1;0;PD;28011;28011;28011;28011;A714;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;012;028012;Boara Pisani;Boara Pisani;;2;Nord-est;Veneto;Padova;1;0;PD;28012;28012;28012;28012;A906;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;013;028013;Borgoricco;Borgoricco;;2;Nord-est;Veneto;Padova;1;0;PD;28013;28013;28013;28013;B031;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;014;028014;Bovolenta;Bovolenta;;2;Nord-est;Veneto;Padova;1;0;PD;28014;28014;28014;28014;B106;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;015;028015;Brugine;Brugine;;2;Nord-est;Veneto;Padova;1;0;PD;28015;28015;28015;28015;B213;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;016;028016;Cadoneghe;Cadoneghe;;2;Nord-est;Veneto;Padova;1;0;PD;28016;28016;28016;28016;B345;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;017;028017;Campodarsego;Campodarsego;;2;Nord-est;Veneto;Padova;1;0;PD;28017;28017;28017;28017;B524;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;018;028018;Campodoro;Campodoro;;2;Nord-est;Veneto;Padova;1;0;PD;28018;28018;28018;28018;B531;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;019;028019;Camposampiero;Camposampiero;;2;Nord-est;Veneto;Padova;1;0;PD;28019;28019;28019;28019;B563;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;020;028020;Campo San Martino;Campo San Martino;;2;Nord-est;Veneto;Padova;1;0;PD;28020;28020;28020;28020;B564;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;021;028021;Candiana;Candiana;;2;Nord-est;Veneto;Padova;1;0;PD;28021;28021;28021;28021;B589;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;023;028023;Carmignano di Brenta;Carmignano di Brenta;;2;Nord-est;Veneto;Padova;1;0;PD;28023;28023;28023;28023;B795;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;026;028026;Cartura;Cartura;;2;Nord-est;Veneto;Padova;1;0;PD;28026;28026;28026;28026;B848;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;027;028027;Casale di Scodosia;Casale di Scodosia;;2;Nord-est;Veneto;Padova;1;0;PD;28027;28027;28027;28027;B877;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;028;028028;Casalserugo;Casalserugo;;2;Nord-est;Veneto;Padova;1;0;PD;28028;28028;28028;28028;B912;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;029;028029;Castelbaldo;Castelbaldo;;2;Nord-est;Veneto;Padova;1;0;PD;28029;28029;28029;28029;C057;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;030;028030;Cervarese Santa Croce;Cervarese Santa Croce;;2;Nord-est;Veneto;Padova;1;0;PD;28030;28030;28030;28030;C544;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;031;028031;Cinto Euganeo;Cinto Euganeo;;2;Nord-est;Veneto;Padova;1;0;PD;28031;28031;28031;28031;C713;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;032;028032;Cittadella;Cittadella;;2;Nord-est;Veneto;Padova;1;0;PD;28032;28032;28032;28032;C743;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;033;028033;Codevigo;Codevigo;;2;Nord-est;Veneto;Padova;1;0;PD;28033;28033;28033;28033;C812;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;034;028034;Conselve;Conselve;;2;Nord-est;Veneto;Padova;1;0;PD;28034;28034;28034;28034;C964;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;035;028035;Correzzola;Correzzola;;2;Nord-est;Veneto;Padova;1;0;PD;28035;28035;28035;28035;D040;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;036;028036;Curtarolo;Curtarolo;;2;Nord-est;Veneto;Padova;1;0;PD;28036;28036;28036;28036;D226;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;037;028037;Este;Este;;2;Nord-est;Veneto;Padova;1;0;PD;28037;28037;28037;28037;D442;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;038;028038;Fontaniva;Fontaniva;;2;Nord-est;Veneto;Padova;1;0;PD;28038;28038;28038;28038;D679;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;039;028039;Galliera Veneta;Galliera Veneta;;2;Nord-est;Veneto;Padova;1;0;PD;28039;28039;28039;28039;D879;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;040;028040;Galzignano Terme;Galzignano Terme;;2;Nord-est;Veneto;Padova;1;0;PD;28040;28040;28040;28040;D889;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;041;028041;Gazzo;Gazzo;;2;Nord-est;Veneto;Padova;1;0;PD;28041;28041;28041;28041;D956;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;042;028042;Grantorto;Grantorto;;2;Nord-est;Veneto;Padova;1;0;PD;28042;28042;28042;28042;E145;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;043;028043;Granze;Granze;;2;Nord-est;Veneto;Padova;1;0;PD;28043;28043;28043;28043;E146;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;044;028044;Legnaro;Legnaro;;2;Nord-est;Veneto;Padova;1;0;PD;28044;28044;28044;28044;E515;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;045;028045;Limena;Limena;;2;Nord-est;Veneto;Padova;1;0;PD;28045;28045;28045;28045;E592;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;046;028046;Loreggia;Loreggia;;2;Nord-est;Veneto;Padova;1;0;PD;28046;28046;28046;28046;E684;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;047;028047;Lozzo Atestino;Lozzo Atestino;;2;Nord-est;Veneto;Padova;1;0;PD;28047;28047;28047;28047;E709;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;048;028048;Maser� di Padova;Maser� di Padova;;2;Nord-est;Veneto;Padova;1;0;PD;28048;28048;28048;28048;F011;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;049;028049;Masi;Masi;;2;Nord-est;Veneto;Padova;1;0;PD;28049;28049;28049;28049;F013;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;050;028050;Massanzago;Massanzago;;2;Nord-est;Veneto;Padova;1;0;PD;28050;28050;28050;28050;F033;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;052;028052;Megliadino San Vitale;Megliadino San Vitale;;2;Nord-est;Veneto;Padova;1;0;PD;28052;28052;28052;28052;F092;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;053;028053;Merlara;Merlara;;2;Nord-est;Veneto;Padova;1;0;PD;28053;28053;28053;28053;F148;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;054;028054;Mestrino;Mestrino;;2;Nord-est;Veneto;Padova;1;0;PD;28054;28054;28054;28054;F161;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;055;028055;Monselice;Monselice;;2;Nord-est;Veneto;Padova;1;0;PD;28055;28055;28055;28055;F382;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;056;028056;Montagnana;Montagnana;;2;Nord-est;Veneto;Padova;1;0;PD;28056;28056;28056;28056;F394;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;057;028057;Montegrotto Terme;Montegrotto Terme;;2;Nord-est;Veneto;Padova;1;0;PD;28057;28057;28057;28057;F529;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;058;028058;Noventa Padovana;Noventa Padovana;;2;Nord-est;Veneto;Padova;1;0;PD;28058;28058;28058;28058;F962;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;059;028059;Ospedaletto Euganeo;Ospedaletto Euganeo;;2;Nord-est;Veneto;Padova;1;0;PD;28059;28059;28059;28059;G167;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;060;028060;Padova;Padova;;2;Nord-est;Veneto;Padova;1;1;PD;28060;28060;28060;28060;G224;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;061;028061;Pernumia;Pernumia;;2;Nord-est;Veneto;Padova;1;0;PD;28061;28061;28061;28061;G461;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;062;028062;Piacenza d'Adige;Piacenza d'Adige;;2;Nord-est;Veneto;Padova;1;0;PD;28062;28062;28062;28062;G534;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;063;028063;Piazzola sul Brenta;Piazzola sul Brenta;;2;Nord-est;Veneto;Padova;1;0;PD;28063;28063;28063;28063;G587;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;064;028064;Piombino Dese;Piombino Dese;;2;Nord-est;Veneto;Padova;1;0;PD;28064;28064;28064;28064;G688;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;065;028065;Piove di Sacco;Piove di Sacco;;2;Nord-est;Veneto;Padova;1;0;PD;28065;28065;28065;28065;G693;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;066;028066;Polverara;Polverara;;2;Nord-est;Veneto;Padova;1;0;PD;28066;28066;28066;28066;G802;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;067;028067;Ponso;Ponso;;2;Nord-est;Veneto;Padova;1;0;PD;28067;28067;28067;28067;G823;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;068;028068;Pontelongo;Pontelongo;;2;Nord-est;Veneto;Padova;1;0;PD;28068;28068;28068;28068;G850;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;069;028069;Ponte San Nicol�;Ponte San Nicol�;;2;Nord-est;Veneto;Padova;1;0;PD;28069;28069;28069;28069;G855;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;070;028070;Pozzonovo;Pozzonovo;;2;Nord-est;Veneto;Padova;1;0;PD;28070;28070;28070;28070;G963;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;071;028071;Rovolon;Rovolon;;2;Nord-est;Veneto;Padova;1;0;PD;28071;28071;28071;28071;H622;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;072;028072;Rubano;Rubano;;2;Nord-est;Veneto;Padova;1;0;PD;28072;28072;28072;28072;H625;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;073;028073;Saccolongo;Saccolongo;;2;Nord-est;Veneto;Padova;1;0;PD;28073;28073;28073;28073;H655;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;075;028075;San Giorgio delle Pertiche;San Giorgio delle Pertiche;;2;Nord-est;Veneto;Padova;1;0;PD;28075;28075;28075;28075;H893;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;076;028076;San Giorgio in Bosco;San Giorgio in Bosco;;2;Nord-est;Veneto;Padova;1;0;PD;28076;28076;28076;28076;H897;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;077;028077;San Martino di Lupari;San Martino di Lupari;;2;Nord-est;Veneto;Padova;1;0;PD;28077;28077;28077;28077;I008;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;078;028078;San Pietro in Gu;San Pietro in Gu;;2;Nord-est;Veneto;Padova;1;0;PD;28078;28078;28078;28078;I107;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;079;028079;San Pietro Viminario;San Pietro Viminario;;2;Nord-est;Veneto;Padova;1;0;PD;28079;28079;28079;28079;I120;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;080;028080;Santa Giustina in Colle;Santa Giustina in Colle;;2;Nord-est;Veneto;Padova;1;0;PD;28080;28080;28080;28080;I207;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;082;028082;Sant'Angelo di Piove di Sacco;Sant'Angelo di Piove di Sacco;;2;Nord-est;Veneto;Padova;1;0;PD;28082;28082;28082;28082;I275;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;083;028083;Sant'Elena;Sant'Elena;;2;Nord-est;Veneto;Padova;1;0;PD;28083;28083;28083;28083;I319;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;084;028084;Sant'Urbano;Sant'Urbano;;2;Nord-est;Veneto;Padova;1;0;PD;28084;28084;28084;28084;I375;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;085;028085;Saonara;Saonara;;2;Nord-est;Veneto;Padova;1;0;PD;28085;28085;28085;28085;I418;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;086;028086;Selvazzano Dentro;Selvazzano Dentro;;2;Nord-est;Veneto;Padova;1;0;PD;28086;28086;28086;28086;I595;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;087;028087;Solesino;Solesino;;2;Nord-est;Veneto;Padova;1;0;PD;28087;28087;28087;28087;I799;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;088;028088;Stanghella;Stanghella;;2;Nord-est;Veneto;Padova;1;0;PD;28088;28088;28088;28088;I938;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;089;028089;Teolo;Teolo;;2;Nord-est;Veneto;Padova;1;0;PD;28089;28089;28089;28089;L100;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;090;028090;Terrassa Padovana;Terrassa Padovana;;2;Nord-est;Veneto;Padova;1;0;PD;28090;28090;28090;28090;L132;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;091;028091;Tombolo;Tombolo;;2;Nord-est;Veneto;Padova;1;0;PD;28091;28091;28091;28091;L199;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;092;028092;Torreglia;Torreglia;;2;Nord-est;Veneto;Padova;1;0;PD;28092;28092;28092;28092;L270;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;093;028093;Trebaseleghe;Trebaseleghe;;2;Nord-est;Veneto;Padova;1;0;PD;28093;28093;28093;28093;L349;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;094;028094;Tribano;Tribano;;2;Nord-est;Veneto;Padova;1;0;PD;28094;28094;28094;28094;L414;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;095;028095;Urbana;Urbana;;2;Nord-est;Veneto;Padova;1;0;PD;28095;28095;28095;28095;L497;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;096;028096;Veggiano;Veggiano;;2;Nord-est;Veneto;Padova;1;0;PD;28096;28096;28096;28096;L710;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;097;028097;Vescovana;Vescovana;;2;Nord-est;Veneto;Padova;1;0;PD;28097;28097;28097;28097;L805;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;099;028099;Vigodarzere;Vigodarzere;;2;Nord-est;Veneto;Padova;1;0;PD;28099;28099;28099;28099;L892;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;100;028100;Vigonza;Vigonza;;2;Nord-est;Veneto;Padova;1;0;PD;28100;28100;28100;28100;L900;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;101;028101;Villa del Conte;Villa del Conte;;2;Nord-est;Veneto;Padova;1;0;PD;28101;28101;28101;28101;L934;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;102;028102;Villa Estense;Villa Estense;;2;Nord-est;Veneto;Padova;1;0;PD;28102;28102;28102;28102;L937;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;103;028103;Villafranca Padovana;Villafranca Padovana;;2;Nord-est;Veneto;Padova;1;0;PD;28103;28103;28103;28103;L947;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;104;028104;Villanova di Camposampiero;Villanova di Camposampiero;;2;Nord-est;Veneto;Padova;1;0;PD;28104;28104;28104;28104;L979;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;105;028105;Vo';Vo';;2;Nord-est;Veneto;Padova;1;0;PD;28105;28105;28105;28105;M103;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;106;028106;Due Carrare;Due Carrare;;2;Nord-est;Veneto;Padova;1;0;PD;28106;28106;28106;28106;M300;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;107;028107;Borgo Veneto;Borgo Veneto;;2;Nord-est;Veneto;Padova;1;0;PD;28107;28107;28107;28107;M402;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;028;028;108;028108;Santa Caterina d'Este;Santa Caterina d'Este;;2;Nord-est;Veneto;Padova;1;0;PD;28108;28108;28108;28108;M438;ITH;ITH3;ITH36;ITH;ITH3;ITH36 +05;029;029;001;029001;Adria;Adria;;2;Nord-est;Veneto;Rovigo;1;0;RO;29001;29001;29001;29001;A059;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;002;029002;Ariano nel Polesine;Ariano nel Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29002;29002;29002;29002;A400;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;003;029003;Arqu� Polesine;Arqu� Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29003;29003;29003;29003;A435;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;004;029004;Badia Polesine;Badia Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29004;29004;29004;29004;A539;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;005;029005;Bagnolo di Po;Bagnolo di Po;;2;Nord-est;Veneto;Rovigo;1;0;RO;29005;29005;29005;29005;A574;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;006;029006;Bergantino;Bergantino;;2;Nord-est;Veneto;Rovigo;1;0;RO;29006;29006;29006;29006;A795;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;007;029007;Bosaro;Bosaro;;2;Nord-est;Veneto;Rovigo;1;0;RO;29007;29007;29007;29007;B069;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;008;029008;Calto;Calto;;2;Nord-est;Veneto;Rovigo;1;0;RO;29008;29008;29008;29008;B432;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;009;029009;Canaro;Canaro;;2;Nord-est;Veneto;Rovigo;1;0;RO;29009;29009;29009;29009;B578;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;010;029010;Canda;Canda;;2;Nord-est;Veneto;Rovigo;1;0;RO;29010;29010;29010;29010;B582;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;011;029011;Castelguglielmo;Castelguglielmo;;2;Nord-est;Veneto;Rovigo;1;0;RO;29011;29011;29011;29011;C122;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;012;029012;Castelmassa;Castelmassa;;2;Nord-est;Veneto;Rovigo;1;0;RO;29012;29012;29012;29012;C207;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;013;029013;Castelnovo Bariano;Castelnovo Bariano;;2;Nord-est;Veneto;Rovigo;1;0;RO;29013;29013;29013;29013;C215;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;014;029014;Ceneselli;Ceneselli;;2;Nord-est;Veneto;Rovigo;1;0;RO;29014;29014;29014;29014;C461;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;015;029015;Ceregnano;Ceregnano;;2;Nord-est;Veneto;Rovigo;1;0;RO;29015;29015;29015;29015;C500;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;017;029017;Corbola;Corbola;;2;Nord-est;Veneto;Rovigo;1;0;RO;29017;29017;29017;29017;C987;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;018;029018;Costa di Rovigo;Costa di Rovigo;;2;Nord-est;Veneto;Rovigo;1;0;RO;29018;29018;29018;29018;D105;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;019;029019;Crespino;Crespino;;2;Nord-est;Veneto;Rovigo;1;0;RO;29019;29019;29019;29019;D161;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;021;029021;Ficarolo;Ficarolo;;2;Nord-est;Veneto;Rovigo;1;0;RO;29021;29021;29021;29021;D568;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;022;029022;Fiesso Umbertiano;Fiesso Umbertiano;;2;Nord-est;Veneto;Rovigo;1;0;RO;29022;29022;29022;29022;D577;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;023;029023;Frassinelle Polesine;Frassinelle Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29023;29023;29023;29023;D776;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;024;029024;Fratta Polesine;Fratta Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29024;29024;29024;29024;D788;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;025;029025;Gaiba;Gaiba;;2;Nord-est;Veneto;Rovigo;1;0;RO;29025;29025;29025;29025;D855;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;026;029026;Gavello;Gavello;;2;Nord-est;Veneto;Rovigo;1;0;RO;29026;29026;29026;29026;D942;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;027;029027;Giacciano con Baruchella;Giacciano con Baruchella;;2;Nord-est;Veneto;Rovigo;1;0;RO;29027;29027;29027;29027;E008;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;028;029028;Guarda Veneta;Guarda Veneta;;2;Nord-est;Veneto;Rovigo;1;0;RO;29028;29028;29028;29028;E240;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;029;029029;Lendinara;Lendinara;;2;Nord-est;Veneto;Rovigo;1;0;RO;29029;29029;29029;29029;E522;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;030;029030;Loreo;Loreo;;2;Nord-est;Veneto;Rovigo;1;0;RO;29030;29030;29030;29030;E689;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;031;029031;Lusia;Lusia;;2;Nord-est;Veneto;Rovigo;1;0;RO;29031;29031;29031;29031;E761;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;032;029032;Melara;Melara;;2;Nord-est;Veneto;Rovigo;1;0;RO;29032;29032;29032;29032;F095;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;033;029033;Occhiobello;Occhiobello;;2;Nord-est;Veneto;Rovigo;1;0;RO;29033;29033;29033;29033;F994;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;034;029034;Papozze;Papozze;;2;Nord-est;Veneto;Rovigo;1;0;RO;29034;29034;29034;29034;G323;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;035;029035;Pettorazza Grimani;Pettorazza Grimani;;2;Nord-est;Veneto;Rovigo;1;0;RO;29035;29035;29035;29035;G525;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;036;029036;Pincara;Pincara;;2;Nord-est;Veneto;Rovigo;1;0;RO;29036;29036;29036;29036;G673;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;037;029037;Polesella;Polesella;;2;Nord-est;Veneto;Rovigo;1;0;RO;29037;29037;29037;29037;G782;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;038;029038;Pontecchio Polesine;Pontecchio Polesine;;2;Nord-est;Veneto;Rovigo;1;0;RO;29038;29038;29038;29038;G836;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;039;029039;Porto Tolle;Porto Tolle;;2;Nord-est;Veneto;Rovigo;1;0;RO;29039;29039;29039;29039;G923;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;040;029040;Rosolina;Rosolina;;2;Nord-est;Veneto;Rovigo;1;0;RO;29040;29040;29040;29040;H573;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;041;029041;Rovigo;Rovigo;;2;Nord-est;Veneto;Rovigo;1;1;RO;29041;29041;29041;29041;H620;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;042;029042;Salara;Salara;;2;Nord-est;Veneto;Rovigo;1;0;RO;29042;29042;29042;29042;H689;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;043;029043;San Bellino;San Bellino;;2;Nord-est;Veneto;Rovigo;1;0;RO;29043;29043;29043;29043;H768;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;044;029044;San Martino di Venezze;San Martino di Venezze;;2;Nord-est;Veneto;Rovigo;1;0;RO;29044;29044;29044;29044;H996;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;045;029045;Stienta;Stienta;;2;Nord-est;Veneto;Rovigo;1;0;RO;29045;29045;29045;29045;I953;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;046;029046;Taglio di Po;Taglio di Po;;2;Nord-est;Veneto;Rovigo;1;0;RO;29046;29046;29046;29046;L026;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;047;029047;Trecenta;Trecenta;;2;Nord-est;Veneto;Rovigo;1;0;RO;29047;29047;29047;29047;L359;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;048;029048;Villadose;Villadose;;2;Nord-est;Veneto;Rovigo;1;0;RO;29048;29048;29048;29048;L939;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;049;029049;Villamarzana;Villamarzana;;2;Nord-est;Veneto;Rovigo;1;0;RO;29049;29049;29049;29049;L967;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;050;029050;Villanova del Ghebbo;Villanova del Ghebbo;;2;Nord-est;Veneto;Rovigo;1;0;RO;29050;29050;29050;29050;L985;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;051;029051;Villanova Marchesana;Villanova Marchesana;;2;Nord-est;Veneto;Rovigo;1;0;RO;29051;29051;29051;29051;L988;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +05;029;029;052;029052;Porto Viro;Porto Viro;;2;Nord-est;Veneto;Rovigo;1;0;RO;29052;29052;29052;29052;G926;ITH;ITH3;ITH37;ITH;ITH3;ITH37 +06;030;030;001;030001;Aiello del Friuli;Aiello del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30001;30001;30001;30001;A103;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;002;030002;Amaro;Amaro;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30002;30002;30002;30002;A254;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;003;030003;Ampezzo;Ampezzo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30003;30003;30003;30003;A267;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;004;030004;Aquileia;Aquileia;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30004;30004;30004;30004;A346;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;005;030005;Arta Terme;Arta Terme;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30005;30005;30005;30005;A447;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;006;030006;Artegna;Artegna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30006;30006;30006;30006;A448;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;007;030007;Attimis;Attimis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30007;30007;30007;30007;A491;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;008;030008;Bagnaria Arsa;Bagnaria Arsa;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30008;30008;30008;30008;A553;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;009;030009;Basiliano;Basiliano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30009;30009;30009;30009;A700;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;010;030010;Bertiolo;Bertiolo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30010;30010;30010;30010;A810;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;011;030011;Bicinicco;Bicinicco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30011;30011;30011;30011;A855;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;012;030012;Bordano;Bordano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30012;30012;30012;30012;A983;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;013;030013;Buja;Buja;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30013;30013;30013;30013;B259;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;014;030014;Buttrio;Buttrio;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30014;30014;30014;30014;B309;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;015;030015;Camino al Tagliamento;Camino al Tagliamento;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30015;30015;30015;30015;B483;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;016;030016;Campoformido;Campoformido;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30016;30016;30016;30016;B536;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;018;030018;Carlino;Carlino;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30018;30018;30018;30018;B788;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;019;030019;Cassacco;Cassacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30019;30019;30019;30019;B994;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;020;030020;Castions di Strada;Castions di Strada;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30020;30020;30020;30020;C327;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;021;030021;Cavazzo Carnico;Cavazzo Carnico;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30021;30021;30021;30021;C389;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;022;030022;Cercivento;Cercivento;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30022;30022;30022;30022;C494;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;023;030023;Cervignano del Friuli;Cervignano del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30023;30023;30023;30023;C556;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;024;030024;Chiopris-Viscone;Chiopris-Viscone;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30024;30024;30024;30024;C641;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;025;030025;Chiusaforte;Chiusaforte;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30025;30025;30025;30025;C656;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;026;030026;Cividale del Friuli;Cividale del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30026;30026;30026;30026;C758;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;027;030027;Codroipo;Codroipo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30027;30027;30027;30027;C817;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;028;030028;Colloredo di Monte Albano;Colloredo di Monte Albano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30028;30028;30028;30028;C885;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;029;030029;Comeglians;Comeglians;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30029;30029;30029;30029;C918;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;030;030030;Corno di Rosazzo;Corno di Rosazzo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30030;30030;30030;30030;D027;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;031;030031;Coseano;Coseano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30031;30031;30031;30031;D085;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;032;030032;Dignano;Dignano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30032;30032;30032;30032;D300;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;033;030033;Dogna;Dogna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30033;30033;30033;30033;D316;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;034;030034;Drenchia;Drenchia;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30034;30034;30034;30034;D366;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;035;030035;Enemonzo;Enemonzo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30035;30035;30035;30035;D408;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;036;030036;Faedis;Faedis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30036;30036;30036;30036;D455;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;037;030037;Fagagna;Fagagna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30037;30037;30037;30037;D461;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;039;030039;Flaibano;Flaibano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30039;30039;30039;30039;D630;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;040;030040;Forni Avoltri;Forni Avoltri;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30040;30040;30040;30040;D718;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;041;030041;Forni di Sopra;Forni di Sopra;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30041;30041;30041;30041;D719;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;042;030042;Forni di Sotto;Forni di Sotto;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30042;30042;30042;30042;D720;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;043;030043;Gemona del Friuli;Gemona del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30043;30043;30043;30043;D962;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;044;030044;Gonars;Gonars;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30044;30044;30044;30044;E083;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;045;030045;Grimacco;Grimacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30045;30045;30045;30045;E179;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;046;030046;Latisana;Latisana;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30046;30046;30046;30046;E473;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;047;030047;Lauco;Lauco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30047;30047;30047;30047;E476;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;048;030048;Lestizza;Lestizza;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30048;30048;30048;30048;E553;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;049;030049;Lignano Sabbiadoro;Lignano Sabbiadoro;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30049;30049;30049;30049;E584;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;051;030051;Lusevera;Lusevera;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30051;30051;30051;30051;E760;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;052;030052;Magnano in Riviera;Magnano in Riviera;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30052;30052;30052;30052;E820;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;053;030053;Majano;Majano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30053;30053;30053;30053;E833;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;054;030054;Malborghetto Valbruna;Malborghetto Valbruna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30054;30054;30054;30054;E847;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;055;030055;Manzano;Manzano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30055;30055;30055;30055;E899;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;056;030056;Marano Lagunare;Marano Lagunare;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30056;30056;30056;30056;E910;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;057;030057;Martignacco;Martignacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30057;30057;30057;30057;E982;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;058;030058;Mereto di Tomba;Mereto di Tomba;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30058;30058;30058;30058;F144;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;059;030059;Moggio Udinese;Moggio Udinese;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30059;30059;30059;30059;F266;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;060;030060;Moimacco;Moimacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30060;30060;30060;30060;F275;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;061;030061;Montenars;Montenars;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30061;30061;30061;30061;F574;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;062;030062;Mortegliano;Mortegliano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30062;30062;30062;30062;F756;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;063;030063;Moruzzo;Moruzzo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30063;30063;30063;30063;F760;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;064;030064;Muzzana del Turgnano;Muzzana del Turgnano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30064;30064;30064;30064;F832;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;065;030065;Nimis;Nimis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30065;30065;30065;30065;F898;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;066;030066;Osoppo;Osoppo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30066;30066;30066;30066;G163;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;067;030067;Ovaro;Ovaro;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30067;30067;30067;30067;G198;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;068;030068;Pagnacco;Pagnacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30068;30068;30068;30068;G238;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;069;030069;Palazzolo dello Stella;Palazzolo dello Stella;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30069;30069;30069;30069;G268;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;070;030070;Palmanova;Palmanova;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30070;30070;30070;30070;G284;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;071;030071;Paluzza;Paluzza;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30071;30071;30071;30071;G300;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;072;030072;Pasian di Prato;Pasian di Prato;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30072;30072;30072;30072;G352;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;073;030073;Paularo;Paularo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30073;30073;30073;30073;G381;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;074;030074;Pavia di Udine;Pavia di Udine;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30074;30074;30074;30074;G389;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;075;030075;Pocenia;Pocenia;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30075;30075;30075;30075;G743;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;076;030076;Pontebba;Pontebba;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30076;30076;30076;30076;G831;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;077;030077;Porpetto;Porpetto;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30077;30077;30077;30077;G891;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;078;030078;Povoletto;Povoletto;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30078;30078;30078;30078;G949;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;079;030079;Pozzuolo del Friuli;Pozzuolo del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30079;30079;30079;30079;G966;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;080;030080;Pradamano;Pradamano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30080;30080;30080;30080;G969;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;081;030081;Prato Carnico;Prato Carnico;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30081;30081;30081;30081;H002;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;082;030082;Precenicco;Precenicco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30082;30082;30082;30082;H014;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;083;030083;Premariacco;Premariacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30083;30083;30083;30083;H029;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;084;030084;Preone;Preone;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30084;30084;30084;30084;H038;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;085;030085;Prepotto;Prepotto;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30085;30085;30085;30085;H040;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;086;030086;Pulfero;Pulfero;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30086;30086;30086;30086;H089;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;087;030087;Ragogna;Ragogna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30087;30087;30087;30087;H161;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;088;030088;Ravascletto;Ravascletto;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30088;30088;30088;30088;H196;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;089;030089;Raveo;Raveo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30089;30089;30089;30089;H200;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;090;030090;Reana del Rojale;Reana del Rojale;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30090;30090;30090;30090;H206;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;091;030091;Remanzacco;Remanzacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30091;30091;30091;30091;H229;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;092;030092;Resia;Resia;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30092;30092;30092;30092;H242;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;093;030093;Resiutta;Resiutta;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30093;30093;30093;30093;H244;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;094;030094;Rigolato;Rigolato;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30094;30094;30094;30094;H289;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;095;030095;Rive d'Arcano;Rive d'Arcano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30095;30095;30095;30095;H347;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;097;030097;Ronchis;Ronchis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30097;30097;30097;30097;H533;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;098;030098;Ruda;Ruda;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30098;30098;30098;30098;H629;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;099;030099;San Daniele del Friuli;San Daniele del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30099;30099;30099;30099;H816;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;100;030100;San Giorgio di Nogaro;San Giorgio di Nogaro;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30100;30100;30100;30100;H895;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;101;030101;San Giovanni al Natisone;San Giovanni al Natisone;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30101;30101;30101;30101;H906;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;102;030102;San Leonardo;San Leonardo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30102;30102;30102;30102;H951;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;103;030103;San Pietro al Natisone;San Pietro al Natisone;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30103;30103;30103;30103;I092;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;104;030104;Santa Maria la Longa;Santa Maria la Longa;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30104;30104;30104;30104;I248;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;105;030105;San Vito al Torre;San Vito al Torre;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30105;30105;30105;30105;I404;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;106;030106;San Vito di Fagagna;San Vito di Fagagna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30106;30106;30106;30106;I405;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;107;030107;Sauris;Sauris;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30107;30107;30107;30107;I464;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;108;030108;Savogna;Savogna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30108;30108;30108;30108;I478;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;109;030109;Sedegliano;Sedegliano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30109;30109;30109;30109;I562;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;110;030110;Socchieve;Socchieve;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30110;30110;30110;30110;I777;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;111;030111;Stregna;Stregna;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30111;30111;30111;30111;I974;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;112;030112;Sutrio;Sutrio;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30112;30112;30112;30112;L018;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;113;030113;Taipana;Taipana;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30113;30113;30113;30113;G736;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;114;030114;Talmassons;Talmassons;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30114;30114;30114;30114;L039;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;116;030116;Tarcento;Tarcento;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30116;30116;30116;30116;L050;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;117;030117;Tarvisio;Tarvisio;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30117;30117;30117;30117;L057;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;118;030118;Tavagnacco;Tavagnacco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30118;30118;30118;30118;L065;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;120;030120;Terzo d'Aquileia;Terzo d'Aquileia;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30120;30120;30120;30120;L144;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;121;030121;Tolmezzo;Tolmezzo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30121;30121;30121;30121;L195;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;122;030122;Torreano;Torreano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30122;30122;30122;30122;L246;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;123;030123;Torviscosa;Torviscosa;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30123;30123;30123;30123;L309;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;124;030124;Trasaghis;Trasaghis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30124;30124;30124;30124;L335;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;126;030126;Treppo Grande;Treppo Grande;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30126;30126;30126;30126;L382;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;127;030127;Tricesimo;Tricesimo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30127;30127;30127;30127;L421;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;128;030128;Trivignano Udinese;Trivignano Udinese;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30128;30128;30128;30128;L438;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;129;030129;Udine;Udine;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;1;UD;30129;30129;30129;30129;L483;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;130;030130;Varmo;Varmo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30130;30130;30130;30130;L686;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;131;030131;Venzone;Venzone;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30131;30131;30131;30131;L743;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;132;030132;Verzegnis;Verzegnis;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30132;30132;30132;30132;L801;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;133;030133;Villa Santina;Villa Santina;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30133;30133;30133;30133;L909;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;135;030135;Visco;Visco;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30135;30135;30135;30135;M073;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;136;030136;Zuglio;Zuglio;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30136;30136;30136;30136;M200;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;137;030137;Forgaria nel Friuli;Forgaria nel Friuli;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30137;30137;30137;30137;D700;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;138;030138;Campolongo Tapogliano;Campolongo Tapogliano;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30138;30138;30138;30138;M311;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;188;030188;Rivignano Teor;Rivignano Teor;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30188;30188;30188;30188;M317;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;189;030189;Sappada;Sappada;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30189;25052;25052;25052;I421;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;190;030190;Fiumicello Villa Vicentina;Fiumicello Villa Vicentina;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30190;30190;30190;30190;M400;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;030;030;191;030191;Treppo Ligosullo;Treppo Ligosullo;;2;Nord-est;Friuli-Venezia Giulia;Udine;5;0;UD;30191;30191;30191;30191;M399;ITH;ITH4;ITH42;ITH;ITH4;ITH42 +06;031;031;001;031001;Capriva del Friuli;Capriva del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31001;31001;31001;31001;B712;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;002;031002;Cormons;Cormons;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31002;31002;31002;31002;D014;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;003;031003;Doberd� del Lago-Doberdob;Doberd� del Lago;Doberdob;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31003;31003;31003;31003;D312;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;004;031004;Dolegna del Collio;Dolegna del Collio;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31004;31004;31004;31004;D321;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;005;031005;Farra d'Isonzo;Farra d'Isonzo;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31005;31005;31005;31005;D504;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;006;031006;Fogliano Redipuglia;Fogliano Redipuglia;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31006;31006;31006;31006;D645;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;007;031007;Gorizia;Gorizia;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;1;GO;31007;31007;31007;31007;E098;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;008;031008;Gradisca d'Isonzo;Gradisca d'Isonzo;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31008;31008;31008;31008;E124;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;009;031009;Grado;Grado;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31009;31009;31009;31009;E125;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;010;031010;Mariano del Friuli;Mariano del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31010;31010;31010;31010;E952;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;011;031011;Medea;Medea;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31011;31011;31011;31011;F081;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;012;031012;Monfalcone;Monfalcone;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31012;31012;31012;31012;F356;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;013;031013;Moraro;Moraro;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31013;31013;31013;31013;F710;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;014;031014;Mossa;Mossa;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31014;31014;31014;31014;F767;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;015;031015;Romans d'Isonzo;Romans d'Isonzo;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31015;31015;31015;31015;H514;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;016;031016;Ronchi dei Legionari;Ronchi dei Legionari;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31016;31016;31016;31016;H531;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;017;031017;Sagrado;Sagrado;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31017;31017;31017;31017;H665;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;018;031018;San Canzian d'Isonzo;San Canzian d'Isonzo;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31018;31018;31018;31018;H787;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;019;031019;San Floriano del Collio-�teverjan;San Floriano del Collio;�teverjan;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31019;31019;31019;31019;H845;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;020;031020;San Lorenzo Isontino;San Lorenzo Isontino;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31020;31020;31020;31020;H964;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;021;031021;San Pier d'Isonzo;San Pier d'Isonzo;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31021;31021;31021;31021;I082;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;022;031022;Savogna d'Isonzo-Sovodnje ob So?i;Savogna d'Isonzo;Sovodnje ob So?i;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31022;31022;31022;31022;I479;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;023;031023;Staranzano;Staranzano;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31023;31023;31023;31023;I939;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;024;031024;Turriaco;Turriaco;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31024;31024;31024;31024;L474;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;031;031;025;031025;Villesse;Villesse;;2;Nord-est;Friuli-Venezia Giulia;Gorizia;5;0;GO;31025;31025;31025;31025;M043;ITH;ITH4;ITH43;ITH;ITH4;ITH43 +06;032;032;001;032001;Duino Aurisina-Devin Nabre�ina;Duino Aurisina;Devin Nabre�ina;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;0;TS;32001;32001;32001;32001;D383;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;032;032;002;032002;Monrupino-Repentabor;Monrupino;Repentabor;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;0;TS;32002;32002;32002;32002;F378;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;032;032;003;032003;Muggia;Muggia;;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;0;TS;32003;32003;32003;32003;F795;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;032;032;004;032004;San Dorligo della Valle-Dolina;San Dorligo della Valle;Dolina;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;0;TS;32004;32004;32004;32004;D324;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;032;032;005;032005;Sgonico-Zgonik;Sgonico;Zgonik;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;0;TS;32005;32005;32005;32005;I715;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;032;032;006;032006;Trieste;Trieste;;2;Nord-est;Friuli-Venezia Giulia;Trieste;5;1;TS;32006;32006;32006;32006;L424;ITH;ITH4;ITH44;ITH;ITH4;ITH44 +06;093;093;001;093001;Andreis;Andreis;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93001;93001;93001;93001;A283;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;002;093002;Arba;Arba;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93002;93002;93002;93002;A354;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;004;093004;Aviano;Aviano;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93004;93004;93004;93004;A516;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;005;093005;Azzano Decimo;Azzano Decimo;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93005;93005;93005;93005;A530;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;006;093006;Barcis;Barcis;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93006;93006;93006;93006;A640;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;007;093007;Brugnera;Brugnera;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93007;93007;93007;93007;B215;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;008;093008;Budoia;Budoia;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93008;93008;93008;93008;B247;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;009;093009;Caneva;Caneva;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93009;93009;93009;93009;B598;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;010;093010;Casarsa della Delizia;Casarsa della Delizia;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93010;93010;93010;93010;B940;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;011;093011;Castelnovo del Friuli;Castelnovo del Friuli;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93011;93011;93011;93011;C217;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;012;093012;Cavasso Nuovo;Cavasso Nuovo;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93012;93012;93012;93012;C385;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;013;093013;Chions;Chions;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93013;93013;93013;93013;C640;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;014;093014;Cimolais;Cimolais;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93014;93014;93014;93014;C699;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;015;093015;Claut;Claut;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93015;93015;93015;93015;C790;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;016;093016;Clauzetto;Clauzetto;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93016;93016;93016;93016;C791;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;017;093017;Cordenons;Cordenons;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93017;93017;93017;93017;C991;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;018;093018;Cordovado;Cordovado;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93018;93018;93018;93018;C993;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;019;093019;Erto e Casso;Erto e Casso;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93019;93019;93019;93019;D426;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;020;093020;Fanna;Fanna;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93020;93020;93020;93020;D487;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;021;093021;Fiume Veneto;Fiume Veneto;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93021;93021;93021;93021;D621;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;022;093022;Fontanafredda;Fontanafredda;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93022;93022;93022;93022;D670;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;024;093024;Frisanco;Frisanco;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93024;93024;93024;93024;D804;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;025;093025;Maniago;Maniago;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93025;93025;93025;93025;E889;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;026;093026;Meduno;Meduno;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93026;93026;93026;93026;F089;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;027;093027;Montereale Valcellina;Montereale Valcellina;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93027;93027;93027;93027;F596;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;028;093028;Morsano al Tagliamento;Morsano al Tagliamento;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93028;93028;93028;93028;F750;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;029;093029;Pasiano di Pordenone;Pasiano di Pordenone;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93029;93029;93029;93029;G353;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;030;093030;Pinzano al Tagliamento;Pinzano al Tagliamento;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93030;93030;93030;93030;G680;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;031;093031;Polcenigo;Polcenigo;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93031;93031;93031;93031;G780;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;032;093032;Porcia;Porcia;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93032;93032;93032;93032;G886;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;033;093033;Pordenone;Pordenone;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;1;PN;93033;93033;93033;93033;G888;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;034;093034;Prata di Pordenone;Prata di Pordenone;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93034;93034;93034;93034;G994;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;035;093035;Pravisdomini;Pravisdomini;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93035;93035;93035;93035;H010;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;036;093036;Roveredo in Piano;Roveredo in Piano;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93036;93036;93036;93036;H609;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;037;093037;Sacile;Sacile;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93037;93037;93037;93037;H657;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;038;093038;San Giorgio della Richinvelda;San Giorgio della Richinvelda;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93038;93038;93038;93038;H891;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;039;093039;San Martino al Tagliamento;San Martino al Tagliamento;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93039;93039;93039;93039;H999;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;040;093040;San Quirino;San Quirino;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93040;93040;93040;93040;I136;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;041;093041;San Vito al Tagliamento;San Vito al Tagliamento;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93041;93041;93041;93041;I403;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;042;093042;Sequals;Sequals;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93042;93042;93042;93042;I621;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;043;093043;Sesto al Reghena;Sesto al Reghena;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93043;93043;93043;93043;I686;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;044;093044;Spilimbergo;Spilimbergo;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93044;93044;93044;93044;I904;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;045;093045;Tramonti di Sopra;Tramonti di Sopra;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93045;93045;93045;93045;L324;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;046;093046;Tramonti di Sotto;Tramonti di Sotto;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93046;93046;93046;93046;L325;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;047;093047;Travesio;Travesio;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93047;93047;93047;93047;L347;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;049;093049;Vito d'Asio;Vito d'Asio;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93049;93049;93049;93049;M085;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;050;093050;Vivaro;Vivaro;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93050;93050;93050;93050;M096;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;051;093051;Zoppola;Zoppola;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93051;93051;93051;93051;M190;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;052;093052;Vajont;Vajont;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93052;93052;93052;93052;M265;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +06;093;093;053;093053;Valvasone Arzene;Valvasone Arzene;;2;Nord-est;Friuli-Venezia Giulia;Pordenone;5;0;PN;93053;93053;93053;93053;M346;ITH;ITH4;ITH41;ITH;ITH4;ITH41 +07;008;008;001;008001;Airole;Airole;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8001;8001;8001;8001;A111;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;002;008002;Apricale;Apricale;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8002;8002;8002;8002;A338;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;003;008003;Aquila d'Arroscia;Aquila d'Arroscia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8003;8003;8003;8003;A344;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;004;008004;Armo;Armo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8004;8004;8004;8004;A418;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;005;008005;Aurigo;Aurigo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8005;8005;8005;8005;A499;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;006;008006;Badalucco;Badalucco;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8006;8006;8006;8006;A536;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;007;008007;Bajardo;Bajardo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8007;8007;8007;8007;A581;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;008;008008;Bordighera;Bordighera;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8008;8008;8008;8008;A984;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;009;008009;Borghetto d'Arroscia;Borghetto d'Arroscia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8009;8009;8009;8009;A993;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;010;008010;Borgomaro;Borgomaro;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8010;8010;8010;8010;B020;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;011;008011;Camporosso;Camporosso;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8011;8011;8011;8011;B559;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;012;008012;Caravonica;Caravonica;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8012;8012;8012;8012;B734;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;014;008014;Castellaro;Castellaro;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8014;8014;8014;8014;C143;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;015;008015;Castel Vittorio;Castel Vittorio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8015;8015;8015;8015;C110;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;016;008016;Ceriana;Ceriana;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8016;8016;8016;8016;C511;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;017;008017;Cervo;Cervo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8017;8017;8017;8017;C559;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;018;008018;Cesio;Cesio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8018;8018;8018;8018;C578;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;019;008019;Chiusanico;Chiusanico;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8019;8019;8019;8019;C657;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;020;008020;Chiusavecchia;Chiusavecchia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8020;8020;8020;8020;C660;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;021;008021;Cipressa;Cipressa;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8021;8021;8021;8021;C718;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;022;008022;Civezza;Civezza;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8022;8022;8022;8022;C755;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;023;008023;Cosio d'Arroscia;Cosio d'Arroscia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8023;8023;8023;8023;D087;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;024;008024;Costarainera;Costarainera;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8024;8024;8024;8024;D114;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;025;008025;Diano Arentino;Diano Arentino;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8025;8025;8025;8025;D293;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;026;008026;Diano Castello;Diano Castello;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8026;8026;8026;8026;D296;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;027;008027;Diano Marina;Diano Marina;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8027;8027;8027;8027;D297;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;028;008028;Diano San Pietro;Diano San Pietro;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8028;8028;8028;8028;D298;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;029;008029;Dolceacqua;Dolceacqua;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8029;8029;8029;8029;D318;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;030;008030;Dolcedo;Dolcedo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8030;8030;8030;8030;D319;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;031;008031;Imperia;Imperia;;1;Nord-ovest;Liguria;Imperia;1;1;IM;8031;8031;8031;8031;E290;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;032;008032;Isolabona;Isolabona;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8032;8032;8032;8032;E346;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;033;008033;Lucinasco;Lucinasco;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8033;8033;8033;8033;E719;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;034;008034;Mendatica;Mendatica;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8034;8034;8034;8034;F123;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;035;008035;Molini di Triora;Molini di Triora;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8035;8035;8035;8035;F290;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;037;008037;Montegrosso Pian Latte;Montegrosso Pian Latte;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8037;8037;8037;8037;F528;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;038;008038;Olivetta San Michele;Olivetta San Michele;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8038;8038;8038;8038;G041;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;039;008039;Ospedaletti;Ospedaletti;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8039;8039;8039;8039;G164;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;040;008040;Perinaldo;Perinaldo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8040;8040;8040;8040;G454;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;041;008041;Pietrabruna;Pietrabruna;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8041;8041;8041;8041;G607;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;042;008042;Pieve di Teco;Pieve di Teco;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8042;8042;8042;8042;G632;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;043;008043;Pigna;Pigna;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8043;8043;8043;8043;G660;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;044;008044;Pompeiana;Pompeiana;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8044;8044;8044;8044;G814;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;045;008045;Pontedassio;Pontedassio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8045;8045;8045;8045;G840;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;046;008046;Pornassio;Pornassio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8046;8046;8046;8046;G890;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;047;008047;Prel�;Prel�;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8047;8047;8047;8047;H027;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;048;008048;Ranzo;Ranzo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8048;8048;8048;8048;H180;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;049;008049;Rezzo;Rezzo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8049;8049;8049;8049;H257;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;050;008050;Riva Ligure;Riva Ligure;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8050;8050;8050;8050;H328;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;051;008051;Rocchetta Nervina;Rocchetta Nervina;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8051;8051;8051;8051;H460;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;052;008052;San Bartolomeo al Mare;San Bartolomeo al Mare;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8052;8052;8052;8052;H763;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;053;008053;San Biagio della Cima;San Biagio della Cima;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8053;8053;8053;8053;H780;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;054;008054;San Lorenzo al Mare;San Lorenzo al Mare;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8054;8054;8054;8054;H957;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;055;008055;Sanremo;Sanremo;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8055;8055;8055;8055;I138;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;056;008056;Santo Stefano al Mare;Santo Stefano al Mare;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8056;8056;8056;8056;I365;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;057;008057;Seborga;Seborga;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8057;8057;8057;8057;I556;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;058;008058;Soldano;Soldano;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8058;8058;8058;8058;I796;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;059;008059;Taggia;Taggia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8059;8059;8059;8059;L024;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;060;008060;Terzorio;Terzorio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8060;8060;8060;8060;L146;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;061;008061;Triora;Triora;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8061;8061;8061;8061;L430;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;062;008062;Vallebona;Vallebona;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8062;8062;8062;8062;L596;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;063;008063;Vallecrosia;Vallecrosia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8063;8063;8063;8063;L599;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;064;008064;Vasia;Vasia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8064;8064;8064;8064;L693;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;065;008065;Ventimiglia;Ventimiglia;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8065;8065;8065;8065;L741;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;066;008066;Vessalico;Vessalico;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8066;8066;8066;8066;L809;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;067;008067;Villa Faraldi;Villa Faraldi;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8067;8067;8067;8067;L943;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;008;008;068;008068;Montalto Carpasio;Montalto Carpasio;;1;Nord-ovest;Liguria;Imperia;1;0;IM;8068;8068;8068;8068;M387;ITC;ITC3;ITC31;ITC;ITC3;ITC31 +07;009;009;001;009001;Alassio;Alassio;;1;Nord-ovest;Liguria;Savona;1;0;SV;9001;9001;9001;9001;A122;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;002;009002;Albenga;Albenga;;1;Nord-ovest;Liguria;Savona;1;0;SV;9002;9002;9002;9002;A145;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;003;009003;Albissola Marina;Albissola Marina;;1;Nord-ovest;Liguria;Savona;1;0;SV;9003;9003;9003;9003;A165;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;004;009004;Albisola Superiore;Albisola Superiore;;1;Nord-ovest;Liguria;Savona;1;0;SV;9004;9004;9004;9004;A166;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;005;009005;Altare;Altare;;1;Nord-ovest;Liguria;Savona;1;0;SV;9005;9005;9005;9005;A226;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;006;009006;Andora;Andora;;1;Nord-ovest;Liguria;Savona;1;0;SV;9006;9006;9006;9006;A278;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;007;009007;Arnasco;Arnasco;;1;Nord-ovest;Liguria;Savona;1;0;SV;9007;9007;9007;9007;A422;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;008;009008;Balestrino;Balestrino;;1;Nord-ovest;Liguria;Savona;1;0;SV;9008;9008;9008;9008;A593;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;009;009009;Bardineto;Bardineto;;1;Nord-ovest;Liguria;Savona;1;0;SV;9009;9009;9009;9009;A647;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;010;009010;Bergeggi;Bergeggi;;1;Nord-ovest;Liguria;Savona;1;0;SV;9010;9010;9010;9010;A796;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;011;009011;Boissano;Boissano;;1;Nord-ovest;Liguria;Savona;1;0;SV;9011;9011;9011;9011;A931;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;012;009012;Borghetto Santo Spirito;Borghetto Santo Spirito;;1;Nord-ovest;Liguria;Savona;1;0;SV;9012;9012;9012;9012;A999;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;013;009013;Borgio Verezzi;Borgio Verezzi;;1;Nord-ovest;Liguria;Savona;1;0;SV;9013;9013;9013;9013;B005;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;014;009014;Bormida;Bormida;;1;Nord-ovest;Liguria;Savona;1;0;SV;9014;9014;9014;9014;B048;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;015;009015;Cairo Montenotte;Cairo Montenotte;;1;Nord-ovest;Liguria;Savona;1;0;SV;9015;9015;9015;9015;B369;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;016;009016;Calice Ligure;Calice Ligure;;1;Nord-ovest;Liguria;Savona;1;0;SV;9016;9016;9016;9016;B409;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;017;009017;Calizzano;Calizzano;;1;Nord-ovest;Liguria;Savona;1;0;SV;9017;9017;9017;9017;B416;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;018;009018;Carcare;Carcare;;1;Nord-ovest;Liguria;Savona;1;0;SV;9018;9018;9018;9018;B748;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;019;009019;Casanova Lerrone;Casanova Lerrone;;1;Nord-ovest;Liguria;Savona;1;0;SV;9019;9019;9019;9019;B927;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;020;009020;Castelbianco;Castelbianco;;1;Nord-ovest;Liguria;Savona;1;0;SV;9020;9020;9020;9020;C063;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;021;009021;Castelvecchio di Rocca Barbena;Castelvecchio di Rocca Barbena;;1;Nord-ovest;Liguria;Savona;1;0;SV;9021;9021;9021;9021;C276;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;022;009022;Celle Ligure;Celle Ligure;;1;Nord-ovest;Liguria;Savona;1;0;SV;9022;9022;9022;9022;C443;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;023;009023;Cengio;Cengio;;1;Nord-ovest;Liguria;Savona;1;0;SV;9023;9023;9023;9023;C463;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;024;009024;Ceriale;Ceriale;;1;Nord-ovest;Liguria;Savona;1;0;SV;9024;9024;9024;9024;C510;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;025;009025;Cisano sul Neva;Cisano sul Neva;;1;Nord-ovest;Liguria;Savona;1;0;SV;9025;9025;9025;9025;C729;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;026;009026;Cosseria;Cosseria;;1;Nord-ovest;Liguria;Savona;1;0;SV;9026;9026;9026;9026;D095;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;027;009027;Dego;Dego;;1;Nord-ovest;Liguria;Savona;1;0;SV;9027;9027;9027;9027;D264;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;028;009028;Erli;Erli;;1;Nord-ovest;Liguria;Savona;1;0;SV;9028;9028;9028;9028;D424;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;029;009029;Finale Ligure;Finale Ligure;;1;Nord-ovest;Liguria;Savona;1;0;SV;9029;9029;9029;9029;D600;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;030;009030;Garlenda;Garlenda;;1;Nord-ovest;Liguria;Savona;1;0;SV;9030;9030;9030;9030;D927;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;031;009031;Giustenice;Giustenice;;1;Nord-ovest;Liguria;Savona;1;0;SV;9031;9031;9031;9031;E064;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;032;009032;Giusvalla;Giusvalla;;1;Nord-ovest;Liguria;Savona;1;0;SV;9032;9032;9032;9032;E066;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;033;009033;Laigueglia;Laigueglia;;1;Nord-ovest;Liguria;Savona;1;0;SV;9033;9033;9033;9033;E414;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;034;009034;Loano;Loano;;1;Nord-ovest;Liguria;Savona;1;0;SV;9034;9034;9034;9034;E632;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;035;009035;Magliolo;Magliolo;;1;Nord-ovest;Liguria;Savona;1;0;SV;9035;9035;9035;9035;E816;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;036;009036;Mallare;Mallare;;1;Nord-ovest;Liguria;Savona;1;0;SV;9036;9036;9036;9036;E860;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;037;009037;Massimino;Massimino;;1;Nord-ovest;Liguria;Savona;1;0;SV;9037;9037;9037;9037;F046;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;038;009038;Millesimo;Millesimo;;1;Nord-ovest;Liguria;Savona;1;0;SV;9038;9038;9038;9038;F213;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;039;009039;Mioglia;Mioglia;;1;Nord-ovest;Liguria;Savona;1;0;SV;9039;9039;9039;9039;F226;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;040;009040;Murialdo;Murialdo;;1;Nord-ovest;Liguria;Savona;1;0;SV;9040;9040;9040;9040;F813;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;041;009041;Nasino;Nasino;;1;Nord-ovest;Liguria;Savona;1;0;SV;9041;9041;9041;9041;F847;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;042;009042;Noli;Noli;;1;Nord-ovest;Liguria;Savona;1;0;SV;9042;9042;9042;9042;F926;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;043;009043;Onzo;Onzo;;1;Nord-ovest;Liguria;Savona;1;0;SV;9043;9043;9043;9043;G076;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;044;009044;Orco Feglino;Orco Feglino;;1;Nord-ovest;Liguria;Savona;1;0;SV;9044;9044;9044;9044;D522;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;045;009045;Ortovero;Ortovero;;1;Nord-ovest;Liguria;Savona;1;0;SV;9045;9045;9045;9045;G144;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;046;009046;Osiglia;Osiglia;;1;Nord-ovest;Liguria;Savona;1;0;SV;9046;9046;9046;9046;G155;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;047;009047;Pallare;Pallare;;1;Nord-ovest;Liguria;Savona;1;0;SV;9047;9047;9047;9047;G281;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;048;009048;Piana Crixia;Piana Crixia;;1;Nord-ovest;Liguria;Savona;1;0;SV;9048;9048;9048;9048;G542;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;049;009049;Pietra Ligure;Pietra Ligure;;1;Nord-ovest;Liguria;Savona;1;0;SV;9049;9049;9049;9049;G605;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;050;009050;Plodio;Plodio;;1;Nord-ovest;Liguria;Savona;1;0;SV;9050;9050;9050;9050;G741;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;051;009051;Pontinvrea;Pontinvrea;;1;Nord-ovest;Liguria;Savona;1;0;SV;9051;9051;9051;9051;G866;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;052;009052;Quiliano;Quiliano;;1;Nord-ovest;Liguria;Savona;1;0;SV;9052;9052;9052;9052;H126;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;053;009053;Rialto;Rialto;;1;Nord-ovest;Liguria;Savona;1;0;SV;9053;9053;9053;9053;H266;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;054;009054;Roccavignale;Roccavignale;;1;Nord-ovest;Liguria;Savona;1;0;SV;9054;9054;9054;9054;H452;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;055;009055;Sassello;Sassello;;1;Nord-ovest;Liguria;Savona;1;0;SV;9055;9055;9055;9055;I453;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;056;009056;Savona;Savona;;1;Nord-ovest;Liguria;Savona;1;1;SV;9056;9056;9056;9056;I480;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;057;009057;Spotorno;Spotorno;;1;Nord-ovest;Liguria;Savona;1;0;SV;9057;9057;9057;9057;I926;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;058;009058;Stella;Stella;;1;Nord-ovest;Liguria;Savona;1;0;SV;9058;9058;9058;9058;I946;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;059;009059;Stellanello;Stellanello;;1;Nord-ovest;Liguria;Savona;1;0;SV;9059;9059;9059;9059;I947;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;060;009060;Testico;Testico;;1;Nord-ovest;Liguria;Savona;1;0;SV;9060;9060;9060;9060;L152;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;061;009061;Toirano;Toirano;;1;Nord-ovest;Liguria;Savona;1;0;SV;9061;9061;9061;9061;L190;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;062;009062;Tovo San Giacomo;Tovo San Giacomo;;1;Nord-ovest;Liguria;Savona;1;0;SV;9062;9062;9062;9062;L315;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;063;009063;Urbe;Urbe;;1;Nord-ovest;Liguria;Savona;1;0;SV;9063;9063;9063;9063;L499;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;064;009064;Vado Ligure;Vado Ligure;;1;Nord-ovest;Liguria;Savona;1;0;SV;9064;9064;9064;9064;L528;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;065;009065;Varazze;Varazze;;1;Nord-ovest;Liguria;Savona;1;0;SV;9065;9065;9065;9065;L675;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;066;009066;Vendone;Vendone;;1;Nord-ovest;Liguria;Savona;1;0;SV;9066;9066;9066;9066;L730;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;067;009067;Vezzi Portio;Vezzi Portio;;1;Nord-ovest;Liguria;Savona;1;0;SV;9067;9067;9067;9067;L823;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;068;009068;Villanova d'Albenga;Villanova d'Albenga;;1;Nord-ovest;Liguria;Savona;1;0;SV;9068;9068;9068;9068;L975;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;009;009;069;009069;Zuccarello;Zuccarello;;1;Nord-ovest;Liguria;Savona;1;0;SV;9069;9069;9069;9069;M197;ITC;ITC3;ITC32;ITC;ITC3;ITC32 +07;210;010;001;010001;Arenzano;Arenzano;;1;Nord-ovest;Liguria;Genova;3;0;GE;10001;10001;10001;10001;A388;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;002;010002;Avegno;Avegno;;1;Nord-ovest;Liguria;Genova;3;0;GE;10002;10002;10002;10002;A506;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;003;010003;Bargagli;Bargagli;;1;Nord-ovest;Liguria;Genova;3;0;GE;10003;10003;10003;10003;A658;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;004;010004;Bogliasco;Bogliasco;;1;Nord-ovest;Liguria;Genova;3;0;GE;10004;10004;10004;10004;A922;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;005;010005;Borzonasca;Borzonasca;;1;Nord-ovest;Liguria;Genova;3;0;GE;10005;10005;10005;10005;B067;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;006;010006;Busalla;Busalla;;1;Nord-ovest;Liguria;Genova;3;0;GE;10006;10006;10006;10006;B282;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;007;010007;Camogli;Camogli;;1;Nord-ovest;Liguria;Genova;3;0;GE;10007;10007;10007;10007;B490;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;008;010008;Campo Ligure;Campo Ligure;;1;Nord-ovest;Liguria;Genova;3;0;GE;10008;10008;10008;10008;B538;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;009;010009;Campomorone;Campomorone;;1;Nord-ovest;Liguria;Genova;3;0;GE;10009;10009;10009;10009;B551;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;010;010010;Carasco;Carasco;;1;Nord-ovest;Liguria;Genova;3;0;GE;10010;10010;10010;10010;B726;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;011;010011;Casarza Ligure;Casarza Ligure;;1;Nord-ovest;Liguria;Genova;3;0;GE;10011;10011;10011;10011;B939;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;012;010012;Casella;Casella;;1;Nord-ovest;Liguria;Genova;3;0;GE;10012;10012;10012;10012;B956;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;013;010013;Castiglione Chiavarese;Castiglione Chiavarese;;1;Nord-ovest;Liguria;Genova;3;0;GE;10013;10013;10013;10013;C302;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;014;010014;Ceranesi;Ceranesi;;1;Nord-ovest;Liguria;Genova;3;0;GE;10014;10014;10014;10014;C481;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;015;010015;Chiavari;Chiavari;;1;Nord-ovest;Liguria;Genova;3;0;GE;10015;10015;10015;10015;C621;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;016;010016;Cicagna;Cicagna;;1;Nord-ovest;Liguria;Genova;3;0;GE;10016;10016;10016;10016;C673;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;017;010017;Cogoleto;Cogoleto;;1;Nord-ovest;Liguria;Genova;3;0;GE;10017;10017;10017;10017;C823;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;018;010018;Cogorno;Cogorno;;1;Nord-ovest;Liguria;Genova;3;0;GE;10018;10018;10018;10018;C826;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;019;010019;Coreglia Ligure;Coreglia Ligure;;1;Nord-ovest;Liguria;Genova;3;0;GE;10019;10019;10019;10019;C995;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;020;010020;Crocefieschi;Crocefieschi;;1;Nord-ovest;Liguria;Genova;3;0;GE;10020;10020;10020;10020;D175;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;021;010021;Davagna;Davagna;;1;Nord-ovest;Liguria;Genova;3;0;GE;10021;10021;10021;10021;D255;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;022;010022;Fascia;Fascia;;1;Nord-ovest;Liguria;Genova;3;0;GE;10022;10022;10022;10022;D509;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;023;010023;Favale di Malvaro;Favale di Malvaro;;1;Nord-ovest;Liguria;Genova;3;0;GE;10023;10023;10023;10023;D512;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;024;010024;Fontanigorda;Fontanigorda;;1;Nord-ovest;Liguria;Genova;3;0;GE;10024;10024;10024;10024;D677;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;025;010025;Genova;Genova;;1;Nord-ovest;Liguria;Genova;3;1;GE;10025;10025;10025;10025;D969;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;026;010026;Gorreto;Gorreto;;1;Nord-ovest;Liguria;Genova;3;0;GE;10026;10026;10026;10026;E109;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;027;010027;Isola del Cantone;Isola del Cantone;;1;Nord-ovest;Liguria;Genova;3;0;GE;10027;10027;10027;10027;E341;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;028;010028;Lavagna;Lavagna;;1;Nord-ovest;Liguria;Genova;3;0;GE;10028;10028;10028;10028;E488;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;029;010029;Leivi;Leivi;;1;Nord-ovest;Liguria;Genova;3;0;GE;10029;10029;10029;10029;E519;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;030;010030;Lorsica;Lorsica;;1;Nord-ovest;Liguria;Genova;3;0;GE;10030;10030;10030;10030;E695;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;031;010031;Lumarzo;Lumarzo;;1;Nord-ovest;Liguria;Genova;3;0;GE;10031;10031;10031;10031;E737;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;032;010032;Masone;Masone;;1;Nord-ovest;Liguria;Genova;3;0;GE;10032;10032;10032;10032;F020;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;033;010033;Mele;Mele;;1;Nord-ovest;Liguria;Genova;3;0;GE;10033;10033;10033;10033;F098;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;034;010034;Mezzanego;Mezzanego;;1;Nord-ovest;Liguria;Genova;3;0;GE;10034;10034;10034;10034;F173;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;035;010035;Mignanego;Mignanego;;1;Nord-ovest;Liguria;Genova;3;0;GE;10035;10035;10035;10035;F202;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;036;010036;Moconesi;Moconesi;;1;Nord-ovest;Liguria;Genova;3;0;GE;10036;10036;10036;10036;F256;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;037;010037;Moneglia;Moneglia;;1;Nord-ovest;Liguria;Genova;3;0;GE;10037;10037;10037;10037;F354;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;038;010038;Montebruno;Montebruno;;1;Nord-ovest;Liguria;Genova;3;0;GE;10038;10038;10038;10038;F445;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;039;010039;Montoggio;Montoggio;;1;Nord-ovest;Liguria;Genova;3;0;GE;10039;10039;10039;10039;F682;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;040;010040;Ne;Ne;;1;Nord-ovest;Liguria;Genova;3;0;GE;10040;10040;10040;10040;F858;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;041;010041;Neirone;Neirone;;1;Nord-ovest;Liguria;Genova;3;0;GE;10041;10041;10041;10041;F862;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;042;010042;Orero;Orero;;1;Nord-ovest;Liguria;Genova;3;0;GE;10042;10042;10042;10042;G093;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;043;010043;Pieve Ligure;Pieve Ligure;;1;Nord-ovest;Liguria;Genova;3;0;GE;10043;10043;10043;10043;G646;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;044;010044;Portofino;Portofino;;1;Nord-ovest;Liguria;Genova;3;0;GE;10044;10044;10044;10044;G913;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;045;010045;Propata;Propata;;1;Nord-ovest;Liguria;Genova;3;0;GE;10045;10045;10045;10045;H073;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;046;010046;Rapallo;Rapallo;;1;Nord-ovest;Liguria;Genova;3;0;GE;10046;10046;10046;10046;H183;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;047;010047;Recco;Recco;;1;Nord-ovest;Liguria;Genova;3;0;GE;10047;10047;10047;10047;H212;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;048;010048;Rezzoaglio;Rezzoaglio;;1;Nord-ovest;Liguria;Genova;3;0;GE;10048;10048;10048;10048;H258;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;049;010049;Ronco Scrivia;Ronco Scrivia;;1;Nord-ovest;Liguria;Genova;3;0;GE;10049;10049;10049;10049;H536;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;050;010050;Rondanina;Rondanina;;1;Nord-ovest;Liguria;Genova;3;0;GE;10050;10050;10050;10050;H546;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;051;010051;Rossiglione;Rossiglione;;1;Nord-ovest;Liguria;Genova;3;0;GE;10051;10051;10051;10051;H581;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;052;010052;Rovegno;Rovegno;;1;Nord-ovest;Liguria;Genova;3;0;GE;10052;10052;10052;10052;H599;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;053;010053;San Colombano Certenoli;San Colombano Certenoli;;1;Nord-ovest;Liguria;Genova;3;0;GE;10053;10053;10053;10053;H802;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;054;010054;Santa Margherita Ligure;Santa Margherita Ligure;;1;Nord-ovest;Liguria;Genova;3;0;GE;10054;10054;10054;10054;I225;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;055;010055;Sant'Olcese;Sant'Olcese;;1;Nord-ovest;Liguria;Genova;3;0;GE;10055;10055;10055;10055;I346;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;056;010056;Santo Stefano d'Aveto;Santo Stefano d'Aveto;;1;Nord-ovest;Liguria;Genova;3;0;GE;10056;10056;10056;10056;I368;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;057;010057;Savignone;Savignone;;1;Nord-ovest;Liguria;Genova;3;0;GE;10057;10057;10057;10057;I475;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;058;010058;Serra Ricc�;Serra Ricc�;;1;Nord-ovest;Liguria;Genova;3;0;GE;10058;10058;10058;10058;I640;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;059;010059;Sestri Levante;Sestri Levante;;1;Nord-ovest;Liguria;Genova;3;0;GE;10059;10059;10059;10059;I693;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;060;010060;Sori;Sori;;1;Nord-ovest;Liguria;Genova;3;0;GE;10060;10060;10060;10060;I852;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;061;010061;Tiglieto;Tiglieto;;1;Nord-ovest;Liguria;Genova;3;0;GE;10061;10061;10061;10061;L167;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;062;010062;Torriglia;Torriglia;;1;Nord-ovest;Liguria;Genova;3;0;GE;10062;10062;10062;10062;L298;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;063;010063;Tribogna;Tribogna;;1;Nord-ovest;Liguria;Genova;3;0;GE;10063;10063;10063;10063;L416;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;064;010064;Uscio;Uscio;;1;Nord-ovest;Liguria;Genova;3;0;GE;10064;10064;10064;10064;L507;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;065;010065;Valbrevenna;Valbrevenna;;1;Nord-ovest;Liguria;Genova;3;0;GE;10065;10065;10065;10065;L546;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;066;010066;Vobbia;Vobbia;;1;Nord-ovest;Liguria;Genova;3;0;GE;10066;10066;10066;10066;M105;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;210;010;067;010067;Zoagli;Zoagli;;1;Nord-ovest;Liguria;Genova;3;0;GE;10067;10067;10067;10067;M182;ITC;ITC3;ITC33;ITC;ITC3;ITC33 +07;011;011;001;011001;Ameglia;Ameglia;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11001;11001;11001;11001;A261;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;002;011002;Arcola;Arcola;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11002;11002;11002;11002;A373;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;003;011003;Beverino;Beverino;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11003;11003;11003;11003;A836;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;004;011004;Bolano;Bolano;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11004;11004;11004;11004;A932;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;005;011005;Bonassola;Bonassola;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11005;11005;11005;11005;A961;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;006;011006;Borghetto di Vara;Borghetto di Vara;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11006;11006;11006;11006;A992;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;007;011007;Brugnato;Brugnato;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11007;11007;11007;11007;B214;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;008;011008;Calice al Cornoviglio;Calice al Cornoviglio;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11008;11008;11008;11008;B410;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;009;011009;Carro;Carro;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11009;11009;11009;11009;B838;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;010;011010;Carrodano;Carrodano;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11010;11010;11010;11010;B839;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;011;011011;Castelnuovo Magra;Castelnuovo Magra;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11011;11011;11011;11011;C240;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;012;011012;Deiva Marina;Deiva Marina;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11012;11012;11012;11012;D265;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;013;011013;Follo;Follo;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11013;11013;11013;11013;D655;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;014;011014;Framura;Framura;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11014;11014;11014;11014;D758;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;015;011015;La Spezia;La Spezia;;1;Nord-ovest;Liguria;La Spezia;1;1;SP;11015;11015;11015;11015;E463;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;016;011016;Lerici;Lerici;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11016;11016;11016;11016;E542;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;017;011017;Levanto;Levanto;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11017;11017;11017;11017;E560;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;018;011018;Maissana;Maissana;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11018;11018;11018;11018;E842;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;019;011019;Monterosso al Mare;Monterosso al Mare;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11019;11019;11019;11019;F609;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;020;011020;Luni;Luni;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11020;11020;11020;11020;G143;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;021;011021;Pignone;Pignone;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11021;11021;11021;11021;G664;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;022;011022;Portovenere;Portovenere;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11022;11022;11022;11022;G925;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;023;011023;Ricc� del Golfo di Spezia;Ricc� del Golfo di Spezia;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11023;11023;11023;11023;H275;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;024;011024;Riomaggiore;Riomaggiore;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11024;11024;11024;11024;H304;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;025;011025;Rocchetta di Vara;Rocchetta di Vara;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11025;11025;11025;11025;H461;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;026;011026;Santo Stefano di Magra;Santo Stefano di Magra;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11026;11026;11026;11026;I363;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;027;011027;Sarzana;Sarzana;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11027;11027;11027;11027;I449;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;028;011028;Sesta Godano;Sesta Godano;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11028;11028;11028;11028;E070;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;029;011029;Varese Ligure;Varese Ligure;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11029;11029;11029;11029;L681;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;030;011030;Vernazza;Vernazza;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11030;11030;11030;11030;L774;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;031;011031;Vezzano Ligure;Vezzano Ligure;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11031;11031;11031;11031;L819;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +07;011;011;032;011032;Zignago;Zignago;;1;Nord-ovest;Liguria;La Spezia;1;0;SP;11032;11032;11032;11032;M177;ITC;ITC3;ITC34;ITC;ITC3;ITC34 +08;033;033;001;033001;Agazzano;Agazzano;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33001;33001;33001;33001;A067;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;002;033002;Alseno;Alseno;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33002;33002;33002;33002;A223;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;003;033003;Besenzone;Besenzone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33003;33003;33003;33003;A823;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;004;033004;Bettola;Bettola;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33004;33004;33004;33004;A831;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;005;033005;Bobbio;Bobbio;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33005;33005;33005;33005;A909;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;006;033006;Borgonovo Val Tidone;Borgonovo Val Tidone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33006;33006;33006;33006;B025;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;007;033007;Cadeo;Cadeo;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33007;33007;33007;33007;B332;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;008;033008;Calendasco;Calendasco;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33008;33008;33008;33008;B405;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;010;033010;Caorso;Caorso;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33010;33010;33010;33010;B643;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;011;033011;Carpaneto Piacentino;Carpaneto Piacentino;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33011;33011;33011;33011;B812;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;012;033012;Castell'Arquato;Castell'Arquato;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33012;33012;33012;33012;C145;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;013;033013;Castel San Giovanni;Castel San Giovanni;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33013;33013;33013;33013;C261;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;014;033014;Castelvetro Piacentino;Castelvetro Piacentino;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33014;33014;33014;33014;C288;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;015;033015;Cerignale;Cerignale;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33015;33015;33015;33015;C513;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;016;033016;Coli;Coli;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33016;33016;33016;33016;C838;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;017;033017;Corte Brugnatella;Corte Brugnatella;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33017;33017;33017;33017;D054;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;018;033018;Cortemaggiore;Cortemaggiore;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33018;33018;33018;33018;D061;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;019;033019;Farini;Farini;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33019;33019;33019;33019;D502;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;020;033020;Ferriere;Ferriere;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33020;33020;33020;33020;D555;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;021;033021;Fiorenzuola d'Arda;Fiorenzuola d'Arda;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33021;33021;33021;33021;D611;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;022;033022;Gazzola;Gazzola;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33022;33022;33022;33022;D958;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;023;033023;Gossolengo;Gossolengo;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33023;33023;33023;33023;E114;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;024;033024;Gragnano Trebbiense;Gragnano Trebbiense;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33024;33024;33024;33024;E132;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;025;033025;Gropparello;Gropparello;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33025;33025;33025;33025;E196;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;026;033026;Lugagnano Val d'Arda;Lugagnano Val d'Arda;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33026;33026;33026;33026;E726;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;027;033027;Monticelli d'Ongina;Monticelli d'Ongina;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33027;33027;33027;33027;F671;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;028;033028;Morfasso;Morfasso;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33028;33028;33028;33028;F724;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;030;033030;Ottone;Ottone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33030;33030;33030;33030;G195;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;032;033032;Piacenza;Piacenza;;2;Nord-est;Emilia-Romagna;Piacenza;1;1;PC;33032;33032;33032;33032;G535;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;033;033033;Pianello Val Tidone;Pianello Val Tidone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33033;33033;33033;33033;G557;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;034;033034;Piozzano;Piozzano;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33034;33034;33034;33034;G696;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;035;033035;Podenzano;Podenzano;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33035;33035;33035;33035;G747;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;036;033036;Ponte dell'Olio;Ponte dell'Olio;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33036;33036;33036;33036;G842;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;037;033037;Pontenure;Pontenure;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33037;33037;33037;33037;G852;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;038;033038;Rivergaro;Rivergaro;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33038;33038;33038;33038;H350;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;039;033039;Rottofreno;Rottofreno;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33039;33039;33039;33039;H593;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;040;033040;San Giorgio Piacentino;San Giorgio Piacentino;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33040;33040;33040;33040;H887;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;041;033041;San Pietro in Cerro;San Pietro in Cerro;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33041;33041;33041;33041;G788;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;042;033042;Sarmato;Sarmato;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33042;33042;33042;33042;I434;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;043;033043;Travo;Travo;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33043;33043;33043;33043;L348;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;044;033044;Vernasca;Vernasca;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33044;33044;33044;33044;L772;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;045;033045;Vigolzone;Vigolzone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33045;33045;33045;33045;L897;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;046;033046;Villanova sull'Arda;Villanova sull'Arda;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33046;33046;33046;33046;L980;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;047;033047;Zerba;Zerba;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33047;33047;33047;33047;M165;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;048;033048;Ziano Piacentino;Ziano Piacentino;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33048;33048;33048;33048;L848;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;033;033;049;033049;Alta Val Tidone;Alta Val Tidone;;2;Nord-est;Emilia-Romagna;Piacenza;1;0;PC;33049;33049;33049;33049;M386;ITH;ITH5;ITH51;ITH;ITH5;ITH51 +08;034;034;001;034001;Albareto;Albareto;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34001;34001;34001;34001;A138;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;002;034002;Bardi;Bardi;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34002;34002;34002;34002;A646;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;003;034003;Bedonia;Bedonia;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34003;34003;34003;34003;A731;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;004;034004;Berceto;Berceto;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34004;34004;34004;34004;A788;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;005;034005;Bore;Bore;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34005;34005;34005;34005;A987;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;006;034006;Borgo Val di Taro;Borgo Val di Taro;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34006;34006;34006;34006;B042;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;007;034007;Busseto;Busseto;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34007;34007;34007;34007;B293;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;008;034008;Calestano;Calestano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34008;34008;34008;34008;B408;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;009;034009;Collecchio;Collecchio;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34009;34009;34009;34009;C852;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;010;034010;Colorno;Colorno;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34010;34010;34010;34010;C904;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;011;034011;Compiano;Compiano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34011;34011;34011;34011;C934;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;012;034012;Corniglio;Corniglio;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34012;34012;34012;34012;D026;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;013;034013;Felino;Felino;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34013;34013;34013;34013;D526;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;014;034014;Fidenza;Fidenza;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34014;34014;34014;34014;B034;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;015;034015;Fontanellato;Fontanellato;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34015;34015;34015;34015;D673;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;016;034016;Fontevivo;Fontevivo;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34016;34016;34016;34016;D685;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;017;034017;Fornovo di Taro;Fornovo di Taro;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34017;34017;34017;34017;D728;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;018;034018;Langhirano;Langhirano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34018;34018;34018;34018;E438;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;019;034019;Lesignano de' Bagni;Lesignano de' Bagni;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34019;34019;34019;34019;E547;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;020;034020;Medesano;Medesano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34020;34020;34020;34020;F082;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;022;034022;Monchio delle Corti;Monchio delle Corti;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34022;34022;34022;34022;F340;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;023;034023;Montechiarugolo;Montechiarugolo;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34023;34023;34023;34023;F473;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;024;034024;Neviano degli Arduini;Neviano degli Arduini;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34024;34024;34024;34024;F882;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;025;034025;Noceto;Noceto;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34025;34025;34025;34025;F914;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;026;034026;Palanzano;Palanzano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34026;34026;34026;34026;G255;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;027;034027;Parma;Parma;;2;Nord-est;Emilia-Romagna;Parma;1;1;PR;34027;34027;34027;34027;G337;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;028;034028;Pellegrino Parmense;Pellegrino Parmense;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34028;34028;34028;34028;G424;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;030;034030;Roccabianca;Roccabianca;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34030;34030;34030;34030;H384;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;031;034031;Sala Baganza;Sala Baganza;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34031;34031;34031;34031;H682;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;032;034032;Salsomaggiore Terme;Salsomaggiore Terme;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34032;34032;34032;34032;H720;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;033;034033;San Secondo Parmense;San Secondo Parmense;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34033;34033;34033;34033;I153;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;035;034035;Solignano;Solignano;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34035;34035;34035;34035;I803;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;036;034036;Soragna;Soragna;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34036;34036;34036;34036;I840;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;038;034038;Terenzo;Terenzo;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34038;34038;34038;34038;E548;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;039;034039;Tizzano Val Parma;Tizzano Val Parma;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34039;34039;34039;34039;L183;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;040;034040;Tornolo;Tornolo;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34040;34040;34040;34040;L229;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;041;034041;Torrile;Torrile;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34041;34041;34041;34041;L299;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;042;034042;Traversetolo;Traversetolo;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34042;34042;34042;34042;L346;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;044;034044;Valmozzola;Valmozzola;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34044;34044;34044;34044;L641;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;045;034045;Varano de' Melegari;Varano de' Melegari;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34045;34045;34045;34045;L672;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;046;034046;Varsi;Varsi;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34046;34046;34046;34046;L689;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;049;034049;Sissa Trecasali;Sissa Trecasali;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34049;34049;34049;34049;M325;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;050;034050;Polesine Zibello;Polesine Zibello;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34050;34050;34050;34050;M367;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;034;034;051;034051;Sorbolo Mezzani;Sorbolo Mezzani;;2;Nord-est;Emilia-Romagna;Parma;1;0;PR;34051;34051;34051;34051;M411;ITH;ITH5;ITH52;ITH;ITH5;ITH52 +08;035;035;001;035001;Albinea;Albinea;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35001;35001;35001;35001;A162;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;002;035002;Bagnolo in Piano;Bagnolo in Piano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35002;35002;35002;35002;A573;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;003;035003;Baiso;Baiso;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35003;35003;35003;35003;A586;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;004;035004;Bibbiano;Bibbiano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35004;35004;35004;35004;A850;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;005;035005;Boretto;Boretto;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35005;35005;35005;35005;A988;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;006;035006;Brescello;Brescello;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35006;35006;35006;35006;B156;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;008;035008;Cadelbosco di Sopra;Cadelbosco di Sopra;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35008;35008;35008;35008;B328;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;009;035009;Campagnola Emilia;Campagnola Emilia;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35009;35009;35009;35009;B499;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;010;035010;Campegine;Campegine;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35010;35010;35010;35010;B502;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;011;035011;Carpineti;Carpineti;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35011;35011;35011;35011;B825;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;012;035012;Casalgrande;Casalgrande;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35012;35012;35012;35012;B893;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;013;035013;Casina;Casina;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35013;35013;35013;35013;B967;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;014;035014;Castellarano;Castellarano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35014;35014;35014;35014;C141;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;015;035015;Castelnovo di Sotto;Castelnovo di Sotto;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35015;35015;35015;35015;C218;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;016;035016;Castelnovo ne' Monti;Castelnovo ne' Monti;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35016;35016;35016;35016;C219;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;017;035017;Cavriago;Cavriago;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35017;35017;35017;35017;C405;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;018;035018;Canossa;Canossa;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35018;35018;35018;35018;C669;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;020;035020;Correggio;Correggio;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35020;35020;35020;35020;D037;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;021;035021;Fabbrico;Fabbrico;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35021;35021;35021;35021;D450;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;022;035022;Gattatico;Gattatico;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35022;35022;35022;35022;D934;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;023;035023;Gualtieri;Gualtieri;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35023;35023;35023;35023;E232;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;024;035024;Guastalla;Guastalla;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35024;35024;35024;35024;E253;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;026;035026;Luzzara;Luzzara;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35026;35026;35026;35026;E772;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;027;035027;Montecchio Emilia;Montecchio Emilia;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35027;35027;35027;35027;F463;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;028;035028;Novellara;Novellara;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35028;35028;35028;35028;F960;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;029;035029;Poviglio;Poviglio;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35029;35029;35029;35029;G947;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;030;035030;Quattro Castella;Quattro Castella;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35030;35030;35030;35030;H122;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;032;035032;Reggiolo;Reggiolo;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35032;35032;35032;35032;H225;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;033;035033;Reggio nell'Emilia;Reggio nell'Emilia;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;1;RE;35033;35033;35033;35033;H223;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;034;035034;Rio Saliceto;Rio Saliceto;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35034;35034;35034;35034;H298;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;035;035035;Rolo;Rolo;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35035;35035;35035;35035;H500;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;036;035036;Rubiera;Rubiera;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35036;35036;35036;35036;H628;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;037;035037;San Martino in Rio;San Martino in Rio;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35037;35037;35037;35037;I011;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;038;035038;San Polo d'Enza;San Polo d'Enza;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35038;35038;35038;35038;I123;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;039;035039;Sant'Ilario d'Enza;Sant'Ilario d'Enza;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35039;35039;35039;35039;I342;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;040;035040;Scandiano;Scandiano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35040;35040;35040;35040;I496;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;041;035041;Toano;Toano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35041;35041;35041;35041;L184;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;042;035042;Vetto;Vetto;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35042;35042;35042;35042;L815;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;043;035043;Vezzano sul Crostolo;Vezzano sul Crostolo;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35043;35043;35043;35043;L820;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;044;035044;Viano;Viano;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35044;35044;35044;35044;L831;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;045;035045;Villa Minozzo;Villa Minozzo;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35045;35045;35045;35045;L969;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;035;035;046;035046;Ventasso;Ventasso;;2;Nord-est;Emilia-Romagna;Reggio nell'Emilia;1;0;RE;35046;35046;35046;35046;M364;ITH;ITH5;ITH53;ITH;ITH5;ITH53 +08;036;036;001;036001;Bastiglia;Bastiglia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36001;36001;36001;36001;A713;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;002;036002;Bomporto;Bomporto;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36002;36002;36002;36002;A959;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;003;036003;Campogalliano;Campogalliano;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36003;36003;36003;36003;B539;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;004;036004;Camposanto;Camposanto;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36004;36004;36004;36004;B566;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;005;036005;Carpi;Carpi;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36005;36005;36005;36005;B819;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;006;036006;Castelfranco Emilia;Castelfranco Emilia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36006;36006;36006;36006;C107;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;007;036007;Castelnuovo Rangone;Castelnuovo Rangone;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36007;36007;36007;36007;C242;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;008;036008;Castelvetro di Modena;Castelvetro di Modena;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36008;36008;36008;36008;C287;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;009;036009;Cavezzo;Cavezzo;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36009;36009;36009;36009;C398;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;010;036010;Concordia sulla Secchia;Concordia sulla Secchia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36010;36010;36010;36010;C951;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;011;036011;Fanano;Fanano;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36011;36011;36011;36011;D486;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;012;036012;Finale Emilia;Finale Emilia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36012;36012;36012;36012;D599;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;013;036013;Fiorano Modenese;Fiorano Modenese;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36013;36013;36013;36013;D607;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;014;036014;Fiumalbo;Fiumalbo;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36014;36014;36014;36014;D617;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;015;036015;Formigine;Formigine;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36015;36015;36015;36015;D711;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;016;036016;Frassinoro;Frassinoro;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36016;36016;36016;36016;D783;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;017;036017;Guiglia;Guiglia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36017;36017;36017;36017;E264;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;018;036018;Lama Mocogno;Lama Mocogno;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36018;36018;36018;36018;E426;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;019;036019;Maranello;Maranello;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36019;36019;36019;36019;E904;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;020;036020;Marano sul Panaro;Marano sul Panaro;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36020;36020;36020;36020;E905;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;021;036021;Medolla;Medolla;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36021;36021;36021;36021;F087;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;022;036022;Mirandola;Mirandola;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36022;36022;36022;36022;F240;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;023;036023;Modena;Modena;;2;Nord-est;Emilia-Romagna;Modena;1;1;MO;36023;36023;36023;36023;F257;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;024;036024;Montecreto;Montecreto;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36024;36024;36024;36024;F484;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;025;036025;Montefiorino;Montefiorino;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36025;36025;36025;36025;F503;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;026;036026;Montese;Montese;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36026;36026;36026;36026;F642;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;027;036027;Nonantola;Nonantola;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36027;36027;36027;36027;F930;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;028;036028;Novi di Modena;Novi di Modena;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36028;36028;36028;36028;F966;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;029;036029;Palagano;Palagano;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36029;36029;36029;36029;G250;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;030;036030;Pavullo nel Frignano;Pavullo nel Frignano;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36030;36030;36030;36030;G393;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;031;036031;Pievepelago;Pievepelago;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36031;36031;36031;36031;G649;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;032;036032;Polinago;Polinago;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36032;36032;36032;36032;G789;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;033;036033;Prignano sulla Secchia;Prignano sulla Secchia;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36033;36033;36033;36033;H061;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;034;036034;Ravarino;Ravarino;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36034;36034;36034;36034;H195;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;035;036035;Riolunato;Riolunato;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36035;36035;36035;36035;H303;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;036;036036;San Cesario sul Panaro;San Cesario sul Panaro;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36036;36036;36036;36036;H794;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;037;036037;San Felice sul Panaro;San Felice sul Panaro;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36037;36037;36037;36037;H835;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;038;036038;San Possidonio;San Possidonio;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36038;36038;36038;36038;I128;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;039;036039;San Prospero;San Prospero;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36039;36039;36039;36039;I133;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;040;036040;Sassuolo;Sassuolo;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36040;36040;36040;36040;I462;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;041;036041;Savignano sul Panaro;Savignano sul Panaro;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36041;36041;36041;36041;I473;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;042;036042;Serramazzoni;Serramazzoni;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36042;36042;36042;36042;F357;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;043;036043;Sestola;Sestola;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36043;36043;36043;36043;I689;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;044;036044;Soliera;Soliera;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36044;36044;36044;36044;I802;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;045;036045;Spilamberto;Spilamberto;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36045;36045;36045;36045;I903;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;046;036046;Vignola;Vignola;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36046;36046;36046;36046;L885;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;036;036;047;036047;Zocca;Zocca;;2;Nord-est;Emilia-Romagna;Modena;1;0;MO;36047;36047;36047;36047;M183;ITH;ITH5;ITH54;ITH;ITH5;ITH54 +08;237;037;001;037001;Anzola dell'Emilia;Anzola dell'Emilia;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37001;37001;37001;37001;A324;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;002;037002;Argelato;Argelato;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37002;37002;37002;37002;A392;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;003;037003;Baricella;Baricella;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37003;37003;37003;37003;A665;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;005;037005;Bentivoglio;Bentivoglio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37005;37005;37005;37005;A785;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;006;037006;Bologna;Bologna;;2;Nord-est;Emilia-Romagna;Bologna;3;1;BO;37006;37006;37006;37006;A944;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;007;037007;Borgo Tossignano;Borgo Tossignano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37007;37007;37007;37007;B044;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;008;037008;Budrio;Budrio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37008;37008;37008;37008;B249;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;009;037009;Calderara di Reno;Calderara di Reno;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37009;37009;37009;37009;B399;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;010;037010;Camugnano;Camugnano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37010;37010;37010;37010;B572;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;011;037011;Casalecchio di Reno;Casalecchio di Reno;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37011;37011;37011;37011;B880;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;012;037012;Casalfiumanese;Casalfiumanese;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37012;37012;37012;37012;B892;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;013;037013;Castel d'Aiano;Castel d'Aiano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37013;37013;37013;37013;C075;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;014;037014;Castel del Rio;Castel del Rio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37014;37014;37014;37014;C086;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;015;037015;Castel di Casio;Castel di Casio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37015;37015;37015;37015;B969;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;016;037016;Castel Guelfo di Bologna;Castel Guelfo di Bologna;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37016;37016;37016;37016;C121;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;017;037017;Castello d'Argile;Castello d'Argile;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37017;37017;37017;37017;C185;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;019;037019;Castel Maggiore;Castel Maggiore;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37019;37019;37019;37019;C204;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;020;037020;Castel San Pietro Terme;Castel San Pietro Terme;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37020;37020;37020;37020;C265;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;021;037021;Castenaso;Castenaso;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37021;37021;37021;37021;C292;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;022;037022;Castiglione dei Pepoli;Castiglione dei Pepoli;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37022;37022;37022;37022;C296;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;024;037024;Crevalcore;Crevalcore;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37024;37024;37024;37024;D166;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;025;037025;Dozza;Dozza;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37025;37025;37025;37025;D360;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;026;037026;Fontanelice;Fontanelice;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37026;37026;37026;37026;D668;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;027;037027;Gaggio Montano;Gaggio Montano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37027;37027;37027;37027;D847;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;028;037028;Galliera;Galliera;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37028;37028;37028;37028;D878;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;030;037030;Granarolo dell'Emilia;Granarolo dell'Emilia;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37030;37030;37030;37030;E136;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;031;037031;Grizzana Morandi;Grizzana Morandi;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37031;37031;37031;37031;E187;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;032;037032;Imola;Imola;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37032;37032;37032;37032;E289;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;033;037033;Lizzano in Belvedere;Lizzano in Belvedere;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37033;37033;37033;37033;A771;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;034;037034;Loiano;Loiano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37034;37034;37034;37034;E655;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;035;037035;Malalbergo;Malalbergo;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37035;37035;37035;37035;E844;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;036;037036;Marzabotto;Marzabotto;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37036;37036;37036;37036;B689;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;037;037037;Medicina;Medicina;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37037;37037;37037;37037;F083;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;038;037038;Minerbio;Minerbio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37038;37038;37038;37038;F219;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;039;037039;Molinella;Molinella;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37039;37039;37039;37039;F288;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;040;037040;Monghidoro;Monghidoro;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37040;37040;37040;37040;F363;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;041;037041;Monterenzio;Monterenzio;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37041;37041;37041;37041;F597;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;042;037042;Monte San Pietro;Monte San Pietro;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37042;37042;37042;37042;F627;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;044;037044;Monzuno;Monzuno;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37044;37044;37044;37044;F706;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;045;037045;Mordano;Mordano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37045;37045;37045;37045;F718;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;046;037046;Ozzano dell'Emilia;Ozzano dell'Emilia;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37046;37046;37046;37046;G205;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;047;037047;Pianoro;Pianoro;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37047;37047;37047;37047;G570;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;048;037048;Pieve di Cento;Pieve di Cento;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37048;37048;37048;37048;G643;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;050;037050;Sala Bolognese;Sala Bolognese;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37050;37050;37050;37050;H678;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;051;037051;San Benedetto Val di Sambro;San Benedetto Val di Sambro;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37051;37051;37051;37051;G566;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;052;037052;San Giorgio di Piano;San Giorgio di Piano;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37052;37052;37052;37052;H896;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;053;037053;San Giovanni in Persiceto;San Giovanni in Persiceto;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37053;37053;37053;37053;G467;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;054;037054;San Lazzaro di Savena;San Lazzaro di Savena;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37054;37054;37054;37054;H945;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;055;037055;San Pietro in Casale;San Pietro in Casale;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37055;37055;37055;37055;I110;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;056;037056;Sant'Agata Bolognese;Sant'Agata Bolognese;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37056;37056;37056;37056;I191;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;057;037057;Sasso Marconi;Sasso Marconi;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37057;37057;37057;37057;G972;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;059;037059;Vergato;Vergato;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37059;37059;37059;37059;L762;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;060;037060;Zola Predosa;Zola Predosa;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37060;37060;37060;37060;M185;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;061;037061;Valsamoggia;Valsamoggia;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37061;37061;37061;37061;M320;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;237;037;062;037062;Alto Reno Terme;Alto Reno Terme;;2;Nord-est;Emilia-Romagna;Bologna;3;0;BO;37062;37062;37062;37062;M369;ITH;ITH5;ITH55;ITH;ITH5;ITH55 +08;038;038;001;038001;Argenta;Argenta;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38001;38001;38001;38001;A393;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;003;038003;Bondeno;Bondeno;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38003;38003;38003;38003;A965;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;004;038004;Cento;Cento;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38004;38004;38004;38004;C469;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;005;038005;Codigoro;Codigoro;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38005;38005;38005;38005;C814;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;006;038006;Comacchio;Comacchio;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38006;38006;38006;38006;C912;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;007;038007;Copparo;Copparo;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38007;38007;38007;38007;C980;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;008;038008;Ferrara;Ferrara;;2;Nord-est;Emilia-Romagna;Ferrara;1;1;FE;38008;38008;38008;38008;D548;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;010;038010;Jolanda di Savoia;Jolanda di Savoia;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38010;38010;38010;38010;E320;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;011;038011;Lagosanto;Lagosanto;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38011;38011;38011;38011;E410;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;012;038012;Masi Torello;Masi Torello;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38012;38012;38012;38012;F016;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;014;038014;Mesola;Mesola;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38014;38014;38014;38014;F156;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;017;038017;Ostellato;Ostellato;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38017;38017;38017;38017;G184;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;018;038018;Poggio Renatico;Poggio Renatico;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38018;38018;38018;38018;G768;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;019;038019;Portomaggiore;Portomaggiore;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38019;38019;38019;38019;G916;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;022;038022;Vigarano Mainarda;Vigarano Mainarda;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38022;38022;38022;38022;L868;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;023;038023;Voghiera;Voghiera;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38023;38023;38023;38023;M110;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;025;038025;Goro;Goro;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38025;38025;38025;38025;E107;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;027;038027;Fiscaglia;Fiscaglia;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38027;38027;38027;38027;M323;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;028;038028;Terre del Reno;Terre del Reno;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38028;38028;38028;38028;M381;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;029;038029;Riva del Po;Riva del Po;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38029;38029;38029;38029;M410;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;038;038;030;038030;Tresignana;Tresignana;;2;Nord-est;Emilia-Romagna;Ferrara;1;0;FE;38030;38030;38030;38030;M409;ITH;ITH5;ITH56;ITH;ITH5;ITH56 +08;039;039;001;039001;Alfonsine;Alfonsine;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39001;39001;39001;39001;A191;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;002;039002;Bagnacavallo;Bagnacavallo;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39002;39002;39002;39002;A547;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;003;039003;Bagnara di Romagna;Bagnara di Romagna;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39003;39003;39003;39003;A551;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;004;039004;Brisighella;Brisighella;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39004;39004;39004;39004;B188;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;005;039005;Casola Valsenio;Casola Valsenio;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39005;39005;39005;39005;B982;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;006;039006;Castel Bolognese;Castel Bolognese;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39006;39006;39006;39006;C065;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;007;039007;Cervia;Cervia;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39007;39007;39007;39007;C553;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;008;039008;Conselice;Conselice;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39008;39008;39008;39008;C963;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;009;039009;Cotignola;Cotignola;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39009;39009;39009;39009;D121;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;010;039010;Faenza;Faenza;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39010;39010;39010;39010;D458;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;011;039011;Fusignano;Fusignano;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39011;39011;39011;39011;D829;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;012;039012;Lugo;Lugo;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39012;39012;39012;39012;E730;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;013;039013;Massa Lombarda;Massa Lombarda;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39013;39013;39013;39013;F029;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;014;039014;Ravenna;Ravenna;;2;Nord-est;Emilia-Romagna;Ravenna;1;1;RA;39014;39014;39014;39014;H199;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;015;039015;Riolo Terme;Riolo Terme;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39015;39015;39015;39015;H302;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;016;039016;Russi;Russi;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39016;39016;39016;39016;H642;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;017;039017;Sant'Agata sul Santerno;Sant'Agata sul Santerno;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39017;39017;39017;39017;I196;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;039;039;018;039018;Solarolo;Solarolo;;2;Nord-est;Emilia-Romagna;Ravenna;1;0;RA;39018;39018;39018;39018;I787;ITH;ITH5;ITH57;ITH;ITH5;ITH57 +08;040;040;001;040001;Bagno di Romagna;Bagno di Romagna;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40001;40001;40001;40001;A565;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;003;040003;Bertinoro;Bertinoro;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40003;40003;40003;40003;A809;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;004;040004;Borghi;Borghi;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40004;40004;40004;40004;B001;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;005;040005;Castrocaro Terme e Terra del Sole;Castrocaro Terme e Terra del Sole;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40005;40005;40005;40005;C339;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;007;040007;Cesena;Cesena;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40007;40007;40007;40007;C573;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;008;040008;Cesenatico;Cesenatico;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40008;40008;40008;40008;C574;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;009;040009;Civitella di Romagna;Civitella di Romagna;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40009;40009;40009;40009;C777;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;011;040011;Dovadola;Dovadola;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40011;40011;40011;40011;D357;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;012;040012;Forl�;Forl�;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;1;FC;40012;40012;40012;40012;D704;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;013;040013;Forlimpopoli;Forlimpopoli;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40013;40013;40013;40013;D705;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;014;040014;Galeata;Galeata;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40014;40014;40014;40014;D867;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;015;040015;Gambettola;Gambettola;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40015;40015;40015;40015;D899;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;016;040016;Gatteo;Gatteo;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40016;40016;40016;40016;D935;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;018;040018;Longiano;Longiano;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40018;40018;40018;40018;E675;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;019;040019;Meldola;Meldola;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40019;40019;40019;40019;F097;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;020;040020;Mercato Saraceno;Mercato Saraceno;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40020;40020;40020;40020;F139;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;022;040022;Modigliana;Modigliana;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40022;40022;40022;40022;F259;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;028;040028;Montiano;Montiano;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40028;40028;40028;40028;F668;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;031;040031;Portico e San Benedetto;Portico e San Benedetto;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40031;40031;40031;40031;G904;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;032;040032;Predappio;Predappio;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40032;40032;40032;40032;H017;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;033;040033;Premilcuore;Premilcuore;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40033;40033;40033;40033;H034;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;036;040036;Rocca San Casciano;Rocca San Casciano;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40036;40036;40036;40036;H437;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;037;040037;Roncofreddo;Roncofreddo;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40037;40037;40037;40037;H542;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;041;040041;San Mauro Pascoli;San Mauro Pascoli;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40041;40041;40041;40041;I027;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;043;040043;Santa Sofia;Santa Sofia;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40043;40043;40043;40043;I310;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;044;040044;Sarsina;Sarsina;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40044;40044;40044;40044;I444;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;045;040045;Savignano sul Rubicone;Savignano sul Rubicone;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40045;40045;40045;40045;I472;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;046;040046;Sogliano al Rubicone;Sogliano al Rubicone;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40046;40046;40046;40046;I779;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;049;040049;Tredozio;Tredozio;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40049;40049;40049;40049;L361;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;040;040;050;040050;Verghereto;Verghereto;;2;Nord-est;Emilia-Romagna;Forl�-Cesena;1;0;FC;40050;40050;40050;40050;L764;ITH;ITH5;ITH58;ITH;ITH5;ITH58 +08;099;099;001;099001;Bellaria-Igea Marina;Bellaria-Igea Marina;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99001;99001;99001;99001;A747;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;002;099002;Cattolica;Cattolica;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99002;99002;99002;99002;C357;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;003;099003;Coriano;Coriano;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99003;99003;99003;99003;D004;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;004;099004;Gemmano;Gemmano;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99004;99004;99004;99004;D961;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;005;099005;Misano Adriatico;Misano Adriatico;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99005;99005;99005;99005;F244;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;006;099006;Mondaino;Mondaino;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99006;99006;99006;99006;F346;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;008;099008;Montefiore Conca;Montefiore Conca;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99008;99008;99008;99008;F502;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;009;099009;Montegridolfo;Montegridolfo;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99009;99009;99009;99009;F523;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;011;099011;Morciano di Romagna;Morciano di Romagna;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99011;99011;99011;99011;F715;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;013;099013;Riccione;Riccione;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99013;99013;99013;99013;H274;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;014;099014;Rimini;Rimini;;2;Nord-est;Emilia-Romagna;Rimini;1;1;RN;99014;99014;99014;99014;H294;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;015;099015;Saludecio;Saludecio;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99015;99015;99015;99015;H724;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;016;099016;San Clemente;San Clemente;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99016;99016;99016;99016;H801;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;017;099017;San Giovanni in Marignano;San Giovanni in Marignano;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99017;99017;99017;99017;H921;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;018;099018;Santarcangelo di Romagna;Santarcangelo di Romagna;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99018;99018;99018;99018;I304;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;020;099020;Verucchio;Verucchio;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99020;99020;99020;99020;L797;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;021;099021;Casteldelci;Casteldelci;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99021;99021;41011;41011;C080;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;022;099022;Maiolo;Maiolo;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99022;99022;41024;41024;E838;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;023;099023;Novafeltria;Novafeltria;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99023;99023;41039;41039;F137;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;024;099024;Pennabilli;Pennabilli;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99024;99024;41042;41042;G433;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;025;099025;San Leo;San Leo;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99025;99025;41053;41053;H949;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;026;099026;Sant'Agata Feltria;Sant'Agata Feltria;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99026;99026;41055;41055;I201;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;027;099027;Talamello;Talamello;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99027;99027;41063;41063;L034;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;028;099028;Poggio Torriana;Poggio Torriana;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99028;99028;99028;99028;M324;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;029;099029;Montescudo-Monte Colombo;Montescudo-Monte Colombo;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99029;99029;99029;99029;M368;ITH;ITH5;ITH59;ITH;ITH5;ITH59 +08;099;099;030;099030;Montecopiolo;Montecopiolo;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99030;41033;41033;41033;F478;ITI;ITI31;ITI31;ITH;ITH5;ITH59 +08;099;099;031;099031;Sassofeltrio;Sassofeltrio;;2;Nord-est;Emilia-Romagna;Rimini;1;0;RN;99031;41060;41060;41060;I460;ITI;ITI31;ITI31;ITH;ITH5;ITH59 +09;045;045;001;045001;Aulla;Aulla;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45001;45001;45001;45001;A496;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;002;045002;Bagnone;Bagnone;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45002;45002;45002;45002;A576;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;003;045003;Carrara;Carrara;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45003;45003;45003;45003;B832;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;004;045004;Casola in Lunigiana;Casola in Lunigiana;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45004;45004;45004;45004;B979;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;005;045005;Comano;Comano;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45005;45005;45005;45005;C914;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;006;045006;Filattiera;Filattiera;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45006;45006;45006;45006;D590;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;007;045007;Fivizzano;Fivizzano;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45007;45007;45007;45007;D629;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;008;045008;Fosdinovo;Fosdinovo;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45008;45008;45008;45008;D735;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;009;045009;Licciana Nardi;Licciana Nardi;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45009;45009;45009;45009;E574;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;010;045010;Massa;Massa;;3;Centro;Toscana;Massa-Carrara;1;1;MS;45010;45010;45010;45010;F023;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;011;045011;Montignoso;Montignoso;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45011;45011;45011;45011;F679;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;012;045012;Mulazzo;Mulazzo;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45012;45012;45012;45012;F802;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;013;045013;Podenzana;Podenzana;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45013;45013;45013;45013;G746;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;014;045014;Pontremoli;Pontremoli;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45014;45014;45014;45014;G870;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;015;045015;Tresana;Tresana;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45015;45015;45015;45015;L386;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;016;045016;Villafranca in Lunigiana;Villafranca in Lunigiana;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45016;45016;45016;45016;L946;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;045;045;017;045017;Zeri;Zeri;;3;Centro;Toscana;Massa-Carrara;1;0;MS;45017;45017;45017;45017;M169;ITI;ITI1;ITI11;ITI;ITI1;ITI11 +09;046;046;001;046001;Altopascio;Altopascio;;3;Centro;Toscana;Lucca;1;0;LU;46001;46001;46001;46001;A241;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;002;046002;Bagni di Lucca;Bagni di Lucca;;3;Centro;Toscana;Lucca;1;0;LU;46002;46002;46002;46002;A560;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;003;046003;Barga;Barga;;3;Centro;Toscana;Lucca;1;0;LU;46003;46003;46003;46003;A657;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;004;046004;Borgo a Mozzano;Borgo a Mozzano;;3;Centro;Toscana;Lucca;1;0;LU;46004;46004;46004;46004;B007;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;005;046005;Camaiore;Camaiore;;3;Centro;Toscana;Lucca;1;0;LU;46005;46005;46005;46005;B455;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;006;046006;Camporgiano;Camporgiano;;3;Centro;Toscana;Lucca;1;0;LU;46006;46006;46006;46006;B557;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;007;046007;Capannori;Capannori;;3;Centro;Toscana;Lucca;1;0;LU;46007;46007;46007;46007;B648;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;008;046008;Careggine;Careggine;;3;Centro;Toscana;Lucca;1;0;LU;46008;46008;46008;46008;B760;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;009;046009;Castelnuovo di Garfagnana;Castelnuovo di Garfagnana;;3;Centro;Toscana;Lucca;1;0;LU;46009;46009;46009;46009;C236;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;010;046010;Castiglione di Garfagnana;Castiglione di Garfagnana;;3;Centro;Toscana;Lucca;1;0;LU;46010;46010;46010;46010;C303;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;011;046011;Coreglia Antelminelli;Coreglia Antelminelli;;3;Centro;Toscana;Lucca;1;0;LU;46011;46011;46011;46011;C996;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;013;046013;Forte dei Marmi;Forte dei Marmi;;3;Centro;Toscana;Lucca;1;0;LU;46013;46013;46013;46013;D730;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;014;046014;Fosciandora;Fosciandora;;3;Centro;Toscana;Lucca;1;0;LU;46014;46014;46014;46014;D734;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;015;046015;Gallicano;Gallicano;;3;Centro;Toscana;Lucca;1;0;LU;46015;46015;46015;46015;D874;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;017;046017;Lucca;Lucca;;3;Centro;Toscana;Lucca;1;1;LU;46017;46017;46017;46017;E715;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;018;046018;Massarosa;Massarosa;;3;Centro;Toscana;Lucca;1;0;LU;46018;46018;46018;46018;F035;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;019;046019;Minucciano;Minucciano;;3;Centro;Toscana;Lucca;1;0;LU;46019;46019;46019;46019;F225;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;020;046020;Molazzana;Molazzana;;3;Centro;Toscana;Lucca;1;0;LU;46020;46020;46020;46020;F283;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;021;046021;Montecarlo;Montecarlo;;3;Centro;Toscana;Lucca;1;0;LU;46021;46021;46021;46021;F452;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;022;046022;Pescaglia;Pescaglia;;3;Centro;Toscana;Lucca;1;0;LU;46022;46022;46022;46022;G480;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;023;046023;Piazza al Serchio;Piazza al Serchio;;3;Centro;Toscana;Lucca;1;0;LU;46023;46023;46023;46023;G582;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;024;046024;Pietrasanta;Pietrasanta;;3;Centro;Toscana;Lucca;1;0;LU;46024;46024;46024;46024;G628;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;025;046025;Pieve Fosciana;Pieve Fosciana;;3;Centro;Toscana;Lucca;1;0;LU;46025;46025;46025;46025;G648;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;026;046026;Porcari;Porcari;;3;Centro;Toscana;Lucca;1;0;LU;46026;46026;46026;46026;G882;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;027;046027;San Romano in Garfagnana;San Romano in Garfagnana;;3;Centro;Toscana;Lucca;1;0;LU;46027;46027;46027;46027;I142;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;028;046028;Seravezza;Seravezza;;3;Centro;Toscana;Lucca;1;0;LU;46028;46028;46028;46028;I622;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;030;046030;Stazzema;Stazzema;;3;Centro;Toscana;Lucca;1;0;LU;46030;46030;46030;46030;I942;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;031;046031;Vagli Sotto;Vagli Sotto;;3;Centro;Toscana;Lucca;1;0;LU;46031;46031;46031;46031;L533;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;033;046033;Viareggio;Viareggio;;3;Centro;Toscana;Lucca;1;0;LU;46033;46033;46033;46033;L833;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;034;046034;Villa Basilica;Villa Basilica;;3;Centro;Toscana;Lucca;1;0;LU;46034;46034;46034;46034;L913;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;035;046035;Villa Collemandina;Villa Collemandina;;3;Centro;Toscana;Lucca;1;0;LU;46035;46035;46035;46035;L926;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;036;046036;Fabbriche di Vergemoli;Fabbriche di Vergemoli;;3;Centro;Toscana;Lucca;1;0;LU;46036;46036;46036;46036;M319;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;046;046;037;046037;Sillano Giuncugnano;Sillano Giuncugnano;;3;Centro;Toscana;Lucca;1;0;LU;46037;46037;46037;46037;M347;ITI;ITI1;ITI12;ITI;ITI1;ITI12 +09;047;047;002;047002;Agliana;Agliana;;3;Centro;Toscana;Pistoia;1;0;PT;47002;47002;47002;47002;A071;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;003;047003;Buggiano;Buggiano;;3;Centro;Toscana;Pistoia;1;0;PT;47003;47003;47003;47003;B251;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;005;047005;Lamporecchio;Lamporecchio;;3;Centro;Toscana;Pistoia;1;0;PT;47005;47005;47005;47005;E432;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;006;047006;Larciano;Larciano;;3;Centro;Toscana;Pistoia;1;0;PT;47006;47006;47006;47006;E451;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;007;047007;Marliana;Marliana;;3;Centro;Toscana;Pistoia;1;0;PT;47007;47007;47007;47007;E960;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;008;047008;Massa e Cozzile;Massa e Cozzile;;3;Centro;Toscana;Pistoia;1;0;PT;47008;47008;47008;47008;F025;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;009;047009;Monsummano Terme;Monsummano Terme;;3;Centro;Toscana;Pistoia;1;0;PT;47009;47009;47009;47009;F384;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;010;047010;Montale;Montale;;3;Centro;Toscana;Pistoia;1;0;PT;47010;47010;47010;47010;F410;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;011;047011;Montecatini-Terme;Montecatini-Terme;;3;Centro;Toscana;Pistoia;1;0;PT;47011;47011;47011;47011;A561;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;012;047012;Pescia;Pescia;;3;Centro;Toscana;Pistoia;1;0;PT;47012;47012;47012;47012;G491;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;013;047013;Pieve a Nievole;Pieve a Nievole;;3;Centro;Toscana;Pistoia;1;0;PT;47013;47013;47013;47013;G636;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;014;047014;Pistoia;Pistoia;;3;Centro;Toscana;Pistoia;1;1;PT;47014;47014;47014;47014;G713;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;016;047016;Ponte Buggianese;Ponte Buggianese;;3;Centro;Toscana;Pistoia;1;0;PT;47016;47016;47016;47016;G833;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;017;047017;Quarrata;Quarrata;;3;Centro;Toscana;Pistoia;1;0;PT;47017;47017;47017;47017;H109;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;018;047018;Sambuca Pistoiese;Sambuca Pistoiese;;3;Centro;Toscana;Pistoia;1;0;PT;47018;47018;47018;47018;H744;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;020;047020;Serravalle Pistoiese;Serravalle Pistoiese;;3;Centro;Toscana;Pistoia;1;0;PT;47020;47020;47020;47020;I660;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;021;047021;Uzzano;Uzzano;;3;Centro;Toscana;Pistoia;1;0;PT;47021;47021;47021;47021;L522;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;022;047022;Chiesina Uzzanese;Chiesina Uzzanese;;3;Centro;Toscana;Pistoia;1;0;PT;47022;47022;47022;47022;C631;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;023;047023;Abetone Cutigliano;Abetone Cutigliano;;3;Centro;Toscana;Pistoia;1;0;PT;47023;47023;47023;47023;M376;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;047;047;024;047024;San Marcello Piteglio;San Marcello Piteglio;;3;Centro;Toscana;Pistoia;1;0;PT;47024;47024;47024;47024;M377;ITI;ITI1;ITI13;ITI;ITI1;ITI13 +09;248;048;001;048001;Bagno a Ripoli;Bagno a Ripoli;;3;Centro;Toscana;Firenze;3;0;FI;48001;48001;48001;48001;A564;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;002;048002;Barberino di Mugello;Barberino di Mugello;;3;Centro;Toscana;Firenze;3;0;FI;48002;48002;48002;48002;A632;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;004;048004;Borgo San Lorenzo;Borgo San Lorenzo;;3;Centro;Toscana;Firenze;3;0;FI;48004;48004;48004;48004;B036;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;005;048005;Calenzano;Calenzano;;3;Centro;Toscana;Firenze;3;0;FI;48005;48005;48005;48005;B406;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;006;048006;Campi Bisenzio;Campi Bisenzio;;3;Centro;Toscana;Firenze;3;0;FI;48006;48006;48006;48006;B507;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;008;048008;Capraia e Limite;Capraia e Limite;;3;Centro;Toscana;Firenze;3;0;FI;48008;48008;48008;48008;B684;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;010;048010;Castelfiorentino;Castelfiorentino;;3;Centro;Toscana;Firenze;3;0;FI;48010;48010;48010;48010;C101;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;011;048011;Cerreto Guidi;Cerreto Guidi;;3;Centro;Toscana;Firenze;3;0;FI;48011;48011;48011;48011;C529;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;012;048012;Certaldo;Certaldo;;3;Centro;Toscana;Firenze;3;0;FI;48012;48012;48012;48012;C540;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;013;048013;Dicomano;Dicomano;;3;Centro;Toscana;Firenze;3;0;FI;48013;48013;48013;48013;D299;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;014;048014;Empoli;Empoli;;3;Centro;Toscana;Firenze;3;0;FI;48014;48014;48014;48014;D403;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;015;048015;Fiesole;Fiesole;;3;Centro;Toscana;Firenze;3;0;FI;48015;48015;48015;48015;D575;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;017;048017;Firenze;Firenze;;3;Centro;Toscana;Firenze;3;1;FI;48017;48017;48017;48017;D612;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;018;048018;Firenzuola;Firenzuola;;3;Centro;Toscana;Firenze;3;0;FI;48018;48018;48018;48018;D613;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;019;048019;Fucecchio;Fucecchio;;3;Centro;Toscana;Firenze;3;0;FI;48019;48019;48019;48019;D815;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;020;048020;Gambassi Terme;Gambassi Terme;;3;Centro;Toscana;Firenze;3;0;FI;48020;48020;48020;48020;D895;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;021;048021;Greve in Chianti;Greve in Chianti;;3;Centro;Toscana;Firenze;3;0;FI;48021;48021;48021;48021;E169;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;022;048022;Impruneta;Impruneta;;3;Centro;Toscana;Firenze;3;0;FI;48022;48022;48022;48022;E291;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;024;048024;Lastra a Signa;Lastra a Signa;;3;Centro;Toscana;Firenze;3;0;FI;48024;48024;48024;48024;E466;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;025;048025;Londa;Londa;;3;Centro;Toscana;Firenze;3;0;FI;48025;48025;48025;48025;E668;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;026;048026;Marradi;Marradi;;3;Centro;Toscana;Firenze;3;0;FI;48026;48026;48026;48026;E971;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;027;048027;Montaione;Montaione;;3;Centro;Toscana;Firenze;3;0;FI;48027;48027;48027;48027;F398;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;028;048028;Montelupo Fiorentino;Montelupo Fiorentino;;3;Centro;Toscana;Firenze;3;0;FI;48028;48028;48028;48028;F551;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;030;048030;Montespertoli;Montespertoli;;3;Centro;Toscana;Firenze;3;0;FI;48030;48030;48030;48030;F648;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;031;048031;Palazzuolo sul Senio;Palazzuolo sul Senio;;3;Centro;Toscana;Firenze;3;0;FI;48031;48031;48031;48031;G270;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;032;048032;Pelago;Pelago;;3;Centro;Toscana;Firenze;3;0;FI;48032;48032;48032;48032;G420;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;033;048033;Pontassieve;Pontassieve;;3;Centro;Toscana;Firenze;3;0;FI;48033;48033;48033;48033;G825;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;035;048035;Reggello;Reggello;;3;Centro;Toscana;Firenze;3;0;FI;48035;48035;48035;48035;H222;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;036;048036;Rignano sull'Arno;Rignano sull'Arno;;3;Centro;Toscana;Firenze;3;0;FI;48036;48036;48036;48036;H286;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;037;048037;Rufina;Rufina;;3;Centro;Toscana;Firenze;3;0;FI;48037;48037;48037;48037;H635;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;038;048038;San Casciano in Val di Pesa;San Casciano in Val di Pesa;;3;Centro;Toscana;Firenze;3;0;FI;48038;48038;48038;48038;H791;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;039;048039;San Godenzo;San Godenzo;;3;Centro;Toscana;Firenze;3;0;FI;48039;48039;48039;48039;H937;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;041;048041;Scandicci;Scandicci;;3;Centro;Toscana;Firenze;3;0;FI;48041;48041;48041;48041;B962;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;043;048043;Sesto Fiorentino;Sesto Fiorentino;;3;Centro;Toscana;Firenze;3;0;FI;48043;48043;48043;48043;I684;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;044;048044;Signa;Signa;;3;Centro;Toscana;Firenze;3;0;FI;48044;48044;48044;48044;I728;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;046;048046;Vaglia;Vaglia;;3;Centro;Toscana;Firenze;3;0;FI;48046;48046;48046;48046;L529;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;049;048049;Vicchio;Vicchio;;3;Centro;Toscana;Firenze;3;0;FI;48049;48049;48049;48049;L838;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;050;048050;Vinci;Vinci;;3;Centro;Toscana;Firenze;3;0;FI;48050;48050;48050;48050;M059;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;052;048052;Figline e Incisa Valdarno;Figline e Incisa Valdarno;;3;Centro;Toscana;Firenze;3;0;FI;48052;48052;48052;48052;M321;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;053;048053;Scarperia e San Piero;Scarperia e San Piero;;3;Centro;Toscana;Firenze;3;0;FI;48053;48053;48053;48053;M326;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;248;048;054;048054;Barberino Tavarnelle;Barberino Tavarnelle;;3;Centro;Toscana;Firenze;3;0;FI;48054;48054;48054;48054;M408;ITI;ITI1;ITI14;ITI;ITI1;ITI14 +09;049;049;001;049001;Bibbona;Bibbona;;3;Centro;Toscana;Livorno;1;0;LI;49001;49001;49001;49001;A852;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;002;049002;Campiglia Marittima;Campiglia Marittima;;3;Centro;Toscana;Livorno;1;0;LI;49002;49002;49002;49002;B509;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;003;049003;Campo nell'Elba;Campo nell'Elba;;3;Centro;Toscana;Livorno;1;0;LI;49003;49003;49003;49003;B553;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;004;049004;Capoliveri;Capoliveri;;3;Centro;Toscana;Livorno;1;0;LI;49004;49004;49004;49004;B669;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;005;049005;Capraia Isola;Capraia Isola;;3;Centro;Toscana;Livorno;1;0;LI;49005;49005;49005;49005;B685;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;006;049006;Castagneto Carducci;Castagneto Carducci;;3;Centro;Toscana;Livorno;1;0;LI;49006;49006;49006;49006;C044;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;007;049007;Cecina;Cecina;;3;Centro;Toscana;Livorno;1;0;LI;49007;49007;49007;49007;C415;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;008;049008;Collesalvetti;Collesalvetti;;3;Centro;Toscana;Livorno;1;0;LI;49008;49008;49008;49008;C869;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;009;049009;Livorno;Livorno;;3;Centro;Toscana;Livorno;1;1;LI;49009;49009;49009;49009;E625;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;010;049010;Marciana;Marciana;;3;Centro;Toscana;Livorno;1;0;LI;49010;49010;49010;49010;E930;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;011;049011;Marciana Marina;Marciana Marina;;3;Centro;Toscana;Livorno;1;0;LI;49011;49011;49011;49011;E931;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;012;049012;Piombino;Piombino;;3;Centro;Toscana;Livorno;1;0;LI;49012;49012;49012;49012;G687;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;013;049013;Porto Azzurro;Porto Azzurro;;3;Centro;Toscana;Livorno;1;0;LI;49013;49013;49013;49013;E680;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;014;049014;Portoferraio;Portoferraio;;3;Centro;Toscana;Livorno;1;0;LI;49014;49014;49014;49014;G912;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;017;049017;Rosignano Marittimo;Rosignano Marittimo;;3;Centro;Toscana;Livorno;1;0;LI;49017;49017;49017;49017;H570;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;018;049018;San Vincenzo;San Vincenzo;;3;Centro;Toscana;Livorno;1;0;LI;49018;49018;49018;49018;I390;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;019;049019;Sassetta;Sassetta;;3;Centro;Toscana;Livorno;1;0;LI;49019;49019;49019;49019;I454;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;020;049020;Suvereto;Suvereto;;3;Centro;Toscana;Livorno;1;0;LI;49020;49020;49020;49020;L019;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;049;049;021;049021;Rio;Rio;;3;Centro;Toscana;Livorno;1;0;LI;49021;49021;49021;49021;M391;ITI;ITI1;ITI16;ITI;ITI1;ITI16 +09;050;050;001;050001;Bientina;Bientina;;3;Centro;Toscana;Pisa;1;0;PI;50001;50001;50001;50001;A864;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;002;050002;Buti;Buti;;3;Centro;Toscana;Pisa;1;0;PI;50002;50002;50002;50002;B303;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;003;050003;Calci;Calci;;3;Centro;Toscana;Pisa;1;0;PI;50003;50003;50003;50003;B390;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;004;050004;Calcinaia;Calcinaia;;3;Centro;Toscana;Pisa;1;0;PI;50004;50004;50004;50004;B392;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;005;050005;Capannoli;Capannoli;;3;Centro;Toscana;Pisa;1;0;PI;50005;50005;50005;50005;B647;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;006;050006;Casale Marittimo;Casale Marittimo;;3;Centro;Toscana;Pisa;1;0;PI;50006;50006;50006;50006;B878;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;008;050008;Cascina;Cascina;;3;Centro;Toscana;Pisa;1;0;PI;50008;50008;50008;50008;B950;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;009;050009;Castelfranco di Sotto;Castelfranco di Sotto;;3;Centro;Toscana;Pisa;1;0;PI;50009;50009;50009;50009;C113;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;010;050010;Castellina Marittima;Castellina Marittima;;3;Centro;Toscana;Pisa;1;0;PI;50010;50010;50010;50010;C174;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;011;050011;Castelnuovo di Val di Cecina;Castelnuovo di Val di Cecina;;3;Centro;Toscana;Pisa;1;0;PI;50011;50011;50011;50011;C244;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;012;050012;Chianni;Chianni;;3;Centro;Toscana;Pisa;1;0;PI;50012;50012;50012;50012;C609;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;014;050014;Fauglia;Fauglia;;3;Centro;Toscana;Pisa;1;0;PI;50014;50014;50014;50014;D510;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;015;050015;Guardistallo;Guardistallo;;3;Centro;Toscana;Pisa;1;0;PI;50015;50015;50015;50015;E250;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;016;050016;Lajatico;Lajatico;;3;Centro;Toscana;Pisa;1;0;PI;50016;50016;50016;50016;E413;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;019;050019;Montecatini Val di Cecina;Montecatini Val di Cecina;;3;Centro;Toscana;Pisa;1;0;PI;50019;50019;50019;50019;F458;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;020;050020;Montescudaio;Montescudaio;;3;Centro;Toscana;Pisa;1;0;PI;50020;50020;50020;50020;F640;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;021;050021;Monteverdi Marittimo;Monteverdi Marittimo;;3;Centro;Toscana;Pisa;1;0;PI;50021;50021;50021;50021;F661;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;022;050022;Montopoli in Val d'Arno;Montopoli in Val d'Arno;;3;Centro;Toscana;Pisa;1;0;PI;50022;50022;50022;50022;F686;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;023;050023;Orciano Pisano;Orciano Pisano;;3;Centro;Toscana;Pisa;1;0;PI;50023;50023;50023;50023;G090;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;024;050024;Palaia;Palaia;;3;Centro;Toscana;Pisa;1;0;PI;50024;50024;50024;50024;G254;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;025;050025;Peccioli;Peccioli;;3;Centro;Toscana;Pisa;1;0;PI;50025;50025;50025;50025;G395;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;026;050026;Pisa;Pisa;;3;Centro;Toscana;Pisa;1;1;PI;50026;50026;50026;50026;G702;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;027;050027;Pomarance;Pomarance;;3;Centro;Toscana;Pisa;1;0;PI;50027;50027;50027;50027;G804;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;028;050028;Ponsacco;Ponsacco;;3;Centro;Toscana;Pisa;1;0;PI;50028;50028;50028;50028;G822;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;029;050029;Pontedera;Pontedera;;3;Centro;Toscana;Pisa;1;0;PI;50029;50029;50029;50029;G843;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;030;050030;Riparbella;Riparbella;;3;Centro;Toscana;Pisa;1;0;PI;50030;50030;50030;50030;H319;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;031;050031;San Giuliano Terme;San Giuliano Terme;;3;Centro;Toscana;Pisa;1;0;PI;50031;50031;50031;50031;A562;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;032;050032;San Miniato;San Miniato;;3;Centro;Toscana;Pisa;1;0;PI;50032;50032;50032;50032;I046;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;033;050033;Santa Croce sull'Arno;Santa Croce sull'Arno;;3;Centro;Toscana;Pisa;1;0;PI;50033;50033;50033;50033;I177;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;034;050034;Santa Luce;Santa Luce;;3;Centro;Toscana;Pisa;1;0;PI;50034;50034;50034;50034;I217;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;035;050035;Santa Maria a Monte;Santa Maria a Monte;;3;Centro;Toscana;Pisa;1;0;PI;50035;50035;50035;50035;I232;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;036;050036;Terricciola;Terricciola;;3;Centro;Toscana;Pisa;1;0;PI;50036;50036;50036;50036;L138;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;037;050037;Vecchiano;Vecchiano;;3;Centro;Toscana;Pisa;1;0;PI;50037;50037;50037;50037;L702;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;038;050038;Vicopisano;Vicopisano;;3;Centro;Toscana;Pisa;1;0;PI;50038;50038;50038;50038;L850;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;039;050039;Volterra;Volterra;;3;Centro;Toscana;Pisa;1;0;PI;50039;50039;50039;50039;M126;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;040;050040;Casciana Terme Lari;Casciana Terme Lari;;3;Centro;Toscana;Pisa;1;0;PI;50040;50040;50040;50040;M327;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;050;050;041;050041;Crespina Lorenzana;Crespina Lorenzana;;3;Centro;Toscana;Pisa;1;0;PI;50041;50041;50041;50041;M328;ITI;ITI1;ITI17;ITI;ITI1;ITI17 +09;051;051;001;051001;Anghiari;Anghiari;;3;Centro;Toscana;Arezzo;1;0;AR;51001;51001;51001;51001;A291;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;002;051002;Arezzo;Arezzo;;3;Centro;Toscana;Arezzo;1;1;AR;51002;51002;51002;51002;A390;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;003;051003;Badia Tedalda;Badia Tedalda;;3;Centro;Toscana;Arezzo;1;0;AR;51003;51003;51003;51003;A541;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;004;051004;Bibbiena;Bibbiena;;3;Centro;Toscana;Arezzo;1;0;AR;51004;51004;51004;51004;A851;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;005;051005;Bucine;Bucine;;3;Centro;Toscana;Arezzo;1;0;AR;51005;51005;51005;51005;B243;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;006;051006;Capolona;Capolona;;3;Centro;Toscana;Arezzo;1;0;AR;51006;51006;51006;51006;B670;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;007;051007;Caprese Michelangelo;Caprese Michelangelo;;3;Centro;Toscana;Arezzo;1;0;AR;51007;51007;51007;51007;B693;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;008;051008;Castel Focognano;Castel Focognano;;3;Centro;Toscana;Arezzo;1;0;AR;51008;51008;51008;51008;C102;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;010;051010;Castel San Niccol�;Castel San Niccol�;;3;Centro;Toscana;Arezzo;1;0;AR;51010;51010;51010;51010;C263;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;011;051011;Castiglion Fibocchi;Castiglion Fibocchi;;3;Centro;Toscana;Arezzo;1;0;AR;51011;51011;51011;51011;C318;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;012;051012;Castiglion Fiorentino;Castiglion Fiorentino;;3;Centro;Toscana;Arezzo;1;0;AR;51012;51012;51012;51012;C319;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;013;051013;Cavriglia;Cavriglia;;3;Centro;Toscana;Arezzo;1;0;AR;51013;51013;51013;51013;C407;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;014;051014;Chitignano;Chitignano;;3;Centro;Toscana;Arezzo;1;0;AR;51014;51014;51014;51014;C648;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;015;051015;Chiusi della Verna;Chiusi della Verna;;3;Centro;Toscana;Arezzo;1;0;AR;51015;51015;51015;51015;C663;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;016;051016;Civitella in Val di Chiana;Civitella in Val di Chiana;;3;Centro;Toscana;Arezzo;1;0;AR;51016;51016;51016;51016;C774;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;017;051017;Cortona;Cortona;;3;Centro;Toscana;Arezzo;1;0;AR;51017;51017;51017;51017;D077;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;018;051018;Foiano della Chiana;Foiano della Chiana;;3;Centro;Toscana;Arezzo;1;0;AR;51018;51018;51018;51018;D649;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;020;051020;Loro Ciuffenna;Loro Ciuffenna;;3;Centro;Toscana;Arezzo;1;0;AR;51020;51020;51020;51020;E693;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;021;051021;Lucignano;Lucignano;;3;Centro;Toscana;Arezzo;1;0;AR;51021;51021;51021;51021;E718;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;022;051022;Marciano della Chiana;Marciano della Chiana;;3;Centro;Toscana;Arezzo;1;0;AR;51022;51022;51022;51022;E933;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;023;051023;Montemignaio;Montemignaio;;3;Centro;Toscana;Arezzo;1;0;AR;51023;51023;51023;51023;F565;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;024;051024;Monterchi;Monterchi;;3;Centro;Toscana;Arezzo;1;0;AR;51024;51024;51024;51024;F594;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;025;051025;Monte San Savino;Monte San Savino;;3;Centro;Toscana;Arezzo;1;0;AR;51025;51025;51025;51025;F628;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;026;051026;Montevarchi;Montevarchi;;3;Centro;Toscana;Arezzo;1;0;AR;51026;51026;51026;51026;F656;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;027;051027;Ortignano Raggiolo;Ortignano Raggiolo;;3;Centro;Toscana;Arezzo;1;0;AR;51027;51027;51027;51027;G139;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;030;051030;Pieve Santo Stefano;Pieve Santo Stefano;;3;Centro;Toscana;Arezzo;1;0;AR;51030;51030;51030;51030;G653;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;031;051031;Poppi;Poppi;;3;Centro;Toscana;Arezzo;1;0;AR;51031;51031;51031;51031;G879;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;033;051033;San Giovanni Valdarno;San Giovanni Valdarno;;3;Centro;Toscana;Arezzo;1;0;AR;51033;51033;51033;51033;H901;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;034;051034;Sansepolcro;Sansepolcro;;3;Centro;Toscana;Arezzo;1;0;AR;51034;51034;51034;51034;I155;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;035;051035;Sestino;Sestino;;3;Centro;Toscana;Arezzo;1;0;AR;51035;51035;51035;51035;I681;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;037;051037;Subbiano;Subbiano;;3;Centro;Toscana;Arezzo;1;0;AR;51037;51037;51037;51037;I991;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;038;051038;Talla;Talla;;3;Centro;Toscana;Arezzo;1;0;AR;51038;51038;51038;51038;L038;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;039;051039;Terranuova Bracciolini;Terranuova Bracciolini;;3;Centro;Toscana;Arezzo;1;0;AR;51039;51039;51039;51039;L123;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;040;051040;Castelfranco Piandisc�;Castelfranco Piandisc�;;3;Centro;Toscana;Arezzo;1;0;AR;51040;51040;51040;51040;M322;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;041;051041;Pratovecchio Stia;Pratovecchio Stia;;3;Centro;Toscana;Arezzo;1;0;AR;51041;51041;51041;51041;M329;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;051;051;042;051042;Laterina Pergine Valdarno;Laterina Pergine Valdarno;;3;Centro;Toscana;Arezzo;1;0;AR;51042;51042;51042;51042;M392;ITI;ITI1;ITI18;ITI;ITI1;ITI18 +09;052;052;001;052001;Abbadia San Salvatore;Abbadia San Salvatore;;3;Centro;Toscana;Siena;1;0;SI;52001;52001;52001;52001;A006;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;002;052002;Asciano;Asciano;;3;Centro;Toscana;Siena;1;0;SI;52002;52002;52002;52002;A461;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;003;052003;Buonconvento;Buonconvento;;3;Centro;Toscana;Siena;1;0;SI;52003;52003;52003;52003;B269;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;004;052004;Casole d'Elsa;Casole d'Elsa;;3;Centro;Toscana;Siena;1;0;SI;52004;52004;52004;52004;B984;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;005;052005;Castellina in Chianti;Castellina in Chianti;;3;Centro;Toscana;Siena;1;0;SI;52005;52005;52005;52005;C172;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;006;052006;Castelnuovo Berardenga;Castelnuovo Berardenga;;3;Centro;Toscana;Siena;1;0;SI;52006;52006;52006;52006;C227;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;007;052007;Castiglione d'Orcia;Castiglione d'Orcia;;3;Centro;Toscana;Siena;1;0;SI;52007;52007;52007;52007;C313;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;008;052008;Cetona;Cetona;;3;Centro;Toscana;Siena;1;0;SI;52008;52008;52008;52008;C587;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;009;052009;Chianciano Terme;Chianciano Terme;;3;Centro;Toscana;Siena;1;0;SI;52009;52009;52009;52009;C608;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;010;052010;Chiusdino;Chiusdino;;3;Centro;Toscana;Siena;1;0;SI;52010;52010;52010;52010;C661;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;011;052011;Chiusi;Chiusi;;3;Centro;Toscana;Siena;1;0;SI;52011;52011;52011;52011;C662;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;012;052012;Colle di Val d'Elsa;Colle di Val d'Elsa;;3;Centro;Toscana;Siena;1;0;SI;52012;52012;52012;52012;C847;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;013;052013;Gaiole in Chianti;Gaiole in Chianti;;3;Centro;Toscana;Siena;1;0;SI;52013;52013;52013;52013;D858;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;015;052015;Montepulciano;Montepulciano;;3;Centro;Toscana;Siena;1;0;SI;52015;52015;52015;52015;F592;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;016;052016;Monteriggioni;Monteriggioni;;3;Centro;Toscana;Siena;1;0;SI;52016;52016;52016;52016;F598;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;017;052017;Monteroni d'Arbia;Monteroni d'Arbia;;3;Centro;Toscana;Siena;1;0;SI;52017;52017;52017;52017;F605;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;018;052018;Monticiano;Monticiano;;3;Centro;Toscana;Siena;1;0;SI;52018;52018;52018;52018;F676;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;019;052019;Murlo;Murlo;;3;Centro;Toscana;Siena;1;0;SI;52019;52019;52019;52019;F815;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;020;052020;Piancastagnaio;Piancastagnaio;;3;Centro;Toscana;Siena;1;0;SI;52020;52020;52020;52020;G547;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;021;052021;Pienza;Pienza;;3;Centro;Toscana;Siena;1;0;SI;52021;52021;52021;52021;G602;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;022;052022;Poggibonsi;Poggibonsi;;3;Centro;Toscana;Siena;1;0;SI;52022;52022;52022;52022;G752;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;023;052023;Radda in Chianti;Radda in Chianti;;3;Centro;Toscana;Siena;1;0;SI;52023;52023;52023;52023;H153;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;024;052024;Radicofani;Radicofani;;3;Centro;Toscana;Siena;1;0;SI;52024;52024;52024;52024;H156;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;025;052025;Radicondoli;Radicondoli;;3;Centro;Toscana;Siena;1;0;SI;52025;52025;52025;52025;H157;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;026;052026;Rapolano Terme;Rapolano Terme;;3;Centro;Toscana;Siena;1;0;SI;52026;52026;52026;52026;H185;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;027;052027;San Casciano dei Bagni;San Casciano dei Bagni;;3;Centro;Toscana;Siena;1;0;SI;52027;52027;52027;52027;H790;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;028;052028;San Gimignano;San Gimignano;;3;Centro;Toscana;Siena;1;0;SI;52028;52028;52028;52028;H875;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;030;052030;San Quirico d'Orcia;San Quirico d'Orcia;;3;Centro;Toscana;Siena;1;0;SI;52030;52030;52030;52030;I135;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;031;052031;Sarteano;Sarteano;;3;Centro;Toscana;Siena;1;0;SI;52031;52031;52031;52031;I445;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;032;052032;Siena;Siena;;3;Centro;Toscana;Siena;1;1;SI;52032;52032;52032;52032;I726;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;033;052033;Sinalunga;Sinalunga;;3;Centro;Toscana;Siena;1;0;SI;52033;52033;52033;52033;A468;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;034;052034;Sovicille;Sovicille;;3;Centro;Toscana;Siena;1;0;SI;52034;52034;52034;52034;I877;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;035;052035;Torrita di Siena;Torrita di Siena;;3;Centro;Toscana;Siena;1;0;SI;52035;52035;52035;52035;L303;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;036;052036;Trequanda;Trequanda;;3;Centro;Toscana;Siena;1;0;SI;52036;52036;52036;52036;L384;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;052;052;037;052037;Montalcino;Montalcino;;3;Centro;Toscana;Siena;1;0;SI;52037;52037;52037;52037;M378;ITI;ITI1;ITI19;ITI;ITI1;ITI19 +09;053;053;001;053001;Arcidosso;Arcidosso;;3;Centro;Toscana;Grosseto;1;0;GR;53001;53001;53001;53001;A369;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;002;053002;Campagnatico;Campagnatico;;3;Centro;Toscana;Grosseto;1;0;GR;53002;53002;53002;53002;B497;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;003;053003;Capalbio;Capalbio;;3;Centro;Toscana;Grosseto;1;0;GR;53003;53003;53003;53003;B646;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;004;053004;Castel del Piano;Castel del Piano;;3;Centro;Toscana;Grosseto;1;0;GR;53004;53004;53004;53004;C085;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;005;053005;Castell'Azzara;Castell'Azzara;;3;Centro;Toscana;Grosseto;1;0;GR;53005;53005;53005;53005;C147;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;006;053006;Castiglione della Pescaia;Castiglione della Pescaia;;3;Centro;Toscana;Grosseto;1;0;GR;53006;53006;53006;53006;C310;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;007;053007;Cinigiano;Cinigiano;;3;Centro;Toscana;Grosseto;1;0;GR;53007;53007;53007;53007;C705;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;008;053008;Civitella Paganico;Civitella Paganico;;3;Centro;Toscana;Grosseto;1;0;GR;53008;53008;53008;53008;C782;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;009;053009;Follonica;Follonica;;3;Centro;Toscana;Grosseto;1;0;GR;53009;53009;53009;53009;D656;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;010;053010;Gavorrano;Gavorrano;;3;Centro;Toscana;Grosseto;1;0;GR;53010;53010;53010;53010;D948;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;011;053011;Grosseto;Grosseto;;3;Centro;Toscana;Grosseto;1;1;GR;53011;53011;53011;53011;E202;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;012;053012;Isola del Giglio;Isola del Giglio;;3;Centro;Toscana;Grosseto;1;0;GR;53012;53012;53012;53012;E348;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;013;053013;Magliano in Toscana;Magliano in Toscana;;3;Centro;Toscana;Grosseto;1;0;GR;53013;53013;53013;53013;E810;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;014;053014;Manciano;Manciano;;3;Centro;Toscana;Grosseto;1;0;GR;53014;53014;53014;53014;E875;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;015;053015;Massa Marittima;Massa Marittima;;3;Centro;Toscana;Grosseto;1;0;GR;53015;53015;53015;53015;F032;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;016;053016;Monte Argentario;Monte Argentario;;3;Centro;Toscana;Grosseto;1;0;GR;53016;53016;53016;53016;F437;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;017;053017;Montieri;Montieri;;3;Centro;Toscana;Grosseto;1;0;GR;53017;53017;53017;53017;F677;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;018;053018;Orbetello;Orbetello;;3;Centro;Toscana;Grosseto;1;0;GR;53018;53018;53018;53018;G088;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;019;053019;Pitigliano;Pitigliano;;3;Centro;Toscana;Grosseto;1;0;GR;53019;53019;53019;53019;G716;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;020;053020;Roccalbegna;Roccalbegna;;3;Centro;Toscana;Grosseto;1;0;GR;53020;53020;53020;53020;H417;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;021;053021;Roccastrada;Roccastrada;;3;Centro;Toscana;Grosseto;1;0;GR;53021;53021;53021;53021;H449;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;022;053022;Santa Fiora;Santa Fiora;;3;Centro;Toscana;Grosseto;1;0;GR;53022;53022;53022;53022;I187;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;023;053023;Scansano;Scansano;;3;Centro;Toscana;Grosseto;1;0;GR;53023;53023;53023;53023;I504;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;024;053024;Scarlino;Scarlino;;3;Centro;Toscana;Grosseto;1;0;GR;53024;53024;53024;53024;I510;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;025;053025;Seggiano;Seggiano;;3;Centro;Toscana;Grosseto;1;0;GR;53025;53025;53025;53025;I571;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;026;053026;Sorano;Sorano;;3;Centro;Toscana;Grosseto;1;0;GR;53026;53026;53026;53026;I841;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;027;053027;Monterotondo Marittimo;Monterotondo Marittimo;;3;Centro;Toscana;Grosseto;1;0;GR;53027;53027;53027;53027;F612;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;053;053;028;053028;Semproniano;Semproniano;;3;Centro;Toscana;Grosseto;1;0;GR;53028;53028;53028;53028;I601;ITI;ITI1;ITI1A;ITI;ITI1;ITI1A +09;100;100;001;100001;Cantagallo;Cantagallo;;3;Centro;Toscana;Prato;1;0;PO;100001;100001;100001;100001;B626;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;002;100002;Carmignano;Carmignano;;3;Centro;Toscana;Prato;1;0;PO;100002;100002;100002;100002;B794;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;003;100003;Montemurlo;Montemurlo;;3;Centro;Toscana;Prato;1;0;PO;100003;100003;100003;100003;F572;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;004;100004;Poggio a Caiano;Poggio a Caiano;;3;Centro;Toscana;Prato;1;0;PO;100004;100004;100004;100004;G754;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;005;100005;Prato;Prato;;3;Centro;Toscana;Prato;1;1;PO;100005;100005;100005;100005;G999;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;006;100006;Vaiano;Vaiano;;3;Centro;Toscana;Prato;1;0;PO;100006;100006;100006;100006;L537;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +09;100;100;007;100007;Vernio;Vernio;;3;Centro;Toscana;Prato;1;0;PO;100007;100007;100007;100007;L775;ITI;ITI1;ITI15;ITI;ITI1;ITI15 +10;054;054;001;054001;Assisi;Assisi;;3;Centro;Umbria;Perugia;1;0;PG;54001;54001;54001;54001;A475;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;002;054002;Bastia Umbra;Bastia Umbra;;3;Centro;Umbria;Perugia;1;0;PG;54002;54002;54002;54002;A710;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;003;054003;Bettona;Bettona;;3;Centro;Umbria;Perugia;1;0;PG;54003;54003;54003;54003;A832;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;004;054004;Bevagna;Bevagna;;3;Centro;Umbria;Perugia;1;0;PG;54004;54004;54004;54004;A835;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;005;054005;Campello sul Clitunno;Campello sul Clitunno;;3;Centro;Umbria;Perugia;1;0;PG;54005;54005;54005;54005;B504;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;006;054006;Cannara;Cannara;;3;Centro;Umbria;Perugia;1;0;PG;54006;54006;54006;54006;B609;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;007;054007;Cascia;Cascia;;3;Centro;Umbria;Perugia;1;0;PG;54007;54007;54007;54007;B948;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;008;054008;Castel Ritaldi;Castel Ritaldi;;3;Centro;Umbria;Perugia;1;0;PG;54008;54008;54008;54008;C252;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;009;054009;Castiglione del Lago;Castiglione del Lago;;3;Centro;Umbria;Perugia;1;0;PG;54009;54009;54009;54009;C309;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;010;054010;Cerreto di Spoleto;Cerreto di Spoleto;;3;Centro;Umbria;Perugia;1;0;PG;54010;54010;54010;54010;C527;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;011;054011;Citerna;Citerna;;3;Centro;Umbria;Perugia;1;0;PG;54011;54011;54011;54011;C742;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;012;054012;Citt� della Pieve;Citt� della Pieve;;3;Centro;Umbria;Perugia;1;0;PG;54012;54012;54012;54012;C744;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;013;054013;Citt� di Castello;Citt� di Castello;;3;Centro;Umbria;Perugia;1;0;PG;54013;54013;54013;54013;C745;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;014;054014;Collazzone;Collazzone;;3;Centro;Umbria;Perugia;1;0;PG;54014;54014;54014;54014;C845;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;015;054015;Corciano;Corciano;;3;Centro;Umbria;Perugia;1;0;PG;54015;54015;54015;54015;C990;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;016;054016;Costacciaro;Costacciaro;;3;Centro;Umbria;Perugia;1;0;PG;54016;54016;54016;54016;D108;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;017;054017;Deruta;Deruta;;3;Centro;Umbria;Perugia;1;0;PG;54017;54017;54017;54017;D279;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;018;054018;Foligno;Foligno;;3;Centro;Umbria;Perugia;1;0;PG;54018;54018;54018;54018;D653;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;019;054019;Fossato di Vico;Fossato di Vico;;3;Centro;Umbria;Perugia;1;0;PG;54019;54019;54019;54019;D745;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;020;054020;Fratta Todina;Fratta Todina;;3;Centro;Umbria;Perugia;1;0;PG;54020;54020;54020;54020;D787;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;021;054021;Giano dell'Umbria;Giano dell'Umbria;;3;Centro;Umbria;Perugia;1;0;PG;54021;54021;54021;54021;E012;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;022;054022;Gualdo Cattaneo;Gualdo Cattaneo;;3;Centro;Umbria;Perugia;1;0;PG;54022;54022;54022;54022;E229;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;023;054023;Gualdo Tadino;Gualdo Tadino;;3;Centro;Umbria;Perugia;1;0;PG;54023;54023;54023;54023;E230;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;024;054024;Gubbio;Gubbio;;3;Centro;Umbria;Perugia;1;0;PG;54024;54024;54024;54024;E256;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;025;054025;Lisciano Niccone;Lisciano Niccone;;3;Centro;Umbria;Perugia;1;0;PG;54025;54025;54025;54025;E613;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;026;054026;Magione;Magione;;3;Centro;Umbria;Perugia;1;0;PG;54026;54026;54026;54026;E805;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;027;054027;Marsciano;Marsciano;;3;Centro;Umbria;Perugia;1;0;PG;54027;54027;54027;54027;E975;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;028;054028;Massa Martana;Massa Martana;;3;Centro;Umbria;Perugia;1;0;PG;54028;54028;54028;54028;F024;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;029;054029;Monte Castello di Vibio;Monte Castello di Vibio;;3;Centro;Umbria;Perugia;1;0;PG;54029;54029;54029;54029;F456;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;030;054030;Montefalco;Montefalco;;3;Centro;Umbria;Perugia;1;0;PG;54030;54030;54030;54030;F492;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;031;054031;Monteleone di Spoleto;Monteleone di Spoleto;;3;Centro;Umbria;Perugia;1;0;PG;54031;54031;54031;54031;F540;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;032;054032;Monte Santa Maria Tiberina;Monte Santa Maria Tiberina;;3;Centro;Umbria;Perugia;1;0;PG;54032;54032;54032;54032;F629;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;033;054033;Montone;Montone;;3;Centro;Umbria;Perugia;1;0;PG;54033;54033;54033;54033;F685;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;034;054034;Nocera Umbra;Nocera Umbra;;3;Centro;Umbria;Perugia;1;0;PG;54034;54034;54034;54034;F911;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;035;054035;Norcia;Norcia;;3;Centro;Umbria;Perugia;1;0;PG;54035;54035;54035;54035;F935;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;036;054036;Paciano;Paciano;;3;Centro;Umbria;Perugia;1;0;PG;54036;54036;54036;54036;G212;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;037;054037;Panicale;Panicale;;3;Centro;Umbria;Perugia;1;0;PG;54037;54037;54037;54037;G308;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;038;054038;Passignano sul Trasimeno;Passignano sul Trasimeno;;3;Centro;Umbria;Perugia;1;0;PG;54038;54038;54038;54038;G359;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;039;054039;Perugia;Perugia;;3;Centro;Umbria;Perugia;1;1;PG;54039;54039;54039;54039;G478;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;040;054040;Piegaro;Piegaro;;3;Centro;Umbria;Perugia;1;0;PG;54040;54040;54040;54040;G601;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;041;054041;Pietralunga;Pietralunga;;3;Centro;Umbria;Perugia;1;0;PG;54041;54041;54041;54041;G618;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;042;054042;Poggiodomo;Poggiodomo;;3;Centro;Umbria;Perugia;1;0;PG;54042;54042;54042;54042;G758;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;043;054043;Preci;Preci;;3;Centro;Umbria;Perugia;1;0;PG;54043;54043;54043;54043;H015;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;044;054044;San Giustino;San Giustino;;3;Centro;Umbria;Perugia;1;0;PG;54044;54044;54044;54044;H935;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;045;054045;Sant'Anatolia di Narco;Sant'Anatolia di Narco;;3;Centro;Umbria;Perugia;1;0;PG;54045;54045;54045;54045;I263;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;046;054046;Scheggia e Pascelupo;Scheggia e Pascelupo;;3;Centro;Umbria;Perugia;1;0;PG;54046;54046;54046;54046;I522;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;047;054047;Scheggino;Scheggino;;3;Centro;Umbria;Perugia;1;0;PG;54047;54047;54047;54047;I523;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;048;054048;Sellano;Sellano;;3;Centro;Umbria;Perugia;1;0;PG;54048;54048;54048;54048;I585;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;049;054049;Sigillo;Sigillo;;3;Centro;Umbria;Perugia;1;0;PG;54049;54049;54049;54049;I727;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;050;054050;Spello;Spello;;3;Centro;Umbria;Perugia;1;0;PG;54050;54050;54050;54050;I888;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;051;054051;Spoleto;Spoleto;;3;Centro;Umbria;Perugia;1;0;PG;54051;54051;54051;54051;I921;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;052;054052;Todi;Todi;;3;Centro;Umbria;Perugia;1;0;PG;54052;54052;54052;54052;L188;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;053;054053;Torgiano;Torgiano;;3;Centro;Umbria;Perugia;1;0;PG;54053;54053;54053;54053;L216;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;054;054054;Trevi;Trevi;;3;Centro;Umbria;Perugia;1;0;PG;54054;54054;54054;54054;L397;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;055;054055;Tuoro sul Trasimeno;Tuoro sul Trasimeno;;3;Centro;Umbria;Perugia;1;0;PG;54055;54055;54055;54055;L466;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;056;054056;Umbertide;Umbertide;;3;Centro;Umbria;Perugia;1;0;PG;54056;54056;54056;54056;D786;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;057;054057;Valfabbrica;Valfabbrica;;3;Centro;Umbria;Perugia;1;0;PG;54057;54057;54057;54057;L573;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;058;054058;Vallo di Nera;Vallo di Nera;;3;Centro;Umbria;Perugia;1;0;PG;54058;54058;54058;54058;L627;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;054;054;059;054059;Valtopina;Valtopina;;3;Centro;Umbria;Perugia;1;0;PG;54059;54059;54059;54059;L653;ITI;ITI2;ITI21;ITI;ITI2;ITI21 +10;055;055;001;055001;Acquasparta;Acquasparta;;3;Centro;Umbria;Terni;1;0;TR;55001;55001;55001;55001;A045;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;002;055002;Allerona;Allerona;;3;Centro;Umbria;Terni;1;0;TR;55002;55002;55002;55002;A207;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;003;055003;Alviano;Alviano;;3;Centro;Umbria;Terni;1;0;TR;55003;55003;55003;55003;A242;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;004;055004;Amelia;Amelia;;3;Centro;Umbria;Terni;1;0;TR;55004;55004;55004;55004;A262;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;005;055005;Arrone;Arrone;;3;Centro;Umbria;Terni;1;0;TR;55005;55005;55005;55005;A439;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;006;055006;Attigliano;Attigliano;;3;Centro;Umbria;Terni;1;0;TR;55006;55006;55006;55006;A490;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;007;055007;Baschi;Baschi;;3;Centro;Umbria;Terni;1;0;TR;55007;55007;55007;55007;A691;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;008;055008;Calvi dell'Umbria;Calvi dell'Umbria;;3;Centro;Umbria;Terni;1;0;TR;55008;55008;55008;55008;B446;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;009;055009;Castel Giorgio;Castel Giorgio;;3;Centro;Umbria;Terni;1;0;TR;55009;55009;55009;55009;C117;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;010;055010;Castel Viscardo;Castel Viscardo;;3;Centro;Umbria;Terni;1;0;TR;55010;55010;55010;55010;C289;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;011;055011;Fabro;Fabro;;3;Centro;Umbria;Terni;1;0;TR;55011;55011;55011;55011;D454;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;012;055012;Ferentillo;Ferentillo;;3;Centro;Umbria;Terni;1;0;TR;55012;55012;55012;55012;D538;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;013;055013;Ficulle;Ficulle;;3;Centro;Umbria;Terni;1;0;TR;55013;55013;55013;55013;D570;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;014;055014;Giove;Giove;;3;Centro;Umbria;Terni;1;0;TR;55014;55014;55014;55014;E045;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;015;055015;Guardea;Guardea;;3;Centro;Umbria;Terni;1;0;TR;55015;55015;55015;55015;E241;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;016;055016;Lugnano in Teverina;Lugnano in Teverina;;3;Centro;Umbria;Terni;1;0;TR;55016;55016;55016;55016;E729;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;017;055017;Montecastrilli;Montecastrilli;;3;Centro;Umbria;Terni;1;0;TR;55017;55017;55017;55017;F457;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;018;055018;Montecchio;Montecchio;;3;Centro;Umbria;Terni;1;0;TR;55018;55018;55018;55018;F462;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;019;055019;Montefranco;Montefranco;;3;Centro;Umbria;Terni;1;0;TR;55019;55019;55019;55019;F510;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;020;055020;Montegabbione;Montegabbione;;3;Centro;Umbria;Terni;1;0;TR;55020;55020;55020;55020;F513;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;021;055021;Monteleone d'Orvieto;Monteleone d'Orvieto;;3;Centro;Umbria;Terni;1;0;TR;55021;55021;55021;55021;F543;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;022;055022;Narni;Narni;;3;Centro;Umbria;Terni;1;0;TR;55022;55022;55022;55022;F844;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;023;055023;Orvieto;Orvieto;;3;Centro;Umbria;Terni;1;0;TR;55023;55023;55023;55023;G148;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;024;055024;Otricoli;Otricoli;;3;Centro;Umbria;Terni;1;0;TR;55024;55024;55024;55024;G189;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;025;055025;Parrano;Parrano;;3;Centro;Umbria;Terni;1;0;TR;55025;55025;55025;55025;G344;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;026;055026;Penna in Teverina;Penna in Teverina;;3;Centro;Umbria;Terni;1;0;TR;55026;55026;55026;55026;G432;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;027;055027;Polino;Polino;;3;Centro;Umbria;Terni;1;0;TR;55027;55027;55027;55027;G790;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;028;055028;Porano;Porano;;3;Centro;Umbria;Terni;1;0;TR;55028;55028;55028;55028;G881;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;029;055029;San Gemini;San Gemini;;3;Centro;Umbria;Terni;1;0;TR;55029;55029;55029;55029;H857;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;030;055030;San Venanzo;San Venanzo;;3;Centro;Umbria;Terni;1;0;TR;55030;55030;55030;55030;I381;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;031;055031;Stroncone;Stroncone;;3;Centro;Umbria;Terni;1;0;TR;55031;55031;55031;55031;I981;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;032;055032;Terni;Terni;;3;Centro;Umbria;Terni;1;1;TR;55032;55032;55032;55032;L117;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +10;055;055;033;055033;Avigliano Umbro;Avigliano Umbro;;3;Centro;Umbria;Terni;1;0;TR;55033;55033;55033;55033;M258;ITI;ITI2;ITI22;ITI;ITI2;ITI22 +11;041;041;001;041001;Acqualagna;Acqualagna;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41001;41001;41001;41001;A035;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;002;041002;Apecchio;Apecchio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41002;41002;41002;41002;A327;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;005;041005;Belforte all'Isauro;Belforte all'Isauro;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41005;41005;41005;41005;A740;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;006;041006;Borgo Pace;Borgo Pace;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41006;41006;41006;41006;B026;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;007;041007;Cagli;Cagli;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41007;41007;41007;41007;B352;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;008;041008;Cantiano;Cantiano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41008;41008;41008;41008;B636;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;009;041009;Carpegna;Carpegna;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41009;41009;41009;41009;B816;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;010;041010;Cartoceto;Cartoceto;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41010;41010;41010;41010;B846;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;013;041013;Fano;Fano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41013;41013;41013;41013;D488;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;014;041014;Fermignano;Fermignano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41014;41014;41014;41014;D541;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;015;041015;Fossombrone;Fossombrone;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41015;41015;41015;41015;D749;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;016;041016;Fratte Rosa;Fratte Rosa;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41016;41016;41016;41016;D791;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;017;041017;Frontino;Frontino;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41017;41017;41017;41017;D807;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;018;041018;Frontone;Frontone;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41018;41018;41018;41018;D808;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;019;041019;Gabicce Mare;Gabicce Mare;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41019;41019;41019;41019;D836;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;020;041020;Gradara;Gradara;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41020;41020;41020;41020;E122;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;021;041021;Isola del Piano;Isola del Piano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41021;41021;41021;41021;E351;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;022;041022;Lunano;Lunano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41022;41022;41022;41022;E743;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;023;041023;Macerata Feltria;Macerata Feltria;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41023;41023;41023;41023;E785;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;025;041025;Mercatello sul Metauro;Mercatello sul Metauro;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41025;41025;41025;41025;F135;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;026;041026;Mercatino Conca;Mercatino Conca;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41026;41026;41026;41026;F136;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;027;041027;Mombaroccio;Mombaroccio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41027;41027;41027;41027;F310;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;028;041028;Mondavio;Mondavio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41028;41028;41028;41028;F347;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;029;041029;Mondolfo;Mondolfo;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41029;41029;41029;41029;F348;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;030;041030;Montecalvo in Foglia;Montecalvo in Foglia;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41030;41030;41030;41030;F450;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;031;041031;Monte Cerignone;Monte Cerignone;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41031;41031;41031;41031;F467;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;034;041034;Montefelcino;Montefelcino;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41034;41034;41034;41034;F497;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;035;041035;Monte Grimano Terme;Monte Grimano Terme;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41035;41035;41035;41035;F524;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;036;041036;Montelabbate;Montelabbate;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41036;41036;41036;41036;F533;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;038;041038;Monte Porzio;Monte Porzio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41038;41038;41038;41038;F589;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;041;041041;Peglio;Peglio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41041;41041;41041;41041;G416;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;043;041043;Pergola;Pergola;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41043;41043;41043;41043;G453;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;044;041044;Pesaro;Pesaro;;3;Centro;Marche;Pesaro e Urbino;1;1;PU;41044;41044;41044;41044;G479;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;045;041045;Petriano;Petriano;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41045;41045;41045;41045;G514;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;047;041047;Piandimeleto;Piandimeleto;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41047;41047;41047;41047;G551;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;048;041048;Pietrarubbia;Pietrarubbia;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41048;41048;41048;41048;G627;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;049;041049;Piobbico;Piobbico;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41049;41049;41049;41049;G682;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;051;041051;San Costanzo;San Costanzo;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41051;41051;41051;41051;H809;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;054;041054;San Lorenzo in Campo;San Lorenzo in Campo;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41054;41054;41054;41054;H958;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;057;041057;Sant'Angelo in Vado;Sant'Angelo in Vado;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41057;41057;41057;41057;I287;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;058;041058;Sant'Ippolito;Sant'Ippolito;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41058;41058;41058;41058;I344;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;061;041061;Serra Sant'Abbondio;Serra Sant'Abbondio;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41061;41061;41061;41061;I654;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;064;041064;Tavoleto;Tavoleto;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41064;41064;41064;41064;L078;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;065;041065;Tavullia;Tavullia;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41065;41065;41065;41065;L081;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;066;041066;Urbania;Urbania;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41066;41066;41066;41066;L498;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;067;041067;Urbino;Urbino;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41067;41067;41067;41067;L500;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;068;041068;Vallefoglia;Vallefoglia;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41068;41068;41068;41068;M331;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;069;041069;Colli al Metauro;Colli al Metauro;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41069;41069;41069;41069;M380;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;070;041070;Terre Roveresche;Terre Roveresche;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41070;41070;41070;41070;M379;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;041;041;071;041071;Sassocorvaro Auditore;Sassocorvaro Auditore;;3;Centro;Marche;Pesaro e Urbino;1;0;PU;41071;41071;41071;41071;M413;ITI;ITI3;ITI31;ITI;ITI3;ITI31 +11;042;042;001;042001;Agugliano;Agugliano;;3;Centro;Marche;Ancona;1;0;AN;42001;42001;42001;42001;A092;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;002;042002;Ancona;Ancona;;3;Centro;Marche;Ancona;1;1;AN;42002;42002;42002;42002;A271;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;003;042003;Arcevia;Arcevia;;3;Centro;Marche;Ancona;1;0;AN;42003;42003;42003;42003;A366;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;004;042004;Barbara;Barbara;;3;Centro;Marche;Ancona;1;0;AN;42004;42004;42004;42004;A626;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;005;042005;Belvedere Ostrense;Belvedere Ostrense;;3;Centro;Marche;Ancona;1;0;AN;42005;42005;42005;42005;A769;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;006;042006;Camerano;Camerano;;3;Centro;Marche;Ancona;1;0;AN;42006;42006;42006;42006;B468;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;007;042007;Camerata Picena;Camerata Picena;;3;Centro;Marche;Ancona;1;0;AN;42007;42007;42007;42007;B470;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;008;042008;Castelbellino;Castelbellino;;3;Centro;Marche;Ancona;1;0;AN;42008;42008;42008;42008;C060;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;010;042010;Castelfidardo;Castelfidardo;;3;Centro;Marche;Ancona;1;0;AN;42010;42010;42010;42010;C100;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;011;042011;Castelleone di Suasa;Castelleone di Suasa;;3;Centro;Marche;Ancona;1;0;AN;42011;42011;42011;42011;C152;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;012;042012;Castelplanio;Castelplanio;;3;Centro;Marche;Ancona;1;0;AN;42012;42012;42012;42012;C248;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;013;042013;Cerreto d'Esi;Cerreto d'Esi;;3;Centro;Marche;Ancona;1;0;AN;42013;42013;42013;42013;C524;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;014;042014;Chiaravalle;Chiaravalle;;3;Centro;Marche;Ancona;1;0;AN;42014;42014;42014;42014;C615;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;015;042015;Corinaldo;Corinaldo;;3;Centro;Marche;Ancona;1;0;AN;42015;42015;42015;42015;D007;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;016;042016;Cupramontana;Cupramontana;;3;Centro;Marche;Ancona;1;0;AN;42016;42016;42016;42016;D211;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;017;042017;Fabriano;Fabriano;;3;Centro;Marche;Ancona;1;0;AN;42017;42017;42017;42017;D451;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;018;042018;Falconara Marittima;Falconara Marittima;;3;Centro;Marche;Ancona;1;0;AN;42018;42018;42018;42018;D472;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;019;042019;Filottrano;Filottrano;;3;Centro;Marche;Ancona;1;0;AN;42019;42019;42019;42019;D597;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;020;042020;Genga;Genga;;3;Centro;Marche;Ancona;1;0;AN;42020;42020;42020;42020;D965;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;021;042021;Jesi;Jesi;;3;Centro;Marche;Ancona;1;0;AN;42021;42021;42021;42021;E388;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;022;042022;Loreto;Loreto;;3;Centro;Marche;Ancona;1;0;AN;42022;42022;42022;42022;E690;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;023;042023;Maiolati Spontini;Maiolati Spontini;;3;Centro;Marche;Ancona;1;0;AN;42023;42023;42023;42023;E837;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;024;042024;Mergo;Mergo;;3;Centro;Marche;Ancona;1;0;AN;42024;42024;42024;42024;F145;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;025;042025;Monsano;Monsano;;3;Centro;Marche;Ancona;1;0;AN;42025;42025;42025;42025;F381;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;026;042026;Montecarotto;Montecarotto;;3;Centro;Marche;Ancona;1;0;AN;42026;42026;42026;42026;F453;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;027;042027;Montemarciano;Montemarciano;;3;Centro;Marche;Ancona;1;0;AN;42027;42027;42027;42027;F560;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;029;042029;Monte Roberto;Monte Roberto;;3;Centro;Marche;Ancona;1;0;AN;42029;42029;42029;42029;F600;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;030;042030;Monte San Vito;Monte San Vito;;3;Centro;Marche;Ancona;1;0;AN;42030;42030;42030;42030;F634;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;031;042031;Morro d'Alba;Morro d'Alba;;3;Centro;Marche;Ancona;1;0;AN;42031;42031;42031;42031;F745;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;032;042032;Numana;Numana;;3;Centro;Marche;Ancona;1;0;AN;42032;42032;42032;42032;F978;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;033;042033;Offagna;Offagna;;3;Centro;Marche;Ancona;1;0;AN;42033;42033;42033;42033;G003;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;034;042034;Osimo;Osimo;;3;Centro;Marche;Ancona;1;0;AN;42034;42034;42034;42034;G157;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;035;042035;Ostra;Ostra;;3;Centro;Marche;Ancona;1;0;AN;42035;42035;42035;42035;F401;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;036;042036;Ostra Vetere;Ostra Vetere;;3;Centro;Marche;Ancona;1;0;AN;42036;42036;42036;42036;F581;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;037;042037;Poggio San Marcello;Poggio San Marcello;;3;Centro;Marche;Ancona;1;0;AN;42037;42037;42037;42037;G771;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;038;042038;Polverigi;Polverigi;;3;Centro;Marche;Ancona;1;0;AN;42038;42038;42038;42038;G803;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;040;042040;Rosora;Rosora;;3;Centro;Marche;Ancona;1;0;AN;42040;42040;42040;42040;H575;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;041;042041;San Marcello;San Marcello;;3;Centro;Marche;Ancona;1;0;AN;42041;42041;42041;42041;H979;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;042;042042;San Paolo di Jesi;San Paolo di Jesi;;3;Centro;Marche;Ancona;1;0;AN;42042;42042;42042;42042;I071;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;043;042043;Santa Maria Nuova;Santa Maria Nuova;;3;Centro;Marche;Ancona;1;0;AN;42043;42043;42043;42043;I251;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;044;042044;Sassoferrato;Sassoferrato;;3;Centro;Marche;Ancona;1;0;AN;42044;42044;42044;42044;I461;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;045;042045;Senigallia;Senigallia;;3;Centro;Marche;Ancona;1;0;AN;42045;42045;42045;42045;I608;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;046;042046;Serra de' Conti;Serra de' Conti;;3;Centro;Marche;Ancona;1;0;AN;42046;42046;42046;42046;I643;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;047;042047;Serra San Quirico;Serra San Quirico;;3;Centro;Marche;Ancona;1;0;AN;42047;42047;42047;42047;I653;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;048;042048;Sirolo;Sirolo;;3;Centro;Marche;Ancona;1;0;AN;42048;42048;42048;42048;I758;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;049;042049;Staffolo;Staffolo;;3;Centro;Marche;Ancona;1;0;AN;42049;42049;42049;42049;I932;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;042;042;050;042050;Trecastelli;Trecastelli;;3;Centro;Marche;Ancona;1;0;AN;42050;42050;42050;42050;M318;ITI;ITI3;ITI32;ITI;ITI3;ITI32 +11;043;043;002;043002;Apiro;Apiro;;3;Centro;Marche;Macerata;1;0;MC;43002;43002;43002;43002;A329;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;003;043003;Appignano;Appignano;;3;Centro;Marche;Macerata;1;0;MC;43003;43003;43003;43003;A334;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;004;043004;Belforte del Chienti;Belforte del Chienti;;3;Centro;Marche;Macerata;1;0;MC;43004;43004;43004;43004;A739;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;005;043005;Bolognola;Bolognola;;3;Centro;Marche;Macerata;1;0;MC;43005;43005;43005;43005;A947;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;006;043006;Caldarola;Caldarola;;3;Centro;Marche;Macerata;1;0;MC;43006;43006;43006;43006;B398;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;007;043007;Camerino;Camerino;;3;Centro;Marche;Macerata;1;0;MC;43007;43007;43007;43007;B474;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;008;043008;Camporotondo di Fiastrone;Camporotondo di Fiastrone;;3;Centro;Marche;Macerata;1;0;MC;43008;43008;43008;43008;B562;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;009;043009;Castelraimondo;Castelraimondo;;3;Centro;Marche;Macerata;1;0;MC;43009;43009;43009;43009;C251;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;010;043010;Castelsantangelo sul Nera;Castelsantangelo sul Nera;;3;Centro;Marche;Macerata;1;0;MC;43010;43010;43010;43010;C267;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;011;043011;Cessapalombo;Cessapalombo;;3;Centro;Marche;Macerata;1;0;MC;43011;43011;43011;43011;C582;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;012;043012;Cingoli;Cingoli;;3;Centro;Marche;Macerata;1;0;MC;43012;43012;43012;43012;C704;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;013;043013;Civitanova Marche;Civitanova Marche;;3;Centro;Marche;Macerata;1;0;MC;43013;43013;43013;43013;C770;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;014;043014;Colmurano;Colmurano;;3;Centro;Marche;Macerata;1;0;MC;43014;43014;43014;43014;C886;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;015;043015;Corridonia;Corridonia;;3;Centro;Marche;Macerata;1;0;MC;43015;43015;43015;43015;D042;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;016;043016;Esanatoglia;Esanatoglia;;3;Centro;Marche;Macerata;1;0;MC;43016;43016;43016;43016;D429;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;017;043017;Fiastra;Fiastra;;3;Centro;Marche;Macerata;1;0;MC;43017;43017;43017;43017;D564;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;019;043019;Fiuminata;Fiuminata;;3;Centro;Marche;Macerata;1;0;MC;43019;43019;43019;43019;D628;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;020;043020;Gagliole;Gagliole;;3;Centro;Marche;Macerata;1;0;MC;43020;43020;43020;43020;D853;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;021;043021;Gualdo;Gualdo;;3;Centro;Marche;Macerata;1;0;MC;43021;43021;43021;43021;E228;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;022;043022;Loro Piceno;Loro Piceno;;3;Centro;Marche;Macerata;1;0;MC;43022;43022;43022;43022;E694;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;023;043023;Macerata;Macerata;;3;Centro;Marche;Macerata;1;1;MC;43023;43023;43023;43023;E783;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;024;043024;Matelica;Matelica;;3;Centro;Marche;Macerata;1;0;MC;43024;43024;43024;43024;F051;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;025;043025;Mogliano;Mogliano;;3;Centro;Marche;Macerata;1;0;MC;43025;43025;43025;43025;F268;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;026;043026;Montecassiano;Montecassiano;;3;Centro;Marche;Macerata;1;0;MC;43026;43026;43026;43026;F454;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;027;043027;Monte Cavallo;Monte Cavallo;;3;Centro;Marche;Macerata;1;0;MC;43027;43027;43027;43027;F460;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;028;043028;Montecosaro;Montecosaro;;3;Centro;Marche;Macerata;1;0;MC;43028;43028;43028;43028;F482;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;029;043029;Montefano;Montefano;;3;Centro;Marche;Macerata;1;0;MC;43029;43029;43029;43029;F496;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;030;043030;Montelupone;Montelupone;;3;Centro;Marche;Macerata;1;0;MC;43030;43030;43030;43030;F552;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;031;043031;Monte San Giusto;Monte San Giusto;;3;Centro;Marche;Macerata;1;0;MC;43031;43031;43031;43031;F621;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;032;043032;Monte San Martino;Monte San Martino;;3;Centro;Marche;Macerata;1;0;MC;43032;43032;43032;43032;F622;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;033;043033;Morrovalle;Morrovalle;;3;Centro;Marche;Macerata;1;0;MC;43033;43033;43033;43033;F749;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;034;043034;Muccia;Muccia;;3;Centro;Marche;Macerata;1;0;MC;43034;43034;43034;43034;F793;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;035;043035;Penna San Giovanni;Penna San Giovanni;;3;Centro;Marche;Macerata;1;0;MC;43035;43035;43035;43035;G436;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;036;043036;Petriolo;Petriolo;;3;Centro;Marche;Macerata;1;0;MC;43036;43036;43036;43036;G515;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;038;043038;Pieve Torina;Pieve Torina;;3;Centro;Marche;Macerata;1;0;MC;43038;43038;43038;43038;G657;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;039;043039;Pioraco;Pioraco;;3;Centro;Marche;Macerata;1;0;MC;43039;43039;43039;43039;G690;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;040;043040;Poggio San Vicino;Poggio San Vicino;;3;Centro;Marche;Macerata;1;0;MC;43040;43040;43040;43040;D566;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;041;043041;Pollenza;Pollenza;;3;Centro;Marche;Macerata;1;0;MC;43041;43041;43041;43041;F567;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;042;043042;Porto Recanati;Porto Recanati;;3;Centro;Marche;Macerata;1;0;MC;43042;43042;43042;43042;G919;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;043;043043;Potenza Picena;Potenza Picena;;3;Centro;Marche;Macerata;1;0;MC;43043;43043;43043;43043;F632;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;044;043044;Recanati;Recanati;;3;Centro;Marche;Macerata;1;0;MC;43044;43044;43044;43044;H211;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;045;043045;Ripe San Ginesio;Ripe San Ginesio;;3;Centro;Marche;Macerata;1;0;MC;43045;43045;43045;43045;H323;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;046;043046;San Ginesio;San Ginesio;;3;Centro;Marche;Macerata;1;0;MC;43046;43046;43046;43046;H876;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;047;043047;San Severino Marche;San Severino Marche;;3;Centro;Marche;Macerata;1;0;MC;43047;43047;43047;43047;I156;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;048;043048;Sant'Angelo in Pontano;Sant'Angelo in Pontano;;3;Centro;Marche;Macerata;1;0;MC;43048;43048;43048;43048;I286;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;049;043049;Sarnano;Sarnano;;3;Centro;Marche;Macerata;1;0;MC;43049;43049;43049;43049;I436;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;050;043050;Sefro;Sefro;;3;Centro;Marche;Macerata;1;0;MC;43050;43050;43050;43050;I569;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;051;043051;Serrapetrona;Serrapetrona;;3;Centro;Marche;Macerata;1;0;MC;43051;43051;43051;43051;I651;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;052;043052;Serravalle di Chienti;Serravalle di Chienti;;3;Centro;Marche;Macerata;1;0;MC;43052;43052;43052;43052;I661;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;053;043053;Tolentino;Tolentino;;3;Centro;Marche;Macerata;1;0;MC;43053;43053;43053;43053;L191;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;054;043054;Treia;Treia;;3;Centro;Marche;Macerata;1;0;MC;43054;43054;43054;43054;L366;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;055;043055;Urbisaglia;Urbisaglia;;3;Centro;Marche;Macerata;1;0;MC;43055;43055;43055;43055;L501;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;056;043056;Ussita;Ussita;;3;Centro;Marche;Macerata;1;0;MC;43056;43056;43056;43056;L517;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;057;043057;Visso;Visso;;3;Centro;Marche;Macerata;1;0;MC;43057;43057;43057;43057;M078;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;043;043;058;043058;Valfornace;Valfornace;;3;Centro;Marche;Macerata;1;0;MC;43058;43058;43058;43058;M382;ITI;ITI3;ITI33;ITI;ITI3;ITI33 +11;044;044;001;044001;Acquasanta Terme;Acquasanta Terme;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44001;44001;44001;44001;A044;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;002;044002;Acquaviva Picena;Acquaviva Picena;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44002;44002;44002;44002;A047;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;005;044005;Appignano del Tronto;Appignano del Tronto;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44005;44005;44005;44005;A335;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;006;044006;Arquata del Tronto;Arquata del Tronto;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44006;44006;44006;44006;A437;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;007;044007;Ascoli Piceno;Ascoli Piceno;;3;Centro;Marche;Ascoli Piceno;1;1;AP;44007;44007;44007;44007;A462;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;010;044010;Carassai;Carassai;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44010;44010;44010;44010;B727;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;011;044011;Castel di Lama;Castel di Lama;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44011;44011;44011;44011;C093;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;012;044012;Castignano;Castignano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44012;44012;44012;44012;C321;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;013;044013;Castorano;Castorano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44013;44013;44013;44013;C331;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;014;044014;Colli del Tronto;Colli del Tronto;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44014;44014;44014;44014;C877;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;015;044015;Comunanza;Comunanza;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44015;44015;44015;44015;C935;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;016;044016;Cossignano;Cossignano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44016;44016;44016;44016;D096;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;017;044017;Cupra Marittima;Cupra Marittima;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44017;44017;44017;44017;D210;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;020;044020;Folignano;Folignano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44020;44020;44020;44020;D652;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;021;044021;Force;Force;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44021;44021;44021;44021;D691;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;023;044023;Grottammare;Grottammare;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44023;44023;44023;44023;E207;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;027;044027;Maltignano;Maltignano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44027;44027;44027;44027;E868;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;029;044029;Massignano;Massignano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44029;44029;44029;44029;F044;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;031;044031;Monsampolo del Tronto;Monsampolo del Tronto;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44031;44031;44031;44031;F380;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;032;044032;Montalto delle Marche;Montalto delle Marche;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44032;44032;44032;44032;F415;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;034;044034;Montedinove;Montedinove;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44034;44034;44034;44034;F487;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;036;044036;Montefiore dell'Aso;Montefiore dell'Aso;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44036;44036;44036;44036;F501;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;038;044038;Montegallo;Montegallo;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44038;44038;44038;44038;F516;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;044;044044;Montemonaco;Montemonaco;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44044;44044;44044;44044;F570;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;045;044045;Monteprandone;Monteprandone;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44045;44045;44045;44045;F591;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;054;044054;Offida;Offida;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44054;44054;44054;44054;G005;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;056;044056;Palmiano;Palmiano;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44056;44056;44056;44056;G289;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;063;044063;Ripatransone;Ripatransone;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44063;44063;44063;44063;H321;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;064;044064;Roccafluvione;Roccafluvione;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44064;44064;44064;44064;H390;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;065;044065;Rotella;Rotella;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44065;44065;44065;44065;H588;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;066;044066;San Benedetto del Tronto;San Benedetto del Tronto;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44066;44066;44066;44066;H769;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;071;044071;Spinetoli;Spinetoli;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44071;44071;44071;44071;I912;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;044;044;073;044073;Venarotta;Venarotta;;3;Centro;Marche;Ascoli Piceno;1;0;AP;44073;44073;44073;44073;L728;ITI;ITI3;ITI34;ITI;ITI3;ITI34 +11;109;109;001;109001;Altidona;Altidona;;3;Centro;Marche;Fermo;1;0;FM;109001;109001;44003;44003;A233;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;002;109002;Amandola;Amandola;;3;Centro;Marche;Fermo;1;0;FM;109002;109002;44004;44004;A252;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;003;109003;Belmonte Piceno;Belmonte Piceno;;3;Centro;Marche;Fermo;1;0;FM;109003;109003;44008;44008;A760;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;004;109004;Campofilone;Campofilone;;3;Centro;Marche;Fermo;1;0;FM;109004;109004;44009;44009;B534;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;005;109005;Falerone;Falerone;;3;Centro;Marche;Fermo;1;0;FM;109005;109005;44018;44018;D477;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;006;109006;Fermo;Fermo;;3;Centro;Marche;Fermo;1;1;FM;109006;109006;44019;44019;D542;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;007;109007;Francavilla d'Ete;Francavilla d'Ete;;3;Centro;Marche;Fermo;1;0;FM;109007;109007;44022;44022;D760;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;008;109008;Grottazzolina;Grottazzolina;;3;Centro;Marche;Fermo;1;0;FM;109008;109008;44024;44024;E208;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;009;109009;Lapedona;Lapedona;;3;Centro;Marche;Fermo;1;0;FM;109009;109009;44025;44025;E447;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;010;109010;Magliano di Tenna;Magliano di Tenna;;3;Centro;Marche;Fermo;1;0;FM;109010;109010;44026;44026;E807;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;011;109011;Massa Fermana;Massa Fermana;;3;Centro;Marche;Fermo;1;0;FM;109011;109011;44028;44028;F021;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;012;109012;Monsampietro Morico;Monsampietro Morico;;3;Centro;Marche;Fermo;1;0;FM;109012;109012;44030;44030;F379;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;013;109013;Montappone;Montappone;;3;Centro;Marche;Fermo;1;0;FM;109013;109013;44033;44033;F428;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;014;109014;Montefalcone Appennino;Montefalcone Appennino;;3;Centro;Marche;Fermo;1;0;FM;109014;109014;44035;44035;F493;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;015;109015;Montefortino;Montefortino;;3;Centro;Marche;Fermo;1;0;FM;109015;109015;44037;44037;F509;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;016;109016;Monte Giberto;Monte Giberto;;3;Centro;Marche;Fermo;1;0;FM;109016;109016;44039;44039;F517;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;017;109017;Montegiorgio;Montegiorgio;;3;Centro;Marche;Fermo;1;0;FM;109017;109017;44040;44040;F520;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;018;109018;Montegranaro;Montegranaro;;3;Centro;Marche;Fermo;1;0;FM;109018;109018;44041;44041;F522;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;019;109019;Monteleone di Fermo;Monteleone di Fermo;;3;Centro;Marche;Fermo;1;0;FM;109019;109019;44042;44042;F536;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;020;109020;Montelparo;Montelparo;;3;Centro;Marche;Fermo;1;0;FM;109020;109020;44043;44043;F549;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;021;109021;Monte Rinaldo;Monte Rinaldo;;3;Centro;Marche;Fermo;1;0;FM;109021;109021;44046;44046;F599;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;022;109022;Monterubbiano;Monterubbiano;;3;Centro;Marche;Fermo;1;0;FM;109022;109022;44047;44047;F614;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;023;109023;Monte San Pietrangeli;Monte San Pietrangeli;;3;Centro;Marche;Fermo;1;0;FM;109023;109023;44048;44048;F626;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;024;109024;Monte Urano;Monte Urano;;3;Centro;Marche;Fermo;1;0;FM;109024;109024;44049;44049;F653;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;025;109025;Monte Vidon Combatte;Monte Vidon Combatte;;3;Centro;Marche;Fermo;1;0;FM;109025;109025;44050;44050;F664;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;026;109026;Monte Vidon Corrado;Monte Vidon Corrado;;3;Centro;Marche;Fermo;1;0;FM;109026;109026;44051;44051;F665;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;027;109027;Montottone;Montottone;;3;Centro;Marche;Fermo;1;0;FM;109027;109027;44052;44052;F697;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;028;109028;Moresco;Moresco;;3;Centro;Marche;Fermo;1;0;FM;109028;109028;44053;44053;F722;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;029;109029;Ortezzano;Ortezzano;;3;Centro;Marche;Fermo;1;0;FM;109029;109029;44055;44055;G137;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;030;109030;Pedaso;Pedaso;;3;Centro;Marche;Fermo;1;0;FM;109030;109030;44057;44057;G403;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;031;109031;Petritoli;Petritoli;;3;Centro;Marche;Fermo;1;0;FM;109031;109031;44058;44058;G516;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;032;109032;Ponzano di Fermo;Ponzano di Fermo;;3;Centro;Marche;Fermo;1;0;FM;109032;109032;44059;44059;G873;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;033;109033;Porto San Giorgio;Porto San Giorgio;;3;Centro;Marche;Fermo;1;0;FM;109033;109033;44060;44060;G920;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;034;109034;Porto Sant'Elpidio;Porto Sant'Elpidio;;3;Centro;Marche;Fermo;1;0;FM;109034;109034;44061;44061;G921;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;035;109035;Rapagnano;Rapagnano;;3;Centro;Marche;Fermo;1;0;FM;109035;109035;44062;44062;H182;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;036;109036;Santa Vittoria in Matenano;Santa Vittoria in Matenano;;3;Centro;Marche;Fermo;1;0;FM;109036;109036;44067;44067;I315;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;037;109037;Sant'Elpidio a Mare;Sant'Elpidio a Mare;;3;Centro;Marche;Fermo;1;0;FM;109037;109037;44068;44068;I324;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;038;109038;Servigliano;Servigliano;;3;Centro;Marche;Fermo;1;0;FM;109038;109038;44069;44069;C070;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;039;109039;Smerillo;Smerillo;;3;Centro;Marche;Fermo;1;0;FM;109039;109039;44070;44070;I774;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +11;109;109;040;109040;Torre San Patrizio;Torre San Patrizio;;3;Centro;Marche;Fermo;1;0;FM;109040;109040;44072;44072;L279;ITI;ITI3;ITI35;ITI;ITI3;ITI35 +12;056;056;001;056001;Acquapendente;Acquapendente;;3;Centro;Lazio;Viterbo;1;0;VT;56001;56001;56001;56001;A040;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;002;056002;Arlena di Castro;Arlena di Castro;;3;Centro;Lazio;Viterbo;1;0;VT;56002;56002;56002;56002;A412;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;003;056003;Bagnoregio;Bagnoregio;;3;Centro;Lazio;Viterbo;1;0;VT;56003;56003;56003;56003;A577;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;004;056004;Barbarano Romano;Barbarano Romano;;3;Centro;Lazio;Viterbo;1;0;VT;56004;56004;56004;56004;A628;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;005;056005;Bassano Romano;Bassano Romano;;3;Centro;Lazio;Viterbo;1;0;VT;56005;56005;56005;56005;A704;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;006;056006;Bassano in Teverina;Bassano in Teverina;;3;Centro;Lazio;Viterbo;1;0;VT;56006;56006;56006;56006;A706;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;007;056007;Blera;Blera;;3;Centro;Lazio;Viterbo;1;0;VT;56007;56007;56007;56007;A857;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;008;056008;Bolsena;Bolsena;;3;Centro;Lazio;Viterbo;1;0;VT;56008;56008;56008;56008;A949;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;009;056009;Bomarzo;Bomarzo;;3;Centro;Lazio;Viterbo;1;0;VT;56009;56009;56009;56009;A955;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;010;056010;Calcata;Calcata;;3;Centro;Lazio;Viterbo;1;0;VT;56010;56010;56010;56010;B388;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;011;056011;Canepina;Canepina;;3;Centro;Lazio;Viterbo;1;0;VT;56011;56011;56011;56011;B597;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;012;056012;Canino;Canino;;3;Centro;Lazio;Viterbo;1;0;VT;56012;56012;56012;56012;B604;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;013;056013;Capodimonte;Capodimonte;;3;Centro;Lazio;Viterbo;1;0;VT;56013;56013;56013;56013;B663;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;014;056014;Capranica;Capranica;;3;Centro;Lazio;Viterbo;1;0;VT;56014;56014;56014;56014;B688;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;015;056015;Caprarola;Caprarola;;3;Centro;Lazio;Viterbo;1;0;VT;56015;56015;56015;56015;B691;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;016;056016;Carbognano;Carbognano;;3;Centro;Lazio;Viterbo;1;0;VT;56016;56016;56016;56016;B735;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;017;056017;Castel Sant'Elia;Castel Sant'Elia;;3;Centro;Lazio;Viterbo;1;0;VT;56017;56017;56017;56017;C269;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;018;056018;Castiglione in Teverina;Castiglione in Teverina;;3;Centro;Lazio;Viterbo;1;0;VT;56018;56018;56018;56018;C315;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;019;056019;Celleno;Celleno;;3;Centro;Lazio;Viterbo;1;0;VT;56019;56019;56019;56019;C446;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;020;056020;Cellere;Cellere;;3;Centro;Lazio;Viterbo;1;0;VT;56020;56020;56020;56020;C447;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;021;056021;Civita Castellana;Civita Castellana;;3;Centro;Lazio;Viterbo;1;0;VT;56021;56021;56021;56021;C765;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;022;056022;Civitella d'Agliano;Civitella d'Agliano;;3;Centro;Lazio;Viterbo;1;0;VT;56022;56022;56022;56022;C780;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;023;056023;Corchiano;Corchiano;;3;Centro;Lazio;Viterbo;1;0;VT;56023;56023;56023;56023;C988;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;024;056024;Fabrica di Roma;Fabrica di Roma;;3;Centro;Lazio;Viterbo;1;0;VT;56024;56024;56024;56024;D452;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;025;056025;Faleria;Faleria;;3;Centro;Lazio;Viterbo;1;0;VT;56025;56025;56025;56025;D475;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;026;056026;Farnese;Farnese;;3;Centro;Lazio;Viterbo;1;0;VT;56026;56026;56026;56026;D503;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;027;056027;Gallese;Gallese;;3;Centro;Lazio;Viterbo;1;0;VT;56027;56027;56027;56027;D870;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;028;056028;Gradoli;Gradoli;;3;Centro;Lazio;Viterbo;1;0;VT;56028;56028;56028;56028;E126;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;029;056029;Graffignano;Graffignano;;3;Centro;Lazio;Viterbo;1;0;VT;56029;56029;56029;56029;E128;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;030;056030;Grotte di Castro;Grotte di Castro;;3;Centro;Lazio;Viterbo;1;0;VT;56030;56030;56030;56030;E210;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;031;056031;Ischia di Castro;Ischia di Castro;;3;Centro;Lazio;Viterbo;1;0;VT;56031;56031;56031;56031;E330;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;032;056032;Latera;Latera;;3;Centro;Lazio;Viterbo;1;0;VT;56032;56032;56032;56032;E467;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;033;056033;Lubriano;Lubriano;;3;Centro;Lazio;Viterbo;1;0;VT;56033;56033;56033;56033;E713;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;034;056034;Marta;Marta;;3;Centro;Lazio;Viterbo;1;0;VT;56034;56034;56034;56034;E978;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;035;056035;Montalto di Castro;Montalto di Castro;;3;Centro;Lazio;Viterbo;1;0;VT;56035;56035;56035;56035;F419;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;036;056036;Montefiascone;Montefiascone;;3;Centro;Lazio;Viterbo;1;0;VT;56036;56036;56036;56036;F499;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;037;056037;Monte Romano;Monte Romano;;3;Centro;Lazio;Viterbo;1;0;VT;56037;56037;56037;56037;F603;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;038;056038;Monterosi;Monterosi;;3;Centro;Lazio;Viterbo;1;0;VT;56038;56038;56038;56038;F606;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;039;056039;Nepi;Nepi;;3;Centro;Lazio;Viterbo;1;0;VT;56039;56039;56039;56039;F868;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;040;056040;Onano;Onano;;3;Centro;Lazio;Viterbo;1;0;VT;56040;56040;56040;56040;G065;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;041;056041;Oriolo Romano;Oriolo Romano;;3;Centro;Lazio;Viterbo;1;0;VT;56041;56041;56041;56041;G111;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;042;056042;Orte;Orte;;3;Centro;Lazio;Viterbo;1;0;VT;56042;56042;56042;56042;G135;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;043;056043;Piansano;Piansano;;3;Centro;Lazio;Viterbo;1;0;VT;56043;56043;56043;56043;G571;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;044;056044;Proceno;Proceno;;3;Centro;Lazio;Viterbo;1;0;VT;56044;56044;56044;56044;H071;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;045;056045;Ronciglione;Ronciglione;;3;Centro;Lazio;Viterbo;1;0;VT;56045;56045;56045;56045;H534;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;046;056046;Villa San Giovanni in Tuscia;Villa San Giovanni in Tuscia;;3;Centro;Lazio;Viterbo;1;0;VT;56046;56046;56046;56046;H913;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;047;056047;San Lorenzo Nuovo;San Lorenzo Nuovo;;3;Centro;Lazio;Viterbo;1;0;VT;56047;56047;56047;56047;H969;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;048;056048;Soriano nel Cimino;Soriano nel Cimino;;3;Centro;Lazio;Viterbo;1;0;VT;56048;56048;56048;56048;I855;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;049;056049;Sutri;Sutri;;3;Centro;Lazio;Viterbo;1;0;VT;56049;56049;56049;56049;L017;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;050;056050;Tarquinia;Tarquinia;;3;Centro;Lazio;Viterbo;1;0;VT;56050;56050;56050;56050;D024;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;051;056051;Tessennano;Tessennano;;3;Centro;Lazio;Viterbo;1;0;VT;56051;56051;56051;56051;L150;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;052;056052;Tuscania;Tuscania;;3;Centro;Lazio;Viterbo;1;0;VT;56052;56052;56052;56052;L310;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;053;056053;Valentano;Valentano;;3;Centro;Lazio;Viterbo;1;0;VT;56053;56053;56053;56053;L569;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;054;056054;Vallerano;Vallerano;;3;Centro;Lazio;Viterbo;1;0;VT;56054;56054;56054;56054;L612;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;055;056055;Vasanello;Vasanello;;3;Centro;Lazio;Viterbo;1;0;VT;56055;56055;56055;56055;A701;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;056;056056;Vejano;Vejano;;3;Centro;Lazio;Viterbo;1;0;VT;56056;56056;56056;56056;L713;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;057;056057;Vetralla;Vetralla;;3;Centro;Lazio;Viterbo;1;0;VT;56057;56057;56057;56057;L814;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;058;056058;Vignanello;Vignanello;;3;Centro;Lazio;Viterbo;1;0;VT;56058;56058;56058;56058;L882;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;059;056059;Viterbo;Viterbo;;3;Centro;Lazio;Viterbo;1;1;VT;56059;56059;56059;56059;M082;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;056;056;060;056060;Vitorchiano;Vitorchiano;;3;Centro;Lazio;Viterbo;1;0;VT;56060;56060;56060;56060;M086;ITI;ITI4;ITI41;ITI;ITI4;ITI41 +12;057;057;001;057001;Accumoli;Accumoli;;3;Centro;Lazio;Rieti;1;0;RI;57001;57001;57001;57001;A019;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;002;057002;Amatrice;Amatrice;;3;Centro;Lazio;Rieti;1;0;RI;57002;57002;57002;57002;A258;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;003;057003;Antrodoco;Antrodoco;;3;Centro;Lazio;Rieti;1;0;RI;57003;57003;57003;57003;A315;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;004;057004;Ascrea;Ascrea;;3;Centro;Lazio;Rieti;1;0;RI;57004;57004;57004;57004;A464;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;005;057005;Belmonte in Sabina;Belmonte in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57005;57005;57005;57005;A765;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;006;057006;Borbona;Borbona;;3;Centro;Lazio;Rieti;1;0;RI;57006;57006;57006;57006;A981;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;007;057007;Borgorose;Borgorose;;3;Centro;Lazio;Rieti;1;0;RI;57007;57007;57007;57007;B008;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;008;057008;Borgo Velino;Borgo Velino;;3;Centro;Lazio;Rieti;1;0;RI;57008;57008;57008;57008;A996;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;009;057009;Cantalice;Cantalice;;3;Centro;Lazio;Rieti;1;0;RI;57009;57009;57009;57009;B627;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;010;057010;Cantalupo in Sabina;Cantalupo in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57010;57010;57010;57010;B631;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;011;057011;Casaprota;Casaprota;;3;Centro;Lazio;Rieti;1;0;RI;57011;57011;57011;57011;B934;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;012;057012;Casperia;Casperia;;3;Centro;Lazio;Rieti;1;0;RI;57012;57012;57012;57012;A472;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;013;057013;Castel di Tora;Castel di Tora;;3;Centro;Lazio;Rieti;1;0;RI;57013;57013;57013;57013;C098;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;014;057014;Castelnuovo di Farfa;Castelnuovo di Farfa;;3;Centro;Lazio;Rieti;1;0;RI;57014;57014;57014;57014;C224;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;015;057015;Castel Sant'Angelo;Castel Sant'Angelo;;3;Centro;Lazio;Rieti;1;0;RI;57015;57015;57015;57015;C268;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;016;057016;Cittaducale;Cittaducale;;3;Centro;Lazio;Rieti;1;0;RI;57016;57016;57016;57016;C746;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;017;057017;Cittareale;Cittareale;;3;Centro;Lazio;Rieti;1;0;RI;57017;57017;57017;57017;C749;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;018;057018;Collalto Sabino;Collalto Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57018;57018;57018;57018;C841;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;019;057019;Colle di Tora;Colle di Tora;;3;Centro;Lazio;Rieti;1;0;RI;57019;57019;57019;57019;C857;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;020;057020;Collegiove;Collegiove;;3;Centro;Lazio;Rieti;1;0;RI;57020;57020;57020;57020;C859;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;021;057021;Collevecchio;Collevecchio;;3;Centro;Lazio;Rieti;1;0;RI;57021;57021;57021;57021;C876;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;022;057022;Colli sul Velino;Colli sul Velino;;3;Centro;Lazio;Rieti;1;0;RI;57022;57022;57022;57022;C880;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;023;057023;Concerviano;Concerviano;;3;Centro;Lazio;Rieti;1;0;RI;57023;57023;57023;57023;C946;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;024;057024;Configni;Configni;;3;Centro;Lazio;Rieti;1;0;RI;57024;57024;57024;57024;C959;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;025;057025;Contigliano;Contigliano;;3;Centro;Lazio;Rieti;1;0;RI;57025;57025;57025;57025;C969;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;026;057026;Cottanello;Cottanello;;3;Centro;Lazio;Rieti;1;0;RI;57026;57026;57026;57026;D124;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;027;057027;Fara in Sabina;Fara in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57027;57027;57027;57027;D493;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;028;057028;Fiamignano;Fiamignano;;3;Centro;Lazio;Rieti;1;0;RI;57028;57028;57028;57028;D560;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;029;057029;Forano;Forano;;3;Centro;Lazio;Rieti;1;0;RI;57029;57029;57029;57029;D689;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;030;057030;Frasso Sabino;Frasso Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57030;57030;57030;57030;D785;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;031;057031;Greccio;Greccio;;3;Centro;Lazio;Rieti;1;0;RI;57031;57031;57031;57031;E160;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;032;057032;Labro;Labro;;3;Centro;Lazio;Rieti;1;0;RI;57032;57032;57032;57032;E393;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;033;057033;Leonessa;Leonessa;;3;Centro;Lazio;Rieti;1;0;RI;57033;57033;57033;57033;E535;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;034;057034;Longone Sabino;Longone Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57034;57034;57034;57034;E681;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;035;057035;Magliano Sabina;Magliano Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57035;57035;57035;57035;E812;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;036;057036;Marcetelli;Marcetelli;;3;Centro;Lazio;Rieti;1;0;RI;57036;57036;57036;57036;E927;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;037;057037;Micigliano;Micigliano;;3;Centro;Lazio;Rieti;1;0;RI;57037;57037;57037;57037;F193;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;038;057038;Mompeo;Mompeo;;3;Centro;Lazio;Rieti;1;0;RI;57038;57038;57038;57038;F319;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;039;057039;Montasola;Montasola;;3;Centro;Lazio;Rieti;1;0;RI;57039;57039;57039;57039;F430;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;040;057040;Montebuono;Montebuono;;3;Centro;Lazio;Rieti;1;0;RI;57040;57040;57040;57040;F446;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;041;057041;Monteleone Sabino;Monteleone Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57041;57041;57041;57041;F541;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;042;057042;Montenero Sabino;Montenero Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57042;57042;57042;57042;F579;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;043;057043;Monte San Giovanni in Sabina;Monte San Giovanni in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57043;57043;57043;57043;F619;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;044;057044;Montopoli di Sabina;Montopoli di Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57044;57044;57044;57044;F687;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;045;057045;Morro Reatino;Morro Reatino;;3;Centro;Lazio;Rieti;1;0;RI;57045;57045;57045;57045;F746;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;046;057046;Nespolo;Nespolo;;3;Centro;Lazio;Rieti;1;0;RI;57046;57046;57046;57046;F876;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;047;057047;Orvinio;Orvinio;;3;Centro;Lazio;Rieti;1;0;RI;57047;57047;57047;57047;B595;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;048;057048;Paganico Sabino;Paganico Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57048;57048;57048;57048;G232;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;049;057049;Pescorocchiano;Pescorocchiano;;3;Centro;Lazio;Rieti;1;0;RI;57049;57049;57049;57049;G498;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;050;057050;Petrella Salto;Petrella Salto;;3;Centro;Lazio;Rieti;1;0;RI;57050;57050;57050;57050;G513;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;051;057051;Poggio Bustone;Poggio Bustone;;3;Centro;Lazio;Rieti;1;0;RI;57051;57051;57051;57051;G756;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;052;057052;Poggio Catino;Poggio Catino;;3;Centro;Lazio;Rieti;1;0;RI;57052;57052;57052;57052;G757;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;053;057053;Poggio Mirteto;Poggio Mirteto;;3;Centro;Lazio;Rieti;1;0;RI;57053;57053;57053;57053;G763;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;054;057054;Poggio Moiano;Poggio Moiano;;3;Centro;Lazio;Rieti;1;0;RI;57054;57054;57054;57054;G764;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;055;057055;Poggio Nativo;Poggio Nativo;;3;Centro;Lazio;Rieti;1;0;RI;57055;57055;57055;57055;G765;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;056;057056;Poggio San Lorenzo;Poggio San Lorenzo;;3;Centro;Lazio;Rieti;1;0;RI;57056;57056;57056;57056;G770;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;057;057057;Posta;Posta;;3;Centro;Lazio;Rieti;1;0;RI;57057;57057;57057;57057;G934;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;058;057058;Pozzaglia Sabina;Pozzaglia Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57058;57058;57058;57058;G951;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;059;057059;Rieti;Rieti;;3;Centro;Lazio;Rieti;1;1;RI;57059;57059;57059;57059;H282;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;060;057060;Rivodutri;Rivodutri;;3;Centro;Lazio;Rieti;1;0;RI;57060;57060;57060;57060;H354;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;061;057061;Roccantica;Roccantica;;3;Centro;Lazio;Rieti;1;0;RI;57061;57061;57061;57061;H427;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;062;057062;Rocca Sinibalda;Rocca Sinibalda;;3;Centro;Lazio;Rieti;1;0;RI;57062;57062;57062;57062;H446;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;063;057063;Salisano;Salisano;;3;Centro;Lazio;Rieti;1;0;RI;57063;57063;57063;57063;H713;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;064;057064;Scandriglia;Scandriglia;;3;Centro;Lazio;Rieti;1;0;RI;57064;57064;57064;57064;I499;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;065;057065;Selci;Selci;;3;Centro;Lazio;Rieti;1;0;RI;57065;57065;57065;57065;I581;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;066;057066;Stimigliano;Stimigliano;;3;Centro;Lazio;Rieti;1;0;RI;57066;57066;57066;57066;I959;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;067;057067;Tarano;Tarano;;3;Centro;Lazio;Rieti;1;0;RI;57067;57067;57067;57067;L046;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;068;057068;Toffia;Toffia;;3;Centro;Lazio;Rieti;1;0;RI;57068;57068;57068;57068;L189;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;069;057069;Torricella in Sabina;Torricella in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57069;57069;57069;57069;L293;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;070;057070;Torri in Sabina;Torri in Sabina;;3;Centro;Lazio;Rieti;1;0;RI;57070;57070;57070;57070;L286;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;071;057071;Turania;Turania;;3;Centro;Lazio;Rieti;1;0;RI;57071;57071;57071;57071;G507;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;072;057072;Vacone;Vacone;;3;Centro;Lazio;Rieti;1;0;RI;57072;57072;57072;57072;L525;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;057;057;073;057073;Varco Sabino;Varco Sabino;;3;Centro;Lazio;Rieti;1;0;RI;57073;57073;57073;57073;L676;ITI;ITI4;ITI42;ITI;ITI4;ITI42 +12;258;058;001;058001;Affile;Affile;;3;Centro;Lazio;Roma;3;0;RM;58001;58001;58001;58001;A062;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;002;058002;Agosta;Agosta;;3;Centro;Lazio;Roma;3;0;RM;58002;58002;58002;58002;A084;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;003;058003;Albano Laziale;Albano Laziale;;3;Centro;Lazio;Roma;3;0;RM;58003;58003;58003;58003;A132;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;004;058004;Allumiere;Allumiere;;3;Centro;Lazio;Roma;3;0;RM;58004;58004;58004;58004;A210;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;005;058005;Anguillara Sabazia;Anguillara Sabazia;;3;Centro;Lazio;Roma;3;0;RM;58005;58005;58005;58005;A297;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;006;058006;Anticoli Corrado;Anticoli Corrado;;3;Centro;Lazio;Roma;3;0;RM;58006;58006;58006;58006;A309;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;007;058007;Anzio;Anzio;;3;Centro;Lazio;Roma;3;0;RM;58007;58007;58007;58007;A323;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;008;058008;Arcinazzo Romano;Arcinazzo Romano;;3;Centro;Lazio;Roma;3;0;RM;58008;58008;58008;58008;A370;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;009;058009;Ariccia;Ariccia;;3;Centro;Lazio;Roma;3;0;RM;58009;58009;58009;58009;A401;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;010;058010;Arsoli;Arsoli;;3;Centro;Lazio;Roma;3;0;RM;58010;58010;58010;58010;A446;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;011;058011;Artena;Artena;;3;Centro;Lazio;Roma;3;0;RM;58011;58011;58011;58011;A449;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;012;058012;Bellegra;Bellegra;;3;Centro;Lazio;Roma;3;0;RM;58012;58012;58012;58012;A749;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;013;058013;Bracciano;Bracciano;;3;Centro;Lazio;Roma;3;0;RM;58013;58013;58013;58013;B114;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;014;058014;Camerata Nuova;Camerata Nuova;;3;Centro;Lazio;Roma;3;0;RM;58014;58014;58014;58014;B472;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;015;058015;Campagnano di Roma;Campagnano di Roma;;3;Centro;Lazio;Roma;3;0;RM;58015;58015;58015;58015;B496;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;016;058016;Canale Monterano;Canale Monterano;;3;Centro;Lazio;Roma;3;0;RM;58016;58016;58016;58016;B576;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;017;058017;Canterano;Canterano;;3;Centro;Lazio;Roma;3;0;RM;58017;58017;58017;58017;B635;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;018;058018;Capena;Capena;;3;Centro;Lazio;Roma;3;0;RM;58018;58018;58018;58018;B649;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;019;058019;Capranica Prenestina;Capranica Prenestina;;3;Centro;Lazio;Roma;3;0;RM;58019;58019;58019;58019;B687;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;020;058020;Carpineto Romano;Carpineto Romano;;3;Centro;Lazio;Roma;3;0;RM;58020;58020;58020;58020;B828;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;021;058021;Casape;Casape;;3;Centro;Lazio;Roma;3;0;RM;58021;58021;58021;58021;B932;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;022;058022;Castel Gandolfo;Castel Gandolfo;;3;Centro;Lazio;Roma;3;0;RM;58022;58022;58022;58022;C116;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;023;058023;Castel Madama;Castel Madama;;3;Centro;Lazio;Roma;3;0;RM;58023;58023;58023;58023;C203;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;024;058024;Castelnuovo di Porto;Castelnuovo di Porto;;3;Centro;Lazio;Roma;3;0;RM;58024;58024;58024;58024;C237;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;025;058025;Castel San Pietro Romano;Castel San Pietro Romano;;3;Centro;Lazio;Roma;3;0;RM;58025;58025;58025;58025;C266;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;026;058026;Cave;Cave;;3;Centro;Lazio;Roma;3;0;RM;58026;58026;58026;58026;C390;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;027;058027;Cerreto Laziale;Cerreto Laziale;;3;Centro;Lazio;Roma;3;0;RM;58027;58027;58027;58027;C518;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;028;058028;Cervara di Roma;Cervara di Roma;;3;Centro;Lazio;Roma;3;0;RM;58028;58028;58028;58028;C543;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;029;058029;Cerveteri;Cerveteri;;3;Centro;Lazio;Roma;3;0;RM;58029;58029;58029;58029;C552;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;030;058030;Ciciliano;Ciciliano;;3;Centro;Lazio;Roma;3;0;RM;58030;58030;58030;58030;C677;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;031;058031;Cineto Romano;Cineto Romano;;3;Centro;Lazio;Roma;3;0;RM;58031;58031;58031;58031;C702;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;032;058032;Civitavecchia;Civitavecchia;;3;Centro;Lazio;Roma;3;0;RM;58032;58032;58032;58032;C773;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;033;058033;Civitella San Paolo;Civitella San Paolo;;3;Centro;Lazio;Roma;3;0;RM;58033;58033;58033;58033;C784;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;034;058034;Colleferro;Colleferro;;3;Centro;Lazio;Roma;3;0;RM;58034;58034;58034;58034;C858;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;035;058035;Colonna;Colonna;;3;Centro;Lazio;Roma;3;0;RM;58035;58035;58035;58035;C900;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;036;058036;Fiano Romano;Fiano Romano;;3;Centro;Lazio;Roma;3;0;RM;58036;58036;58036;58036;D561;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;037;058037;Filacciano;Filacciano;;3;Centro;Lazio;Roma;3;0;RM;58037;58037;58037;58037;D586;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;038;058038;Formello;Formello;;3;Centro;Lazio;Roma;3;0;RM;58038;58038;58038;58038;D707;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;039;058039;Frascati;Frascati;;3;Centro;Lazio;Roma;3;0;RM;58039;58039;58039;58039;D773;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;040;058040;Gallicano nel Lazio;Gallicano nel Lazio;;3;Centro;Lazio;Roma;3;0;RM;58040;58040;58040;58040;D875;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;041;058041;Gavignano;Gavignano;;3;Centro;Lazio;Roma;3;0;RM;58041;58041;58041;58041;D945;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;042;058042;Genazzano;Genazzano;;3;Centro;Lazio;Roma;3;0;RM;58042;58042;58042;58042;D964;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;043;058043;Genzano di Roma;Genzano di Roma;;3;Centro;Lazio;Roma;3;0;RM;58043;58043;58043;58043;D972;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;044;058044;Gerano;Gerano;;3;Centro;Lazio;Roma;3;0;RM;58044;58044;58044;58044;D978;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;045;058045;Gorga;Gorga;;3;Centro;Lazio;Roma;3;0;RM;58045;58045;58045;58045;E091;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;046;058046;Grottaferrata;Grottaferrata;;3;Centro;Lazio;Roma;3;0;RM;58046;58046;58046;58046;E204;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;047;058047;Guidonia Montecelio;Guidonia Montecelio;;3;Centro;Lazio;Roma;3;0;RM;58047;58047;58047;58047;E263;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;048;058048;Jenne;Jenne;;3;Centro;Lazio;Roma;3;0;RM;58048;58048;58048;58048;E382;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;049;058049;Labico;Labico;;3;Centro;Lazio;Roma;3;0;RM;58049;58049;58049;58049;E392;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;050;058050;Lanuvio;Lanuvio;;3;Centro;Lazio;Roma;3;0;RM;58050;58050;58050;58050;C767;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;051;058051;Licenza;Licenza;;3;Centro;Lazio;Roma;3;0;RM;58051;58051;58051;58051;E576;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;052;058052;Magliano Romano;Magliano Romano;;3;Centro;Lazio;Roma;3;0;RM;58052;58052;58052;58052;E813;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;053;058053;Mandela;Mandela;;3;Centro;Lazio;Roma;3;0;RM;58053;58053;58053;58053;B632;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;054;058054;Manziana;Manziana;;3;Centro;Lazio;Roma;3;0;RM;58054;58054;58054;58054;E900;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;055;058055;Marano Equo;Marano Equo;;3;Centro;Lazio;Roma;3;0;RM;58055;58055;58055;58055;E908;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;056;058056;Marcellina;Marcellina;;3;Centro;Lazio;Roma;3;0;RM;58056;58056;58056;58056;E924;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;057;058057;Marino;Marino;;3;Centro;Lazio;Roma;3;0;RM;58057;58057;58057;58057;E958;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;058;058058;Mazzano Romano;Mazzano Romano;;3;Centro;Lazio;Roma;3;0;RM;58058;58058;58058;58058;F064;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;059;058059;Mentana;Mentana;;3;Centro;Lazio;Roma;3;0;RM;58059;58059;58059;58059;F127;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;060;058060;Monte Compatri;Monte Compatri;;3;Centro;Lazio;Roma;3;0;RM;58060;58060;58060;58060;F477;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;061;058061;Monteflavio;Monteflavio;;3;Centro;Lazio;Roma;3;0;RM;58061;58061;58061;58061;F504;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;062;058062;Montelanico;Montelanico;;3;Centro;Lazio;Roma;3;0;RM;58062;58062;58062;58062;F534;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;063;058063;Montelibretti;Montelibretti;;3;Centro;Lazio;Roma;3;0;RM;58063;58063;58063;58063;F545;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;064;058064;Monte Porzio Catone;Monte Porzio Catone;;3;Centro;Lazio;Roma;3;0;RM;58064;58064;58064;58064;F590;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;065;058065;Monterotondo;Monterotondo;;3;Centro;Lazio;Roma;3;0;RM;58065;58065;58065;58065;F611;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;066;058066;Montorio Romano;Montorio Romano;;3;Centro;Lazio;Roma;3;0;RM;58066;58066;58066;58066;F692;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;067;058067;Moricone;Moricone;;3;Centro;Lazio;Roma;3;0;RM;58067;58067;58067;58067;F730;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;068;058068;Morlupo;Morlupo;;3;Centro;Lazio;Roma;3;0;RM;58068;58068;58068;58068;F734;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;069;058069;Nazzano;Nazzano;;3;Centro;Lazio;Roma;3;0;RM;58069;58069;58069;58069;F857;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;070;058070;Nemi;Nemi;;3;Centro;Lazio;Roma;3;0;RM;58070;58070;58070;58070;F865;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;071;058071;Nerola;Nerola;;3;Centro;Lazio;Roma;3;0;RM;58071;58071;58071;58071;F871;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;072;058072;Nettuno;Nettuno;;3;Centro;Lazio;Roma;3;0;RM;58072;58072;58072;58072;F880;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;073;058073;Olevano Romano;Olevano Romano;;3;Centro;Lazio;Roma;3;0;RM;58073;58073;58073;58073;G022;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;074;058074;Palestrina;Palestrina;;3;Centro;Lazio;Roma;3;0;RM;58074;58074;58074;58074;G274;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;075;058075;Palombara Sabina;Palombara Sabina;;3;Centro;Lazio;Roma;3;0;RM;58075;58075;58075;58075;G293;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;076;058076;Percile;Percile;;3;Centro;Lazio;Roma;3;0;RM;58076;58076;58076;58076;G444;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;077;058077;Pisoniano;Pisoniano;;3;Centro;Lazio;Roma;3;0;RM;58077;58077;58077;58077;G704;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;078;058078;Poli;Poli;;3;Centro;Lazio;Roma;3;0;RM;58078;58078;58078;58078;G784;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;079;058079;Pomezia;Pomezia;;3;Centro;Lazio;Roma;3;0;RM;58079;58079;58079;58079;G811;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;080;058080;Ponzano Romano;Ponzano Romano;;3;Centro;Lazio;Roma;3;0;RM;58080;58080;58080;58080;G874;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;081;058081;Riano;Riano;;3;Centro;Lazio;Roma;3;0;RM;58081;58081;58081;58081;H267;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;082;058082;Rignano Flaminio;Rignano Flaminio;;3;Centro;Lazio;Roma;3;0;RM;58082;58082;58082;58082;H288;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;083;058083;Riofreddo;Riofreddo;;3;Centro;Lazio;Roma;3;0;RM;58083;58083;58083;58083;H300;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;084;058084;Rocca Canterano;Rocca Canterano;;3;Centro;Lazio;Roma;3;0;RM;58084;58084;58084;58084;H387;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;085;058085;Rocca di Cave;Rocca di Cave;;3;Centro;Lazio;Roma;3;0;RM;58085;58085;58085;58085;H401;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;086;058086;Rocca di Papa;Rocca di Papa;;3;Centro;Lazio;Roma;3;0;RM;58086;58086;58086;58086;H404;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;087;058087;Roccagiovine;Roccagiovine;;3;Centro;Lazio;Roma;3;0;RM;58087;58087;58087;58087;H411;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;088;058088;Rocca Priora;Rocca Priora;;3;Centro;Lazio;Roma;3;0;RM;58088;58088;58088;58088;H432;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;089;058089;Rocca Santo Stefano;Rocca Santo Stefano;;3;Centro;Lazio;Roma;3;0;RM;58089;58089;58089;58089;H441;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;090;058090;Roiate;Roiate;;3;Centro;Lazio;Roma;3;0;RM;58090;58090;58090;58090;H494;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;091;058091;Roma;Roma;;3;Centro;Lazio;Roma;3;1;RM;58091;58091;58091;58091;H501;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;092;058092;Roviano;Roviano;;3;Centro;Lazio;Roma;3;0;RM;58092;58092;58092;58092;H618;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;093;058093;Sacrofano;Sacrofano;;3;Centro;Lazio;Roma;3;0;RM;58093;58093;58093;58093;H658;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;094;058094;Sambuci;Sambuci;;3;Centro;Lazio;Roma;3;0;RM;58094;58094;58094;58094;H745;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;095;058095;San Gregorio da Sassola;San Gregorio da Sassola;;3;Centro;Lazio;Roma;3;0;RM;58095;58095;58095;58095;H942;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;096;058096;San Polo dei Cavalieri;San Polo dei Cavalieri;;3;Centro;Lazio;Roma;3;0;RM;58096;58096;58096;58096;I125;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;097;058097;Santa Marinella;Santa Marinella;;3;Centro;Lazio;Roma;3;0;RM;58097;58097;58097;58097;I255;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;098;058098;Sant'Angelo Romano;Sant'Angelo Romano;;3;Centro;Lazio;Roma;3;0;RM;58098;58098;58098;58098;I284;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;099;058099;Sant'Oreste;Sant'Oreste;;3;Centro;Lazio;Roma;3;0;RM;58099;58099;58099;58099;I352;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;100;058100;San Vito Romano;San Vito Romano;;3;Centro;Lazio;Roma;3;0;RM;58100;58100;58100;58100;I400;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;101;058101;Saracinesco;Saracinesco;;3;Centro;Lazio;Roma;3;0;RM;58101;58101;58101;58101;I424;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;102;058102;Segni;Segni;;3;Centro;Lazio;Roma;3;0;RM;58102;58102;58102;58102;I573;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;103;058103;Subiaco;Subiaco;;3;Centro;Lazio;Roma;3;0;RM;58103;58103;58103;58103;I992;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;104;058104;Tivoli;Tivoli;;3;Centro;Lazio;Roma;3;0;RM;58104;58104;58104;58104;L182;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;105;058105;Tolfa;Tolfa;;3;Centro;Lazio;Roma;3;0;RM;58105;58105;58105;58105;L192;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;106;058106;Torrita Tiberina;Torrita Tiberina;;3;Centro;Lazio;Roma;3;0;RM;58106;58106;58106;58106;L302;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;107;058107;Trevignano Romano;Trevignano Romano;;3;Centro;Lazio;Roma;3;0;RM;58107;58107;58107;58107;L401;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;108;058108;Vallepietra;Vallepietra;;3;Centro;Lazio;Roma;3;0;RM;58108;58108;58108;58108;L611;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;109;058109;Vallinfreda;Vallinfreda;;3;Centro;Lazio;Roma;3;0;RM;58109;58109;58109;58109;L625;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;110;058110;Valmontone;Valmontone;;3;Centro;Lazio;Roma;3;0;RM;58110;58110;58110;58110;L639;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;111;058111;Velletri;Velletri;;3;Centro;Lazio;Roma;3;0;RM;58111;58111;58111;58111;L719;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;112;058112;Vicovaro;Vicovaro;;3;Centro;Lazio;Roma;3;0;RM;58112;58112;58112;58112;L851;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;113;058113;Vivaro Romano;Vivaro Romano;;3;Centro;Lazio;Roma;3;0;RM;58113;58113;58113;58113;M095;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;114;058114;Zagarolo;Zagarolo;;3;Centro;Lazio;Roma;3;0;RM;58114;58114;58114;58114;M141;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;115;058115;Lariano;Lariano;;3;Centro;Lazio;Roma;3;0;RM;58115;58115;58115;58115;M207;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;116;058116;Ladispoli;Ladispoli;;3;Centro;Lazio;Roma;3;0;RM;58116;58116;58116;58116;M212;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;117;058117;Ardea;Ardea;;3;Centro;Lazio;Roma;3;0;RM;58117;58117;58117;58117;M213;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;118;058118;Ciampino;Ciampino;;3;Centro;Lazio;Roma;3;0;RM;58118;58118;58118;58118;M272;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;119;058119;San Cesareo;San Cesareo;;3;Centro;Lazio;Roma;3;0;RM;58119;58119;58119;58119;M295;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;120;058120;Fiumicino;Fiumicino;;3;Centro;Lazio;Roma;3;0;RM;58120;58120;58120;58120;M297;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;258;058;122;058122;Fonte Nuova;Fonte Nuova;;3;Centro;Lazio;Roma;3;0;RM;58122;58122;58122;58122;M309;ITI;ITI4;ITI43;ITI;ITI4;ITI43 +12;059;059;001;059001;Aprilia;Aprilia;;3;Centro;Lazio;Latina;1;0;LT;59001;59001;59001;59001;A341;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;002;059002;Bassiano;Bassiano;;3;Centro;Lazio;Latina;1;0;LT;59002;59002;59002;59002;A707;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;003;059003;Campodimele;Campodimele;;3;Centro;Lazio;Latina;1;0;LT;59003;59003;59003;59003;B527;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;004;059004;Castelforte;Castelforte;;3;Centro;Lazio;Latina;1;0;LT;59004;59004;59004;59004;C104;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;005;059005;Cisterna di Latina;Cisterna di Latina;;3;Centro;Lazio;Latina;1;0;LT;59005;59005;59005;59005;C740;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;006;059006;Cori;Cori;;3;Centro;Lazio;Latina;1;0;LT;59006;59006;59006;59006;D003;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;007;059007;Fondi;Fondi;;3;Centro;Lazio;Latina;1;0;LT;59007;59007;59007;59007;D662;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;008;059008;Formia;Formia;;3;Centro;Lazio;Latina;1;0;LT;59008;59008;59008;59008;D708;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;009;059009;Gaeta;Gaeta;;3;Centro;Lazio;Latina;1;0;LT;59009;59009;59009;59009;D843;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;010;059010;Itri;Itri;;3;Centro;Lazio;Latina;1;0;LT;59010;59010;59010;59010;E375;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;011;059011;Latina;Latina;;3;Centro;Lazio;Latina;1;1;LT;59011;59011;59011;59011;E472;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;012;059012;Lenola;Lenola;;3;Centro;Lazio;Latina;1;0;LT;59012;59012;59012;59012;E527;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;013;059013;Maenza;Maenza;;3;Centro;Lazio;Latina;1;0;LT;59013;59013;59013;59013;E798;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;014;059014;Minturno;Minturno;;3;Centro;Lazio;Latina;1;0;LT;59014;59014;59014;59014;F224;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;015;059015;Monte San Biagio;Monte San Biagio;;3;Centro;Lazio;Latina;1;0;LT;59015;59015;59015;59015;F616;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;016;059016;Norma;Norma;;3;Centro;Lazio;Latina;1;0;LT;59016;59016;59016;59016;F937;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;017;059017;Pontinia;Pontinia;;3;Centro;Lazio;Latina;1;0;LT;59017;59017;59017;59017;G865;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;018;059018;Ponza;Ponza;;3;Centro;Lazio;Latina;1;0;LT;59018;59018;59018;59018;G871;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;019;059019;Priverno;Priverno;;3;Centro;Lazio;Latina;1;0;LT;59019;59019;59019;59019;G698;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;020;059020;Prossedi;Prossedi;;3;Centro;Lazio;Latina;1;0;LT;59020;59020;59020;59020;H076;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;021;059021;Roccagorga;Roccagorga;;3;Centro;Lazio;Latina;1;0;LT;59021;59021;59021;59021;H413;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;022;059022;Rocca Massima;Rocca Massima;;3;Centro;Lazio;Latina;1;0;LT;59022;59022;59022;59022;H421;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;023;059023;Roccasecca dei Volsci;Roccasecca dei Volsci;;3;Centro;Lazio;Latina;1;0;LT;59023;59023;59023;59023;H444;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;024;059024;Sabaudia;Sabaudia;;3;Centro;Lazio;Latina;1;0;LT;59024;59024;59024;59024;H647;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;025;059025;San Felice Circeo;San Felice Circeo;;3;Centro;Lazio;Latina;1;0;LT;59025;59025;59025;59025;H836;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;026;059026;Santi Cosma e Damiano;Santi Cosma e Damiano;;3;Centro;Lazio;Latina;1;0;LT;59026;59026;59026;59026;I339;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;027;059027;Sermoneta;Sermoneta;;3;Centro;Lazio;Latina;1;0;LT;59027;59027;59027;59027;I634;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;028;059028;Sezze;Sezze;;3;Centro;Lazio;Latina;1;0;LT;59028;59028;59028;59028;I712;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;029;059029;Sonnino;Sonnino;;3;Centro;Lazio;Latina;1;0;LT;59029;59029;59029;59029;I832;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;030;059030;Sperlonga;Sperlonga;;3;Centro;Lazio;Latina;1;0;LT;59030;59030;59030;59030;I892;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;031;059031;Spigno Saturnia;Spigno Saturnia;;3;Centro;Lazio;Latina;1;0;LT;59031;59031;59031;59031;I902;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;032;059032;Terracina;Terracina;;3;Centro;Lazio;Latina;1;0;LT;59032;59032;59032;59032;L120;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;059;059;033;059033;Ventotene;Ventotene;;3;Centro;Lazio;Latina;1;0;LT;59033;59033;59033;59033;L742;ITI;ITI4;ITI44;ITI;ITI4;ITI44 +12;060;060;001;060001;Acquafondata;Acquafondata;;3;Centro;Lazio;Frosinone;1;0;FR;60001;60001;60001;60001;A032;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;002;060002;Acuto;Acuto;;3;Centro;Lazio;Frosinone;1;0;FR;60002;60002;60002;60002;A054;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;003;060003;Alatri;Alatri;;3;Centro;Lazio;Frosinone;1;0;FR;60003;60003;60003;60003;A123;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;004;060004;Alvito;Alvito;;3;Centro;Lazio;Frosinone;1;0;FR;60004;60004;60004;60004;A244;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;005;060005;Amaseno;Amaseno;;3;Centro;Lazio;Frosinone;1;0;FR;60005;60005;60005;60005;A256;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;006;060006;Anagni;Anagni;;3;Centro;Lazio;Frosinone;1;0;FR;60006;60006;60006;60006;A269;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;007;060007;Aquino;Aquino;;3;Centro;Lazio;Frosinone;1;0;FR;60007;60007;60007;60007;A348;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;008;060008;Arce;Arce;;3;Centro;Lazio;Frosinone;1;0;FR;60008;60008;60008;60008;A363;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;009;060009;Arnara;Arnara;;3;Centro;Lazio;Frosinone;1;0;FR;60009;60009;60009;60009;A421;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;010;060010;Arpino;Arpino;;3;Centro;Lazio;Frosinone;1;0;FR;60010;60010;60010;60010;A433;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;011;060011;Atina;Atina;;3;Centro;Lazio;Frosinone;1;0;FR;60011;60011;60011;60011;A486;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;012;060012;Ausonia;Ausonia;;3;Centro;Lazio;Frosinone;1;0;FR;60012;60012;60012;60012;A502;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;013;060013;Belmonte Castello;Belmonte Castello;;3;Centro;Lazio;Frosinone;1;0;FR;60013;60013;60013;60013;A763;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;014;060014;Boville Ernica;Boville Ernica;;3;Centro;Lazio;Frosinone;1;0;FR;60014;60014;60014;60014;A720;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;015;060015;Broccostella;Broccostella;;3;Centro;Lazio;Frosinone;1;0;FR;60015;60015;60015;60015;B195;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;016;060016;Campoli Appennino;Campoli Appennino;;3;Centro;Lazio;Frosinone;1;0;FR;60016;60016;60016;60016;B543;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;017;060017;Casalattico;Casalattico;;3;Centro;Lazio;Frosinone;1;0;FR;60017;60017;60017;60017;B862;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;018;060018;Casalvieri;Casalvieri;;3;Centro;Lazio;Frosinone;1;0;FR;60018;60018;60018;60018;B919;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;019;060019;Cassino;Cassino;;3;Centro;Lazio;Frosinone;1;0;FR;60019;60019;60019;60019;C034;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;020;060020;Castelliri;Castelliri;;3;Centro;Lazio;Frosinone;1;0;FR;60020;60020;60020;60020;C177;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;021;060021;Castelnuovo Parano;Castelnuovo Parano;;3;Centro;Lazio;Frosinone;1;0;FR;60021;60021;60021;60021;C223;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;022;060022;Castrocielo;Castrocielo;;3;Centro;Lazio;Frosinone;1;0;FR;60022;60022;60022;60022;C340;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;023;060023;Castro dei Volsci;Castro dei Volsci;;3;Centro;Lazio;Frosinone;1;0;FR;60023;60023;60023;60023;C338;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;024;060024;Ceccano;Ceccano;;3;Centro;Lazio;Frosinone;1;0;FR;60024;60024;60024;60024;C413;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;025;060025;Ceprano;Ceprano;;3;Centro;Lazio;Frosinone;1;0;FR;60025;60025;60025;60025;C479;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;026;060026;Cervaro;Cervaro;;3;Centro;Lazio;Frosinone;1;0;FR;60026;60026;60026;60026;C545;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;027;060027;Colfelice;Colfelice;;3;Centro;Lazio;Frosinone;1;0;FR;60027;60027;60027;60027;C836;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;028;060028;Collepardo;Collepardo;;3;Centro;Lazio;Frosinone;1;0;FR;60028;60028;60028;60028;C864;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;029;060029;Colle San Magno;Colle San Magno;;3;Centro;Lazio;Frosinone;1;0;FR;60029;60029;60029;60029;C870;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;030;060030;Coreno Ausonio;Coreno Ausonio;;3;Centro;Lazio;Frosinone;1;0;FR;60030;60030;60030;60030;C998;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;031;060031;Esperia;Esperia;;3;Centro;Lazio;Frosinone;1;0;FR;60031;60031;60031;60031;D440;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;032;060032;Falvaterra;Falvaterra;;3;Centro;Lazio;Frosinone;1;0;FR;60032;60032;60032;60032;D483;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;033;060033;Ferentino;Ferentino;;3;Centro;Lazio;Frosinone;1;0;FR;60033;60033;60033;60033;D539;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;034;060034;Filettino;Filettino;;3;Centro;Lazio;Frosinone;1;0;FR;60034;60034;60034;60034;D591;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;035;060035;Fiuggi;Fiuggi;;3;Centro;Lazio;Frosinone;1;0;FR;60035;60035;60035;60035;A310;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;036;060036;Fontana Liri;Fontana Liri;;3;Centro;Lazio;Frosinone;1;0;FR;60036;60036;60036;60036;D667;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;037;060037;Fontechiari;Fontechiari;;3;Centro;Lazio;Frosinone;1;0;FR;60037;60037;60037;60037;D682;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;038;060038;Frosinone;Frosinone;;3;Centro;Lazio;Frosinone;1;1;FR;60038;60038;60038;60038;D810;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;039;060039;Fumone;Fumone;;3;Centro;Lazio;Frosinone;1;0;FR;60039;60039;60039;60039;D819;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;040;060040;Gallinaro;Gallinaro;;3;Centro;Lazio;Frosinone;1;0;FR;60040;60040;60040;60040;D881;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;041;060041;Giuliano di Roma;Giuliano di Roma;;3;Centro;Lazio;Frosinone;1;0;FR;60041;60041;60041;60041;E057;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;042;060042;Guarcino;Guarcino;;3;Centro;Lazio;Frosinone;1;0;FR;60042;60042;60042;60042;E236;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;043;060043;Isola del Liri;Isola del Liri;;3;Centro;Lazio;Frosinone;1;0;FR;60043;60043;60043;60043;E340;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;044;060044;Monte San Giovanni Campano;Monte San Giovanni Campano;;3;Centro;Lazio;Frosinone;1;0;FR;60044;60044;60044;60044;F620;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;045;060045;Morolo;Morolo;;3;Centro;Lazio;Frosinone;1;0;FR;60045;60045;60045;60045;F740;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;046;060046;Paliano;Paliano;;3;Centro;Lazio;Frosinone;1;0;FR;60046;60046;60046;60046;G276;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;047;060047;Pastena;Pastena;;3;Centro;Lazio;Frosinone;1;0;FR;60047;60047;60047;60047;G362;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;048;060048;Patrica;Patrica;;3;Centro;Lazio;Frosinone;1;0;FR;60048;60048;60048;60048;G374;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;049;060049;Pescosolido;Pescosolido;;3;Centro;Lazio;Frosinone;1;0;FR;60049;60049;60049;60049;G500;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;050;060050;Picinisco;Picinisco;;3;Centro;Lazio;Frosinone;1;0;FR;60050;60050;60050;60050;G591;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;051;060051;Pico;Pico;;3;Centro;Lazio;Frosinone;1;0;FR;60051;60051;60051;60051;G592;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;052;060052;Piedimonte San Germano;Piedimonte San Germano;;3;Centro;Lazio;Frosinone;1;0;FR;60052;60052;60052;60052;G598;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;053;060053;Piglio;Piglio;;3;Centro;Lazio;Frosinone;1;0;FR;60053;60053;60053;60053;G659;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;054;060054;Pignataro Interamna;Pignataro Interamna;;3;Centro;Lazio;Frosinone;1;0;FR;60054;60054;60054;60054;G662;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;055;060055;Pofi;Pofi;;3;Centro;Lazio;Frosinone;1;0;FR;60055;60055;60055;60055;G749;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;056;060056;Pontecorvo;Pontecorvo;;3;Centro;Lazio;Frosinone;1;0;FR;60056;60056;60056;60056;G838;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;057;060057;Posta Fibreno;Posta Fibreno;;3;Centro;Lazio;Frosinone;1;0;FR;60057;60057;60057;60057;G935;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;058;060058;Ripi;Ripi;;3;Centro;Lazio;Frosinone;1;0;FR;60058;60058;60058;60058;H324;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;059;060059;Rocca d'Arce;Rocca d'Arce;;3;Centro;Lazio;Frosinone;1;0;FR;60059;60059;60059;60059;H393;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;060;060060;Roccasecca;Roccasecca;;3;Centro;Lazio;Frosinone;1;0;FR;60060;60060;60060;60060;H443;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;061;060061;San Biagio Saracinisco;San Biagio Saracinisco;;3;Centro;Lazio;Frosinone;1;0;FR;60061;60061;60061;60061;H779;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;062;060062;San Donato Val di Comino;San Donato Val di Comino;;3;Centro;Lazio;Frosinone;1;0;FR;60062;60062;60062;60062;H824;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;063;060063;San Giorgio a Liri;San Giorgio a Liri;;3;Centro;Lazio;Frosinone;1;0;FR;60063;60063;60063;60063;H880;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;064;060064;San Giovanni Incarico;San Giovanni Incarico;;3;Centro;Lazio;Frosinone;1;0;FR;60064;60064;60064;60064;H917;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;065;060065;Sant'Ambrogio sul Garigliano;Sant'Ambrogio sul Garigliano;;3;Centro;Lazio;Frosinone;1;0;FR;60065;60065;60065;60065;I256;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;066;060066;Sant'Andrea del Garigliano;Sant'Andrea del Garigliano;;3;Centro;Lazio;Frosinone;1;0;FR;60066;60066;60066;60066;I265;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;067;060067;Sant'Apollinare;Sant'Apollinare;;3;Centro;Lazio;Frosinone;1;0;FR;60067;60067;60067;60067;I302;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;068;060068;Sant'Elia Fiumerapido;Sant'Elia Fiumerapido;;3;Centro;Lazio;Frosinone;1;0;FR;60068;60068;60068;60068;I321;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;069;060069;Santopadre;Santopadre;;3;Centro;Lazio;Frosinone;1;0;FR;60069;60069;60069;60069;I351;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;070;060070;San Vittore del Lazio;San Vittore del Lazio;;3;Centro;Lazio;Frosinone;1;0;FR;60070;60070;60070;60070;I408;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;071;060071;Serrone;Serrone;;3;Centro;Lazio;Frosinone;1;0;FR;60071;60071;60071;60071;I669;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;072;060072;Settefrati;Settefrati;;3;Centro;Lazio;Frosinone;1;0;FR;60072;60072;60072;60072;I697;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;073;060073;Sgurgola;Sgurgola;;3;Centro;Lazio;Frosinone;1;0;FR;60073;60073;60073;60073;I716;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;074;060074;Sora;Sora;;3;Centro;Lazio;Frosinone;1;0;FR;60074;60074;60074;60074;I838;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;075;060075;Strangolagalli;Strangolagalli;;3;Centro;Lazio;Frosinone;1;0;FR;60075;60075;60075;60075;I973;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;076;060076;Supino;Supino;;3;Centro;Lazio;Frosinone;1;0;FR;60076;60076;60076;60076;L009;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;077;060077;Terelle;Terelle;;3;Centro;Lazio;Frosinone;1;0;FR;60077;60077;60077;60077;L105;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;078;060078;Torre Cajetani;Torre Cajetani;;3;Centro;Lazio;Frosinone;1;0;FR;60078;60078;60078;60078;L243;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;079;060079;Torrice;Torrice;;3;Centro;Lazio;Frosinone;1;0;FR;60079;60079;60079;60079;L290;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;080;060080;Trevi nel Lazio;Trevi nel Lazio;;3;Centro;Lazio;Frosinone;1;0;FR;60080;60080;60080;60080;L398;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;081;060081;Trivigliano;Trivigliano;;3;Centro;Lazio;Frosinone;1;0;FR;60081;60081;60081;60081;L437;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;082;060082;Vallecorsa;Vallecorsa;;3;Centro;Lazio;Frosinone;1;0;FR;60082;60082;60082;60082;L598;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;083;060083;Vallemaio;Vallemaio;;3;Centro;Lazio;Frosinone;1;0;FR;60083;60083;60083;60083;L605;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;084;060084;Vallerotonda;Vallerotonda;;3;Centro;Lazio;Frosinone;1;0;FR;60084;60084;60084;60084;L614;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;085;060085;Veroli;Veroli;;3;Centro;Lazio;Frosinone;1;0;FR;60085;60085;60085;60085;L780;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;086;060086;Vicalvi;Vicalvi;;3;Centro;Lazio;Frosinone;1;0;FR;60086;60086;60086;60086;L836;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;087;060087;Vico nel Lazio;Vico nel Lazio;;3;Centro;Lazio;Frosinone;1;0;FR;60087;60087;60087;60087;L843;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;088;060088;Villa Latina;Villa Latina;;3;Centro;Lazio;Frosinone;1;0;FR;60088;60088;60088;60088;A081;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;089;060089;Villa Santa Lucia;Villa Santa Lucia;;3;Centro;Lazio;Frosinone;1;0;FR;60089;60089;60089;60089;L905;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;090;060090;Villa Santo Stefano;Villa Santo Stefano;;3;Centro;Lazio;Frosinone;1;0;FR;60090;60090;60090;60090;I364;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +12;060;060;091;060091;Viticuso;Viticuso;;3;Centro;Lazio;Frosinone;1;0;FR;60091;60091;60091;60091;M083;ITI;ITI4;ITI45;ITI;ITI4;ITI45 +13;066;066;001;066001;Acciano;Acciano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66001;66001;66001;66001;A018;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;002;066002;Aielli;Aielli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66002;66002;66002;66002;A100;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;003;066003;Alfedena;Alfedena;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66003;66003;66003;66003;A187;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;004;066004;Anversa degli Abruzzi;Anversa degli Abruzzi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66004;66004;66004;66004;A318;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;005;066005;Ateleta;Ateleta;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66005;66005;66005;66005;A481;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;006;066006;Avezzano;Avezzano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66006;66006;66006;66006;A515;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;007;066007;Balsorano;Balsorano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66007;66007;66007;66007;A603;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;008;066008;Barete;Barete;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66008;66008;66008;66008;A656;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;009;066009;Barisciano;Barisciano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66009;66009;66009;66009;A667;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;010;066010;Barrea;Barrea;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66010;66010;66010;66010;A678;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;011;066011;Bisegna;Bisegna;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66011;66011;66011;66011;A884;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;012;066012;Bugnara;Bugnara;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66012;66012;66012;66012;B256;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;013;066013;Cagnano Amiterno;Cagnano Amiterno;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66013;66013;66013;66013;B358;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;014;066014;Calascio;Calascio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66014;66014;66014;66014;B382;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;015;066015;Campo di Giove;Campo di Giove;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66015;66015;66015;66015;B526;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;016;066016;Campotosto;Campotosto;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66016;66016;66016;66016;B569;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;017;066017;Canistro;Canistro;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66017;66017;66017;66017;B606;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;018;066018;Cansano;Cansano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66018;66018;66018;66018;B624;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;019;066019;Capestrano;Capestrano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66019;66019;66019;66019;B651;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;020;066020;Capistrello;Capistrello;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66020;66020;66020;66020;B656;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;021;066021;Capitignano;Capitignano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66021;66021;66021;66021;B658;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;022;066022;Caporciano;Caporciano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66022;66022;66022;66022;B672;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;023;066023;Cappadocia;Cappadocia;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66023;66023;66023;66023;B677;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;024;066024;Carapelle Calvisio;Carapelle Calvisio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66024;66024;66024;66024;B725;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;025;066025;Carsoli;Carsoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66025;66025;66025;66025;B842;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;026;066026;Castel del Monte;Castel del Monte;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66026;66026;66026;66026;C083;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;027;066027;Castel di Ieri;Castel di Ieri;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66027;66027;66027;66027;C090;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;028;066028;Castel di Sangro;Castel di Sangro;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66028;66028;66028;66028;C096;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;029;066029;Castellafiume;Castellafiume;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66029;66029;66029;66029;C126;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;030;066030;Castelvecchio Calvisio;Castelvecchio Calvisio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66030;66030;66030;66030;C278;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;031;066031;Castelvecchio Subequo;Castelvecchio Subequo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66031;66031;66031;66031;C279;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;032;066032;Celano;Celano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66032;66032;66032;66032;C426;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;033;066033;Cerchio;Cerchio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66033;66033;66033;66033;C492;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;034;066034;Civita d'Antino;Civita d'Antino;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66034;66034;66034;66034;C766;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;035;066035;Civitella Alfedena;Civitella Alfedena;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66035;66035;66035;66035;C778;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;036;066036;Civitella Roveto;Civitella Roveto;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66036;66036;66036;66036;C783;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;037;066037;Cocullo;Cocullo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66037;66037;66037;66037;C811;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;038;066038;Collarmele;Collarmele;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66038;66038;66038;66038;C844;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;039;066039;Collelongo;Collelongo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66039;66039;66039;66039;C862;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;040;066040;Collepietro;Collepietro;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66040;66040;66040;66040;C866;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;041;066041;Corfinio;Corfinio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66041;66041;66041;66041;C999;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;042;066042;Fagnano Alto;Fagnano Alto;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66042;66042;66042;66042;D465;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;043;066043;Fontecchio;Fontecchio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66043;66043;66043;66043;D681;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;044;066044;Fossa;Fossa;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66044;66044;66044;66044;D736;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;045;066045;Gagliano Aterno;Gagliano Aterno;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66045;66045;66045;66045;D850;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;046;066046;Gioia dei Marsi;Gioia dei Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66046;66046;66046;66046;E040;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;047;066047;Goriano Sicoli;Goriano Sicoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66047;66047;66047;66047;E096;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;048;066048;Introdacqua;Introdacqua;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66048;66048;66048;66048;E307;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;049;066049;L'Aquila;L'Aquila;;4;Sud;Abruzzo;L'Aquila;1;1;AQ;66049;66049;66049;66049;A345;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;050;066050;Lecce nei Marsi;Lecce nei Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66050;66050;66050;66050;E505;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;051;066051;Luco dei Marsi;Luco dei Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66051;66051;66051;66051;E723;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;052;066052;Lucoli;Lucoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66052;66052;66052;66052;E724;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;053;066053;Magliano de' Marsi;Magliano de' Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66053;66053;66053;66053;E811;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;054;066054;Massa d'Albe;Massa d'Albe;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66054;66054;66054;66054;F022;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;055;066055;Molina Aterno;Molina Aterno;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66055;66055;66055;66055;M255;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;056;066056;Montereale;Montereale;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66056;66056;66056;66056;F595;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;057;066057;Morino;Morino;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66057;66057;66057;66057;F732;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;058;066058;Navelli;Navelli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66058;66058;66058;66058;F852;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;059;066059;Ocre;Ocre;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66059;66059;66059;66059;F996;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;060;066060;Ofena;Ofena;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66060;66060;66060;66060;G002;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;061;066061;Opi;Opi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66061;66061;66061;66061;G079;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;062;066062;Oricola;Oricola;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66062;66062;66062;66062;G102;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;063;066063;Ortona dei Marsi;Ortona dei Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66063;66063;66063;66063;G142;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;064;066064;Ortucchio;Ortucchio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66064;66064;66064;66064;G145;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;065;066065;Ovindoli;Ovindoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66065;66065;66065;66065;G200;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;066;066066;Pacentro;Pacentro;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66066;66066;66066;66066;G210;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;067;066067;Pereto;Pereto;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66067;66067;66067;66067;G449;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;068;066068;Pescasseroli;Pescasseroli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66068;66068;66068;66068;G484;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;069;066069;Pescina;Pescina;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66069;66069;66069;66069;G492;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;070;066070;Pescocostanzo;Pescocostanzo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66070;66070;66070;66070;G493;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;071;066071;Pettorano sul Gizio;Pettorano sul Gizio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66071;66071;66071;66071;G524;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;072;066072;Pizzoli;Pizzoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66072;66072;66072;66072;G726;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;073;066073;Poggio Picenze;Poggio Picenze;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66073;66073;66073;66073;G766;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;074;066074;Prata d'Ansidonia;Prata d'Ansidonia;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66074;66074;66074;66074;G992;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;075;066075;Pratola Peligna;Pratola Peligna;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66075;66075;66075;66075;H007;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;076;066076;Prezza;Prezza;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66076;66076;66076;66076;H056;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;077;066077;Raiano;Raiano;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66077;66077;66077;66077;H166;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;078;066078;Rivisondoli;Rivisondoli;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66078;66078;66078;66078;H353;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;079;066079;Roccacasale;Roccacasale;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66079;66079;66079;66079;H389;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;080;066080;Rocca di Botte;Rocca di Botte;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66080;66080;66080;66080;H399;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;081;066081;Rocca di Cambio;Rocca di Cambio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66081;66081;66081;66081;H400;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;082;066082;Rocca di Mezzo;Rocca di Mezzo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66082;66082;66082;66082;H402;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;083;066083;Rocca Pia;Rocca Pia;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66083;66083;66083;66083;H429;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;084;066084;Roccaraso;Roccaraso;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66084;66084;66084;66084;H434;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;085;066085;San Benedetto dei Marsi;San Benedetto dei Marsi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66085;66085;66085;66085;H772;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;086;066086;San Benedetto in Perillis;San Benedetto in Perillis;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66086;66086;66086;66086;H773;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;087;066087;San Demetrio ne' Vestini;San Demetrio ne' Vestini;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66087;66087;66087;66087;H819;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;088;066088;San Pio delle Camere;San Pio delle Camere;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66088;66088;66088;66088;I121;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;089;066089;Sante Marie;Sante Marie;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66089;66089;66089;66089;I326;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;090;066090;Sant'Eusanio Forconese;Sant'Eusanio Forconese;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66090;66090;66090;66090;I336;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;091;066091;Santo Stefano di Sessanio;Santo Stefano di Sessanio;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66091;66091;66091;66091;I360;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;092;066092;San Vincenzo Valle Roveto;San Vincenzo Valle Roveto;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66092;66092;66092;66092;I389;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;093;066093;Scanno;Scanno;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66093;66093;66093;66093;I501;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;094;066094;Scontrone;Scontrone;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66094;66094;66094;66094;I543;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;095;066095;Scoppito;Scoppito;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66095;66095;66095;66095;I546;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;096;066096;Scurcola Marsicana;Scurcola Marsicana;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66096;66096;66096;66096;I553;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;097;066097;Secinaro;Secinaro;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66097;66097;66097;66097;I558;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;098;066098;Sulmona;Sulmona;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66098;66098;66098;66098;I804;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;099;066099;Tagliacozzo;Tagliacozzo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66099;66099;66099;66099;L025;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;100;066100;Tione degli Abruzzi;Tione degli Abruzzi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66100;66100;66100;66100;L173;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;101;066101;Tornimparte;Tornimparte;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66101;66101;66101;66101;L227;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;102;066102;Trasacco;Trasacco;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66102;66102;66102;66102;L334;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;103;066103;Villalago;Villalago;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66103;66103;66103;66103;L958;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;104;066104;Villa Santa Lucia degli Abruzzi;Villa Santa Lucia degli Abruzzi;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66104;66104;66104;66104;M021;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;105;066105;Villa Sant'Angelo;Villa Sant'Angelo;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66105;66105;66105;66105;M023;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;106;066106;Villavallelonga;Villavallelonga;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66106;66106;66106;66106;M031;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;107;066107;Villetta Barrea;Villetta Barrea;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66107;66107;66107;66107;M041;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;066;066;108;066108;Vittorito;Vittorito;;4;Sud;Abruzzo;L'Aquila;1;0;AQ;66108;66108;66108;66108;M090;ITF;ITF1;ITF11;ITF;ITF1;ITF11 +13;067;067;001;067001;Alba Adriatica;Alba Adriatica;;4;Sud;Abruzzo;Teramo;1;0;TE;67001;67001;67001;67001;A125;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;002;067002;Ancarano;Ancarano;;4;Sud;Abruzzo;Teramo;1;0;TE;67002;67002;67002;67002;A270;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;003;067003;Arsita;Arsita;;4;Sud;Abruzzo;Teramo;1;0;TE;67003;67003;67003;67003;A445;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;004;067004;Atri;Atri;;4;Sud;Abruzzo;Teramo;1;0;TE;67004;67004;67004;67004;A488;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;005;067005;Basciano;Basciano;;4;Sud;Abruzzo;Teramo;1;0;TE;67005;67005;67005;67005;A692;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;006;067006;Bellante;Bellante;;4;Sud;Abruzzo;Teramo;1;0;TE;67006;67006;67006;67006;A746;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;007;067007;Bisenti;Bisenti;;4;Sud;Abruzzo;Teramo;1;0;TE;67007;67007;67007;67007;A885;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;008;067008;Campli;Campli;;4;Sud;Abruzzo;Teramo;1;0;TE;67008;67008;67008;67008;B515;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;009;067009;Canzano;Canzano;;4;Sud;Abruzzo;Teramo;1;0;TE;67009;67009;67009;67009;B640;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;010;067010;Castel Castagna;Castel Castagna;;4;Sud;Abruzzo;Teramo;1;0;TE;67010;67010;67010;67010;C040;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;011;067011;Castellalto;Castellalto;;4;Sud;Abruzzo;Teramo;1;0;TE;67011;67011;67011;67011;C128;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;012;067012;Castelli;Castelli;;4;Sud;Abruzzo;Teramo;1;0;TE;67012;67012;67012;67012;C169;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;013;067013;Castiglione Messer Raimondo;Castiglione Messer Raimondo;;4;Sud;Abruzzo;Teramo;1;0;TE;67013;67013;67013;67013;C316;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;014;067014;Castilenti;Castilenti;;4;Sud;Abruzzo;Teramo;1;0;TE;67014;67014;67014;67014;C322;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;015;067015;Cellino Attanasio;Cellino Attanasio;;4;Sud;Abruzzo;Teramo;1;0;TE;67015;67015;67015;67015;C449;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;016;067016;Cermignano;Cermignano;;4;Sud;Abruzzo;Teramo;1;0;TE;67016;67016;67016;67016;C517;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;017;067017;Civitella del Tronto;Civitella del Tronto;;4;Sud;Abruzzo;Teramo;1;0;TE;67017;67017;67017;67017;C781;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;018;067018;Colledara;Colledara;;4;Sud;Abruzzo;Teramo;1;0;TE;67018;67018;67018;67018;C311;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;019;067019;Colonnella;Colonnella;;4;Sud;Abruzzo;Teramo;1;0;TE;67019;67019;67019;67019;C901;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;020;067020;Controguerra;Controguerra;;4;Sud;Abruzzo;Teramo;1;0;TE;67020;67020;67020;67020;C972;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;021;067021;Corropoli;Corropoli;;4;Sud;Abruzzo;Teramo;1;0;TE;67021;67021;67021;67021;D043;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;022;067022;Cortino;Cortino;;4;Sud;Abruzzo;Teramo;1;0;TE;67022;67022;67022;67022;D076;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;023;067023;Crognaleto;Crognaleto;;4;Sud;Abruzzo;Teramo;1;0;TE;67023;67023;67023;67023;D179;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;024;067024;Fano Adriano;Fano Adriano;;4;Sud;Abruzzo;Teramo;1;0;TE;67024;67024;67024;67024;D489;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;025;067025;Giulianova;Giulianova;;4;Sud;Abruzzo;Teramo;1;0;TE;67025;67025;67025;67025;E058;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;026;067026;Isola del Gran Sasso d'Italia;Isola del Gran Sasso d'Italia;;4;Sud;Abruzzo;Teramo;1;0;TE;67026;67026;67026;67026;E343;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;027;067027;Montefino;Montefino;;4;Sud;Abruzzo;Teramo;1;0;TE;67027;67027;67027;67027;F500;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;028;067028;Montorio al Vomano;Montorio al Vomano;;4;Sud;Abruzzo;Teramo;1;0;TE;67028;67028;67028;67028;F690;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;029;067029;Morro d'Oro;Morro d'Oro;;4;Sud;Abruzzo;Teramo;1;0;TE;67029;67029;67029;67029;F747;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;030;067030;Mosciano Sant'Angelo;Mosciano Sant'Angelo;;4;Sud;Abruzzo;Teramo;1;0;TE;67030;67030;67030;67030;F764;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;031;067031;Nereto;Nereto;;4;Sud;Abruzzo;Teramo;1;0;TE;67031;67031;67031;67031;F870;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;032;067032;Notaresco;Notaresco;;4;Sud;Abruzzo;Teramo;1;0;TE;67032;67032;67032;67032;F942;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;033;067033;Penna Sant'Andrea;Penna Sant'Andrea;;4;Sud;Abruzzo;Teramo;1;0;TE;67033;67033;67033;67033;G437;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;034;067034;Pietracamela;Pietracamela;;4;Sud;Abruzzo;Teramo;1;0;TE;67034;67034;67034;67034;G608;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;035;067035;Pineto;Pineto;;4;Sud;Abruzzo;Teramo;1;0;TE;67035;67035;67035;67035;F831;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;036;067036;Rocca Santa Maria;Rocca Santa Maria;;4;Sud;Abruzzo;Teramo;1;0;TE;67036;67036;67036;67036;H440;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;037;067037;Roseto degli Abruzzi;Roseto degli Abruzzi;;4;Sud;Abruzzo;Teramo;1;0;TE;67037;67037;67037;67037;F585;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;038;067038;Sant'Egidio alla Vibrata;Sant'Egidio alla Vibrata;;4;Sud;Abruzzo;Teramo;1;0;TE;67038;67038;67038;67038;I318;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;039;067039;Sant'Omero;Sant'Omero;;4;Sud;Abruzzo;Teramo;1;0;TE;67039;67039;67039;67039;I348;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;040;067040;Silvi;Silvi;;4;Sud;Abruzzo;Teramo;1;0;TE;67040;67040;67040;67040;I741;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;041;067041;Teramo;Teramo;;4;Sud;Abruzzo;Teramo;1;1;TE;67041;67041;67041;67041;L103;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;042;067042;Torano Nuovo;Torano Nuovo;;4;Sud;Abruzzo;Teramo;1;0;TE;67042;67042;67042;67042;L207;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;043;067043;Torricella Sicura;Torricella Sicura;;4;Sud;Abruzzo;Teramo;1;0;TE;67043;67043;67043;67043;L295;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;044;067044;Tortoreto;Tortoreto;;4;Sud;Abruzzo;Teramo;1;0;TE;67044;67044;67044;67044;L307;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;045;067045;Tossicia;Tossicia;;4;Sud;Abruzzo;Teramo;1;0;TE;67045;67045;67045;67045;L314;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;046;067046;Valle Castellana;Valle Castellana;;4;Sud;Abruzzo;Teramo;1;0;TE;67046;67046;67046;67046;L597;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;067;067;047;067047;Martinsicuro;Martinsicuro;;4;Sud;Abruzzo;Teramo;1;0;TE;67047;67047;67047;67047;E989;ITF;ITF1;ITF12;ITF;ITF1;ITF12 +13;068;068;001;068001;Abbateggio;Abbateggio;;4;Sud;Abruzzo;Pescara;1;0;PE;68001;68001;68001;68001;A008;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;002;068002;Alanno;Alanno;;4;Sud;Abruzzo;Pescara;1;0;PE;68002;68002;68002;68002;A120;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;003;068003;Bolognano;Bolognano;;4;Sud;Abruzzo;Pescara;1;0;PE;68003;68003;68003;68003;A945;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;004;068004;Brittoli;Brittoli;;4;Sud;Abruzzo;Pescara;1;0;PE;68004;68004;68004;68004;B193;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;005;068005;Bussi sul Tirino;Bussi sul Tirino;;4;Sud;Abruzzo;Pescara;1;0;PE;68005;68005;68005;68005;B294;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;006;068006;Cappelle sul Tavo;Cappelle sul Tavo;;4;Sud;Abruzzo;Pescara;1;0;PE;68006;68006;68006;68006;B681;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;007;068007;Caramanico Terme;Caramanico Terme;;4;Sud;Abruzzo;Pescara;1;0;PE;68007;68007;68007;68007;B722;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;008;068008;Carpineto della Nora;Carpineto della Nora;;4;Sud;Abruzzo;Pescara;1;0;PE;68008;68008;68008;68008;B827;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;009;068009;Castiglione a Casauria;Castiglione a Casauria;;4;Sud;Abruzzo;Pescara;1;0;PE;68009;68009;68009;68009;C308;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;010;068010;Catignano;Catignano;;4;Sud;Abruzzo;Pescara;1;0;PE;68010;68010;68010;68010;C354;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;011;068011;Cepagatti;Cepagatti;;4;Sud;Abruzzo;Pescara;1;0;PE;68011;68011;68011;68011;C474;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;012;068012;Citt� Sant'Angelo;Citt� Sant'Angelo;;4;Sud;Abruzzo;Pescara;1;0;PE;68012;68012;68012;68012;C750;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;013;068013;Civitaquana;Civitaquana;;4;Sud;Abruzzo;Pescara;1;0;PE;68013;68013;68013;68013;C771;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;014;068014;Civitella Casanova;Civitella Casanova;;4;Sud;Abruzzo;Pescara;1;0;PE;68014;68014;68014;68014;C779;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;015;068015;Collecorvino;Collecorvino;;4;Sud;Abruzzo;Pescara;1;0;PE;68015;68015;68015;68015;C853;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;016;068016;Corvara;Corvara;;4;Sud;Abruzzo;Pescara;1;0;PE;68016;68016;68016;68016;D078;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;017;068017;Cugnoli;Cugnoli;;4;Sud;Abruzzo;Pescara;1;0;PE;68017;68017;68017;68017;D201;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;018;068018;Elice;Elice;;4;Sud;Abruzzo;Pescara;1;0;PE;68018;68018;68018;68018;D394;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;019;068019;Farindola;Farindola;;4;Sud;Abruzzo;Pescara;1;0;PE;68019;68019;68019;68019;D501;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;020;068020;Lettomanoppello;Lettomanoppello;;4;Sud;Abruzzo;Pescara;1;0;PE;68020;68020;68020;68020;E558;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;021;068021;Loreto Aprutino;Loreto Aprutino;;4;Sud;Abruzzo;Pescara;1;0;PE;68021;68021;68021;68021;E691;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;022;068022;Manoppello;Manoppello;;4;Sud;Abruzzo;Pescara;1;0;PE;68022;68022;68022;68022;E892;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;023;068023;Montebello di Bertona;Montebello di Bertona;;4;Sud;Abruzzo;Pescara;1;0;PE;68023;68023;68023;68023;F441;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;024;068024;Montesilvano;Montesilvano;;4;Sud;Abruzzo;Pescara;1;0;PE;68024;68024;68024;68024;F646;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;025;068025;Moscufo;Moscufo;;4;Sud;Abruzzo;Pescara;1;0;PE;68025;68025;68025;68025;F765;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;026;068026;Nocciano;Nocciano;;4;Sud;Abruzzo;Pescara;1;0;PE;68026;68026;68026;68026;F908;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;027;068027;Penne;Penne;;4;Sud;Abruzzo;Pescara;1;0;PE;68027;68027;68027;68027;G438;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;028;068028;Pescara;Pescara;;4;Sud;Abruzzo;Pescara;1;1;PE;68028;68028;68028;68028;G482;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;029;068029;Pescosansonesco;Pescosansonesco;;4;Sud;Abruzzo;Pescara;1;0;PE;68029;68029;68029;68029;G499;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;030;068030;Pianella;Pianella;;4;Sud;Abruzzo;Pescara;1;0;PE;68030;68030;68030;68030;G555;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;031;068031;Picciano;Picciano;;4;Sud;Abruzzo;Pescara;1;0;PE;68031;68031;68031;68031;G589;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;032;068032;Pietranico;Pietranico;;4;Sud;Abruzzo;Pescara;1;0;PE;68032;68032;68032;68032;G621;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;033;068033;Popoli Terme;Popoli Terme;;4;Sud;Abruzzo;Pescara;1;0;PE;68033;68033;68033;68033;G878;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;034;068034;Roccamorice;Roccamorice;;4;Sud;Abruzzo;Pescara;1;0;PE;68034;68034;68034;68034;H425;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;035;068035;Rosciano;Rosciano;;4;Sud;Abruzzo;Pescara;1;0;PE;68035;68035;68035;68035;H562;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;036;068036;Salle;Salle;;4;Sud;Abruzzo;Pescara;1;0;PE;68036;68036;68036;68036;H715;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;037;068037;Sant'Eufemia a Maiella;Sant'Eufemia a Maiella;;4;Sud;Abruzzo;Pescara;1;0;PE;68037;68037;68037;68037;I332;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;038;068038;San Valentino in Abruzzo Citeriore;San Valentino in Abruzzo Citeriore;;4;Sud;Abruzzo;Pescara;1;0;PE;68038;68038;68038;68038;I376;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;039;068039;Scafa;Scafa;;4;Sud;Abruzzo;Pescara;1;0;PE;68039;68039;68039;68039;I482;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;040;068040;Serramonacesca;Serramonacesca;;4;Sud;Abruzzo;Pescara;1;0;PE;68040;68040;68040;68040;I649;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;041;068041;Spoltore;Spoltore;;4;Sud;Abruzzo;Pescara;1;0;PE;68041;68041;68041;68041;I922;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;042;068042;Tocco da Casauria;Tocco da Casauria;;4;Sud;Abruzzo;Pescara;1;0;PE;68042;68042;68042;68042;L186;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;043;068043;Torre de' Passeri;Torre de' Passeri;;4;Sud;Abruzzo;Pescara;1;0;PE;68043;68043;68043;68043;L263;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;044;068044;Turrivalignani;Turrivalignani;;4;Sud;Abruzzo;Pescara;1;0;PE;68044;68044;68044;68044;L475;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;045;068045;Vicoli;Vicoli;;4;Sud;Abruzzo;Pescara;1;0;PE;68045;68045;68045;68045;L846;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;068;068;046;068046;Villa Celiera;Villa Celiera;;4;Sud;Abruzzo;Pescara;1;0;PE;68046;68046;68046;68046;L922;ITF;ITF1;ITF13;ITF;ITF1;ITF13 +13;069;069;001;069001;Altino;Altino;;4;Sud;Abruzzo;Chieti;1;0;CH;69001;69001;69001;69001;A235;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;002;069002;Archi;Archi;;4;Sud;Abruzzo;Chieti;1;0;CH;69002;69002;69002;69002;A367;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;003;069003;Ari;Ari;;4;Sud;Abruzzo;Chieti;1;0;CH;69003;69003;69003;69003;A398;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;004;069004;Arielli;Arielli;;4;Sud;Abruzzo;Chieti;1;0;CH;69004;69004;69004;69004;A402;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;005;069005;Atessa;Atessa;;4;Sud;Abruzzo;Chieti;1;0;CH;69005;69005;69005;69005;A485;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;006;069006;Bomba;Bomba;;4;Sud;Abruzzo;Chieti;1;0;CH;69006;69006;69006;69006;A956;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;007;069007;Borrello;Borrello;;4;Sud;Abruzzo;Chieti;1;0;CH;69007;69007;69007;69007;B057;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;008;069008;Bucchianico;Bucchianico;;4;Sud;Abruzzo;Chieti;1;0;CH;69008;69008;69008;69008;B238;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;009;069009;Montebello sul Sangro;Montebello sul Sangro;;4;Sud;Abruzzo;Chieti;1;0;CH;69009;69009;69009;69009;B268;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;010;069010;Canosa Sannita;Canosa Sannita;;4;Sud;Abruzzo;Chieti;1;0;CH;69010;69010;69010;69010;B620;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;011;069011;Carpineto Sinello;Carpineto Sinello;;4;Sud;Abruzzo;Chieti;1;0;CH;69011;69011;69011;69011;B826;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;012;069012;Carunchio;Carunchio;;4;Sud;Abruzzo;Chieti;1;0;CH;69012;69012;69012;69012;B853;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;013;069013;Casacanditella;Casacanditella;;4;Sud;Abruzzo;Chieti;1;0;CH;69013;69013;69013;69013;B859;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;014;069014;Casalanguida;Casalanguida;;4;Sud;Abruzzo;Chieti;1;0;CH;69014;69014;69014;69014;B861;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;015;069015;Casalbordino;Casalbordino;;4;Sud;Abruzzo;Chieti;1;0;CH;69015;69015;69015;69015;B865;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;016;069016;Casalincontrada;Casalincontrada;;4;Sud;Abruzzo;Chieti;1;0;CH;69016;69016;69016;69016;B896;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;017;069017;Casoli;Casoli;;4;Sud;Abruzzo;Chieti;1;0;CH;69017;69017;69017;69017;B985;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;018;069018;Castel Frentano;Castel Frentano;;4;Sud;Abruzzo;Chieti;1;0;CH;69018;69018;69018;69018;C114;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;019;069019;Castelguidone;Castelguidone;;4;Sud;Abruzzo;Chieti;1;0;CH;69019;69019;69019;69019;C123;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;020;069020;Castiglione Messer Marino;Castiglione Messer Marino;;4;Sud;Abruzzo;Chieti;1;0;CH;69020;69020;69020;69020;C298;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;021;069021;Celenza sul Trigno;Celenza sul Trigno;;4;Sud;Abruzzo;Chieti;1;0;CH;69021;69021;69021;69021;C428;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;022;069022;Chieti;Chieti;;4;Sud;Abruzzo;Chieti;1;1;CH;69022;69022;69022;69022;C632;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;023;069023;Civitaluparella;Civitaluparella;;4;Sud;Abruzzo;Chieti;1;0;CH;69023;69023;69023;69023;C768;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;024;069024;Civitella Messer Raimondo;Civitella Messer Raimondo;;4;Sud;Abruzzo;Chieti;1;0;CH;69024;69024;69024;69024;C776;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;025;069025;Colledimacine;Colledimacine;;4;Sud;Abruzzo;Chieti;1;0;CH;69025;69025;69025;69025;C855;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;026;069026;Colledimezzo;Colledimezzo;;4;Sud;Abruzzo;Chieti;1;0;CH;69026;69026;69026;69026;C856;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;027;069027;Crecchio;Crecchio;;4;Sud;Abruzzo;Chieti;1;0;CH;69027;69027;69027;69027;D137;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;028;069028;Cupello;Cupello;;4;Sud;Abruzzo;Chieti;1;0;CH;69028;69028;69028;69028;D209;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;029;069029;Dogliola;Dogliola;;4;Sud;Abruzzo;Chieti;1;0;CH;69029;69029;69029;69029;D315;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;030;069030;Fara Filiorum Petri;Fara Filiorum Petri;;4;Sud;Abruzzo;Chieti;1;0;CH;69030;69030;69030;69030;D494;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;031;069031;Fara San Martino;Fara San Martino;;4;Sud;Abruzzo;Chieti;1;0;CH;69031;69031;69031;69031;D495;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;032;069032;Filetto;Filetto;;4;Sud;Abruzzo;Chieti;1;0;CH;69032;69032;69032;69032;D592;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;033;069033;Fossacesia;Fossacesia;;4;Sud;Abruzzo;Chieti;1;0;CH;69033;69033;69033;69033;D738;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;034;069034;Fraine;Fraine;;4;Sud;Abruzzo;Chieti;1;0;CH;69034;69034;69034;69034;D757;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;035;069035;Francavilla al Mare;Francavilla al Mare;;4;Sud;Abruzzo;Chieti;1;0;CH;69035;69035;69035;69035;D763;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;036;069036;Fresagrandinaria;Fresagrandinaria;;4;Sud;Abruzzo;Chieti;1;0;CH;69036;69036;69036;69036;D796;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;037;069037;Frisa;Frisa;;4;Sud;Abruzzo;Chieti;1;0;CH;69037;69037;69037;69037;D803;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;038;069038;Furci;Furci;;4;Sud;Abruzzo;Chieti;1;0;CH;69038;69038;69038;69038;D823;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;039;069039;Gamberale;Gamberale;;4;Sud;Abruzzo;Chieti;1;0;CH;69039;69039;69039;69039;D898;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;040;069040;Gessopalena;Gessopalena;;4;Sud;Abruzzo;Chieti;1;0;CH;69040;69040;69040;69040;D996;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;041;069041;Gissi;Gissi;;4;Sud;Abruzzo;Chieti;1;0;CH;69041;69041;69041;69041;E052;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;042;069042;Giuliano Teatino;Giuliano Teatino;;4;Sud;Abruzzo;Chieti;1;0;CH;69042;69042;69042;69042;E056;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;043;069043;Guardiagrele;Guardiagrele;;4;Sud;Abruzzo;Chieti;1;0;CH;69043;69043;69043;69043;E243;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;044;069044;Guilmi;Guilmi;;4;Sud;Abruzzo;Chieti;1;0;CH;69044;69044;69044;69044;E266;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;045;069045;Lama dei Peligni;Lama dei Peligni;;4;Sud;Abruzzo;Chieti;1;0;CH;69045;69045;69045;69045;E424;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;046;069046;Lanciano;Lanciano;;4;Sud;Abruzzo;Chieti;1;0;CH;69046;69046;69046;69046;E435;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;047;069047;Lentella;Lentella;;4;Sud;Abruzzo;Chieti;1;0;CH;69047;69047;69047;69047;E531;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;048;069048;Lettopalena;Lettopalena;;4;Sud;Abruzzo;Chieti;1;0;CH;69048;69048;69048;69048;E559;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;049;069049;Liscia;Liscia;;4;Sud;Abruzzo;Chieti;1;0;CH;69049;69049;69049;69049;E611;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;050;069050;Miglianico;Miglianico;;4;Sud;Abruzzo;Chieti;1;0;CH;69050;69050;69050;69050;F196;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;051;069051;Montazzoli;Montazzoli;;4;Sud;Abruzzo;Chieti;1;0;CH;69051;69051;69051;69051;F433;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;052;069052;Monteferrante;Monteferrante;;4;Sud;Abruzzo;Chieti;1;0;CH;69052;69052;69052;69052;F498;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;053;069053;Montelapiano;Montelapiano;;4;Sud;Abruzzo;Chieti;1;0;CH;69053;69053;69053;69053;F535;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;054;069054;Montenerodomo;Montenerodomo;;4;Sud;Abruzzo;Chieti;1;0;CH;69054;69054;69054;69054;F578;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;055;069055;Monteodorisio;Monteodorisio;;4;Sud;Abruzzo;Chieti;1;0;CH;69055;69055;69055;69055;F582;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;056;069056;Mozzagrogna;Mozzagrogna;;4;Sud;Abruzzo;Chieti;1;0;CH;69056;69056;69056;69056;F785;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;057;069057;Orsogna;Orsogna;;4;Sud;Abruzzo;Chieti;1;0;CH;69057;69057;69057;69057;G128;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;058;069058;Ortona;Ortona;;4;Sud;Abruzzo;Chieti;1;0;CH;69058;69058;69058;69058;G141;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;059;069059;Paglieta;Paglieta;;4;Sud;Abruzzo;Chieti;1;0;CH;69059;69059;69059;69059;G237;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;060;069060;Palena;Palena;;4;Sud;Abruzzo;Chieti;1;0;CH;69060;69060;69060;69060;G271;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;061;069061;Palmoli;Palmoli;;4;Sud;Abruzzo;Chieti;1;0;CH;69061;69061;69061;69061;G290;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;062;069062;Palombaro;Palombaro;;4;Sud;Abruzzo;Chieti;1;0;CH;69062;69062;69062;69062;G294;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;063;069063;Pennadomo;Pennadomo;;4;Sud;Abruzzo;Chieti;1;0;CH;69063;69063;69063;69063;G434;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;064;069064;Pennapiedimonte;Pennapiedimonte;;4;Sud;Abruzzo;Chieti;1;0;CH;69064;69064;69064;69064;G435;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;065;069065;Perano;Perano;;4;Sud;Abruzzo;Chieti;1;0;CH;69065;69065;69065;69065;G441;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;066;069066;Pizzoferrato;Pizzoferrato;;4;Sud;Abruzzo;Chieti;1;0;CH;69066;69066;69066;69066;G724;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;067;069067;Poggiofiorito;Poggiofiorito;;4;Sud;Abruzzo;Chieti;1;0;CH;69067;69067;69067;69067;G760;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;068;069068;Pollutri;Pollutri;;4;Sud;Abruzzo;Chieti;1;0;CH;69068;69068;69068;69068;G799;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;069;069069;Pretoro;Pretoro;;4;Sud;Abruzzo;Chieti;1;0;CH;69069;69069;69069;69069;H052;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;070;069070;Quadri;Quadri;;4;Sud;Abruzzo;Chieti;1;0;CH;69070;69070;69070;69070;H098;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;071;069071;Rapino;Rapino;;4;Sud;Abruzzo;Chieti;1;0;CH;69071;69071;69071;69071;H184;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;072;069072;Ripa Teatina;Ripa Teatina;;4;Sud;Abruzzo;Chieti;1;0;CH;69072;69072;69072;69072;H320;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;073;069073;Roccamontepiano;Roccamontepiano;;4;Sud;Abruzzo;Chieti;1;0;CH;69073;69073;69073;69073;H424;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;074;069074;Rocca San Giovanni;Rocca San Giovanni;;4;Sud;Abruzzo;Chieti;1;0;CH;69074;69074;69074;69074;H439;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;075;069075;Roccascalegna;Roccascalegna;;4;Sud;Abruzzo;Chieti;1;0;CH;69075;69075;69075;69075;H442;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;076;069076;Roccaspinalveti;Roccaspinalveti;;4;Sud;Abruzzo;Chieti;1;0;CH;69076;69076;69076;69076;H448;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;077;069077;Roio del Sangro;Roio del Sangro;;4;Sud;Abruzzo;Chieti;1;0;CH;69077;69077;69077;69077;H495;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;078;069078;Rosello;Rosello;;4;Sud;Abruzzo;Chieti;1;0;CH;69078;69078;69078;69078;H566;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;079;069079;San Buono;San Buono;;4;Sud;Abruzzo;Chieti;1;0;CH;69079;69079;69079;69079;H784;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;080;069080;San Giovanni Lipioni;San Giovanni Lipioni;;4;Sud;Abruzzo;Chieti;1;0;CH;69080;69080;69080;69080;H923;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;081;069081;San Giovanni Teatino;San Giovanni Teatino;;4;Sud;Abruzzo;Chieti;1;0;CH;69081;69081;69081;69081;D690;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;082;069082;San Martino sulla Marrucina;San Martino sulla Marrucina;;4;Sud;Abruzzo;Chieti;1;0;CH;69082;69082;69082;69082;H991;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;083;069083;San Salvo;San Salvo;;4;Sud;Abruzzo;Chieti;1;0;CH;69083;69083;69083;69083;I148;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;084;069084;Santa Maria Imbaro;Santa Maria Imbaro;;4;Sud;Abruzzo;Chieti;1;0;CH;69084;69084;69084;69084;I244;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;085;069085;Sant'Eusanio del Sangro;Sant'Eusanio del Sangro;;4;Sud;Abruzzo;Chieti;1;0;CH;69085;69085;69085;69085;I335;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;086;069086;San Vito Chietino;San Vito Chietino;;4;Sud;Abruzzo;Chieti;1;0;CH;69086;69086;69086;69086;I394;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;087;069087;Scerni;Scerni;;4;Sud;Abruzzo;Chieti;1;0;CH;69087;69087;69087;69087;I520;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;088;069088;Schiavi di Abruzzo;Schiavi di Abruzzo;;4;Sud;Abruzzo;Chieti;1;0;CH;69088;69088;69088;69088;I526;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;089;069089;Taranta Peligna;Taranta Peligna;;4;Sud;Abruzzo;Chieti;1;0;CH;69089;69089;69089;69089;L047;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;090;069090;Tollo;Tollo;;4;Sud;Abruzzo;Chieti;1;0;CH;69090;69090;69090;69090;L194;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;091;069091;Torino di Sangro;Torino di Sangro;;4;Sud;Abruzzo;Chieti;1;0;CH;69091;69091;69091;69091;L218;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;092;069092;Tornareccio;Tornareccio;;4;Sud;Abruzzo;Chieti;1;0;CH;69092;69092;69092;69092;L224;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;093;069093;Torrebruna;Torrebruna;;4;Sud;Abruzzo;Chieti;1;0;CH;69093;69093;69093;69093;L253;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;094;069094;Torrevecchia Teatina;Torrevecchia Teatina;;4;Sud;Abruzzo;Chieti;1;0;CH;69094;69094;69094;69094;L284;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;095;069095;Torricella Peligna;Torricella Peligna;;4;Sud;Abruzzo;Chieti;1;0;CH;69095;69095;69095;69095;L291;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;096;069096;Treglio;Treglio;;4;Sud;Abruzzo;Chieti;1;0;CH;69096;69096;69096;69096;L363;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;097;069097;Tufillo;Tufillo;;4;Sud;Abruzzo;Chieti;1;0;CH;69097;69097;69097;69097;L459;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;098;069098;Vacri;Vacri;;4;Sud;Abruzzo;Chieti;1;0;CH;69098;69098;69098;69098;L526;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;099;069099;Vasto;Vasto;;4;Sud;Abruzzo;Chieti;1;0;CH;69099;69099;69099;69099;E372;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;100;069100;Villalfonsina;Villalfonsina;;4;Sud;Abruzzo;Chieti;1;0;CH;69100;69100;69100;69100;L961;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;101;069101;Villamagna;Villamagna;;4;Sud;Abruzzo;Chieti;1;0;CH;69101;69101;69101;69101;L964;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;102;069102;Villa Santa Maria;Villa Santa Maria;;4;Sud;Abruzzo;Chieti;1;0;CH;69102;69102;69102;69102;M022;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;103;069103;Pietraferrazzana;Pietraferrazzana;;4;Sud;Abruzzo;Chieti;1;0;CH;69103;69103;69103;69103;G613;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +13;069;069;104;069104;Fallo;Fallo;;4;Sud;Abruzzo;Chieti;1;0;CH;69104;69104;69104;69104;D480;ITF;ITF1;ITF14;ITF;ITF1;ITF14 +14;070;070;001;070001;Acquaviva Collecroce;Acquaviva Collecroce;;4;Sud;Molise;Campobasso;1;0;CB;70001;70001;70001;70001;A050;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;002;070002;Baranello;Baranello;;4;Sud;Molise;Campobasso;1;0;CB;70002;70002;70002;70002;A616;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;003;070003;Bojano;Bojano;;4;Sud;Molise;Campobasso;1;0;CB;70003;70003;70003;70003;A930;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;004;070004;Bonefro;Bonefro;;4;Sud;Molise;Campobasso;1;0;CB;70004;70004;70004;70004;A971;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;005;070005;Busso;Busso;;4;Sud;Molise;Campobasso;1;0;CB;70005;70005;70005;70005;B295;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;006;070006;Campobasso;Campobasso;;4;Sud;Molise;Campobasso;1;1;CB;70006;70006;70006;70006;B519;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;007;070007;Campochiaro;Campochiaro;;4;Sud;Molise;Campobasso;1;0;CB;70007;70007;70007;70007;B522;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;008;070008;Campodipietra;Campodipietra;;4;Sud;Molise;Campobasso;1;0;CB;70008;70008;70008;70008;B528;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;009;070009;Campolieto;Campolieto;;4;Sud;Molise;Campobasso;1;0;CB;70009;70009;70009;70009;B544;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;010;070010;Campomarino;Campomarino;;4;Sud;Molise;Campobasso;1;0;CB;70010;70010;70010;70010;B550;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;011;070011;Casacalenda;Casacalenda;;4;Sud;Molise;Campobasso;1;0;CB;70011;70011;70011;70011;B858;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;012;070012;Casalciprano;Casalciprano;;4;Sud;Molise;Campobasso;1;0;CB;70012;70012;70012;70012;B871;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;013;070013;Castelbottaccio;Castelbottaccio;;4;Sud;Molise;Campobasso;1;0;CB;70013;70013;70013;70013;C066;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;014;070014;Castellino del Biferno;Castellino del Biferno;;4;Sud;Molise;Campobasso;1;0;CB;70014;70014;70014;70014;C175;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;015;070015;Castelmauro;Castelmauro;;4;Sud;Molise;Campobasso;1;0;CB;70015;70015;70015;70015;C197;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;016;070016;Castropignano;Castropignano;;4;Sud;Molise;Campobasso;1;0;CB;70016;70016;70016;70016;C346;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;017;070017;Cercemaggiore;Cercemaggiore;;4;Sud;Molise;Campobasso;1;0;CB;70017;70017;70017;70017;C486;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;018;070018;Cercepiccola;Cercepiccola;;4;Sud;Molise;Campobasso;1;0;CB;70018;70018;70018;70018;C488;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;019;070019;Civitacampomarano;Civitacampomarano;;4;Sud;Molise;Campobasso;1;0;CB;70019;70019;70019;70019;C764;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;020;070020;Colle d'Anchise;Colle d'Anchise;;4;Sud;Molise;Campobasso;1;0;CB;70020;70020;70020;70020;C854;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;021;070021;Colletorto;Colletorto;;4;Sud;Molise;Campobasso;1;0;CB;70021;70021;70021;70021;C875;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;022;070022;Duronia;Duronia;;4;Sud;Molise;Campobasso;1;0;CB;70022;70022;70022;70022;C772;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;023;070023;Ferrazzano;Ferrazzano;;4;Sud;Molise;Campobasso;1;0;CB;70023;70023;70023;70023;D550;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;024;070024;Fossalto;Fossalto;;4;Sud;Molise;Campobasso;1;0;CB;70024;70024;70024;70024;D737;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;025;070025;Gambatesa;Gambatesa;;4;Sud;Molise;Campobasso;1;0;CB;70025;70025;70025;70025;D896;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;026;070026;Gildone;Gildone;;4;Sud;Molise;Campobasso;1;0;CB;70026;70026;70026;70026;E030;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;027;070027;Guardialfiera;Guardialfiera;;4;Sud;Molise;Campobasso;1;0;CB;70027;70027;70027;70027;E244;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;028;070028;Guardiaregia;Guardiaregia;;4;Sud;Molise;Campobasso;1;0;CB;70028;70028;70028;70028;E248;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;029;070029;Guglionesi;Guglionesi;;4;Sud;Molise;Campobasso;1;0;CB;70029;70029;70029;70029;E259;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;030;070030;Jelsi;Jelsi;;4;Sud;Molise;Campobasso;1;0;CB;70030;70030;70030;70030;E381;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;031;070031;Larino;Larino;;4;Sud;Molise;Campobasso;1;0;CB;70031;70031;70031;70031;E456;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;032;070032;Limosano;Limosano;;4;Sud;Molise;Campobasso;1;0;CB;70032;70032;70032;70032;E599;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;033;070033;Lucito;Lucito;;4;Sud;Molise;Campobasso;1;0;CB;70033;70033;70033;70033;E722;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;034;070034;Lupara;Lupara;;4;Sud;Molise;Campobasso;1;0;CB;70034;70034;70034;70034;E748;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;035;070035;Macchia Valfortore;Macchia Valfortore;;4;Sud;Molise;Campobasso;1;0;CB;70035;70035;70035;70035;E780;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;036;070036;Mafalda;Mafalda;;4;Sud;Molise;Campobasso;1;0;CB;70036;70036;70036;70036;E799;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;037;070037;Matrice;Matrice;;4;Sud;Molise;Campobasso;1;0;CB;70037;70037;70037;70037;F055;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;038;070038;Mirabello Sannitico;Mirabello Sannitico;;4;Sud;Molise;Campobasso;1;0;CB;70038;70038;70038;70038;F233;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;039;070039;Molise;Molise;;4;Sud;Molise;Campobasso;1;0;CB;70039;70039;70039;70039;F294;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;040;070040;Monacilioni;Monacilioni;;4;Sud;Molise;Campobasso;1;0;CB;70040;70040;70040;70040;F322;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;041;070041;Montagano;Montagano;;4;Sud;Molise;Campobasso;1;0;CB;70041;70041;70041;70041;F391;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;042;070042;Montecilfone;Montecilfone;;4;Sud;Molise;Campobasso;1;0;CB;70042;70042;70042;70042;F475;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;043;070043;Montefalcone nel Sannio;Montefalcone nel Sannio;;4;Sud;Molise;Campobasso;1;0;CB;70043;70043;70043;70043;F495;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;044;070044;Montelongo;Montelongo;;4;Sud;Molise;Campobasso;1;0;CB;70044;70044;70044;70044;F548;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;045;070045;Montemitro;Montemitro;;4;Sud;Molise;Campobasso;1;0;CB;70045;70045;70045;70045;F569;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;046;070046;Montenero di Bisaccia;Montenero di Bisaccia;;4;Sud;Molise;Campobasso;1;0;CB;70046;70046;70046;70046;F576;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;047;070047;Montorio nei Frentani;Montorio nei Frentani;;4;Sud;Molise;Campobasso;1;0;CB;70047;70047;70047;70047;F689;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;048;070048;Morrone del Sannio;Morrone del Sannio;;4;Sud;Molise;Campobasso;1;0;CB;70048;70048;70048;70048;F748;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;049;070049;Oratino;Oratino;;4;Sud;Molise;Campobasso;1;0;CB;70049;70049;70049;70049;G086;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;050;070050;Palata;Palata;;4;Sud;Molise;Campobasso;1;0;CB;70050;70050;70050;70050;G257;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;051;070051;Petacciato;Petacciato;;4;Sud;Molise;Campobasso;1;0;CB;70051;70051;70051;70051;G506;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;052;070052;Petrella Tifernina;Petrella Tifernina;;4;Sud;Molise;Campobasso;1;0;CB;70052;70052;70052;70052;G512;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;053;070053;Pietracatella;Pietracatella;;4;Sud;Molise;Campobasso;1;0;CB;70053;70053;70053;70053;G609;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;054;070054;Pietracupa;Pietracupa;;4;Sud;Molise;Campobasso;1;0;CB;70054;70054;70054;70054;G610;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;055;070055;Portocannone;Portocannone;;4;Sud;Molise;Campobasso;1;0;CB;70055;70055;70055;70055;G910;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;056;070056;Provvidenti;Provvidenti;;4;Sud;Molise;Campobasso;1;0;CB;70056;70056;70056;70056;H083;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;057;070057;Riccia;Riccia;;4;Sud;Molise;Campobasso;1;0;CB;70057;70057;70057;70057;H273;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;058;070058;Ripabottoni;Ripabottoni;;4;Sud;Molise;Campobasso;1;0;CB;70058;70058;70058;70058;H311;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;059;070059;Ripalimosani;Ripalimosani;;4;Sud;Molise;Campobasso;1;0;CB;70059;70059;70059;70059;H313;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;060;070060;Roccavivara;Roccavivara;;4;Sud;Molise;Campobasso;1;0;CB;70060;70060;70060;70060;H454;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;061;070061;Rotello;Rotello;;4;Sud;Molise;Campobasso;1;0;CB;70061;70061;70061;70061;H589;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;062;070062;Salcito;Salcito;;4;Sud;Molise;Campobasso;1;0;CB;70062;70062;70062;70062;H693;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;063;070063;San Biase;San Biase;;4;Sud;Molise;Campobasso;1;0;CB;70063;70063;70063;70063;H782;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;064;070064;San Felice del Molise;San Felice del Molise;;4;Sud;Molise;Campobasso;1;0;CB;70064;70064;70064;70064;H833;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;065;070065;San Giacomo degli Schiavoni;San Giacomo degli Schiavoni;;4;Sud;Molise;Campobasso;1;0;CB;70065;70065;70065;70065;H867;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;066;070066;San Giovanni in Galdo;San Giovanni in Galdo;;4;Sud;Molise;Campobasso;1;0;CB;70066;70066;70066;70066;H920;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;067;070067;San Giuliano del Sannio;San Giuliano del Sannio;;4;Sud;Molise;Campobasso;1;0;CB;70067;70067;70067;70067;H928;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;068;070068;San Giuliano di Puglia;San Giuliano di Puglia;;4;Sud;Molise;Campobasso;1;0;CB;70068;70068;70068;70068;H929;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;069;070069;San Martino in Pensilis;San Martino in Pensilis;;4;Sud;Molise;Campobasso;1;0;CB;70069;70069;70069;70069;H990;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;070;070070;San Massimo;San Massimo;;4;Sud;Molise;Campobasso;1;0;CB;70070;70070;70070;70070;I023;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;071;070071;San Polo Matese;San Polo Matese;;4;Sud;Molise;Campobasso;1;0;CB;70071;70071;70071;70071;I122;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;072;070072;Santa Croce di Magliano;Santa Croce di Magliano;;4;Sud;Molise;Campobasso;1;0;CB;70072;70072;70072;70072;I181;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;073;070073;Sant'Angelo Limosano;Sant'Angelo Limosano;;4;Sud;Molise;Campobasso;1;0;CB;70073;70073;70073;70073;I289;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;074;070074;Sant'Elia a Pianisi;Sant'Elia a Pianisi;;4;Sud;Molise;Campobasso;1;0;CB;70074;70074;70074;70074;I320;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;075;070075;Sepino;Sepino;;4;Sud;Molise;Campobasso;1;0;CB;70075;70075;70075;70075;I618;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;076;070076;Spinete;Spinete;;4;Sud;Molise;Campobasso;1;0;CB;70076;70076;70076;70076;I910;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;077;070077;Tavenna;Tavenna;;4;Sud;Molise;Campobasso;1;0;CB;70077;70077;70077;70077;L069;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;078;070078;Termoli;Termoli;;4;Sud;Molise;Campobasso;1;0;CB;70078;70078;70078;70078;L113;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;079;070079;Torella del Sannio;Torella del Sannio;;4;Sud;Molise;Campobasso;1;0;CB;70079;70079;70079;70079;L215;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;080;070080;Toro;Toro;;4;Sud;Molise;Campobasso;1;0;CB;70080;70080;70080;70080;L230;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;081;070081;Trivento;Trivento;;4;Sud;Molise;Campobasso;1;0;CB;70081;70081;70081;70081;L435;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;082;070082;Tufara;Tufara;;4;Sud;Molise;Campobasso;1;0;CB;70082;70082;70082;70082;L458;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;083;070083;Ururi;Ururi;;4;Sud;Molise;Campobasso;1;0;CB;70083;70083;70083;70083;L505;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;070;070;084;070084;Vinchiaturo;Vinchiaturo;;4;Sud;Molise;Campobasso;1;0;CB;70084;70084;70084;70084;M057;ITF;ITF2;ITF22;ITF;ITF2;ITF22 +14;094;094;001;094001;Acquaviva d'Isernia;Acquaviva d'Isernia;;4;Sud;Molise;Isernia;1;0;IS;94001;94001;94001;94001;A051;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;002;094002;Agnone;Agnone;;4;Sud;Molise;Isernia;1;0;IS;94002;94002;94002;94002;A080;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;003;094003;Bagnoli del Trigno;Bagnoli del Trigno;;4;Sud;Molise;Isernia;1;0;IS;94003;94003;94003;94003;A567;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;004;094004;Belmonte del Sannio;Belmonte del Sannio;;4;Sud;Molise;Isernia;1;0;IS;94004;94004;94004;94004;A761;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;005;094005;Cantalupo nel Sannio;Cantalupo nel Sannio;;4;Sud;Molise;Isernia;1;0;IS;94005;94005;94005;94005;B630;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;006;094006;Capracotta;Capracotta;;4;Sud;Molise;Isernia;1;0;IS;94006;94006;94006;94006;B682;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;007;094007;Carovilli;Carovilli;;4;Sud;Molise;Isernia;1;0;IS;94007;94007;94007;94007;B810;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;008;094008;Carpinone;Carpinone;;4;Sud;Molise;Isernia;1;0;IS;94008;94008;94008;94008;B830;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;009;094009;Castel del Giudice;Castel del Giudice;;4;Sud;Molise;Isernia;1;0;IS;94009;94009;94009;94009;C082;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;010;094010;Castelpetroso;Castelpetroso;;4;Sud;Molise;Isernia;1;0;IS;94010;94010;94010;94010;C246;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;011;094011;Castelpizzuto;Castelpizzuto;;4;Sud;Molise;Isernia;1;0;IS;94011;94011;94011;94011;C247;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;012;094012;Castel San Vincenzo;Castel San Vincenzo;;4;Sud;Molise;Isernia;1;0;IS;94012;94012;94012;94012;C270;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;013;094013;Castelverrino;Castelverrino;;4;Sud;Molise;Isernia;1;0;IS;94013;94013;94013;94013;C200;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;014;094014;Cerro al Volturno;Cerro al Volturno;;4;Sud;Molise;Isernia;1;0;IS;94014;94014;94014;94014;C534;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;015;094015;Chiauci;Chiauci;;4;Sud;Molise;Isernia;1;0;IS;94015;94015;94015;94015;C620;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;016;094016;Civitanova del Sannio;Civitanova del Sannio;;4;Sud;Molise;Isernia;1;0;IS;94016;94016;94016;94016;C769;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;017;094017;Colli a Volturno;Colli a Volturno;;4;Sud;Molise;Isernia;1;0;IS;94017;94017;94017;94017;C878;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;018;094018;Conca Casale;Conca Casale;;4;Sud;Molise;Isernia;1;0;IS;94018;94018;94018;94018;C941;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;019;094019;Filignano;Filignano;;4;Sud;Molise;Isernia;1;0;IS;94019;94019;94019;94019;D595;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;020;094020;Forl� del Sannio;Forl� del Sannio;;4;Sud;Molise;Isernia;1;0;IS;94020;94020;94020;94020;D703;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;021;094021;Fornelli;Fornelli;;4;Sud;Molise;Isernia;1;0;IS;94021;94021;94021;94021;D715;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;022;094022;Frosolone;Frosolone;;4;Sud;Molise;Isernia;1;0;IS;94022;94022;94022;94022;D811;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;023;094023;Isernia;Isernia;;4;Sud;Molise;Isernia;1;1;IS;94023;94023;94023;94023;E335;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;024;094024;Longano;Longano;;4;Sud;Molise;Isernia;1;0;IS;94024;94024;94024;94024;E669;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;025;094025;Macchia d'Isernia;Macchia d'Isernia;;4;Sud;Molise;Isernia;1;0;IS;94025;94025;94025;94025;E778;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;026;094026;Macchiagodena;Macchiagodena;;4;Sud;Molise;Isernia;1;0;IS;94026;94026;94026;94026;E779;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;027;094027;Miranda;Miranda;;4;Sud;Molise;Isernia;1;0;IS;94027;94027;94027;94027;F239;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;028;094028;Montaquila;Montaquila;;4;Sud;Molise;Isernia;1;0;IS;94028;94028;94028;94028;F429;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;029;094029;Montenero Val Cocchiara;Montenero Val Cocchiara;;4;Sud;Molise;Isernia;1;0;IS;94029;94029;94029;94029;F580;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;030;094030;Monteroduni;Monteroduni;;4;Sud;Molise;Isernia;1;0;IS;94030;94030;94030;94030;F601;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;031;094031;Pesche;Pesche;;4;Sud;Molise;Isernia;1;0;IS;94031;94031;94031;94031;G486;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;032;094032;Pescolanciano;Pescolanciano;;4;Sud;Molise;Isernia;1;0;IS;94032;94032;94032;94032;G495;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;033;094033;Pescopennataro;Pescopennataro;;4;Sud;Molise;Isernia;1;0;IS;94033;94033;94033;94033;G497;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;034;094034;Pettoranello del Molise;Pettoranello del Molise;;4;Sud;Molise;Isernia;1;0;IS;94034;94034;94034;94034;G523;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;035;094035;Pietrabbondante;Pietrabbondante;;4;Sud;Molise;Isernia;1;0;IS;94035;94035;94035;94035;G606;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;036;094036;Pizzone;Pizzone;;4;Sud;Molise;Isernia;1;0;IS;94036;94036;94036;94036;G727;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;037;094037;Poggio Sannita;Poggio Sannita;;4;Sud;Molise;Isernia;1;0;IS;94037;94037;94037;94037;B317;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;038;094038;Pozzilli;Pozzilli;;4;Sud;Molise;Isernia;1;0;IS;94038;94038;94038;94038;G954;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;039;094039;Rionero Sannitico;Rionero Sannitico;;4;Sud;Molise;Isernia;1;0;IS;94039;94039;94039;94039;H308;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;040;094040;Roccamandolfi;Roccamandolfi;;4;Sud;Molise;Isernia;1;0;IS;94040;94040;94040;94040;H420;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;041;094041;Roccasicura;Roccasicura;;4;Sud;Molise;Isernia;1;0;IS;94041;94041;94041;94041;H445;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;042;094042;Rocchetta a Volturno;Rocchetta a Volturno;;4;Sud;Molise;Isernia;1;0;IS;94042;94042;94042;94042;H458;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;043;094043;San Pietro Avellana;San Pietro Avellana;;4;Sud;Molise;Isernia;1;0;IS;94043;94043;94043;94043;I096;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;044;094044;Sant'Agapito;Sant'Agapito;;4;Sud;Molise;Isernia;1;0;IS;94044;94044;94044;94044;I189;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;045;094045;Santa Maria del Molise;Santa Maria del Molise;;4;Sud;Molise;Isernia;1;0;IS;94045;94045;94045;94045;I238;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;046;094046;Sant'Angelo del Pesco;Sant'Angelo del Pesco;;4;Sud;Molise;Isernia;1;0;IS;94046;94046;94046;94046;I282;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;047;094047;Sant'Elena Sannita;Sant'Elena Sannita;;4;Sud;Molise;Isernia;1;0;IS;94047;94047;94047;94047;B466;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;048;094048;Scapoli;Scapoli;;4;Sud;Molise;Isernia;1;0;IS;94048;94048;94048;94048;I507;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;049;094049;Sessano del Molise;Sessano del Molise;;4;Sud;Molise;Isernia;1;0;IS;94049;94049;94049;94049;I679;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;050;094050;Sesto Campano;Sesto Campano;;4;Sud;Molise;Isernia;1;0;IS;94050;94050;94050;94050;I682;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;051;094051;Vastogirardi;Vastogirardi;;4;Sud;Molise;Isernia;1;0;IS;94051;94051;94051;94051;L696;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +14;094;094;052;094052;Venafro;Venafro;;4;Sud;Molise;Isernia;1;0;IS;94052;94052;94052;94052;L725;ITF;ITF2;ITF21;ITF;ITF2;ITF21 +15;061;061;001;061001;Ailano;Ailano;;4;Sud;Campania;Caserta;1;0;CE;61001;61001;61001;61001;A106;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;002;061002;Alife;Alife;;4;Sud;Campania;Caserta;1;0;CE;61002;61002;61002;61002;A200;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;003;061003;Alvignano;Alvignano;;4;Sud;Campania;Caserta;1;0;CE;61003;61003;61003;61003;A243;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;004;061004;Arienzo;Arienzo;;4;Sud;Campania;Caserta;1;0;CE;61004;61004;61004;61004;A403;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;005;061005;Aversa;Aversa;;4;Sud;Campania;Caserta;1;0;CE;61005;61005;61005;61005;A512;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;006;061006;Baia e Latina;Baia e Latina;;4;Sud;Campania;Caserta;1;0;CE;61006;61006;61006;61006;A579;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;007;061007;Bellona;Bellona;;4;Sud;Campania;Caserta;1;0;CE;61007;61007;61007;61007;A755;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;008;061008;Caianello;Caianello;;4;Sud;Campania;Caserta;1;0;CE;61008;61008;61008;61008;B361;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;009;061009;Caiazzo;Caiazzo;;4;Sud;Campania;Caserta;1;0;CE;61009;61009;61009;61009;B362;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;010;061010;Calvi Risorta;Calvi Risorta;;4;Sud;Campania;Caserta;1;0;CE;61010;61010;61010;61010;B445;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;011;061011;Camigliano;Camigliano;;4;Sud;Campania;Caserta;1;0;CE;61011;61011;61011;61011;B477;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;012;061012;Cancello ed Arnone;Cancello ed Arnone;;4;Sud;Campania;Caserta;1;0;CE;61012;61012;61012;61012;B581;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;013;061013;Capodrise;Capodrise;;4;Sud;Campania;Caserta;1;0;CE;61013;61013;61013;61013;B667;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;014;061014;Capriati a Volturno;Capriati a Volturno;;4;Sud;Campania;Caserta;1;0;CE;61014;61014;61014;61014;B704;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;015;061015;Capua;Capua;;4;Sud;Campania;Caserta;1;0;CE;61015;61015;61015;61015;B715;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;016;061016;Carinaro;Carinaro;;4;Sud;Campania;Caserta;1;0;CE;61016;61016;61016;61016;B779;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;017;061017;Carinola;Carinola;;4;Sud;Campania;Caserta;1;0;CE;61017;61017;61017;61017;B781;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;018;061018;Casagiove;Casagiove;;4;Sud;Campania;Caserta;1;0;CE;61018;61018;61018;61018;B860;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;019;061019;Casal di Principe;Casal di Principe;;4;Sud;Campania;Caserta;1;0;CE;61019;61019;61019;61019;B872;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;020;061020;Casaluce;Casaluce;;4;Sud;Campania;Caserta;1;0;CE;61020;61020;61020;61020;B916;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;021;061021;Casapulla;Casapulla;;4;Sud;Campania;Caserta;1;0;CE;61021;61021;61021;61021;B935;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;022;061022;Caserta;Caserta;;4;Sud;Campania;Caserta;1;1;CE;61022;61022;61022;61022;B963;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;023;061023;Castel Campagnano;Castel Campagnano;;4;Sud;Campania;Caserta;1;0;CE;61023;61023;61023;61023;B494;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;024;061024;Castel di Sasso;Castel di Sasso;;4;Sud;Campania;Caserta;1;0;CE;61024;61024;61024;61024;C097;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;025;061025;Castello del Matese;Castello del Matese;;4;Sud;Campania;Caserta;1;0;CE;61025;61025;61025;61025;C178;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;026;061026;Castel Morrone;Castel Morrone;;4;Sud;Campania;Caserta;1;0;CE;61026;61026;61026;61026;C211;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;027;061027;Castel Volturno;Castel Volturno;;4;Sud;Campania;Caserta;1;0;CE;61027;61027;61027;61027;C291;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;028;061028;Cervino;Cervino;;4;Sud;Campania;Caserta;1;0;CE;61028;61028;61028;61028;C558;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;029;061029;Cesa;Cesa;;4;Sud;Campania;Caserta;1;0;CE;61029;61029;61029;61029;C561;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;030;061030;Ciorlano;Ciorlano;;4;Sud;Campania;Caserta;1;0;CE;61030;61030;61030;61030;C716;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;031;061031;Conca della Campania;Conca della Campania;;4;Sud;Campania;Caserta;1;0;CE;61031;61031;61031;61031;C939;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;032;061032;Curti;Curti;;4;Sud;Campania;Caserta;1;0;CE;61032;61032;61032;61032;D228;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;033;061033;Dragoni;Dragoni;;4;Sud;Campania;Caserta;1;0;CE;61033;61033;61033;61033;D361;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;034;061034;Fontegreca;Fontegreca;;4;Sud;Campania;Caserta;1;0;CE;61034;61034;61034;61034;D683;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;035;061035;Formicola;Formicola;;4;Sud;Campania;Caserta;1;0;CE;61035;61035;61035;61035;D709;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;036;061036;Francolise;Francolise;;4;Sud;Campania;Caserta;1;0;CE;61036;61036;61036;61036;D769;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;037;061037;Frignano;Frignano;;4;Sud;Campania;Caserta;1;0;CE;61037;61037;61037;61037;D799;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;038;061038;Gallo Matese;Gallo Matese;;4;Sud;Campania;Caserta;1;0;CE;61038;61038;61038;61038;D884;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;039;061039;Galluccio;Galluccio;;4;Sud;Campania;Caserta;1;0;CE;61039;61039;61039;61039;D886;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;040;061040;Giano Vetusto;Giano Vetusto;;4;Sud;Campania;Caserta;1;0;CE;61040;61040;61040;61040;E011;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;041;061041;Gioia Sannitica;Gioia Sannitica;;4;Sud;Campania;Caserta;1;0;CE;61041;61041;61041;61041;E039;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;042;061042;Grazzanise;Grazzanise;;4;Sud;Campania;Caserta;1;0;CE;61042;61042;61042;61042;E158;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;043;061043;Gricignano di Aversa;Gricignano di Aversa;;4;Sud;Campania;Caserta;1;0;CE;61043;61043;61043;61043;E173;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;044;061044;Letino;Letino;;4;Sud;Campania;Caserta;1;0;CE;61044;61044;61044;61044;E554;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;045;061045;Liberi;Liberi;;4;Sud;Campania;Caserta;1;0;CE;61045;61045;61045;61045;E570;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;046;061046;Lusciano;Lusciano;;4;Sud;Campania;Caserta;1;0;CE;61046;61046;61046;61046;E754;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;047;061047;Macerata Campania;Macerata Campania;;4;Sud;Campania;Caserta;1;0;CE;61047;61047;61047;61047;E784;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;048;061048;Maddaloni;Maddaloni;;4;Sud;Campania;Caserta;1;0;CE;61048;61048;61048;61048;E791;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;049;061049;Marcianise;Marcianise;;4;Sud;Campania;Caserta;1;0;CE;61049;61049;61049;61049;E932;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;050;061050;Marzano Appio;Marzano Appio;;4;Sud;Campania;Caserta;1;0;CE;61050;61050;61050;61050;E998;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;051;061051;Mignano Monte Lungo;Mignano Monte Lungo;;4;Sud;Campania;Caserta;1;0;CE;61051;61051;61051;61051;F203;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;052;061052;Mondragone;Mondragone;;4;Sud;Campania;Caserta;1;0;CE;61052;61052;61052;61052;F352;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;053;061053;Orta di Atella;Orta di Atella;;4;Sud;Campania;Caserta;1;0;CE;61053;61053;61053;61053;G130;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;054;061054;Parete;Parete;;4;Sud;Campania;Caserta;1;0;CE;61054;61054;61054;61054;G333;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;055;061055;Pastorano;Pastorano;;4;Sud;Campania;Caserta;1;0;CE;61055;61055;61055;61055;G364;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;056;061056;Piana di Monte Verna;Piana di Monte Verna;;4;Sud;Campania;Caserta;1;0;CE;61056;61056;61056;61056;G541;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;057;061057;Piedimonte Matese;Piedimonte Matese;;4;Sud;Campania;Caserta;1;0;CE;61057;61057;61057;61057;G596;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;058;061058;Pietramelara;Pietramelara;;4;Sud;Campania;Caserta;1;0;CE;61058;61058;61058;61058;G620;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;059;061059;Pietravairano;Pietravairano;;4;Sud;Campania;Caserta;1;0;CE;61059;61059;61059;61059;G630;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;060;061060;Pignataro Maggiore;Pignataro Maggiore;;4;Sud;Campania;Caserta;1;0;CE;61060;61060;61060;61060;G661;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;061;061061;Pontelatone;Pontelatone;;4;Sud;Campania;Caserta;1;0;CE;61061;61061;61061;61061;G849;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;062;061062;Portico di Caserta;Portico di Caserta;;4;Sud;Campania;Caserta;1;0;CE;61062;61062;61062;61062;G903;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;063;061063;Prata Sannita;Prata Sannita;;4;Sud;Campania;Caserta;1;0;CE;61063;61063;61063;61063;G991;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;064;061064;Pratella;Pratella;;4;Sud;Campania;Caserta;1;0;CE;61064;61064;61064;61064;G995;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;065;061065;Presenzano;Presenzano;;4;Sud;Campania;Caserta;1;0;CE;61065;61065;61065;61065;H045;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;066;061066;Raviscanina;Raviscanina;;4;Sud;Campania;Caserta;1;0;CE;61066;61066;61066;61066;H202;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;067;061067;Recale;Recale;;4;Sud;Campania;Caserta;1;0;CE;61067;61067;61067;61067;H210;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;068;061068;Riardo;Riardo;;4;Sud;Campania;Caserta;1;0;CE;61068;61068;61068;61068;H268;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;069;061069;Rocca d'Evandro;Rocca d'Evandro;;4;Sud;Campania;Caserta;1;0;CE;61069;61069;61069;61069;H398;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;070;061070;Roccamonfina;Roccamonfina;;4;Sud;Campania;Caserta;1;0;CE;61070;61070;61070;61070;H423;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;071;061071;Roccaromana;Roccaromana;;4;Sud;Campania;Caserta;1;0;CE;61071;61071;61071;61071;H436;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;072;061072;Rocchetta e Croce;Rocchetta e Croce;;4;Sud;Campania;Caserta;1;0;CE;61072;61072;61072;61072;H459;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;073;061073;Ruviano;Ruviano;;4;Sud;Campania;Caserta;1;0;CE;61073;61073;61073;61073;H165;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;074;061074;San Cipriano d'Aversa;San Cipriano d'Aversa;;4;Sud;Campania;Caserta;1;0;CE;61074;61074;61074;61074;H798;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;075;061075;San Felice a Cancello;San Felice a Cancello;;4;Sud;Campania;Caserta;1;0;CE;61075;61075;61075;61075;H834;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;076;061076;San Gregorio Matese;San Gregorio Matese;;4;Sud;Campania;Caserta;1;0;CE;61076;61076;61076;61076;H939;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;077;061077;San Marcellino;San Marcellino;;4;Sud;Campania;Caserta;1;0;CE;61077;61077;61077;61077;H978;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;078;061078;San Nicola la Strada;San Nicola la Strada;;4;Sud;Campania;Caserta;1;0;CE;61078;61078;61078;61078;I056;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;079;061079;San Pietro Infine;San Pietro Infine;;4;Sud;Campania;Caserta;1;0;CE;61079;61079;61079;61079;I113;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;080;061080;San Potito Sannitico;San Potito Sannitico;;4;Sud;Campania;Caserta;1;0;CE;61080;61080;61080;61080;I130;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;081;061081;San Prisco;San Prisco;;4;Sud;Campania;Caserta;1;0;CE;61081;61081;61081;61081;I131;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;082;061082;Santa Maria a Vico;Santa Maria a Vico;;4;Sud;Campania;Caserta;1;0;CE;61082;61082;61082;61082;I233;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;083;061083;Santa Maria Capua Vetere;Santa Maria Capua Vetere;;4;Sud;Campania;Caserta;1;0;CE;61083;61083;61083;61083;I234;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;084;061084;Santa Maria la Fossa;Santa Maria la Fossa;;4;Sud;Campania;Caserta;1;0;CE;61084;61084;61084;61084;I247;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;085;061085;San Tammaro;San Tammaro;;4;Sud;Campania;Caserta;1;0;CE;61085;61085;61085;61085;I261;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;086;061086;Sant'Angelo d'Alife;Sant'Angelo d'Alife;;4;Sud;Campania;Caserta;1;0;CE;61086;61086;61086;61086;I273;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;087;061087;Sant'Arpino;Sant'Arpino;;4;Sud;Campania;Caserta;1;0;CE;61087;61087;61087;61087;I306;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;088;061088;Sessa Aurunca;Sessa Aurunca;;4;Sud;Campania;Caserta;1;0;CE;61088;61088;61088;61088;I676;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;089;061089;Sparanise;Sparanise;;4;Sud;Campania;Caserta;1;0;CE;61089;61089;61089;61089;I885;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;090;061090;Succivo;Succivo;;4;Sud;Campania;Caserta;1;0;CE;61090;61090;61090;61090;I993;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;091;061091;Teano;Teano;;4;Sud;Campania;Caserta;1;0;CE;61091;61091;61091;61091;L083;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;092;061092;Teverola;Teverola;;4;Sud;Campania;Caserta;1;0;CE;61092;61092;61092;61092;L155;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;093;061093;Tora e Piccilli;Tora e Piccilli;;4;Sud;Campania;Caserta;1;0;CE;61093;61093;61093;61093;L205;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;094;061094;Trentola Ducenta;Trentola Ducenta;;4;Sud;Campania;Caserta;1;0;CE;61094;61094;61094;61094;L379;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;095;061095;Vairano Patenora;Vairano Patenora;;4;Sud;Campania;Caserta;1;0;CE;61095;61095;61095;61095;L540;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;096;061096;Valle Agricola;Valle Agricola;;4;Sud;Campania;Caserta;1;0;CE;61096;61096;61096;61096;L594;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;097;061097;Valle di Maddaloni;Valle di Maddaloni;;4;Sud;Campania;Caserta;1;0;CE;61097;61097;61097;61097;L591;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;098;061098;Villa di Briano;Villa di Briano;;4;Sud;Campania;Caserta;1;0;CE;61098;61098;61098;61098;D801;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;099;061099;Villa Literno;Villa Literno;;4;Sud;Campania;Caserta;1;0;CE;61099;61099;61099;61099;L844;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;100;061100;Vitulazio;Vitulazio;;4;Sud;Campania;Caserta;1;0;CE;61100;61100;61100;61100;M092;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;101;061101;Falciano del Massico;Falciano del Massico;;4;Sud;Campania;Caserta;1;0;CE;61101;61101;61101;61101;D471;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;102;061102;Cellole;Cellole;;4;Sud;Campania;Caserta;1;0;CE;61102;61102;61102;61102;M262;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;103;061103;Casapesenna;Casapesenna;;4;Sud;Campania;Caserta;1;0;CE;61103;61103;61103;61103;M260;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;061;061;104;061104;San Marco Evangelista;San Marco Evangelista;;4;Sud;Campania;Caserta;1;0;CE;61104;61104;61104;61104;F043;ITF;ITF3;ITF31;ITF;ITF3;ITF31 +15;062;062;001;062001;Airola;Airola;;4;Sud;Campania;Benevento;1;0;BN;62001;62001;62001;62001;A110;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;002;062002;Amorosi;Amorosi;;4;Sud;Campania;Benevento;1;0;BN;62002;62002;62002;62002;A265;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;003;062003;Apice;Apice;;4;Sud;Campania;Benevento;1;0;BN;62003;62003;62003;62003;A328;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;004;062004;Apollosa;Apollosa;;4;Sud;Campania;Benevento;1;0;BN;62004;62004;62004;62004;A330;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;005;062005;Arpaia;Arpaia;;4;Sud;Campania;Benevento;1;0;BN;62005;62005;62005;62005;A431;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;006;062006;Arpaise;Arpaise;;4;Sud;Campania;Benevento;1;0;BN;62006;62006;62006;62006;A432;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;007;062007;Baselice;Baselice;;4;Sud;Campania;Benevento;1;0;BN;62007;62007;62007;62007;A696;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;008;062008;Benevento;Benevento;;4;Sud;Campania;Benevento;1;1;BN;62008;62008;62008;62008;A783;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;009;062009;Bonea;Bonea;;4;Sud;Campania;Benevento;1;0;BN;62009;62009;62009;62009;A970;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;010;062010;Bucciano;Bucciano;;4;Sud;Campania;Benevento;1;0;BN;62010;62010;62010;62010;B239;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;011;062011;Buonalbergo;Buonalbergo;;4;Sud;Campania;Benevento;1;0;BN;62011;62011;62011;62011;B267;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;012;062012;Calvi;Calvi;;4;Sud;Campania;Benevento;1;0;BN;62012;62012;62012;62012;B444;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;013;062013;Campolattaro;Campolattaro;;4;Sud;Campania;Benevento;1;0;BN;62013;62013;62013;62013;B541;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;014;062014;Campoli del Monte Taburno;Campoli del Monte Taburno;;4;Sud;Campania;Benevento;1;0;BN;62014;62014;62014;62014;B542;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;015;062015;Casalduni;Casalduni;;4;Sud;Campania;Benevento;1;0;BN;62015;62015;62015;62015;B873;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;016;062016;Castelfranco in Miscano;Castelfranco in Miscano;;4;Sud;Campania;Benevento;1;0;BN;62016;62016;62016;62016;C106;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;017;062017;Castelpagano;Castelpagano;;4;Sud;Campania;Benevento;1;0;BN;62017;62017;62017;62017;C245;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;018;062018;Castelpoto;Castelpoto;;4;Sud;Campania;Benevento;1;0;BN;62018;62018;62018;62018;C250;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;019;062019;Castelvenere;Castelvenere;;4;Sud;Campania;Benevento;1;0;BN;62019;62019;62019;62019;C280;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;020;062020;Castelvetere in Val Fortore;Castelvetere in Val Fortore;;4;Sud;Campania;Benevento;1;0;BN;62020;62020;62020;62020;C284;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;021;062021;Cautano;Cautano;;4;Sud;Campania;Benevento;1;0;BN;62021;62021;62021;62021;C359;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;022;062022;Ceppaloni;Ceppaloni;;4;Sud;Campania;Benevento;1;0;BN;62022;62022;62022;62022;C476;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;023;062023;Cerreto Sannita;Cerreto Sannita;;4;Sud;Campania;Benevento;1;0;BN;62023;62023;62023;62023;C525;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;024;062024;Circello;Circello;;4;Sud;Campania;Benevento;1;0;BN;62024;62024;62024;62024;C719;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;025;062025;Colle Sannita;Colle Sannita;;4;Sud;Campania;Benevento;1;0;BN;62025;62025;62025;62025;C846;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;026;062026;Cusano Mutri;Cusano Mutri;;4;Sud;Campania;Benevento;1;0;BN;62026;62026;62026;62026;D230;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;027;062027;Dugenta;Dugenta;;4;Sud;Campania;Benevento;1;0;BN;62027;62027;62027;62027;D380;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;028;062028;Durazzano;Durazzano;;4;Sud;Campania;Benevento;1;0;BN;62028;62028;62028;62028;D386;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;029;062029;Faicchio;Faicchio;;4;Sud;Campania;Benevento;1;0;BN;62029;62029;62029;62029;D469;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;030;062030;Foglianise;Foglianise;;4;Sud;Campania;Benevento;1;0;BN;62030;62030;62030;62030;D644;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;031;062031;Foiano di Val Fortore;Foiano di Val Fortore;;4;Sud;Campania;Benevento;1;0;BN;62031;62031;62031;62031;D650;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;032;062032;Forchia;Forchia;;4;Sud;Campania;Benevento;1;0;BN;62032;62032;62032;62032;D693;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;033;062033;Fragneto l'Abate;Fragneto l'Abate;;4;Sud;Campania;Benevento;1;0;BN;62033;62033;62033;62033;D755;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;034;062034;Fragneto Monforte;Fragneto Monforte;;4;Sud;Campania;Benevento;1;0;BN;62034;62034;62034;62034;D756;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;035;062035;Frasso Telesino;Frasso Telesino;;4;Sud;Campania;Benevento;1;0;BN;62035;62035;62035;62035;D784;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;036;062036;Ginestra degli Schiavoni;Ginestra degli Schiavoni;;4;Sud;Campania;Benevento;1;0;BN;62036;62036;62036;62036;E034;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;037;062037;Guardia Sanframondi;Guardia Sanframondi;;4;Sud;Campania;Benevento;1;0;BN;62037;62037;62037;62037;E249;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;038;062038;Limatola;Limatola;;4;Sud;Campania;Benevento;1;0;BN;62038;62038;62038;62038;E589;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;039;062039;Melizzano;Melizzano;;4;Sud;Campania;Benevento;1;0;BN;62039;62039;62039;62039;F113;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;040;062040;Moiano;Moiano;;4;Sud;Campania;Benevento;1;0;BN;62040;62040;62040;62040;F274;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;041;062041;Molinara;Molinara;;4;Sud;Campania;Benevento;1;0;BN;62041;62041;62041;62041;F287;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;042;062042;Montefalcone di Val Fortore;Montefalcone di Val Fortore;;4;Sud;Campania;Benevento;1;0;BN;62042;62042;62042;62042;F494;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;043;062043;Montesarchio;Montesarchio;;4;Sud;Campania;Benevento;1;0;BN;62043;62043;62043;62043;F636;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;044;062044;Morcone;Morcone;;4;Sud;Campania;Benevento;1;0;BN;62044;62044;62044;62044;F717;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;045;062045;Paduli;Paduli;;4;Sud;Campania;Benevento;1;0;BN;62045;62045;62045;62045;G227;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;046;062046;Pago Veiano;Pago Veiano;;4;Sud;Campania;Benevento;1;0;BN;62046;62046;62046;62046;G243;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;047;062047;Pannarano;Pannarano;;4;Sud;Campania;Benevento;1;0;BN;62047;62047;62047;62047;G311;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;048;062048;Paolisi;Paolisi;;4;Sud;Campania;Benevento;1;0;BN;62048;62048;62048;62048;G318;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;049;062049;Paupisi;Paupisi;;4;Sud;Campania;Benevento;1;0;BN;62049;62049;62049;62049;G386;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;050;062050;Pesco Sannita;Pesco Sannita;;4;Sud;Campania;Benevento;1;0;BN;62050;62050;62050;62050;G494;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;051;062051;Pietraroja;Pietraroja;;4;Sud;Campania;Benevento;1;0;BN;62051;62051;62051;62051;G626;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;052;062052;Pietrelcina;Pietrelcina;;4;Sud;Campania;Benevento;1;0;BN;62052;62052;62052;62052;G631;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;053;062053;Ponte;Ponte;;4;Sud;Campania;Benevento;1;0;BN;62053;62053;62053;62053;G827;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;054;062054;Pontelandolfo;Pontelandolfo;;4;Sud;Campania;Benevento;1;0;BN;62054;62054;62054;62054;G848;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;055;062055;Puglianello;Puglianello;;4;Sud;Campania;Benevento;1;0;BN;62055;62055;62055;62055;H087;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;056;062056;Reino;Reino;;4;Sud;Campania;Benevento;1;0;BN;62056;62056;62056;62056;H227;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;057;062057;San Bartolomeo in Galdo;San Bartolomeo in Galdo;;4;Sud;Campania;Benevento;1;0;BN;62057;62057;62057;62057;H764;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;058;062058;San Giorgio del Sannio;San Giorgio del Sannio;;4;Sud;Campania;Benevento;1;0;BN;62058;62058;62058;62058;H894;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;059;062059;San Giorgio La Molara;San Giorgio La Molara;;4;Sud;Campania;Benevento;1;0;BN;62059;62059;62059;62059;H898;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;060;062060;San Leucio del Sannio;San Leucio del Sannio;;4;Sud;Campania;Benevento;1;0;BN;62060;62060;62060;62060;H953;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;061;062061;San Lorenzello;San Lorenzello;;4;Sud;Campania;Benevento;1;0;BN;62061;62061;62061;62061;H955;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;062;062062;San Lorenzo Maggiore;San Lorenzo Maggiore;;4;Sud;Campania;Benevento;1;0;BN;62062;62062;62062;62062;H967;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;063;062063;San Lupo;San Lupo;;4;Sud;Campania;Benevento;1;0;BN;62063;62063;62063;62063;H973;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;064;062064;San Marco dei Cavoti;San Marco dei Cavoti;;4;Sud;Campania;Benevento;1;0;BN;62064;62064;62064;62064;H984;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;065;062065;San Martino Sannita;San Martino Sannita;;4;Sud;Campania;Benevento;1;0;BN;62065;62065;62065;62065;I002;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;066;062066;San Nazzaro;San Nazzaro;;4;Sud;Campania;Benevento;1;0;BN;62066;62066;62066;62066;I049;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;067;062067;San Nicola Manfredi;San Nicola Manfredi;;4;Sud;Campania;Benevento;1;0;BN;62067;62067;62067;62067;I062;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;068;062068;San Salvatore Telesino;San Salvatore Telesino;;4;Sud;Campania;Benevento;1;0;BN;62068;62068;62068;62068;I145;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;069;062069;Santa Croce del Sannio;Santa Croce del Sannio;;4;Sud;Campania;Benevento;1;0;BN;62069;62069;62069;62069;I179;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;070;062070;Sant'Agata de' Goti;Sant'Agata de' Goti;;4;Sud;Campania;Benevento;1;0;BN;62070;62070;62070;62070;I197;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;071;062071;Sant'Angelo a Cupolo;Sant'Angelo a Cupolo;;4;Sud;Campania;Benevento;1;0;BN;62071;62071;62071;62071;I277;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;072;062072;Sassinoro;Sassinoro;;4;Sud;Campania;Benevento;1;0;BN;62072;62072;62072;62072;I455;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;073;062073;Solopaca;Solopaca;;4;Sud;Campania;Benevento;1;0;BN;62073;62073;62073;62073;I809;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;074;062074;Telese Terme;Telese Terme;;4;Sud;Campania;Benevento;1;0;BN;62074;62074;62074;62074;L086;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;075;062075;Tocco Caudio;Tocco Caudio;;4;Sud;Campania;Benevento;1;0;BN;62075;62075;62075;62075;L185;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;076;062076;Torrecuso;Torrecuso;;4;Sud;Campania;Benevento;1;0;BN;62076;62076;62076;62076;L254;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;077;062077;Vitulano;Vitulano;;4;Sud;Campania;Benevento;1;0;BN;62077;62077;62077;62077;M093;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;062;062;078;062078;Sant'Arcangelo Trimonte;Sant'Arcangelo Trimonte;;4;Sud;Campania;Benevento;1;0;BN;62078;62078;62078;62078;F557;ITF;ITF3;ITF32;ITF;ITF3;ITF32 +15;263;063;001;063001;Acerra;Acerra;;4;Sud;Campania;Napoli;3;0;NA;63001;63001;63001;63001;A024;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;002;063002;Afragola;Afragola;;4;Sud;Campania;Napoli;3;0;NA;63002;63002;63002;63002;A064;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;003;063003;Agerola;Agerola;;4;Sud;Campania;Napoli;3;0;NA;63003;63003;63003;63003;A068;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;004;063004;Anacapri;Anacapri;;4;Sud;Campania;Napoli;3;0;NA;63004;63004;63004;63004;A268;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;005;063005;Arzano;Arzano;;4;Sud;Campania;Napoli;3;0;NA;63005;63005;63005;63005;A455;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;006;063006;Bacoli;Bacoli;;4;Sud;Campania;Napoli;3;0;NA;63006;63006;63006;63006;A535;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;007;063007;Barano d'Ischia;Barano d'Ischia;;4;Sud;Campania;Napoli;3;0;NA;63007;63007;63007;63007;A617;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;008;063008;Boscoreale;Boscoreale;;4;Sud;Campania;Napoli;3;0;NA;63008;63008;63008;63008;B076;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;009;063009;Boscotrecase;Boscotrecase;;4;Sud;Campania;Napoli;3;0;NA;63009;63009;63009;63009;B077;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;010;063010;Brusciano;Brusciano;;4;Sud;Campania;Napoli;3;0;NA;63010;63010;63010;63010;B227;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;011;063011;Caivano;Caivano;;4;Sud;Campania;Napoli;3;0;NA;63011;63011;63011;63011;B371;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;012;063012;Calvizzano;Calvizzano;;4;Sud;Campania;Napoli;3;0;NA;63012;63012;63012;63012;B452;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;013;063013;Camposano;Camposano;;4;Sud;Campania;Napoli;3;0;NA;63013;63013;63013;63013;B565;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;014;063014;Capri;Capri;;4;Sud;Campania;Napoli;3;0;NA;63014;63014;63014;63014;B696;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;015;063015;Carbonara di Nola;Carbonara di Nola;;4;Sud;Campania;Napoli;3;0;NA;63015;63015;63015;63015;B740;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;016;063016;Cardito;Cardito;;4;Sud;Campania;Napoli;3;0;NA;63016;63016;63016;63016;B759;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;017;063017;Casalnuovo di Napoli;Casalnuovo di Napoli;;4;Sud;Campania;Napoli;3;0;NA;63017;63017;63017;63017;B905;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;018;063018;Casamarciano;Casamarciano;;4;Sud;Campania;Napoli;3;0;NA;63018;63018;63018;63018;B922;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;019;063019;Casamicciola Terme;Casamicciola Terme;;4;Sud;Campania;Napoli;3;0;NA;63019;63019;63019;63019;B924;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;020;063020;Casandrino;Casandrino;;4;Sud;Campania;Napoli;3;0;NA;63020;63020;63020;63020;B925;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;021;063021;Casavatore;Casavatore;;4;Sud;Campania;Napoli;3;0;NA;63021;63021;63021;63021;B946;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;022;063022;Casola di Napoli;Casola di Napoli;;4;Sud;Campania;Napoli;3;0;NA;63022;63022;63022;63022;B980;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;023;063023;Casoria;Casoria;;4;Sud;Campania;Napoli;3;0;NA;63023;63023;63023;63023;B990;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;024;063024;Castellammare di Stabia;Castellammare di Stabia;;4;Sud;Campania;Napoli;3;0;NA;63024;63024;63024;63024;C129;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;025;063025;Castello di Cisterna;Castello di Cisterna;;4;Sud;Campania;Napoli;3;0;NA;63025;63025;63025;63025;C188;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;026;063026;Cercola;Cercola;;4;Sud;Campania;Napoli;3;0;NA;63026;63026;63026;63026;C495;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;027;063027;Cicciano;Cicciano;;4;Sud;Campania;Napoli;3;0;NA;63027;63027;63027;63027;C675;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;028;063028;Cimitile;Cimitile;;4;Sud;Campania;Napoli;3;0;NA;63028;63028;63028;63028;C697;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;029;063029;Comiziano;Comiziano;;4;Sud;Campania;Napoli;3;0;NA;63029;63029;63029;63029;C929;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;030;063030;Crispano;Crispano;;4;Sud;Campania;Napoli;3;0;NA;63030;63030;63030;63030;D170;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;031;063031;Forio;Forio;;4;Sud;Campania;Napoli;3;0;NA;63031;63031;63031;63031;D702;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;032;063032;Frattamaggiore;Frattamaggiore;;4;Sud;Campania;Napoli;3;0;NA;63032;63032;63032;63032;D789;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;033;063033;Frattaminore;Frattaminore;;4;Sud;Campania;Napoli;3;0;NA;63033;63033;63033;63033;D790;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;034;063034;Giugliano in Campania;Giugliano in Campania;;4;Sud;Campania;Napoli;3;0;NA;63034;63034;63034;63034;E054;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;035;063035;Gragnano;Gragnano;;4;Sud;Campania;Napoli;3;0;NA;63035;63035;63035;63035;E131;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;036;063036;Grumo Nevano;Grumo Nevano;;4;Sud;Campania;Napoli;3;0;NA;63036;63036;63036;63036;E224;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;037;063037;Ischia;Ischia;;4;Sud;Campania;Napoli;3;0;NA;63037;63037;63037;63037;E329;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;038;063038;Lacco Ameno;Lacco Ameno;;4;Sud;Campania;Napoli;3;0;NA;63038;63038;63038;63038;E396;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;039;063039;Lettere;Lettere;;4;Sud;Campania;Napoli;3;0;NA;63039;63039;63039;63039;E557;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;040;063040;Liveri;Liveri;;4;Sud;Campania;Napoli;3;0;NA;63040;63040;63040;63040;E620;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;041;063041;Marano di Napoli;Marano di Napoli;;4;Sud;Campania;Napoli;3;0;NA;63041;63041;63041;63041;E906;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;042;063042;Mariglianella;Mariglianella;;4;Sud;Campania;Napoli;3;0;NA;63042;63042;63042;63042;E954;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;043;063043;Marigliano;Marigliano;;4;Sud;Campania;Napoli;3;0;NA;63043;63043;63043;63043;E955;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;044;063044;Massa Lubrense;Massa Lubrense;;4;Sud;Campania;Napoli;3;0;NA;63044;63044;63044;63044;F030;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;045;063045;Melito di Napoli;Melito di Napoli;;4;Sud;Campania;Napoli;3;0;NA;63045;63045;63045;63045;F111;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;046;063046;Meta;Meta;;4;Sud;Campania;Napoli;3;0;NA;63046;63046;63046;63046;F162;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;047;063047;Monte di Procida;Monte di Procida;;4;Sud;Campania;Napoli;3;0;NA;63047;63047;63047;63047;F488;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;048;063048;Mugnano di Napoli;Mugnano di Napoli;;4;Sud;Campania;Napoli;3;0;NA;63048;63048;63048;63048;F799;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;049;063049;Napoli;Napoli;;4;Sud;Campania;Napoli;3;1;NA;63049;63049;63049;63049;F839;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;050;063050;Nola;Nola;;4;Sud;Campania;Napoli;3;0;NA;63050;63050;63050;63050;F924;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;051;063051;Ottaviano;Ottaviano;;4;Sud;Campania;Napoli;3;0;NA;63051;63051;63051;63051;G190;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;052;063052;Palma Campania;Palma Campania;;4;Sud;Campania;Napoli;3;0;NA;63052;63052;63052;63052;G283;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;053;063053;Piano di Sorrento;Piano di Sorrento;;4;Sud;Campania;Napoli;3;0;NA;63053;63053;63053;63053;G568;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;054;063054;Pimonte;Pimonte;;4;Sud;Campania;Napoli;3;0;NA;63054;63054;63054;63054;G670;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;055;063055;Poggiomarino;Poggiomarino;;4;Sud;Campania;Napoli;3;0;NA;63055;63055;63055;63055;G762;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;056;063056;Pollena Trocchia;Pollena Trocchia;;4;Sud;Campania;Napoli;3;0;NA;63056;63056;63056;63056;G795;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;057;063057;Pomigliano d'Arco;Pomigliano d'Arco;;4;Sud;Campania;Napoli;3;0;NA;63057;63057;63057;63057;G812;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;058;063058;Pompei;Pompei;;4;Sud;Campania;Napoli;3;0;NA;63058;63058;63058;63058;G813;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;059;063059;Portici;Portici;;4;Sud;Campania;Napoli;3;0;NA;63059;63059;63059;63059;G902;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;060;063060;Pozzuoli;Pozzuoli;;4;Sud;Campania;Napoli;3;0;NA;63060;63060;63060;63060;G964;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;061;063061;Procida;Procida;;4;Sud;Campania;Napoli;3;0;NA;63061;63061;63061;63061;H072;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;062;063062;Qualiano;Qualiano;;4;Sud;Campania;Napoli;3;0;NA;63062;63062;63062;63062;H101;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;063;063063;Quarto;Quarto;;4;Sud;Campania;Napoli;3;0;NA;63063;63063;63063;63063;H114;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;064;063064;Ercolano;Ercolano;;4;Sud;Campania;Napoli;3;0;NA;63064;63064;63064;63064;H243;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;065;063065;Roccarainola;Roccarainola;;4;Sud;Campania;Napoli;3;0;NA;63065;63065;63065;63065;H433;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;066;063066;San Gennaro Vesuviano;San Gennaro Vesuviano;;4;Sud;Campania;Napoli;3;0;NA;63066;63066;63066;63066;H860;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;067;063067;San Giorgio a Cremano;San Giorgio a Cremano;;4;Sud;Campania;Napoli;3;0;NA;63067;63067;63067;63067;H892;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;068;063068;San Giuseppe Vesuviano;San Giuseppe Vesuviano;;4;Sud;Campania;Napoli;3;0;NA;63068;63068;63068;63068;H931;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;069;063069;San Paolo Bel Sito;San Paolo Bel Sito;;4;Sud;Campania;Napoli;3;0;NA;63069;63069;63069;63069;I073;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;070;063070;San Sebastiano al Vesuvio;San Sebastiano al Vesuvio;;4;Sud;Campania;Napoli;3;0;NA;63070;63070;63070;63070;I151;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;071;063071;Sant'Agnello;Sant'Agnello;;4;Sud;Campania;Napoli;3;0;NA;63071;63071;63071;63071;I208;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;072;063072;Sant'Anastasia;Sant'Anastasia;;4;Sud;Campania;Napoli;3;0;NA;63072;63072;63072;63072;I262;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;073;063073;Sant'Antimo;Sant'Antimo;;4;Sud;Campania;Napoli;3;0;NA;63073;63073;63073;63073;I293;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;074;063074;Sant'Antonio Abate;Sant'Antonio Abate;;4;Sud;Campania;Napoli;3;0;NA;63074;63074;63074;63074;I300;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;075;063075;San Vitaliano;San Vitaliano;;4;Sud;Campania;Napoli;3;0;NA;63075;63075;63075;63075;I391;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;076;063076;Saviano;Saviano;;4;Sud;Campania;Napoli;3;0;NA;63076;63076;63076;63076;I469;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;077;063077;Scisciano;Scisciano;;4;Sud;Campania;Napoli;3;0;NA;63077;63077;63077;63077;I540;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;078;063078;Serrara Fontana;Serrara Fontana;;4;Sud;Campania;Napoli;3;0;NA;63078;63078;63078;63078;I652;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;079;063079;Somma Vesuviana;Somma Vesuviana;;4;Sud;Campania;Napoli;3;0;NA;63079;63079;63079;63079;I820;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;080;063080;Sorrento;Sorrento;;4;Sud;Campania;Napoli;3;0;NA;63080;63080;63080;63080;I862;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;081;063081;Striano;Striano;;4;Sud;Campania;Napoli;3;0;NA;63081;63081;63081;63081;I978;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;082;063082;Terzigno;Terzigno;;4;Sud;Campania;Napoli;3;0;NA;63082;63082;63082;63082;L142;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;083;063083;Torre Annunziata;Torre Annunziata;;4;Sud;Campania;Napoli;3;0;NA;63083;63083;63083;63083;L245;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;084;063084;Torre del Greco;Torre del Greco;;4;Sud;Campania;Napoli;3;0;NA;63084;63084;63084;63084;L259;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;085;063085;Tufino;Tufino;;4;Sud;Campania;Napoli;3;0;NA;63085;63085;63085;63085;L460;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;086;063086;Vico Equense;Vico Equense;;4;Sud;Campania;Napoli;3;0;NA;63086;63086;63086;63086;L845;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;087;063087;Villaricca;Villaricca;;4;Sud;Campania;Napoli;3;0;NA;63087;63087;63087;63087;G309;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;088;063088;Visciano;Visciano;;4;Sud;Campania;Napoli;3;0;NA;63088;63088;63088;63088;M072;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;089;063089;Volla;Volla;;4;Sud;Campania;Napoli;3;0;NA;63089;63089;63089;63089;M115;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;090;063090;Santa Maria la Carit�;Santa Maria la Carit�;;4;Sud;Campania;Napoli;3;0;NA;63090;63090;63090;63090;M273;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;091;063091;Trecase;Trecase;;4;Sud;Campania;Napoli;3;0;NA;63091;63091;63091;63091;M280;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;263;063;092;063092;Massa di Somma;Massa di Somma;;4;Sud;Campania;Napoli;3;0;NA;63092;63092;63092;63092;M289;ITF;ITF3;ITF33;ITF;ITF3;ITF33 +15;064;064;001;064001;Aiello del Sabato;Aiello del Sabato;;4;Sud;Campania;Avellino;1;0;AV;64001;64001;64001;64001;A101;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;002;064002;Altavilla Irpina;Altavilla Irpina;;4;Sud;Campania;Avellino;1;0;AV;64002;64002;64002;64002;A228;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;003;064003;Andretta;Andretta;;4;Sud;Campania;Avellino;1;0;AV;64003;64003;64003;64003;A284;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;004;064004;Aquilonia;Aquilonia;;4;Sud;Campania;Avellino;1;0;AV;64004;64004;64004;64004;A347;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;005;064005;Ariano Irpino;Ariano Irpino;;4;Sud;Campania;Avellino;1;0;AV;64005;64005;64005;64005;A399;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;006;064006;Atripalda;Atripalda;;4;Sud;Campania;Avellino;1;0;AV;64006;64006;64006;64006;A489;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;007;064007;Avella;Avella;;4;Sud;Campania;Avellino;1;0;AV;64007;64007;64007;64007;A508;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;008;064008;Avellino;Avellino;;4;Sud;Campania;Avellino;1;1;AV;64008;64008;64008;64008;A509;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;009;064009;Bagnoli Irpino;Bagnoli Irpino;;4;Sud;Campania;Avellino;1;0;AV;64009;64009;64009;64009;A566;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;010;064010;Baiano;Baiano;;4;Sud;Campania;Avellino;1;0;AV;64010;64010;64010;64010;A580;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;011;064011;Bisaccia;Bisaccia;;4;Sud;Campania;Avellino;1;0;AV;64011;64011;64011;64011;A881;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;012;064012;Bonito;Bonito;;4;Sud;Campania;Avellino;1;0;AV;64012;64012;64012;64012;A975;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;013;064013;Cairano;Cairano;;4;Sud;Campania;Avellino;1;0;AV;64013;64013;64013;64013;B367;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;014;064014;Calabritto;Calabritto;;4;Sud;Campania;Avellino;1;0;AV;64014;64014;64014;64014;B374;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;015;064015;Calitri;Calitri;;4;Sud;Campania;Avellino;1;0;AV;64015;64015;64015;64015;B415;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;016;064016;Candida;Candida;;4;Sud;Campania;Avellino;1;0;AV;64016;64016;64016;64016;B590;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;017;064017;Caposele;Caposele;;4;Sud;Campania;Avellino;1;0;AV;64017;64017;64017;64017;B674;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;018;064018;Capriglia Irpina;Capriglia Irpina;;4;Sud;Campania;Avellino;1;0;AV;64018;64018;64018;64018;B706;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;019;064019;Carife;Carife;;4;Sud;Campania;Avellino;1;0;AV;64019;64019;64019;64019;B776;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;020;064020;Casalbore;Casalbore;;4;Sud;Campania;Avellino;1;0;AV;64020;64020;64020;64020;B866;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;021;064021;Cassano Irpino;Cassano Irpino;;4;Sud;Campania;Avellino;1;0;AV;64021;64021;64021;64021;B997;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;022;064022;Castel Baronia;Castel Baronia;;4;Sud;Campania;Avellino;1;0;AV;64022;64022;64022;64022;C058;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;023;064023;Castelfranci;Castelfranci;;4;Sud;Campania;Avellino;1;0;AV;64023;64023;64023;64023;C105;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;024;064024;Castelvetere sul Calore;Castelvetere sul Calore;;4;Sud;Campania;Avellino;1;0;AV;64024;64024;64024;64024;C283;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;025;064025;Cervinara;Cervinara;;4;Sud;Campania;Avellino;1;0;AV;64025;64025;64025;64025;C557;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;026;064026;Cesinali;Cesinali;;4;Sud;Campania;Avellino;1;0;AV;64026;64026;64026;64026;C576;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;027;064027;Chianche;Chianche;;4;Sud;Campania;Avellino;1;0;AV;64027;64027;64027;64027;C606;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;028;064028;Chiusano di San Domenico;Chiusano di San Domenico;;4;Sud;Campania;Avellino;1;0;AV;64028;64028;64028;64028;C659;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;029;064029;Contrada;Contrada;;4;Sud;Campania;Avellino;1;0;AV;64029;64029;64029;64029;C971;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;030;064030;Conza della Campania;Conza della Campania;;4;Sud;Campania;Avellino;1;0;AV;64030;64030;64030;64030;C976;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;031;064031;Domicella;Domicella;;4;Sud;Campania;Avellino;1;0;AV;64031;64031;64031;64031;D331;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;032;064032;Flumeri;Flumeri;;4;Sud;Campania;Avellino;1;0;AV;64032;64032;64032;64032;D638;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;033;064033;Fontanarosa;Fontanarosa;;4;Sud;Campania;Avellino;1;0;AV;64033;64033;64033;64033;D671;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;034;064034;Forino;Forino;;4;Sud;Campania;Avellino;1;0;AV;64034;64034;64034;64034;D701;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;035;064035;Frigento;Frigento;;4;Sud;Campania;Avellino;1;0;AV;64035;64035;64035;64035;D798;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;036;064036;Gesualdo;Gesualdo;;4;Sud;Campania;Avellino;1;0;AV;64036;64036;64036;64036;D998;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;037;064037;Greci;Greci;;4;Sud;Campania;Avellino;1;0;AV;64037;64037;64037;64037;E161;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;038;064038;Grottaminarda;Grottaminarda;;4;Sud;Campania;Avellino;1;0;AV;64038;64038;64038;64038;E206;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;039;064039;Grottolella;Grottolella;;4;Sud;Campania;Avellino;1;0;AV;64039;64039;64039;64039;E214;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;040;064040;Guardia Lombardi;Guardia Lombardi;;4;Sud;Campania;Avellino;1;0;AV;64040;64040;64040;64040;E245;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;041;064041;Lacedonia;Lacedonia;;4;Sud;Campania;Avellino;1;0;AV;64041;64041;64041;64041;E397;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;042;064042;Lapio;Lapio;;4;Sud;Campania;Avellino;1;0;AV;64042;64042;64042;64042;E448;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;043;064043;Lauro;Lauro;;4;Sud;Campania;Avellino;1;0;AV;64043;64043;64043;64043;E487;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;044;064044;Lioni;Lioni;;4;Sud;Campania;Avellino;1;0;AV;64044;64044;64044;64044;E605;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;045;064045;Luogosano;Luogosano;;4;Sud;Campania;Avellino;1;0;AV;64045;64045;64045;64045;E746;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;046;064046;Manocalzati;Manocalzati;;4;Sud;Campania;Avellino;1;0;AV;64046;64046;64046;64046;E891;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;047;064047;Marzano di Nola;Marzano di Nola;;4;Sud;Campania;Avellino;1;0;AV;64047;64047;64047;64047;E997;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;048;064048;Melito Irpino;Melito Irpino;;4;Sud;Campania;Avellino;1;0;AV;64048;64048;64048;64048;F110;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;049;064049;Mercogliano;Mercogliano;;4;Sud;Campania;Avellino;1;0;AV;64049;64049;64049;64049;F141;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;050;064050;Mirabella Eclano;Mirabella Eclano;;4;Sud;Campania;Avellino;1;0;AV;64050;64050;64050;64050;F230;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;051;064051;Montaguto;Montaguto;;4;Sud;Campania;Avellino;1;0;AV;64051;64051;64051;64051;F397;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;052;064052;Montecalvo Irpino;Montecalvo Irpino;;4;Sud;Campania;Avellino;1;0;AV;64052;64052;64052;64052;F448;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;053;064053;Montefalcione;Montefalcione;;4;Sud;Campania;Avellino;1;0;AV;64053;64053;64053;64053;F491;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;054;064054;Monteforte Irpino;Monteforte Irpino;;4;Sud;Campania;Avellino;1;0;AV;64054;64054;64054;64054;F506;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;055;064055;Montefredane;Montefredane;;4;Sud;Campania;Avellino;1;0;AV;64055;64055;64055;64055;F511;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;056;064056;Montefusco;Montefusco;;4;Sud;Campania;Avellino;1;0;AV;64056;64056;64056;64056;F512;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;057;064057;Montella;Montella;;4;Sud;Campania;Avellino;1;0;AV;64057;64057;64057;64057;F546;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;058;064058;Montemarano;Montemarano;;4;Sud;Campania;Avellino;1;0;AV;64058;64058;64058;64058;F559;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;059;064059;Montemiletto;Montemiletto;;4;Sud;Campania;Avellino;1;0;AV;64059;64059;64059;64059;F566;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;060;064060;Monteverde;Monteverde;;4;Sud;Campania;Avellino;1;0;AV;64060;64060;64060;64060;F660;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;063;064063;Morra De Sanctis;Morra De Sanctis;;4;Sud;Campania;Avellino;1;0;AV;64063;64063;64063;64063;F744;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;064;064064;Moschiano;Moschiano;;4;Sud;Campania;Avellino;1;0;AV;64064;64064;64064;64064;F762;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;065;064065;Mugnano del Cardinale;Mugnano del Cardinale;;4;Sud;Campania;Avellino;1;0;AV;64065;64065;64065;64065;F798;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;066;064066;Nusco;Nusco;;4;Sud;Campania;Avellino;1;0;AV;64066;64066;64066;64066;F988;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;067;064067;Ospedaletto d'Alpinolo;Ospedaletto d'Alpinolo;;4;Sud;Campania;Avellino;1;0;AV;64067;64067;64067;64067;G165;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;068;064068;Pago del Vallo di Lauro;Pago del Vallo di Lauro;;4;Sud;Campania;Avellino;1;0;AV;64068;64068;64068;64068;G242;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;069;064069;Parolise;Parolise;;4;Sud;Campania;Avellino;1;0;AV;64069;64069;64069;64069;G340;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;070;064070;Paternopoli;Paternopoli;;4;Sud;Campania;Avellino;1;0;AV;64070;64070;64070;64070;G370;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;071;064071;Petruro Irpino;Petruro Irpino;;4;Sud;Campania;Avellino;1;0;AV;64071;64071;64071;64071;G519;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;072;064072;Pietradefusi;Pietradefusi;;4;Sud;Campania;Avellino;1;0;AV;64072;64072;64072;64072;G611;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;073;064073;Pietrastornina;Pietrastornina;;4;Sud;Campania;Avellino;1;0;AV;64073;64073;64073;64073;G629;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;074;064074;Prata di Principato Ultra;Prata di Principato Ultra;;4;Sud;Campania;Avellino;1;0;AV;64074;64074;64074;64074;G990;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;075;064075;Pratola Serra;Pratola Serra;;4;Sud;Campania;Avellino;1;0;AV;64075;64075;64075;64075;H006;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;076;064076;Quadrelle;Quadrelle;;4;Sud;Campania;Avellino;1;0;AV;64076;64076;64076;64076;H097;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;077;064077;Quindici;Quindici;;4;Sud;Campania;Avellino;1;0;AV;64077;64077;64077;64077;H128;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;078;064078;Roccabascerana;Roccabascerana;;4;Sud;Campania;Avellino;1;0;AV;64078;64078;64078;64078;H382;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;079;064079;Rocca San Felice;Rocca San Felice;;4;Sud;Campania;Avellino;1;0;AV;64079;64079;64079;64079;H438;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;080;064080;Rotondi;Rotondi;;4;Sud;Campania;Avellino;1;0;AV;64080;64080;64080;64080;H592;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;081;064081;Salza Irpina;Salza Irpina;;4;Sud;Campania;Avellino;1;0;AV;64081;64081;64081;64081;H733;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;082;064082;San Mango sul Calore;San Mango sul Calore;;4;Sud;Campania;Avellino;1;0;AV;64082;64082;64082;64082;H975;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;083;064083;San Martino Valle Caudina;San Martino Valle Caudina;;4;Sud;Campania;Avellino;1;0;AV;64083;64083;64083;64083;I016;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;084;064084;San Michele di Serino;San Michele di Serino;;4;Sud;Campania;Avellino;1;0;AV;64084;64084;64084;64084;I034;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;085;064085;San Nicola Baronia;San Nicola Baronia;;4;Sud;Campania;Avellino;1;0;AV;64085;64085;64085;64085;I061;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;086;064086;San Potito Ultra;San Potito Ultra;;4;Sud;Campania;Avellino;1;0;AV;64086;64086;64086;64086;I129;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;087;064087;San Sossio Baronia;San Sossio Baronia;;4;Sud;Campania;Avellino;1;0;AV;64087;64087;64087;64087;I163;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;088;064088;Santa Lucia di Serino;Santa Lucia di Serino;;4;Sud;Campania;Avellino;1;0;AV;64088;64088;64088;64088;I219;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;089;064089;Sant'Andrea di Conza;Sant'Andrea di Conza;;4;Sud;Campania;Avellino;1;0;AV;64089;64089;64089;64089;I264;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;090;064090;Sant'Angelo all'Esca;Sant'Angelo all'Esca;;4;Sud;Campania;Avellino;1;0;AV;64090;64090;64090;64090;I279;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;091;064091;Sant'Angelo a Scala;Sant'Angelo a Scala;;4;Sud;Campania;Avellino;1;0;AV;64091;64091;64091;64091;I280;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;092;064092;Sant'Angelo dei Lombardi;Sant'Angelo dei Lombardi;;4;Sud;Campania;Avellino;1;0;AV;64092;64092;64092;64092;I281;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;093;064093;Santa Paolina;Santa Paolina;;4;Sud;Campania;Avellino;1;0;AV;64093;64093;64093;64093;I301;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;095;064095;Santo Stefano del Sole;Santo Stefano del Sole;;4;Sud;Campania;Avellino;1;0;AV;64095;64095;64095;64095;I357;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;096;064096;Savignano Irpino;Savignano Irpino;;4;Sud;Campania;Avellino;1;0;AV;64096;64096;64096;64096;I471;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;097;064097;Scampitella;Scampitella;;4;Sud;Campania;Avellino;1;0;AV;64097;64097;64097;64097;I493;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;098;064098;Senerchia;Senerchia;;4;Sud;Campania;Avellino;1;0;AV;64098;64098;64098;64098;I606;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;099;064099;Serino;Serino;;4;Sud;Campania;Avellino;1;0;AV;64099;64099;64099;64099;I630;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;100;064100;Sirignano;Sirignano;;4;Sud;Campania;Avellino;1;0;AV;64100;64100;64100;64100;I756;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;101;064101;Solofra;Solofra;;4;Sud;Campania;Avellino;1;0;AV;64101;64101;64101;64101;I805;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;102;064102;Sorbo Serpico;Sorbo Serpico;;4;Sud;Campania;Avellino;1;0;AV;64102;64102;64102;64102;I843;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;103;064103;Sperone;Sperone;;4;Sud;Campania;Avellino;1;0;AV;64103;64103;64103;64103;I893;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;104;064104;Sturno;Sturno;;4;Sud;Campania;Avellino;1;0;AV;64104;64104;64104;64104;I990;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;105;064105;Summonte;Summonte;;4;Sud;Campania;Avellino;1;0;AV;64105;64105;64105;64105;L004;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;106;064106;Taurano;Taurano;;4;Sud;Campania;Avellino;1;0;AV;64106;64106;64106;64106;L061;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;107;064107;Taurasi;Taurasi;;4;Sud;Campania;Avellino;1;0;AV;64107;64107;64107;64107;L062;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;108;064108;Teora;Teora;;4;Sud;Campania;Avellino;1;0;AV;64108;64108;64108;64108;L102;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;109;064109;Torella dei Lombardi;Torella dei Lombardi;;4;Sud;Campania;Avellino;1;0;AV;64109;64109;64109;64109;L214;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;110;064110;Torre Le Nocelle;Torre Le Nocelle;;4;Sud;Campania;Avellino;1;0;AV;64110;64110;64110;64110;L272;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;111;064111;Torrioni;Torrioni;;4;Sud;Campania;Avellino;1;0;AV;64111;64111;64111;64111;L301;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;112;064112;Trevico;Trevico;;4;Sud;Campania;Avellino;1;0;AV;64112;64112;64112;64112;L399;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;113;064113;Tufo;Tufo;;4;Sud;Campania;Avellino;1;0;AV;64113;64113;64113;64113;L461;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;114;064114;Vallata;Vallata;;4;Sud;Campania;Avellino;1;0;AV;64114;64114;64114;64114;L589;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;115;064115;Vallesaccarda;Vallesaccarda;;4;Sud;Campania;Avellino;1;0;AV;64115;64115;64115;64115;L616;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;116;064116;Venticano;Venticano;;4;Sud;Campania;Avellino;1;0;AV;64116;64116;64116;64116;L739;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;117;064117;Villamaina;Villamaina;;4;Sud;Campania;Avellino;1;0;AV;64117;64117;64117;64117;L965;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;118;064118;Villanova del Battista;Villanova del Battista;;4;Sud;Campania;Avellino;1;0;AV;64118;64118;64118;64118;L973;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;119;064119;Volturara Irpina;Volturara Irpina;;4;Sud;Campania;Avellino;1;0;AV;64119;64119;64119;64119;M130;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;120;064120;Zungoli;Zungoli;;4;Sud;Campania;Avellino;1;0;AV;64120;64120;64120;64120;M203;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;064;064;121;064121;Montoro;Montoro;;4;Sud;Campania;Avellino;1;0;AV;64121;64121;64121;64121;M330;ITF;ITF3;ITF34;ITF;ITF3;ITF34 +15;065;065;001;065001;Acerno;Acerno;;4;Sud;Campania;Salerno;1;0;SA;65001;65001;65001;65001;A023;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;002;065002;Agropoli;Agropoli;;4;Sud;Campania;Salerno;1;0;SA;65002;65002;65002;65002;A091;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;003;065003;Albanella;Albanella;;4;Sud;Campania;Salerno;1;0;SA;65003;65003;65003;65003;A128;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;004;065004;Alfano;Alfano;;4;Sud;Campania;Salerno;1;0;SA;65004;65004;65004;65004;A186;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;005;065005;Altavilla Silentina;Altavilla Silentina;;4;Sud;Campania;Salerno;1;0;SA;65005;65005;65005;65005;A230;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;006;065006;Amalfi;Amalfi;;4;Sud;Campania;Salerno;1;0;SA;65006;65006;65006;65006;A251;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;007;065007;Angri;Angri;;4;Sud;Campania;Salerno;1;0;SA;65007;65007;65007;65007;A294;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;008;065008;Aquara;Aquara;;4;Sud;Campania;Salerno;1;0;SA;65008;65008;65008;65008;A343;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;009;065009;Ascea;Ascea;;4;Sud;Campania;Salerno;1;0;SA;65009;65009;65009;65009;A460;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;010;065010;Atena Lucana;Atena Lucana;;4;Sud;Campania;Salerno;1;0;SA;65010;65010;65010;65010;A484;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;011;065011;Atrani;Atrani;;4;Sud;Campania;Salerno;1;0;SA;65011;65011;65011;65011;A487;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;012;065012;Auletta;Auletta;;4;Sud;Campania;Salerno;1;0;SA;65012;65012;65012;65012;A495;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;013;065013;Baronissi;Baronissi;;4;Sud;Campania;Salerno;1;0;SA;65013;65013;65013;65013;A674;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;014;065014;Battipaglia;Battipaglia;;4;Sud;Campania;Salerno;1;0;SA;65014;65014;65014;65014;A717;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;015;065015;Bellosguardo;Bellosguardo;;4;Sud;Campania;Salerno;1;0;SA;65015;65015;65015;65015;A756;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;016;065016;Bracigliano;Bracigliano;;4;Sud;Campania;Salerno;1;0;SA;65016;65016;65016;65016;B115;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;017;065017;Buccino;Buccino;;4;Sud;Campania;Salerno;1;0;SA;65017;65017;65017;65017;B242;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;018;065018;Buonabitacolo;Buonabitacolo;;4;Sud;Campania;Salerno;1;0;SA;65018;65018;65018;65018;B266;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;019;065019;Caggiano;Caggiano;;4;Sud;Campania;Salerno;1;0;SA;65019;65019;65019;65019;B351;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;020;065020;Calvanico;Calvanico;;4;Sud;Campania;Salerno;1;0;SA;65020;65020;65020;65020;B437;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;021;065021;Camerota;Camerota;;4;Sud;Campania;Salerno;1;0;SA;65021;65021;65021;65021;B476;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;022;065022;Campagna;Campagna;;4;Sud;Campania;Salerno;1;0;SA;65022;65022;65022;65022;B492;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;023;065023;Campora;Campora;;4;Sud;Campania;Salerno;1;0;SA;65023;65023;65023;65023;B555;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;024;065024;Cannalonga;Cannalonga;;4;Sud;Campania;Salerno;1;0;SA;65024;65024;65024;65024;B608;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;025;065025;Capaccio Paestum;Capaccio Paestum;;4;Sud;Campania;Salerno;1;0;SA;65025;65025;65025;65025;B644;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;026;065026;Casalbuono;Casalbuono;;4;Sud;Campania;Salerno;1;0;SA;65026;65026;65026;65026;B868;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;027;065027;Casaletto Spartano;Casaletto Spartano;;4;Sud;Campania;Salerno;1;0;SA;65027;65027;65027;65027;B888;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;028;065028;Casal Velino;Casal Velino;;4;Sud;Campania;Salerno;1;0;SA;65028;65028;65028;65028;B895;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;029;065029;Caselle in Pittari;Caselle in Pittari;;4;Sud;Campania;Salerno;1;0;SA;65029;65029;65029;65029;B959;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;030;065030;Castelcivita;Castelcivita;;4;Sud;Campania;Salerno;1;0;SA;65030;65030;65030;65030;C069;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;031;065031;Castellabate;Castellabate;;4;Sud;Campania;Salerno;1;0;SA;65031;65031;65031;65031;C125;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;032;065032;Castelnuovo Cilento;Castelnuovo Cilento;;4;Sud;Campania;Salerno;1;0;SA;65032;65032;65032;65032;C231;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;033;065033;Castelnuovo di Conza;Castelnuovo di Conza;;4;Sud;Campania;Salerno;1;0;SA;65033;65033;65033;65033;C235;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;034;065034;Castel San Giorgio;Castel San Giorgio;;4;Sud;Campania;Salerno;1;0;SA;65034;65034;65034;65034;C259;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;035;065035;Castel San Lorenzo;Castel San Lorenzo;;4;Sud;Campania;Salerno;1;0;SA;65035;65035;65035;65035;C262;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;036;065036;Castiglione del Genovesi;Castiglione del Genovesi;;4;Sud;Campania;Salerno;1;0;SA;65036;65036;65036;65036;C306;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;037;065037;Cava de' Tirreni;Cava de' Tirreni;;4;Sud;Campania;Salerno;1;0;SA;65037;65037;65037;65037;C361;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;038;065038;Celle di Bulgheria;Celle di Bulgheria;;4;Sud;Campania;Salerno;1;0;SA;65038;65038;65038;65038;C444;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;039;065039;Centola;Centola;;4;Sud;Campania;Salerno;1;0;SA;65039;65039;65039;65039;C470;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;040;065040;Ceraso;Ceraso;;4;Sud;Campania;Salerno;1;0;SA;65040;65040;65040;65040;C485;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;041;065041;Cetara;Cetara;;4;Sud;Campania;Salerno;1;0;SA;65041;65041;65041;65041;C584;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;042;065042;Cicerale;Cicerale;;4;Sud;Campania;Salerno;1;0;SA;65042;65042;65042;65042;C676;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;043;065043;Colliano;Colliano;;4;Sud;Campania;Salerno;1;0;SA;65043;65043;65043;65043;C879;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;044;065044;Conca dei Marini;Conca dei Marini;;4;Sud;Campania;Salerno;1;0;SA;65044;65044;65044;65044;C940;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;045;065045;Controne;Controne;;4;Sud;Campania;Salerno;1;0;SA;65045;65045;65045;65045;C973;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;046;065046;Contursi Terme;Contursi Terme;;4;Sud;Campania;Salerno;1;0;SA;65046;65046;65046;65046;C974;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;047;065047;Corbara;Corbara;;4;Sud;Campania;Salerno;1;0;SA;65047;65047;65047;65047;C984;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;048;065048;Corleto Monforte;Corleto Monforte;;4;Sud;Campania;Salerno;1;0;SA;65048;65048;65048;65048;D011;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;049;065049;Cuccaro Vetere;Cuccaro Vetere;;4;Sud;Campania;Salerno;1;0;SA;65049;65049;65049;65049;D195;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;050;065050;Eboli;Eboli;;4;Sud;Campania;Salerno;1;0;SA;65050;65050;65050;65050;D390;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;051;065051;Felitto;Felitto;;4;Sud;Campania;Salerno;1;0;SA;65051;65051;65051;65051;D527;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;052;065052;Fisciano;Fisciano;;4;Sud;Campania;Salerno;1;0;SA;65052;65052;65052;65052;D615;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;053;065053;Furore;Furore;;4;Sud;Campania;Salerno;1;0;SA;65053;65053;65053;65053;D826;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;054;065054;Futani;Futani;;4;Sud;Campania;Salerno;1;0;SA;65054;65054;65054;65054;D832;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;055;065055;Giffoni Sei Casali;Giffoni Sei Casali;;4;Sud;Campania;Salerno;1;0;SA;65055;65055;65055;65055;E026;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;056;065056;Giffoni Valle Piana;Giffoni Valle Piana;;4;Sud;Campania;Salerno;1;0;SA;65056;65056;65056;65056;E027;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;057;065057;Gioi;Gioi;;4;Sud;Campania;Salerno;1;0;SA;65057;65057;65057;65057;E037;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;058;065058;Giungano;Giungano;;4;Sud;Campania;Salerno;1;0;SA;65058;65058;65058;65058;E060;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;059;065059;Ispani;Ispani;;4;Sud;Campania;Salerno;1;0;SA;65059;65059;65059;65059;E365;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;060;065060;Laureana Cilento;Laureana Cilento;;4;Sud;Campania;Salerno;1;0;SA;65060;65060;65060;65060;E480;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;061;065061;Laurino;Laurino;;4;Sud;Campania;Salerno;1;0;SA;65061;65061;65061;65061;E485;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;062;065062;Laurito;Laurito;;4;Sud;Campania;Salerno;1;0;SA;65062;65062;65062;65062;E486;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;063;065063;Laviano;Laviano;;4;Sud;Campania;Salerno;1;0;SA;65063;65063;65063;65063;E498;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;064;065064;Lustra;Lustra;;4;Sud;Campania;Salerno;1;0;SA;65064;65064;65064;65064;E767;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;065;065065;Magliano Vetere;Magliano Vetere;;4;Sud;Campania;Salerno;1;0;SA;65065;65065;65065;65065;E814;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;066;065066;Maiori;Maiori;;4;Sud;Campania;Salerno;1;0;SA;65066;65066;65066;65066;E839;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;067;065067;Mercato San Severino;Mercato San Severino;;4;Sud;Campania;Salerno;1;0;SA;65067;65067;65067;65067;F138;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;068;065068;Minori;Minori;;4;Sud;Campania;Salerno;1;0;SA;65068;65068;65068;65068;F223;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;069;065069;Moio della Civitella;Moio della Civitella;;4;Sud;Campania;Salerno;1;0;SA;65069;65069;65069;65069;F278;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;070;065070;Montano Antilia;Montano Antilia;;4;Sud;Campania;Salerno;1;0;SA;65070;65070;65070;65070;F426;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;071;065071;Montecorice;Montecorice;;4;Sud;Campania;Salerno;1;0;SA;65071;65071;65071;65071;F479;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;072;065072;Montecorvino Pugliano;Montecorvino Pugliano;;4;Sud;Campania;Salerno;1;0;SA;65072;65072;65072;65072;F480;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;073;065073;Montecorvino Rovella;Montecorvino Rovella;;4;Sud;Campania;Salerno;1;0;SA;65073;65073;65073;65073;F481;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;074;065074;Monteforte Cilento;Monteforte Cilento;;4;Sud;Campania;Salerno;1;0;SA;65074;65074;65074;65074;F507;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;075;065075;Monte San Giacomo;Monte San Giacomo;;4;Sud;Campania;Salerno;1;0;SA;65075;65075;65075;65075;F618;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;076;065076;Montesano sulla Marcellana;Montesano sulla Marcellana;;4;Sud;Campania;Salerno;1;0;SA;65076;65076;65076;65076;F625;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;077;065077;Morigerati;Morigerati;;4;Sud;Campania;Salerno;1;0;SA;65077;65077;65077;65077;F731;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;078;065078;Nocera Inferiore;Nocera Inferiore;;4;Sud;Campania;Salerno;1;0;SA;65078;65078;65078;65078;F912;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;079;065079;Nocera Superiore;Nocera Superiore;;4;Sud;Campania;Salerno;1;0;SA;65079;65079;65079;65079;F913;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;080;065080;Novi Velia;Novi Velia;;4;Sud;Campania;Salerno;1;0;SA;65080;65080;65080;65080;F967;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;081;065081;Ogliastro Cilento;Ogliastro Cilento;;4;Sud;Campania;Salerno;1;0;SA;65081;65081;65081;65081;G011;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;082;065082;Olevano sul Tusciano;Olevano sul Tusciano;;4;Sud;Campania;Salerno;1;0;SA;65082;65082;65082;65082;G023;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;083;065083;Oliveto Citra;Oliveto Citra;;4;Sud;Campania;Salerno;1;0;SA;65083;65083;65083;65083;G039;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;084;065084;Omignano;Omignano;;4;Sud;Campania;Salerno;1;0;SA;65084;65084;65084;65084;G063;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;085;065085;Orria;Orria;;4;Sud;Campania;Salerno;1;0;SA;65085;65085;65085;65085;G121;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;086;065086;Ottati;Ottati;;4;Sud;Campania;Salerno;1;0;SA;65086;65086;65086;65086;G192;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;087;065087;Padula;Padula;;4;Sud;Campania;Salerno;1;0;SA;65087;65087;65087;65087;G226;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;088;065088;Pagani;Pagani;;4;Sud;Campania;Salerno;1;0;SA;65088;65088;65088;65088;G230;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;089;065089;Palomonte;Palomonte;;4;Sud;Campania;Salerno;1;0;SA;65089;65089;65089;65089;G292;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;090;065090;Pellezzano;Pellezzano;;4;Sud;Campania;Salerno;1;0;SA;65090;65090;65090;65090;G426;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;091;065091;Perdifumo;Perdifumo;;4;Sud;Campania;Salerno;1;0;SA;65091;65091;65091;65091;G447;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;092;065092;Perito;Perito;;4;Sud;Campania;Salerno;1;0;SA;65092;65092;65092;65092;G455;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;093;065093;Pertosa;Pertosa;;4;Sud;Campania;Salerno;1;0;SA;65093;65093;65093;65093;G476;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;094;065094;Petina;Petina;;4;Sud;Campania;Salerno;1;0;SA;65094;65094;65094;65094;G509;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;095;065095;Piaggine;Piaggine;;4;Sud;Campania;Salerno;1;0;SA;65095;65095;65095;65095;G538;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;096;065096;Pisciotta;Pisciotta;;4;Sud;Campania;Salerno;1;0;SA;65096;65096;65096;65096;G707;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;097;065097;Polla;Polla;;4;Sud;Campania;Salerno;1;0;SA;65097;65097;65097;65097;G793;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;098;065098;Pollica;Pollica;;4;Sud;Campania;Salerno;1;0;SA;65098;65098;65098;65098;G796;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;099;065099;Pontecagnano Faiano;Pontecagnano Faiano;;4;Sud;Campania;Salerno;1;0;SA;65099;65099;65099;65099;G834;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;100;065100;Positano;Positano;;4;Sud;Campania;Salerno;1;0;SA;65100;65100;65100;65100;G932;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;101;065101;Postiglione;Postiglione;;4;Sud;Campania;Salerno;1;0;SA;65101;65101;65101;65101;G939;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;102;065102;Praiano;Praiano;;4;Sud;Campania;Salerno;1;0;SA;65102;65102;65102;65102;G976;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;103;065103;Prignano Cilento;Prignano Cilento;;4;Sud;Campania;Salerno;1;0;SA;65103;65103;65103;65103;H062;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;104;065104;Ravello;Ravello;;4;Sud;Campania;Salerno;1;0;SA;65104;65104;65104;65104;H198;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;105;065105;Ricigliano;Ricigliano;;4;Sud;Campania;Salerno;1;0;SA;65105;65105;65105;65105;H277;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;106;065106;Roccadaspide;Roccadaspide;;4;Sud;Campania;Salerno;1;0;SA;65106;65106;65106;65106;H394;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;107;065107;Roccagloriosa;Roccagloriosa;;4;Sud;Campania;Salerno;1;0;SA;65107;65107;65107;65107;H412;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;108;065108;Roccapiemonte;Roccapiemonte;;4;Sud;Campania;Salerno;1;0;SA;65108;65108;65108;65108;H431;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;109;065109;Rofrano;Rofrano;;4;Sud;Campania;Salerno;1;0;SA;65109;65109;65109;65109;H485;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;110;065110;Romagnano al Monte;Romagnano al Monte;;4;Sud;Campania;Salerno;1;0;SA;65110;65110;65110;65110;H503;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;111;065111;Roscigno;Roscigno;;4;Sud;Campania;Salerno;1;0;SA;65111;65111;65111;65111;H564;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;112;065112;Rutino;Rutino;;4;Sud;Campania;Salerno;1;0;SA;65112;65112;65112;65112;H644;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;113;065113;Sacco;Sacco;;4;Sud;Campania;Salerno;1;0;SA;65113;65113;65113;65113;H654;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;114;065114;Sala Consilina;Sala Consilina;;4;Sud;Campania;Salerno;1;0;SA;65114;65114;65114;65114;H683;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;115;065115;Salento;Salento;;4;Sud;Campania;Salerno;1;0;SA;65115;65115;65115;65115;H686;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;116;065116;Salerno;Salerno;;4;Sud;Campania;Salerno;1;1;SA;65116;65116;65116;65116;H703;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;117;065117;Salvitelle;Salvitelle;;4;Sud;Campania;Salerno;1;0;SA;65117;65117;65117;65117;H732;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;118;065118;San Cipriano Picentino;San Cipriano Picentino;;4;Sud;Campania;Salerno;1;0;SA;65118;65118;65118;65118;H800;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;119;065119;San Giovanni a Piro;San Giovanni a Piro;;4;Sud;Campania;Salerno;1;0;SA;65119;65119;65119;65119;H907;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;120;065120;San Gregorio Magno;San Gregorio Magno;;4;Sud;Campania;Salerno;1;0;SA;65120;65120;65120;65120;H943;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;121;065121;San Mango Piemonte;San Mango Piemonte;;4;Sud;Campania;Salerno;1;0;SA;65121;65121;65121;65121;H977;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;122;065122;San Marzano sul Sarno;San Marzano sul Sarno;;4;Sud;Campania;Salerno;1;0;SA;65122;65122;65122;65122;I019;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;123;065123;San Mauro Cilento;San Mauro Cilento;;4;Sud;Campania;Salerno;1;0;SA;65123;65123;65123;65123;I031;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;124;065124;San Mauro la Bruca;San Mauro la Bruca;;4;Sud;Campania;Salerno;1;0;SA;65124;65124;65124;65124;I032;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;125;065125;San Pietro al Tanagro;San Pietro al Tanagro;;4;Sud;Campania;Salerno;1;0;SA;65125;65125;65125;65125;I089;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;126;065126;San Rufo;San Rufo;;4;Sud;Campania;Salerno;1;0;SA;65126;65126;65126;65126;I143;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;127;065127;Santa Marina;Santa Marina;;4;Sud;Campania;Salerno;1;0;SA;65127;65127;65127;65127;I253;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;128;065128;Sant'Angelo a Fasanella;Sant'Angelo a Fasanella;;4;Sud;Campania;Salerno;1;0;SA;65128;65128;65128;65128;I278;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;129;065129;Sant'Arsenio;Sant'Arsenio;;4;Sud;Campania;Salerno;1;0;SA;65129;65129;65129;65129;I307;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;130;065130;Sant'Egidio del Monte Albino;Sant'Egidio del Monte Albino;;4;Sud;Campania;Salerno;1;0;SA;65130;65130;65130;65130;I317;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;131;065131;Santomenna;Santomenna;;4;Sud;Campania;Salerno;1;0;SA;65131;65131;65131;65131;I260;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;132;065132;San Valentino Torio;San Valentino Torio;;4;Sud;Campania;Salerno;1;0;SA;65132;65132;65132;65132;I377;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;133;065133;Sanza;Sanza;;4;Sud;Campania;Salerno;1;0;SA;65133;65133;65133;65133;I410;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;134;065134;Sapri;Sapri;;4;Sud;Campania;Salerno;1;0;SA;65134;65134;65134;65134;I422;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;135;065135;Sarno;Sarno;;4;Sud;Campania;Salerno;1;0;SA;65135;65135;65135;65135;I438;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;136;065136;Sassano;Sassano;;4;Sud;Campania;Salerno;1;0;SA;65136;65136;65136;65136;I451;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;137;065137;Scafati;Scafati;;4;Sud;Campania;Salerno;1;0;SA;65137;65137;65137;65137;I483;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;138;065138;Scala;Scala;;4;Sud;Campania;Salerno;1;0;SA;65138;65138;65138;65138;I486;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;139;065139;Serramezzana;Serramezzana;;4;Sud;Campania;Salerno;1;0;SA;65139;65139;65139;65139;I648;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;140;065140;Serre;Serre;;4;Sud;Campania;Salerno;1;0;SA;65140;65140;65140;65140;I666;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;141;065141;Sessa Cilento;Sessa Cilento;;4;Sud;Campania;Salerno;1;0;SA;65141;65141;65141;65141;I677;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;142;065142;Siano;Siano;;4;Sud;Campania;Salerno;1;0;SA;65142;65142;65142;65142;I720;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;143;065143;Sicignano degli Alburni;Sicignano degli Alburni;;4;Sud;Campania;Salerno;1;0;SA;65143;65143;65143;65143;M253;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;144;065144;Stella Cilento;Stella Cilento;;4;Sud;Campania;Salerno;1;0;SA;65144;65144;65144;65144;G887;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;145;065145;Stio;Stio;;4;Sud;Campania;Salerno;1;0;SA;65145;65145;65145;65145;I960;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;146;065146;Teggiano;Teggiano;;4;Sud;Campania;Salerno;1;0;SA;65146;65146;65146;65146;D292;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;147;065147;Torchiara;Torchiara;;4;Sud;Campania;Salerno;1;0;SA;65147;65147;65147;65147;L212;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;148;065148;Torraca;Torraca;;4;Sud;Campania;Salerno;1;0;SA;65148;65148;65148;65148;L233;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;149;065149;Torre Orsaia;Torre Orsaia;;4;Sud;Campania;Salerno;1;0;SA;65149;65149;65149;65149;L274;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;150;065150;Tortorella;Tortorella;;4;Sud;Campania;Salerno;1;0;SA;65150;65150;65150;65150;L306;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;151;065151;Tramonti;Tramonti;;4;Sud;Campania;Salerno;1;0;SA;65151;65151;65151;65151;L323;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;152;065152;Trentinara;Trentinara;;4;Sud;Campania;Salerno;1;0;SA;65152;65152;65152;65152;L377;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;153;065153;Valle dell'Angelo;Valle dell'Angelo;;4;Sud;Campania;Salerno;1;0;SA;65153;65153;65153;65153;G540;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;154;065154;Vallo della Lucania;Vallo della Lucania;;4;Sud;Campania;Salerno;1;0;SA;65154;65154;65154;65154;L628;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;155;065155;Valva;Valva;;4;Sud;Campania;Salerno;1;0;SA;65155;65155;65155;65155;L656;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;156;065156;Vibonati;Vibonati;;4;Sud;Campania;Salerno;1;0;SA;65156;65156;65156;65156;L835;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;157;065157;Vietri sul Mare;Vietri sul Mare;;4;Sud;Campania;Salerno;1;0;SA;65157;65157;65157;65157;L860;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +15;065;065;158;065158;Bellizzi;Bellizzi;;4;Sud;Campania;Salerno;1;0;SA;65158;65158;65158;65158;M294;ITF;ITF3;ITF35;ITF;ITF3;ITF35 +16;071;071;001;071001;Accadia;Accadia;;4;Sud;Puglia;Foggia;1;0;FG;71001;71001;71001;71001;A015;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;002;071002;Alberona;Alberona;;4;Sud;Puglia;Foggia;1;0;FG;71002;71002;71002;71002;A150;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;003;071003;Anzano di Puglia;Anzano di Puglia;;4;Sud;Puglia;Foggia;1;0;FG;71003;71003;71003;71003;A320;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;004;071004;Apricena;Apricena;;4;Sud;Puglia;Foggia;1;0;FG;71004;71004;71004;71004;A339;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;005;071005;Ascoli Satriano;Ascoli Satriano;;4;Sud;Puglia;Foggia;1;0;FG;71005;71005;71005;71005;A463;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;006;071006;Biccari;Biccari;;4;Sud;Puglia;Foggia;1;0;FG;71006;71006;71006;71006;A854;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;007;071007;Bovino;Bovino;;4;Sud;Puglia;Foggia;1;0;FG;71007;71007;71007;71007;B104;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;008;071008;Cagnano Varano;Cagnano Varano;;4;Sud;Puglia;Foggia;1;0;FG;71008;71008;71008;71008;B357;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;009;071009;Candela;Candela;;4;Sud;Puglia;Foggia;1;0;FG;71009;71009;71009;71009;B584;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;010;071010;Carapelle;Carapelle;;4;Sud;Puglia;Foggia;1;0;FG;71010;71010;71010;71010;B724;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;011;071011;Carlantino;Carlantino;;4;Sud;Puglia;Foggia;1;0;FG;71011;71011;71011;71011;B784;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;012;071012;Carpino;Carpino;;4;Sud;Puglia;Foggia;1;0;FG;71012;71012;71012;71012;B829;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;013;071013;Casalnuovo Monterotaro;Casalnuovo Monterotaro;;4;Sud;Puglia;Foggia;1;0;FG;71013;71013;71013;71013;B904;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;014;071014;Casalvecchio di Puglia;Casalvecchio di Puglia;;4;Sud;Puglia;Foggia;1;0;FG;71014;71014;71014;71014;B917;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;015;071015;Castelluccio dei Sauri;Castelluccio dei Sauri;;4;Sud;Puglia;Foggia;1;0;FG;71015;71015;71015;71015;C198;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;016;071016;Castelluccio Valmaggiore;Castelluccio Valmaggiore;;4;Sud;Puglia;Foggia;1;0;FG;71016;71016;71016;71016;C202;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;017;071017;Castelnuovo della Daunia;Castelnuovo della Daunia;;4;Sud;Puglia;Foggia;1;0;FG;71017;71017;71017;71017;C222;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;018;071018;Celenza Valfortore;Celenza Valfortore;;4;Sud;Puglia;Foggia;1;0;FG;71018;71018;71018;71018;C429;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;019;071019;Celle di San Vito;Celle di San Vito;;4;Sud;Puglia;Foggia;1;0;FG;71019;71019;71019;71019;C442;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;020;071020;Cerignola;Cerignola;;4;Sud;Puglia;Foggia;1;0;FG;71020;71020;71020;71020;C514;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;021;071021;Chieuti;Chieuti;;4;Sud;Puglia;Foggia;1;0;FG;71021;71021;71021;71021;C633;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;022;071022;Deliceto;Deliceto;;4;Sud;Puglia;Foggia;1;0;FG;71022;71022;71022;71022;D269;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;023;071023;Faeto;Faeto;;4;Sud;Puglia;Foggia;1;0;FG;71023;71023;71023;71023;D459;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;024;071024;Foggia;Foggia;;4;Sud;Puglia;Foggia;1;1;FG;71024;71024;71024;71024;D643;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;025;071025;Ischitella;Ischitella;;4;Sud;Puglia;Foggia;1;0;FG;71025;71025;71025;71025;E332;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;026;071026;Isole Tremiti;Isole Tremiti;;4;Sud;Puglia;Foggia;1;0;FG;71026;71026;71026;71026;E363;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;027;071027;Lesina;Lesina;;4;Sud;Puglia;Foggia;1;0;FG;71027;71027;71027;71027;E549;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;028;071028;Lucera;Lucera;;4;Sud;Puglia;Foggia;1;0;FG;71028;71028;71028;71028;E716;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;029;071029;Manfredonia;Manfredonia;;4;Sud;Puglia;Foggia;1;0;FG;71029;71029;71029;71029;E885;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;031;071031;Mattinata;Mattinata;;4;Sud;Puglia;Foggia;1;0;FG;71031;71031;71031;71031;F059;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;032;071032;Monteleone di Puglia;Monteleone di Puglia;;4;Sud;Puglia;Foggia;1;0;FG;71032;71032;71032;71032;F538;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;033;071033;Monte Sant'Angelo;Monte Sant'Angelo;;4;Sud;Puglia;Foggia;1;0;FG;71033;71033;71033;71033;F631;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;034;071034;Motta Montecorvino;Motta Montecorvino;;4;Sud;Puglia;Foggia;1;0;FG;71034;71034;71034;71034;F777;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;035;071035;Orsara di Puglia;Orsara di Puglia;;4;Sud;Puglia;Foggia;1;0;FG;71035;71035;71035;71035;G125;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;036;071036;Orta Nova;Orta Nova;;4;Sud;Puglia;Foggia;1;0;FG;71036;71036;71036;71036;G131;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;037;071037;Panni;Panni;;4;Sud;Puglia;Foggia;1;0;FG;71037;71037;71037;71037;G312;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;038;071038;Peschici;Peschici;;4;Sud;Puglia;Foggia;1;0;FG;71038;71038;71038;71038;G487;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;039;071039;Pietramontecorvino;Pietramontecorvino;;4;Sud;Puglia;Foggia;1;0;FG;71039;71039;71039;71039;G604;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;040;071040;Poggio Imperiale;Poggio Imperiale;;4;Sud;Puglia;Foggia;1;0;FG;71040;71040;71040;71040;G761;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;041;071041;Rignano Garganico;Rignano Garganico;;4;Sud;Puglia;Foggia;1;0;FG;71041;71041;71041;71041;H287;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;042;071042;Rocchetta Sant'Antonio;Rocchetta Sant'Antonio;;4;Sud;Puglia;Foggia;1;0;FG;71042;71042;71042;71042;H467;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;043;071043;Rodi Garganico;Rodi Garganico;;4;Sud;Puglia;Foggia;1;0;FG;71043;71043;71043;71043;H480;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;044;071044;Roseto Valfortore;Roseto Valfortore;;4;Sud;Puglia;Foggia;1;0;FG;71044;71044;71044;71044;H568;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;046;071046;San Giovanni Rotondo;San Giovanni Rotondo;;4;Sud;Puglia;Foggia;1;0;FG;71046;71046;71046;71046;H926;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;047;071047;San Marco in Lamis;San Marco in Lamis;;4;Sud;Puglia;Foggia;1;0;FG;71047;71047;71047;71047;H985;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;048;071048;San Marco la Catola;San Marco la Catola;;4;Sud;Puglia;Foggia;1;0;FG;71048;71048;71048;71048;H986;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;049;071049;San Nicandro Garganico;San Nicandro Garganico;;4;Sud;Puglia;Foggia;1;0;FG;71049;71049;71049;71049;I054;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;050;071050;San Paolo di Civitate;San Paolo di Civitate;;4;Sud;Puglia;Foggia;1;0;FG;71050;71050;71050;71050;I072;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;051;071051;San Severo;San Severo;;4;Sud;Puglia;Foggia;1;0;FG;71051;71051;71051;71051;I158;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;052;071052;Sant'Agata di Puglia;Sant'Agata di Puglia;;4;Sud;Puglia;Foggia;1;0;FG;71052;71052;71052;71052;I193;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;053;071053;Serracapriola;Serracapriola;;4;Sud;Puglia;Foggia;1;0;FG;71053;71053;71053;71053;I641;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;054;071054;Stornara;Stornara;;4;Sud;Puglia;Foggia;1;0;FG;71054;71054;71054;71054;I962;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;055;071055;Stornarella;Stornarella;;4;Sud;Puglia;Foggia;1;0;FG;71055;71055;71055;71055;I963;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;056;071056;Torremaggiore;Torremaggiore;;4;Sud;Puglia;Foggia;1;0;FG;71056;71056;71056;71056;L273;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;058;071058;Troia;Troia;;4;Sud;Puglia;Foggia;1;0;FG;71058;71058;71058;71058;L447;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;059;071059;Vico del Gargano;Vico del Gargano;;4;Sud;Puglia;Foggia;1;0;FG;71059;71059;71059;71059;L842;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;060;071060;Vieste;Vieste;;4;Sud;Puglia;Foggia;1;0;FG;71060;71060;71060;71060;L858;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;061;071061;Volturara Appula;Volturara Appula;;4;Sud;Puglia;Foggia;1;0;FG;71061;71061;71061;71061;M131;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;062;071062;Volturino;Volturino;;4;Sud;Puglia;Foggia;1;0;FG;71062;71062;71062;71062;M132;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;063;071063;Ordona;Ordona;;4;Sud;Puglia;Foggia;1;0;FG;71063;71063;71063;71063;M266;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;071;071;064;071064;Zapponeta;Zapponeta;;4;Sud;Puglia;Foggia;1;0;FG;71064;71064;71064;71064;M267;ITF;ITF4;ITF46;ITF;ITF4;ITF46 +16;272;072;001;072001;Acquaviva delle Fonti;Acquaviva delle Fonti;;4;Sud;Puglia;Bari;3;0;BA;72001;72001;72001;72001;A048;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;002;072002;Adelfia;Adelfia;;4;Sud;Puglia;Bari;3;0;BA;72002;72002;72002;72002;A055;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;003;072003;Alberobello;Alberobello;;4;Sud;Puglia;Bari;3;0;BA;72003;72003;72003;72003;A149;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;004;072004;Altamura;Altamura;;4;Sud;Puglia;Bari;3;0;BA;72004;72004;72004;72004;A225;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;006;072006;Bari;Bari;;4;Sud;Puglia;Bari;3;1;BA;72006;72006;72006;72006;A662;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;008;072008;Binetto;Binetto;;4;Sud;Puglia;Bari;3;0;BA;72008;72008;72008;72008;A874;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;010;072010;Bitetto;Bitetto;;4;Sud;Puglia;Bari;3;0;BA;72010;72010;72010;72010;A892;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;011;072011;Bitonto;Bitonto;;4;Sud;Puglia;Bari;3;0;BA;72011;72011;72011;72011;A893;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;012;072012;Bitritto;Bitritto;;4;Sud;Puglia;Bari;3;0;BA;72012;72012;72012;72012;A894;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;014;072014;Capurso;Capurso;;4;Sud;Puglia;Bari;3;0;BA;72014;72014;72014;72014;B716;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;015;072015;Casamassima;Casamassima;;4;Sud;Puglia;Bari;3;0;BA;72015;72015;72015;72015;B923;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;016;072016;Cassano delle Murge;Cassano delle Murge;;4;Sud;Puglia;Bari;3;0;BA;72016;72016;72016;72016;B998;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;017;072017;Castellana Grotte;Castellana Grotte;;4;Sud;Puglia;Bari;3;0;BA;72017;72017;72017;72017;C134;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;018;072018;Cellamare;Cellamare;;4;Sud;Puglia;Bari;3;0;BA;72018;72018;72018;72018;C436;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;019;072019;Conversano;Conversano;;4;Sud;Puglia;Bari;3;0;BA;72019;72019;72019;72019;C975;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;020;072020;Corato;Corato;;4;Sud;Puglia;Bari;3;0;BA;72020;72020;72020;72020;C983;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;021;072021;Gioia del Colle;Gioia del Colle;;4;Sud;Puglia;Bari;3;0;BA;72021;72021;72021;72021;E038;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;022;072022;Giovinazzo;Giovinazzo;;4;Sud;Puglia;Bari;3;0;BA;72022;72022;72022;72022;E047;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;023;072023;Gravina in Puglia;Gravina in Puglia;;4;Sud;Puglia;Bari;3;0;BA;72023;72023;72023;72023;E155;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;024;072024;Grumo Appula;Grumo Appula;;4;Sud;Puglia;Bari;3;0;BA;72024;72024;72024;72024;E223;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;025;072025;Locorotondo;Locorotondo;;4;Sud;Puglia;Bari;3;0;BA;72025;72025;72025;72025;E645;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;027;072027;Modugno;Modugno;;4;Sud;Puglia;Bari;3;0;BA;72027;72027;72027;72027;F262;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;028;072028;Mola di Bari;Mola di Bari;;4;Sud;Puglia;Bari;3;0;BA;72028;72028;72028;72028;F280;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;029;072029;Molfetta;Molfetta;;4;Sud;Puglia;Bari;3;0;BA;72029;72029;72029;72029;F284;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;030;072030;Monopoli;Monopoli;;4;Sud;Puglia;Bari;3;0;BA;72030;72030;72030;72030;F376;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;031;072031;Noci;Noci;;4;Sud;Puglia;Bari;3;0;BA;72031;72031;72031;72031;F915;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;032;072032;Noicattaro;Noicattaro;;4;Sud;Puglia;Bari;3;0;BA;72032;72032;72032;72032;F923;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;033;072033;Palo del Colle;Palo del Colle;;4;Sud;Puglia;Bari;3;0;BA;72033;72033;72033;72033;G291;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;034;072034;Poggiorsini;Poggiorsini;;4;Sud;Puglia;Bari;3;0;BA;72034;72034;72034;72034;G769;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;035;072035;Polignano a Mare;Polignano a Mare;;4;Sud;Puglia;Bari;3;0;BA;72035;72035;72035;72035;G787;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;036;072036;Putignano;Putignano;;4;Sud;Puglia;Bari;3;0;BA;72036;72036;72036;72036;H096;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;037;072037;Rutigliano;Rutigliano;;4;Sud;Puglia;Bari;3;0;BA;72037;72037;72037;72037;H643;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;038;072038;Ruvo di Puglia;Ruvo di Puglia;;4;Sud;Puglia;Bari;3;0;BA;72038;72038;72038;72038;H645;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;039;072039;Sammichele di Bari;Sammichele di Bari;;4;Sud;Puglia;Bari;3;0;BA;72039;72039;72039;72039;H749;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;040;072040;Sannicandro di Bari;Sannicandro di Bari;;4;Sud;Puglia;Bari;3;0;BA;72040;72040;72040;72040;I053;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;041;072041;Santeramo in Colle;Santeramo in Colle;;4;Sud;Puglia;Bari;3;0;BA;72041;72041;72041;72041;I330;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;043;072043;Terlizzi;Terlizzi;;4;Sud;Puglia;Bari;3;0;BA;72043;72043;72043;72043;L109;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;044;072044;Toritto;Toritto;;4;Sud;Puglia;Bari;3;0;BA;72044;72044;72044;72044;L220;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;046;072046;Triggiano;Triggiano;;4;Sud;Puglia;Bari;3;0;BA;72046;72046;72046;72046;L425;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;047;072047;Turi;Turi;;4;Sud;Puglia;Bari;3;0;BA;72047;72047;72047;72047;L472;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;272;072;048;072048;Valenzano;Valenzano;;4;Sud;Puglia;Bari;3;0;BA;72048;72048;72048;72048;L571;ITF;ITF4;ITF47;ITF;ITF4;ITF47 +16;073;073;001;073001;Avetrana;Avetrana;;4;Sud;Puglia;Taranto;1;0;TA;73001;73001;73001;73001;A514;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;002;073002;Carosino;Carosino;;4;Sud;Puglia;Taranto;1;0;TA;73002;73002;73002;73002;B808;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;003;073003;Castellaneta;Castellaneta;;4;Sud;Puglia;Taranto;1;0;TA;73003;73003;73003;73003;C136;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;004;073004;Crispiano;Crispiano;;4;Sud;Puglia;Taranto;1;0;TA;73004;73004;73004;73004;D171;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;005;073005;Faggiano;Faggiano;;4;Sud;Puglia;Taranto;1;0;TA;73005;73005;73005;73005;D463;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;006;073006;Fragagnano;Fragagnano;;4;Sud;Puglia;Taranto;1;0;TA;73006;73006;73006;73006;D754;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;007;073007;Ginosa;Ginosa;;4;Sud;Puglia;Taranto;1;0;TA;73007;73007;73007;73007;E036;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;008;073008;Grottaglie;Grottaglie;;4;Sud;Puglia;Taranto;1;0;TA;73008;73008;73008;73008;E205;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;009;073009;Laterza;Laterza;;4;Sud;Puglia;Taranto;1;0;TA;73009;73009;73009;73009;E469;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;010;073010;Leporano;Leporano;;4;Sud;Puglia;Taranto;1;0;TA;73010;73010;73010;73010;E537;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;011;073011;Lizzano;Lizzano;;4;Sud;Puglia;Taranto;1;0;TA;73011;73011;73011;73011;E630;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;012;073012;Manduria;Manduria;;4;Sud;Puglia;Taranto;1;0;TA;73012;73012;73012;73012;E882;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;013;073013;Martina Franca;Martina Franca;;4;Sud;Puglia;Taranto;1;0;TA;73013;73013;73013;73013;E986;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;014;073014;Maruggio;Maruggio;;4;Sud;Puglia;Taranto;1;0;TA;73014;73014;73014;73014;E995;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;015;073015;Massafra;Massafra;;4;Sud;Puglia;Taranto;1;0;TA;73015;73015;73015;73015;F027;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;016;073016;Monteiasi;Monteiasi;;4;Sud;Puglia;Taranto;1;0;TA;73016;73016;73016;73016;F531;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;017;073017;Montemesola;Montemesola;;4;Sud;Puglia;Taranto;1;0;TA;73017;73017;73017;73017;F563;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;018;073018;Monteparano;Monteparano;;4;Sud;Puglia;Taranto;1;0;TA;73018;73018;73018;73018;F587;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;019;073019;Mottola;Mottola;;4;Sud;Puglia;Taranto;1;0;TA;73019;73019;73019;73019;F784;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;020;073020;Palagianello;Palagianello;;4;Sud;Puglia;Taranto;1;0;TA;73020;73020;73020;73020;G251;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;021;073021;Palagiano;Palagiano;;4;Sud;Puglia;Taranto;1;0;TA;73021;73021;73021;73021;G252;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;022;073022;Pulsano;Pulsano;;4;Sud;Puglia;Taranto;1;0;TA;73022;73022;73022;73022;H090;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;023;073023;Roccaforzata;Roccaforzata;;4;Sud;Puglia;Taranto;1;0;TA;73023;73023;73023;73023;H409;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;024;073024;San Giorgio Ionico;San Giorgio Ionico;;4;Sud;Puglia;Taranto;1;0;TA;73024;73024;73024;73024;H882;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;025;073025;San Marzano di San Giuseppe;San Marzano di San Giuseppe;;4;Sud;Puglia;Taranto;1;0;TA;73025;73025;73025;73025;I018;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;026;073026;Sava;Sava;;4;Sud;Puglia;Taranto;1;0;TA;73026;73026;73026;73026;I467;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;027;073027;Taranto;Taranto;;4;Sud;Puglia;Taranto;1;1;TA;73027;73027;73027;73027;L049;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;028;073028;Torricella;Torricella;;4;Sud;Puglia;Taranto;1;0;TA;73028;73028;73028;73028;L294;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;073;073;029;073029;Statte;Statte;;4;Sud;Puglia;Taranto;1;0;TA;73029;73029;73029;73029;M298;ITF;ITF4;ITF43;ITF;ITF4;ITF43 +16;074;074;001;074001;Brindisi;Brindisi;;4;Sud;Puglia;Brindisi;1;1;BR;74001;74001;74001;74001;B180;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;002;074002;Carovigno;Carovigno;;4;Sud;Puglia;Brindisi;1;0;BR;74002;74002;74002;74002;B809;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;003;074003;Ceglie Messapica;Ceglie Messapica;;4;Sud;Puglia;Brindisi;1;0;BR;74003;74003;74003;74003;C424;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;004;074004;Cellino San Marco;Cellino San Marco;;4;Sud;Puglia;Brindisi;1;0;BR;74004;74004;74004;74004;C448;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;005;074005;Cisternino;Cisternino;;4;Sud;Puglia;Brindisi;1;0;BR;74005;74005;74005;74005;C741;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;006;074006;Erchie;Erchie;;4;Sud;Puglia;Brindisi;1;0;BR;74006;74006;74006;74006;D422;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;007;074007;Fasano;Fasano;;4;Sud;Puglia;Brindisi;1;0;BR;74007;74007;74007;74007;D508;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;008;074008;Francavilla Fontana;Francavilla Fontana;;4;Sud;Puglia;Brindisi;1;0;BR;74008;74008;74008;74008;D761;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;009;074009;Latiano;Latiano;;4;Sud;Puglia;Brindisi;1;0;BR;74009;74009;74009;74009;E471;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;010;074010;Mesagne;Mesagne;;4;Sud;Puglia;Brindisi;1;0;BR;74010;74010;74010;74010;F152;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;011;074011;Oria;Oria;;4;Sud;Puglia;Brindisi;1;0;BR;74011;74011;74011;74011;G098;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;012;074012;Ostuni;Ostuni;;4;Sud;Puglia;Brindisi;1;0;BR;74012;74012;74012;74012;G187;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;013;074013;San Donaci;San Donaci;;4;Sud;Puglia;Brindisi;1;0;BR;74013;74013;74013;74013;H822;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;014;074014;San Michele Salentino;San Michele Salentino;;4;Sud;Puglia;Brindisi;1;0;BR;74014;74014;74014;74014;I045;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;015;074015;San Pancrazio Salentino;San Pancrazio Salentino;;4;Sud;Puglia;Brindisi;1;0;BR;74015;74015;74015;74015;I066;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;016;074016;San Pietro Vernotico;San Pietro Vernotico;;4;Sud;Puglia;Brindisi;1;0;BR;74016;74016;74016;74016;I119;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;017;074017;San Vito dei Normanni;San Vito dei Normanni;;4;Sud;Puglia;Brindisi;1;0;BR;74017;74017;74017;74017;I396;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;018;074018;Torchiarolo;Torchiarolo;;4;Sud;Puglia;Brindisi;1;0;BR;74018;74018;74018;74018;L213;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;019;074019;Torre Santa Susanna;Torre Santa Susanna;;4;Sud;Puglia;Brindisi;1;0;BR;74019;74019;74019;74019;L280;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;074;074;020;074020;Villa Castelli;Villa Castelli;;4;Sud;Puglia;Brindisi;1;0;BR;74020;74020;74020;74020;L920;ITF;ITF4;ITF44;ITF;ITF4;ITF44 +16;075;075;002;075002;Alessano;Alessano;;4;Sud;Puglia;Lecce;1;0;LE;75002;75002;75002;75002;A184;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;003;075003;Alezio;Alezio;;4;Sud;Puglia;Lecce;1;0;LE;75003;75003;75003;75003;A185;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;004;075004;Alliste;Alliste;;4;Sud;Puglia;Lecce;1;0;LE;75004;75004;75004;75004;A208;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;005;075005;Andrano;Andrano;;4;Sud;Puglia;Lecce;1;0;LE;75005;75005;75005;75005;A281;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;006;075006;Aradeo;Aradeo;;4;Sud;Puglia;Lecce;1;0;LE;75006;75006;75006;75006;A350;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;007;075007;Arnesano;Arnesano;;4;Sud;Puglia;Lecce;1;0;LE;75007;75007;75007;75007;A425;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;008;075008;Bagnolo del Salento;Bagnolo del Salento;;4;Sud;Puglia;Lecce;1;0;LE;75008;75008;75008;75008;A572;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;009;075009;Botrugno;Botrugno;;4;Sud;Puglia;Lecce;1;0;LE;75009;75009;75009;75009;B086;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;010;075010;Calimera;Calimera;;4;Sud;Puglia;Lecce;1;0;LE;75010;75010;75010;75010;B413;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;011;075011;Campi Salentina;Campi Salentina;;4;Sud;Puglia;Lecce;1;0;LE;75011;75011;75011;75011;B506;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;012;075012;Cannole;Cannole;;4;Sud;Puglia;Lecce;1;0;LE;75012;75012;75012;75012;B616;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;013;075013;Caprarica di Lecce;Caprarica di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75013;75013;75013;75013;B690;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;014;075014;Carmiano;Carmiano;;4;Sud;Puglia;Lecce;1;0;LE;75014;75014;75014;75014;B792;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;015;075015;Carpignano Salentino;Carpignano Salentino;;4;Sud;Puglia;Lecce;1;0;LE;75015;75015;75015;75015;B822;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;016;075016;Casarano;Casarano;;4;Sud;Puglia;Lecce;1;0;LE;75016;75016;75016;75016;B936;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;017;075017;Castri di Lecce;Castri di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75017;75017;75017;75017;C334;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;018;075018;Castrignano de' Greci;Castrignano de' Greci;;4;Sud;Puglia;Lecce;1;0;LE;75018;75018;75018;75018;C335;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;019;075019;Castrignano del Capo;Castrignano del Capo;;4;Sud;Puglia;Lecce;1;0;LE;75019;75019;75019;75019;C336;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;020;075020;Cavallino;Cavallino;;4;Sud;Puglia;Lecce;1;0;LE;75020;75020;75020;75020;C377;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;021;075021;Collepasso;Collepasso;;4;Sud;Puglia;Lecce;1;0;LE;75021;75021;75021;75021;C865;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;022;075022;Copertino;Copertino;;4;Sud;Puglia;Lecce;1;0;LE;75022;75022;75022;75022;C978;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;023;075023;Corigliano d'Otranto;Corigliano d'Otranto;;4;Sud;Puglia;Lecce;1;0;LE;75023;75023;75023;75023;D006;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;024;075024;Corsano;Corsano;;4;Sud;Puglia;Lecce;1;0;LE;75024;75024;75024;75024;D044;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;025;075025;Cursi;Cursi;;4;Sud;Puglia;Lecce;1;0;LE;75025;75025;75025;75025;D223;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;026;075026;Cutrofiano;Cutrofiano;;4;Sud;Puglia;Lecce;1;0;LE;75026;75026;75026;75026;D237;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;027;075027;Diso;Diso;;4;Sud;Puglia;Lecce;1;0;LE;75027;75027;75027;75027;D305;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;028;075028;Gagliano del Capo;Gagliano del Capo;;4;Sud;Puglia;Lecce;1;0;LE;75028;75028;75028;75028;D851;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;029;075029;Galatina;Galatina;;4;Sud;Puglia;Lecce;1;0;LE;75029;75029;75029;75029;D862;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;030;075030;Galatone;Galatone;;4;Sud;Puglia;Lecce;1;0;LE;75030;75030;75030;75030;D863;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;031;075031;Gallipoli;Gallipoli;;4;Sud;Puglia;Lecce;1;0;LE;75031;75031;75031;75031;D883;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;032;075032;Giuggianello;Giuggianello;;4;Sud;Puglia;Lecce;1;0;LE;75032;75032;75032;75032;E053;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;033;075033;Giurdignano;Giurdignano;;4;Sud;Puglia;Lecce;1;0;LE;75033;75033;75033;75033;E061;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;034;075034;Guagnano;Guagnano;;4;Sud;Puglia;Lecce;1;0;LE;75034;75034;75034;75034;E227;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;035;075035;Lecce;Lecce;;4;Sud;Puglia;Lecce;1;1;LE;75035;75035;75035;75035;E506;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;036;075036;Lequile;Lequile;;4;Sud;Puglia;Lecce;1;0;LE;75036;75036;75036;75036;E538;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;037;075037;Leverano;Leverano;;4;Sud;Puglia;Lecce;1;0;LE;75037;75037;75037;75037;E563;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;038;075038;Lizzanello;Lizzanello;;4;Sud;Puglia;Lecce;1;0;LE;75038;75038;75038;75038;E629;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;039;075039;Maglie;Maglie;;4;Sud;Puglia;Lecce;1;0;LE;75039;75039;75039;75039;E815;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;040;075040;Martano;Martano;;4;Sud;Puglia;Lecce;1;0;LE;75040;75040;75040;75040;E979;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;041;075041;Martignano;Martignano;;4;Sud;Puglia;Lecce;1;0;LE;75041;75041;75041;75041;E984;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;042;075042;Matino;Matino;;4;Sud;Puglia;Lecce;1;0;LE;75042;75042;75042;75042;F054;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;043;075043;Melendugno;Melendugno;;4;Sud;Puglia;Lecce;1;0;LE;75043;75043;75043;75043;F101;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;044;075044;Melissano;Melissano;;4;Sud;Puglia;Lecce;1;0;LE;75044;75044;75044;75044;F109;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;045;075045;Melpignano;Melpignano;;4;Sud;Puglia;Lecce;1;0;LE;75045;75045;75045;75045;F117;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;046;075046;Miggiano;Miggiano;;4;Sud;Puglia;Lecce;1;0;LE;75046;75046;75046;75046;F194;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;047;075047;Minervino di Lecce;Minervino di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75047;75047;75047;75047;F221;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;048;075048;Monteroni di Lecce;Monteroni di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75048;75048;75048;75048;F604;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;049;075049;Montesano Salentino;Montesano Salentino;;4;Sud;Puglia;Lecce;1;0;LE;75049;75049;75049;75049;F623;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;050;075050;Morciano di Leuca;Morciano di Leuca;;4;Sud;Puglia;Lecce;1;0;LE;75050;75050;75050;75050;F716;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;051;075051;Muro Leccese;Muro Leccese;;4;Sud;Puglia;Lecce;1;0;LE;75051;75051;75051;75051;F816;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;052;075052;Nard�;Nard�;;4;Sud;Puglia;Lecce;1;0;LE;75052;75052;75052;75052;F842;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;053;075053;Neviano;Neviano;;4;Sud;Puglia;Lecce;1;0;LE;75053;75053;75053;75053;F881;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;054;075054;Nociglia;Nociglia;;4;Sud;Puglia;Lecce;1;0;LE;75054;75054;75054;75054;F916;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;055;075055;Novoli;Novoli;;4;Sud;Puglia;Lecce;1;0;LE;75055;75055;75055;75055;F970;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;056;075056;Ortelle;Ortelle;;4;Sud;Puglia;Lecce;1;0;LE;75056;75056;75056;75056;G136;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;057;075057;Otranto;Otranto;;4;Sud;Puglia;Lecce;1;0;LE;75057;75057;75057;75057;G188;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;058;075058;Palmariggi;Palmariggi;;4;Sud;Puglia;Lecce;1;0;LE;75058;75058;75058;75058;G285;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;059;075059;Parabita;Parabita;;4;Sud;Puglia;Lecce;1;0;LE;75059;75059;75059;75059;G325;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;060;075060;Pat�;Pat�;;4;Sud;Puglia;Lecce;1;0;LE;75060;75060;75060;75060;G378;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;061;075061;Poggiardo;Poggiardo;;4;Sud;Puglia;Lecce;1;0;LE;75061;75061;75061;75061;G751;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;063;075063;Racale;Racale;;4;Sud;Puglia;Lecce;1;0;LE;75063;75063;75063;75063;H147;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;064;075064;Ruffano;Ruffano;;4;Sud;Puglia;Lecce;1;0;LE;75064;75064;75064;75064;H632;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;065;075065;Salice Salentino;Salice Salentino;;4;Sud;Puglia;Lecce;1;0;LE;75065;75065;75065;75065;H708;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;066;075066;Salve;Salve;;4;Sud;Puglia;Lecce;1;0;LE;75066;75066;75066;75066;H729;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;067;075067;Sanarica;Sanarica;;4;Sud;Puglia;Lecce;1;0;LE;75067;75067;75067;75067;H757;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;068;075068;San Cesario di Lecce;San Cesario di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75068;75068;75068;75068;H793;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;069;075069;San Donato di Lecce;San Donato di Lecce;;4;Sud;Puglia;Lecce;1;0;LE;75069;75069;75069;75069;H826;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;070;075070;Sannicola;Sannicola;;4;Sud;Puglia;Lecce;1;0;LE;75070;75070;75070;75070;I059;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;071;075071;San Pietro in Lama;San Pietro in Lama;;4;Sud;Puglia;Lecce;1;0;LE;75071;75071;75071;75071;I115;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;072;075072;Santa Cesarea Terme;Santa Cesarea Terme;;4;Sud;Puglia;Lecce;1;0;LE;75072;75072;75072;75072;I172;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;073;075073;Scorrano;Scorrano;;4;Sud;Puglia;Lecce;1;0;LE;75073;75073;75073;75073;I549;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;074;075074;Secl�;Secl�;;4;Sud;Puglia;Lecce;1;0;LE;75074;75074;75074;75074;I559;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;075;075075;Sogliano Cavour;Sogliano Cavour;;4;Sud;Puglia;Lecce;1;0;LE;75075;75075;75075;75075;I780;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;076;075076;Soleto;Soleto;;4;Sud;Puglia;Lecce;1;0;LE;75076;75076;75076;75076;I800;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;077;075077;Specchia;Specchia;;4;Sud;Puglia;Lecce;1;0;LE;75077;75077;75077;75077;I887;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;078;075078;Spongano;Spongano;;4;Sud;Puglia;Lecce;1;0;LE;75078;75078;75078;75078;I923;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;079;075079;Squinzano;Squinzano;;4;Sud;Puglia;Lecce;1;0;LE;75079;75079;75079;75079;I930;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;080;075080;Sternatia;Sternatia;;4;Sud;Puglia;Lecce;1;0;LE;75080;75080;75080;75080;I950;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;081;075081;Supersano;Supersano;;4;Sud;Puglia;Lecce;1;0;LE;75081;75081;75081;75081;L008;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;082;075082;Surano;Surano;;4;Sud;Puglia;Lecce;1;0;LE;75082;75082;75082;75082;L010;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;083;075083;Surbo;Surbo;;4;Sud;Puglia;Lecce;1;0;LE;75083;75083;75083;75083;L011;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;084;075084;Taurisano;Taurisano;;4;Sud;Puglia;Lecce;1;0;LE;75084;75084;75084;75084;L064;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;085;075085;Taviano;Taviano;;4;Sud;Puglia;Lecce;1;0;LE;75085;75085;75085;75085;L074;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;086;075086;Tiggiano;Tiggiano;;4;Sud;Puglia;Lecce;1;0;LE;75086;75086;75086;75086;L166;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;087;075087;Trepuzzi;Trepuzzi;;4;Sud;Puglia;Lecce;1;0;LE;75087;75087;75087;75087;L383;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;088;075088;Tricase;Tricase;;4;Sud;Puglia;Lecce;1;0;LE;75088;75088;75088;75088;L419;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;089;075089;Tuglie;Tuglie;;4;Sud;Puglia;Lecce;1;0;LE;75089;75089;75089;75089;L462;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;090;075090;Ugento;Ugento;;4;Sud;Puglia;Lecce;1;0;LE;75090;75090;75090;75090;L484;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;091;075091;Uggiano la Chiesa;Uggiano la Chiesa;;4;Sud;Puglia;Lecce;1;0;LE;75091;75091;75091;75091;L485;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;092;075092;Veglie;Veglie;;4;Sud;Puglia;Lecce;1;0;LE;75092;75092;75092;75092;L711;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;093;075093;Vernole;Vernole;;4;Sud;Puglia;Lecce;1;0;LE;75093;75093;75093;75093;L776;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;094;075094;Zollino;Zollino;;4;Sud;Puglia;Lecce;1;0;LE;75094;75094;75094;75094;M187;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;095;075095;San Cassiano;San Cassiano;;4;Sud;Puglia;Lecce;1;0;LE;75095;75095;75095;75095;M264;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;096;075096;Castro;Castro;;4;Sud;Puglia;Lecce;1;0;LE;75096;75096;75096;75096;M261;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;097;075097;Porto Cesareo;Porto Cesareo;;4;Sud;Puglia;Lecce;1;0;LE;75097;75097;75097;75097;M263;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;075;075;098;075098;Presicce-Acquarica;Presicce-Acquarica;;4;Sud;Puglia;Lecce;1;0;LE;75098;75098;75098;75098;M428;ITF;ITF4;ITF45;ITF;ITF4;ITF45 +16;110;110;001;110001;Andria;Andria;;4;Sud;Puglia;Barletta-Andria-Trani;1;1;BT;110001;110001;72005;72005;A285;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;002;110002;Barletta;Barletta;;4;Sud;Puglia;Barletta-Andria-Trani;1;1;BT;110002;110002;72007;72007;A669;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;003;110003;Bisceglie;Bisceglie;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110003;110003;72009;72009;A883;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;004;110004;Canosa di Puglia;Canosa di Puglia;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110004;110004;72013;72013;B619;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;005;110005;Margherita di Savoia;Margherita di Savoia;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110005;110005;71030;71030;E946;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;006;110006;Minervino Murge;Minervino Murge;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110006;110006;72026;72026;F220;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;007;110007;San Ferdinando di Puglia;San Ferdinando di Puglia;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110007;110007;71045;71045;H839;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;008;110008;Spinazzola;Spinazzola;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110008;110008;72042;72042;I907;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;009;110009;Trani;Trani;;4;Sud;Puglia;Barletta-Andria-Trani;1;1;BT;110009;110009;72045;72045;L328;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +16;110;110;010;110010;Trinitapoli;Trinitapoli;;4;Sud;Puglia;Barletta-Andria-Trani;1;0;BT;110010;110010;71057;71057;B915;ITF;ITF4;ITF48;ITF;ITF4;ITF48 +17;076;076;001;076001;Abriola;Abriola;;4;Sud;Basilicata;Potenza;1;0;PZ;76001;76001;76001;76001;A013;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;002;076002;Acerenza;Acerenza;;4;Sud;Basilicata;Potenza;1;0;PZ;76002;76002;76002;76002;A020;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;003;076003;Albano di Lucania;Albano di Lucania;;4;Sud;Basilicata;Potenza;1;0;PZ;76003;76003;76003;76003;A131;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;004;076004;Anzi;Anzi;;4;Sud;Basilicata;Potenza;1;0;PZ;76004;76004;76004;76004;A321;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;005;076005;Armento;Armento;;4;Sud;Basilicata;Potenza;1;0;PZ;76005;76005;76005;76005;A415;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;006;076006;Atella;Atella;;4;Sud;Basilicata;Potenza;1;0;PZ;76006;76006;76006;76006;A482;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;007;076007;Avigliano;Avigliano;;4;Sud;Basilicata;Potenza;1;0;PZ;76007;76007;76007;76007;A519;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;008;076008;Balvano;Balvano;;4;Sud;Basilicata;Potenza;1;0;PZ;76008;76008;76008;76008;A604;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;009;076009;Banzi;Banzi;;4;Sud;Basilicata;Potenza;1;0;PZ;76009;76009;76009;76009;A612;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;010;076010;Baragiano;Baragiano;;4;Sud;Basilicata;Potenza;1;0;PZ;76010;76010;76010;76010;A615;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;011;076011;Barile;Barile;;4;Sud;Basilicata;Potenza;1;0;PZ;76011;76011;76011;76011;A666;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;012;076012;Bella;Bella;;4;Sud;Basilicata;Potenza;1;0;PZ;76012;76012;76012;76012;A743;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;013;076013;Brienza;Brienza;;4;Sud;Basilicata;Potenza;1;0;PZ;76013;76013;76013;76013;B173;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;014;076014;Brindisi Montagna;Brindisi Montagna;;4;Sud;Basilicata;Potenza;1;0;PZ;76014;76014;76014;76014;B181;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;015;076015;Calvello;Calvello;;4;Sud;Basilicata;Potenza;1;0;PZ;76015;76015;76015;76015;B440;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;016;076016;Calvera;Calvera;;4;Sud;Basilicata;Potenza;1;0;PZ;76016;76016;76016;76016;B443;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;017;076017;Campomaggiore;Campomaggiore;;4;Sud;Basilicata;Potenza;1;0;PZ;76017;76017;76017;76017;B549;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;018;076018;Cancellara;Cancellara;;4;Sud;Basilicata;Potenza;1;0;PZ;76018;76018;76018;76018;B580;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;019;076019;Carbone;Carbone;;4;Sud;Basilicata;Potenza;1;0;PZ;76019;76019;76019;76019;B743;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;020;076020;San Paolo Albanese;San Paolo Albanese;;4;Sud;Basilicata;Potenza;1;0;PZ;76020;76020;76020;76020;B906;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;021;076021;Castelgrande;Castelgrande;;4;Sud;Basilicata;Potenza;1;0;PZ;76021;76021;76021;76021;C120;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;022;076022;Castelluccio Inferiore;Castelluccio Inferiore;;4;Sud;Basilicata;Potenza;1;0;PZ;76022;76022;76022;76022;C199;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;023;076023;Castelluccio Superiore;Castelluccio Superiore;;4;Sud;Basilicata;Potenza;1;0;PZ;76023;76023;76023;76023;C201;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;024;076024;Castelmezzano;Castelmezzano;;4;Sud;Basilicata;Potenza;1;0;PZ;76024;76024;76024;76024;C209;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;025;076025;Castelsaraceno;Castelsaraceno;;4;Sud;Basilicata;Potenza;1;0;PZ;76025;76025;76025;76025;C271;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;026;076026;Castronuovo di Sant'Andrea;Castronuovo di Sant'Andrea;;4;Sud;Basilicata;Potenza;1;0;PZ;76026;76026;76026;76026;C345;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;027;076027;Cersosimo;Cersosimo;;4;Sud;Basilicata;Potenza;1;0;PZ;76027;76027;76027;76027;C539;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;028;076028;Chiaromonte;Chiaromonte;;4;Sud;Basilicata;Potenza;1;0;PZ;76028;76028;76028;76028;C619;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;029;076029;Corleto Perticara;Corleto Perticara;;4;Sud;Basilicata;Potenza;1;0;PZ;76029;76029;76029;76029;D010;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;030;076030;Episcopia;Episcopia;;4;Sud;Basilicata;Potenza;1;0;PZ;76030;76030;76030;76030;D414;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;031;076031;Fardella;Fardella;;4;Sud;Basilicata;Potenza;1;0;PZ;76031;76031;76031;76031;D497;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;032;076032;Filiano;Filiano;;4;Sud;Basilicata;Potenza;1;0;PZ;76032;76032;76032;76032;D593;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;033;076033;Forenza;Forenza;;4;Sud;Basilicata;Potenza;1;0;PZ;76033;76033;76033;76033;D696;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;034;076034;Francavilla in Sinni;Francavilla in Sinni;;4;Sud;Basilicata;Potenza;1;0;PZ;76034;76034;76034;76034;D766;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;035;076035;Gallicchio;Gallicchio;;4;Sud;Basilicata;Potenza;1;0;PZ;76035;76035;76035;76035;D876;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;036;076036;Genzano di Lucania;Genzano di Lucania;;4;Sud;Basilicata;Potenza;1;0;PZ;76036;76036;76036;76036;D971;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;037;076037;Grumento Nova;Grumento Nova;;4;Sud;Basilicata;Potenza;1;0;PZ;76037;76037;76037;76037;E221;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;038;076038;Guardia Perticara;Guardia Perticara;;4;Sud;Basilicata;Potenza;1;0;PZ;76038;76038;76038;76038;E246;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;039;076039;Lagonegro;Lagonegro;;4;Sud;Basilicata;Potenza;1;0;PZ;76039;76039;76039;76039;E409;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;040;076040;Latronico;Latronico;;4;Sud;Basilicata;Potenza;1;0;PZ;76040;76040;76040;76040;E474;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;041;076041;Laurenzana;Laurenzana;;4;Sud;Basilicata;Potenza;1;0;PZ;76041;76041;76041;76041;E482;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;042;076042;Lauria;Lauria;;4;Sud;Basilicata;Potenza;1;0;PZ;76042;76042;76042;76042;E483;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;043;076043;Lavello;Lavello;;4;Sud;Basilicata;Potenza;1;0;PZ;76043;76043;76043;76043;E493;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;044;076044;Maratea;Maratea;;4;Sud;Basilicata;Potenza;1;0;PZ;76044;76044;76044;76044;E919;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;045;076045;Marsico Nuovo;Marsico Nuovo;;4;Sud;Basilicata;Potenza;1;0;PZ;76045;76045;76045;76045;E976;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;046;076046;Marsicovetere;Marsicovetere;;4;Sud;Basilicata;Potenza;1;0;PZ;76046;76046;76046;76046;E977;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;047;076047;Maschito;Maschito;;4;Sud;Basilicata;Potenza;1;0;PZ;76047;76047;76047;76047;F006;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;048;076048;Melfi;Melfi;;4;Sud;Basilicata;Potenza;1;0;PZ;76048;76048;76048;76048;F104;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;049;076049;Missanello;Missanello;;4;Sud;Basilicata;Potenza;1;0;PZ;76049;76049;76049;76049;F249;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;050;076050;Moliterno;Moliterno;;4;Sud;Basilicata;Potenza;1;0;PZ;76050;76050;76050;76050;F295;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;051;076051;Montemilone;Montemilone;;4;Sud;Basilicata;Potenza;1;0;PZ;76051;76051;76051;76051;F568;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;052;076052;Montemurro;Montemurro;;4;Sud;Basilicata;Potenza;1;0;PZ;76052;76052;76052;76052;F573;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;053;076053;Muro Lucano;Muro Lucano;;4;Sud;Basilicata;Potenza;1;0;PZ;76053;76053;76053;76053;F817;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;054;076054;Nemoli;Nemoli;;4;Sud;Basilicata;Potenza;1;0;PZ;76054;76054;76054;76054;F866;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;055;076055;Noepoli;Noepoli;;4;Sud;Basilicata;Potenza;1;0;PZ;76055;76055;76055;76055;F917;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;056;076056;Oppido Lucano;Oppido Lucano;;4;Sud;Basilicata;Potenza;1;0;PZ;76056;76056;76056;76056;G081;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;057;076057;Palazzo San Gervasio;Palazzo San Gervasio;;4;Sud;Basilicata;Potenza;1;0;PZ;76057;76057;76057;76057;G261;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;058;076058;Pescopagano;Pescopagano;;4;Sud;Basilicata;Potenza;1;0;PZ;76058;76058;76058;76058;G496;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;059;076059;Picerno;Picerno;;4;Sud;Basilicata;Potenza;1;0;PZ;76059;76059;76059;76059;G590;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;060;076060;Pietragalla;Pietragalla;;4;Sud;Basilicata;Potenza;1;0;PZ;76060;76060;76060;76060;G616;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;061;076061;Pietrapertosa;Pietrapertosa;;4;Sud;Basilicata;Potenza;1;0;PZ;76061;76061;76061;76061;G623;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;062;076062;Pignola;Pignola;;4;Sud;Basilicata;Potenza;1;0;PZ;76062;76062;76062;76062;G663;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;063;076063;Potenza;Potenza;;4;Sud;Basilicata;Potenza;1;1;PZ;76063;76063;76063;76063;G942;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;064;076064;Rapolla;Rapolla;;4;Sud;Basilicata;Potenza;1;0;PZ;76064;76064;76064;76064;H186;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;065;076065;Rapone;Rapone;;4;Sud;Basilicata;Potenza;1;0;PZ;76065;76065;76065;76065;H187;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;066;076066;Rionero in Vulture;Rionero in Vulture;;4;Sud;Basilicata;Potenza;1;0;PZ;76066;76066;76066;76066;H307;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;067;076067;Ripacandida;Ripacandida;;4;Sud;Basilicata;Potenza;1;0;PZ;76067;76067;76067;76067;H312;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;068;076068;Rivello;Rivello;;4;Sud;Basilicata;Potenza;1;0;PZ;76068;76068;76068;76068;H348;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;069;076069;Roccanova;Roccanova;;4;Sud;Basilicata;Potenza;1;0;PZ;76069;76069;76069;76069;H426;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;070;076070;Rotonda;Rotonda;;4;Sud;Basilicata;Potenza;1;0;PZ;76070;76070;76070;76070;H590;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;071;076071;Ruoti;Ruoti;;4;Sud;Basilicata;Potenza;1;0;PZ;76071;76071;76071;76071;H641;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;072;076072;Ruvo del Monte;Ruvo del Monte;;4;Sud;Basilicata;Potenza;1;0;PZ;76072;76072;76072;76072;H646;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;073;076073;San Chirico Nuovo;San Chirico Nuovo;;4;Sud;Basilicata;Potenza;1;0;PZ;76073;76073;76073;76073;H795;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;074;076074;San Chirico Raparo;San Chirico Raparo;;4;Sud;Basilicata;Potenza;1;0;PZ;76074;76074;76074;76074;H796;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;075;076075;San Costantino Albanese;San Costantino Albanese;;4;Sud;Basilicata;Potenza;1;0;PZ;76075;76075;76075;76075;H808;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;076;076076;San Fele;San Fele;;4;Sud;Basilicata;Potenza;1;0;PZ;76076;76076;76076;76076;H831;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;077;076077;San Martino d'Agri;San Martino d'Agri;;4;Sud;Basilicata;Potenza;1;0;PZ;76077;76077;76077;76077;H994;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;078;076078;San Severino Lucano;San Severino Lucano;;4;Sud;Basilicata;Potenza;1;0;PZ;76078;76078;76078;76078;I157;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;079;076079;Sant'Angelo Le Fratte;Sant'Angelo Le Fratte;;4;Sud;Basilicata;Potenza;1;0;PZ;76079;76079;76079;76079;I288;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;080;076080;Sant'Arcangelo;Sant'Arcangelo;;4;Sud;Basilicata;Potenza;1;0;PZ;76080;76080;76080;76080;I305;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;081;076081;Sarconi;Sarconi;;4;Sud;Basilicata;Potenza;1;0;PZ;76081;76081;76081;76081;I426;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;082;076082;Sasso di Castalda;Sasso di Castalda;;4;Sud;Basilicata;Potenza;1;0;PZ;76082;76082;76082;76082;I457;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;083;076083;Satriano di Lucania;Satriano di Lucania;;4;Sud;Basilicata;Potenza;1;0;PZ;76083;76083;76083;76083;G614;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;084;076084;Savoia di Lucania;Savoia di Lucania;;4;Sud;Basilicata;Potenza;1;0;PZ;76084;76084;76084;76084;H730;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;085;076085;Senise;Senise;;4;Sud;Basilicata;Potenza;1;0;PZ;76085;76085;76085;76085;I610;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;086;076086;Spinoso;Spinoso;;4;Sud;Basilicata;Potenza;1;0;PZ;76086;76086;76086;76086;I917;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;087;076087;Teana;Teana;;4;Sud;Basilicata;Potenza;1;0;PZ;76087;76087;76087;76087;L082;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;088;076088;Terranova di Pollino;Terranova di Pollino;;4;Sud;Basilicata;Potenza;1;0;PZ;76088;76088;76088;76088;L126;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;089;076089;Tito;Tito;;4;Sud;Basilicata;Potenza;1;0;PZ;76089;76089;76089;76089;L181;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;090;076090;Tolve;Tolve;;4;Sud;Basilicata;Potenza;1;0;PZ;76090;76090;76090;76090;L197;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;091;076091;Tramutola;Tramutola;;4;Sud;Basilicata;Potenza;1;0;PZ;76091;76091;76091;76091;L326;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;092;076092;Trecchina;Trecchina;;4;Sud;Basilicata;Potenza;1;0;PZ;76092;76092;76092;76092;L357;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;093;076093;Trivigno;Trivigno;;4;Sud;Basilicata;Potenza;1;0;PZ;76093;76093;76093;76093;L439;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;094;076094;Vaglio Basilicata;Vaglio Basilicata;;4;Sud;Basilicata;Potenza;1;0;PZ;76094;76094;76094;76094;L532;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;095;076095;Venosa;Venosa;;4;Sud;Basilicata;Potenza;1;0;PZ;76095;76095;76095;76095;L738;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;096;076096;Vietri di Potenza;Vietri di Potenza;;4;Sud;Basilicata;Potenza;1;0;PZ;76096;76096;76096;76096;L859;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;097;076097;Viggianello;Viggianello;;4;Sud;Basilicata;Potenza;1;0;PZ;76097;76097;76097;76097;L873;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;098;076098;Viggiano;Viggiano;;4;Sud;Basilicata;Potenza;1;0;PZ;76098;76098;76098;76098;L874;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;099;076099;Ginestra;Ginestra;;4;Sud;Basilicata;Potenza;1;0;PZ;76099;76099;76099;76099;E033;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;076;076;100;076100;Paterno;Paterno;;4;Sud;Basilicata;Potenza;1;0;PZ;76100;76100;76100;76100;M269;ITF;ITF5;ITF51;ITF;ITF5;ITF51 +17;077;077;001;077001;Accettura;Accettura;;4;Sud;Basilicata;Matera;1;0;MT;77001;77001;77001;77001;A017;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;002;077002;Aliano;Aliano;;4;Sud;Basilicata;Matera;1;0;MT;77002;77002;77002;77002;A196;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;003;077003;Bernalda;Bernalda;;4;Sud;Basilicata;Matera;1;0;MT;77003;77003;77003;77003;A801;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;004;077004;Calciano;Calciano;;4;Sud;Basilicata;Matera;1;0;MT;77004;77004;77004;77004;B391;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;005;077005;Cirigliano;Cirigliano;;4;Sud;Basilicata;Matera;1;0;MT;77005;77005;77005;77005;C723;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;006;077006;Colobraro;Colobraro;;4;Sud;Basilicata;Matera;1;0;MT;77006;77006;77006;77006;C888;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;007;077007;Craco;Craco;;4;Sud;Basilicata;Matera;1;0;MT;77007;77007;77007;77007;D128;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;008;077008;Ferrandina;Ferrandina;;4;Sud;Basilicata;Matera;1;0;MT;77008;77008;77008;77008;D547;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;009;077009;Garaguso;Garaguso;;4;Sud;Basilicata;Matera;1;0;MT;77009;77009;77009;77009;D909;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;010;077010;Gorgoglione;Gorgoglione;;4;Sud;Basilicata;Matera;1;0;MT;77010;77010;77010;77010;E093;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;011;077011;Grassano;Grassano;;4;Sud;Basilicata;Matera;1;0;MT;77011;77011;77011;77011;E147;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;012;077012;Grottole;Grottole;;4;Sud;Basilicata;Matera;1;0;MT;77012;77012;77012;77012;E213;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;013;077013;Irsina;Irsina;;4;Sud;Basilicata;Matera;1;0;MT;77013;77013;77013;77013;E326;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;014;077014;Matera;Matera;;4;Sud;Basilicata;Matera;1;1;MT;77014;77014;77014;77014;F052;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;015;077015;Miglionico;Miglionico;;4;Sud;Basilicata;Matera;1;0;MT;77015;77015;77015;77015;F201;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;016;077016;Montalbano Jonico;Montalbano Jonico;;4;Sud;Basilicata;Matera;1;0;MT;77016;77016;77016;77016;F399;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;017;077017;Montescaglioso;Montescaglioso;;4;Sud;Basilicata;Matera;1;0;MT;77017;77017;77017;77017;F637;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;018;077018;Nova Siri;Nova Siri;;4;Sud;Basilicata;Matera;1;0;MT;77018;77018;77018;77018;A942;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;019;077019;Oliveto Lucano;Oliveto Lucano;;4;Sud;Basilicata;Matera;1;0;MT;77019;77019;77019;77019;G037;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;020;077020;Pisticci;Pisticci;;4;Sud;Basilicata;Matera;1;0;MT;77020;77020;77020;77020;G712;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;021;077021;Policoro;Policoro;;4;Sud;Basilicata;Matera;1;0;MT;77021;77021;77021;77021;G786;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;022;077022;Pomarico;Pomarico;;4;Sud;Basilicata;Matera;1;0;MT;77022;77022;77022;77022;G806;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;023;077023;Rotondella;Rotondella;;4;Sud;Basilicata;Matera;1;0;MT;77023;77023;77023;77023;H591;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;024;077024;Salandra;Salandra;;4;Sud;Basilicata;Matera;1;0;MT;77024;77024;77024;77024;H687;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;025;077025;San Giorgio Lucano;San Giorgio Lucano;;4;Sud;Basilicata;Matera;1;0;MT;77025;77025;77025;77025;H888;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;026;077026;San Mauro Forte;San Mauro Forte;;4;Sud;Basilicata;Matera;1;0;MT;77026;77026;77026;77026;I029;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;027;077027;Stigliano;Stigliano;;4;Sud;Basilicata;Matera;1;0;MT;77027;77027;77027;77027;I954;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;028;077028;Tricarico;Tricarico;;4;Sud;Basilicata;Matera;1;0;MT;77028;77028;77028;77028;L418;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;029;077029;Tursi;Tursi;;4;Sud;Basilicata;Matera;1;0;MT;77029;77029;77029;77029;L477;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;030;077030;Valsinni;Valsinni;;4;Sud;Basilicata;Matera;1;0;MT;77030;77030;77030;77030;D513;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +17;077;077;031;077031;Scanzano Jonico;Scanzano Jonico;;4;Sud;Basilicata;Matera;1;0;MT;77031;77031;77031;77031;M256;ITF;ITF5;ITF52;ITF;ITF5;ITF52 +18;078;078;001;078001;Acquaformosa;Acquaformosa;;4;Sud;Calabria;Cosenza;1;0;CS;78001;78001;78001;78001;A033;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;002;078002;Acquappesa;Acquappesa;;4;Sud;Calabria;Cosenza;1;0;CS;78002;78002;78002;78002;A041;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;003;078003;Acri;Acri;;4;Sud;Calabria;Cosenza;1;0;CS;78003;78003;78003;78003;A053;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;004;078004;Aiello Calabro;Aiello Calabro;;4;Sud;Calabria;Cosenza;1;0;CS;78004;78004;78004;78004;A102;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;005;078005;Aieta;Aieta;;4;Sud;Calabria;Cosenza;1;0;CS;78005;78005;78005;78005;A105;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;006;078006;Albidona;Albidona;;4;Sud;Calabria;Cosenza;1;0;CS;78006;78006;78006;78006;A160;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;007;078007;Alessandria del Carretto;Alessandria del Carretto;;4;Sud;Calabria;Cosenza;1;0;CS;78007;78007;78007;78007;A183;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;008;078008;Altilia;Altilia;;4;Sud;Calabria;Cosenza;1;0;CS;78008;78008;78008;78008;A234;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;009;078009;Altomonte;Altomonte;;4;Sud;Calabria;Cosenza;1;0;CS;78009;78009;78009;78009;A240;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;010;078010;Amantea;Amantea;;4;Sud;Calabria;Cosenza;1;0;CS;78010;78010;78010;78010;A253;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;011;078011;Amendolara;Amendolara;;4;Sud;Calabria;Cosenza;1;0;CS;78011;78011;78011;78011;A263;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;012;078012;Aprigliano;Aprigliano;;4;Sud;Calabria;Cosenza;1;0;CS;78012;78012;78012;78012;A340;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;013;078013;Belmonte Calabro;Belmonte Calabro;;4;Sud;Calabria;Cosenza;1;0;CS;78013;78013;78013;78013;A762;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;014;078014;Belsito;Belsito;;4;Sud;Calabria;Cosenza;1;0;CS;78014;78014;78014;78014;A768;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;015;078015;Belvedere Marittimo;Belvedere Marittimo;;4;Sud;Calabria;Cosenza;1;0;CS;78015;78015;78015;78015;A773;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;016;078016;Bianchi;Bianchi;;4;Sud;Calabria;Cosenza;1;0;CS;78016;78016;78016;78016;A842;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;017;078017;Bisignano;Bisignano;;4;Sud;Calabria;Cosenza;1;0;CS;78017;78017;78017;78017;A887;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;018;078018;Bocchigliero;Bocchigliero;;4;Sud;Calabria;Cosenza;1;0;CS;78018;78018;78018;78018;A912;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;019;078019;Bonifati;Bonifati;;4;Sud;Calabria;Cosenza;1;0;CS;78019;78019;78019;78019;A973;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;020;078020;Buonvicino;Buonvicino;;4;Sud;Calabria;Cosenza;1;0;CS;78020;78020;78020;78020;B270;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;021;078021;Calopezzati;Calopezzati;;4;Sud;Calabria;Cosenza;1;0;CS;78021;78021;78021;78021;B424;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;022;078022;Caloveto;Caloveto;;4;Sud;Calabria;Cosenza;1;0;CS;78022;78022;78022;78022;B426;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;023;078023;Campana;Campana;;4;Sud;Calabria;Cosenza;1;0;CS;78023;78023;78023;78023;B500;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;024;078024;Canna;Canna;;4;Sud;Calabria;Cosenza;1;0;CS;78024;78024;78024;78024;B607;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;025;078025;Cariati;Cariati;;4;Sud;Calabria;Cosenza;1;0;CS;78025;78025;78025;78025;B774;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;026;078026;Carolei;Carolei;;4;Sud;Calabria;Cosenza;1;0;CS;78026;78026;78026;78026;B802;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;027;078027;Carpanzano;Carpanzano;;4;Sud;Calabria;Cosenza;1;0;CS;78027;78027;78027;78027;B813;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;029;078029;Cassano all'Ionio;Cassano all'Ionio;;4;Sud;Calabria;Cosenza;1;0;CS;78029;78029;78029;78029;C002;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;030;078030;Castiglione Cosentino;Castiglione Cosentino;;4;Sud;Calabria;Cosenza;1;0;CS;78030;78030;78030;78030;C301;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;031;078031;Castrolibero;Castrolibero;;4;Sud;Calabria;Cosenza;1;0;CS;78031;78031;78031;78031;C108;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;032;078032;Castroregio;Castroregio;;4;Sud;Calabria;Cosenza;1;0;CS;78032;78032;78032;78032;C348;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;033;078033;Castrovillari;Castrovillari;;4;Sud;Calabria;Cosenza;1;0;CS;78033;78033;78033;78033;C349;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;034;078034;Celico;Celico;;4;Sud;Calabria;Cosenza;1;0;CS;78034;78034;78034;78034;C430;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;035;078035;Cellara;Cellara;;4;Sud;Calabria;Cosenza;1;0;CS;78035;78035;78035;78035;C437;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;036;078036;Cerchiara di Calabria;Cerchiara di Calabria;;4;Sud;Calabria;Cosenza;1;0;CS;78036;78036;78036;78036;C489;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;037;078037;Cerisano;Cerisano;;4;Sud;Calabria;Cosenza;1;0;CS;78037;78037;78037;78037;C515;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;038;078038;Cervicati;Cervicati;;4;Sud;Calabria;Cosenza;1;0;CS;78038;78038;78038;78038;C554;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;039;078039;Cerzeto;Cerzeto;;4;Sud;Calabria;Cosenza;1;0;CS;78039;78039;78039;78039;C560;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;040;078040;Cetraro;Cetraro;;4;Sud;Calabria;Cosenza;1;0;CS;78040;78040;78040;78040;C588;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;041;078041;Civita;Civita;;4;Sud;Calabria;Cosenza;1;0;CS;78041;78041;78041;78041;C763;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;042;078042;Cleto;Cleto;;4;Sud;Calabria;Cosenza;1;0;CS;78042;78042;78042;78042;C795;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;043;078043;Colosimi;Colosimi;;4;Sud;Calabria;Cosenza;1;0;CS;78043;78043;78043;78043;C905;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;045;078045;Cosenza;Cosenza;;4;Sud;Calabria;Cosenza;1;1;CS;78045;78045;78045;78045;D086;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;046;078046;Cropalati;Cropalati;;4;Sud;Calabria;Cosenza;1;0;CS;78046;78046;78046;78046;D180;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;047;078047;Crosia;Crosia;;4;Sud;Calabria;Cosenza;1;0;CS;78047;78047;78047;78047;D184;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;048;078048;Diamante;Diamante;;4;Sud;Calabria;Cosenza;1;0;CS;78048;78048;78048;78048;D289;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;049;078049;Dipignano;Dipignano;;4;Sud;Calabria;Cosenza;1;0;CS;78049;78049;78049;78049;D304;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;050;078050;Domanico;Domanico;;4;Sud;Calabria;Cosenza;1;0;CS;78050;78050;78050;78050;D328;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;051;078051;Fagnano Castello;Fagnano Castello;;4;Sud;Calabria;Cosenza;1;0;CS;78051;78051;78051;78051;D464;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;052;078052;Falconara Albanese;Falconara Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78052;78052;78052;78052;D473;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;053;078053;Figline Vegliaturo;Figline Vegliaturo;;4;Sud;Calabria;Cosenza;1;0;CS;78053;78053;78053;78053;D582;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;054;078054;Firmo;Firmo;;4;Sud;Calabria;Cosenza;1;0;CS;78054;78054;78054;78054;D614;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;055;078055;Fiumefreddo Bruzio;Fiumefreddo Bruzio;;4;Sud;Calabria;Cosenza;1;0;CS;78055;78055;78055;78055;D624;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;056;078056;Francavilla Marittima;Francavilla Marittima;;4;Sud;Calabria;Cosenza;1;0;CS;78056;78056;78056;78056;D764;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;057;078057;Frascineto;Frascineto;;4;Sud;Calabria;Cosenza;1;0;CS;78057;78057;78057;78057;D774;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;058;078058;Fuscaldo;Fuscaldo;;4;Sud;Calabria;Cosenza;1;0;CS;78058;78058;78058;78058;D828;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;059;078059;Grimaldi;Grimaldi;;4;Sud;Calabria;Cosenza;1;0;CS;78059;78059;78059;78059;E180;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;060;078060;Grisolia;Grisolia;;4;Sud;Calabria;Cosenza;1;0;CS;78060;78060;78060;78060;E185;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;061;078061;Guardia Piemontese;Guardia Piemontese;;4;Sud;Calabria;Cosenza;1;0;CS;78061;78061;78061;78061;E242;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;062;078062;Lago;Lago;;4;Sud;Calabria;Cosenza;1;0;CS;78062;78062;78062;78062;E407;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;063;078063;Laino Borgo;Laino Borgo;;4;Sud;Calabria;Cosenza;1;0;CS;78063;78063;78063;78063;E417;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;064;078064;Laino Castello;Laino Castello;;4;Sud;Calabria;Cosenza;1;0;CS;78064;78064;78064;78064;E419;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;065;078065;Lappano;Lappano;;4;Sud;Calabria;Cosenza;1;0;CS;78065;78065;78065;78065;E450;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;066;078066;Lattarico;Lattarico;;4;Sud;Calabria;Cosenza;1;0;CS;78066;78066;78066;78066;E475;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;067;078067;Longobardi;Longobardi;;4;Sud;Calabria;Cosenza;1;0;CS;78067;78067;78067;78067;E677;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;068;078068;Longobucco;Longobucco;;4;Sud;Calabria;Cosenza;1;0;CS;78068;78068;78068;78068;E678;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;069;078069;Lungro;Lungro;;4;Sud;Calabria;Cosenza;1;0;CS;78069;78069;78069;78069;E745;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;070;078070;Luzzi;Luzzi;;4;Sud;Calabria;Cosenza;1;0;CS;78070;78070;78070;78070;E773;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;071;078071;Maier�;Maier�;;4;Sud;Calabria;Cosenza;1;0;CS;78071;78071;78071;78071;E835;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;072;078072;Malito;Malito;;4;Sud;Calabria;Cosenza;1;0;CS;78072;78072;78072;78072;E859;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;073;078073;Malvito;Malvito;;4;Sud;Calabria;Cosenza;1;0;CS;78073;78073;78073;78073;E872;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;074;078074;Mandatoriccio;Mandatoriccio;;4;Sud;Calabria;Cosenza;1;0;CS;78074;78074;78074;78074;E878;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;075;078075;Mangone;Mangone;;4;Sud;Calabria;Cosenza;1;0;CS;78075;78075;78075;78075;E888;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;076;078076;Marano Marchesato;Marano Marchesato;;4;Sud;Calabria;Cosenza;1;0;CS;78076;78076;78076;78076;E914;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;077;078077;Marano Principato;Marano Principato;;4;Sud;Calabria;Cosenza;1;0;CS;78077;78077;78077;78077;E915;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;078;078078;Marzi;Marzi;;4;Sud;Calabria;Cosenza;1;0;CS;78078;78078;78078;78078;F001;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;079;078079;Mendicino;Mendicino;;4;Sud;Calabria;Cosenza;1;0;CS;78079;78079;78079;78079;F125;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;080;078080;Mongrassano;Mongrassano;;4;Sud;Calabria;Cosenza;1;0;CS;78080;78080;78080;78080;F370;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;081;078081;Montalto Uffugo;Montalto Uffugo;;4;Sud;Calabria;Cosenza;1;0;CS;78081;78081;78081;78081;F416;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;082;078082;Montegiordano;Montegiordano;;4;Sud;Calabria;Cosenza;1;0;CS;78082;78082;78082;78082;F519;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;083;078083;Morano Calabro;Morano Calabro;;4;Sud;Calabria;Cosenza;1;0;CS;78083;78083;78083;78083;F708;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;084;078084;Mormanno;Mormanno;;4;Sud;Calabria;Cosenza;1;0;CS;78084;78084;78084;78084;F735;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;085;078085;Mottafollone;Mottafollone;;4;Sud;Calabria;Cosenza;1;0;CS;78085;78085;78085;78085;F775;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;086;078086;Nocara;Nocara;;4;Sud;Calabria;Cosenza;1;0;CS;78086;78086;78086;78086;F907;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;087;078087;Oriolo;Oriolo;;4;Sud;Calabria;Cosenza;1;0;CS;78087;78087;78087;78087;G110;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;088;078088;Orsomarso;Orsomarso;;4;Sud;Calabria;Cosenza;1;0;CS;78088;78088;78088;78088;G129;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;089;078089;Paludi;Paludi;;4;Sud;Calabria;Cosenza;1;0;CS;78089;78089;78089;78089;G298;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;090;078090;Panettieri;Panettieri;;4;Sud;Calabria;Cosenza;1;0;CS;78090;78090;78090;78090;G307;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;091;078091;Paola;Paola;;4;Sud;Calabria;Cosenza;1;0;CS;78091;78091;78091;78091;G317;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;092;078092;Papasidero;Papasidero;;4;Sud;Calabria;Cosenza;1;0;CS;78092;78092;78092;78092;G320;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;093;078093;Parenti;Parenti;;4;Sud;Calabria;Cosenza;1;0;CS;78093;78093;78093;78093;G331;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;094;078094;Paterno Calabro;Paterno Calabro;;4;Sud;Calabria;Cosenza;1;0;CS;78094;78094;78094;78094;G372;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;096;078096;Pedivigliano;Pedivigliano;;4;Sud;Calabria;Cosenza;1;0;CS;78096;78096;78096;78096;G411;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;097;078097;Piane Crati;Piane Crati;;4;Sud;Calabria;Cosenza;1;0;CS;78097;78097;78097;78097;G553;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;098;078098;Pietrafitta;Pietrafitta;;4;Sud;Calabria;Cosenza;1;0;CS;78098;78098;78098;78098;G615;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;099;078099;Pietrapaola;Pietrapaola;;4;Sud;Calabria;Cosenza;1;0;CS;78099;78099;78099;78099;G622;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;100;078100;Plataci;Plataci;;4;Sud;Calabria;Cosenza;1;0;CS;78100;78100;78100;78100;G733;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;101;078101;Praia a Mare;Praia a Mare;;4;Sud;Calabria;Cosenza;1;0;CS;78101;78101;78101;78101;G975;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;102;078102;Rende;Rende;;4;Sud;Calabria;Cosenza;1;0;CS;78102;78102;78102;78102;H235;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;103;078103;Rocca Imperiale;Rocca Imperiale;;4;Sud;Calabria;Cosenza;1;0;CS;78103;78103;78103;78103;H416;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;104;078104;Roggiano Gravina;Roggiano Gravina;;4;Sud;Calabria;Cosenza;1;0;CS;78104;78104;78104;78104;H488;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;105;078105;Rogliano;Rogliano;;4;Sud;Calabria;Cosenza;1;0;CS;78105;78105;78105;78105;H490;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;106;078106;Rose;Rose;;4;Sud;Calabria;Cosenza;1;0;CS;78106;78106;78106;78106;H565;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;107;078107;Roseto Capo Spulico;Roseto Capo Spulico;;4;Sud;Calabria;Cosenza;1;0;CS;78107;78107;78107;78107;H572;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;109;078109;Rota Greca;Rota Greca;;4;Sud;Calabria;Cosenza;1;0;CS;78109;78109;78109;78109;H585;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;110;078110;Rovito;Rovito;;4;Sud;Calabria;Cosenza;1;0;CS;78110;78110;78110;78110;H621;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;111;078111;San Basile;San Basile;;4;Sud;Calabria;Cosenza;1;0;CS;78111;78111;78111;78111;H765;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;112;078112;San Benedetto Ullano;San Benedetto Ullano;;4;Sud;Calabria;Cosenza;1;0;CS;78112;78112;78112;78112;H774;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;113;078113;San Cosmo Albanese;San Cosmo Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78113;78113;78113;78113;H806;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;114;078114;San Demetrio Corone;San Demetrio Corone;;4;Sud;Calabria;Cosenza;1;0;CS;78114;78114;78114;78114;H818;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;115;078115;San Donato di Ninea;San Donato di Ninea;;4;Sud;Calabria;Cosenza;1;0;CS;78115;78115;78115;78115;H825;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;116;078116;San Fili;San Fili;;4;Sud;Calabria;Cosenza;1;0;CS;78116;78116;78116;78116;H841;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;117;078117;Sangineto;Sangineto;;4;Sud;Calabria;Cosenza;1;0;CS;78117;78117;78117;78117;H877;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;118;078118;San Giorgio Albanese;San Giorgio Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78118;78118;78118;78118;H881;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;119;078119;San Giovanni in Fiore;San Giovanni in Fiore;;4;Sud;Calabria;Cosenza;1;0;CS;78119;78119;78119;78119;H919;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;120;078120;San Lorenzo Bellizzi;San Lorenzo Bellizzi;;4;Sud;Calabria;Cosenza;1;0;CS;78120;78120;78120;78120;H961;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;121;078121;San Lorenzo del Vallo;San Lorenzo del Vallo;;4;Sud;Calabria;Cosenza;1;0;CS;78121;78121;78121;78121;H962;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;122;078122;San Lucido;San Lucido;;4;Sud;Calabria;Cosenza;1;0;CS;78122;78122;78122;78122;H971;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;123;078123;San Marco Argentano;San Marco Argentano;;4;Sud;Calabria;Cosenza;1;0;CS;78123;78123;78123;78123;H981;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;124;078124;San Martino di Finita;San Martino di Finita;;4;Sud;Calabria;Cosenza;1;0;CS;78124;78124;78124;78124;H992;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;125;078125;San Nicola Arcella;San Nicola Arcella;;4;Sud;Calabria;Cosenza;1;0;CS;78125;78125;78125;78125;I060;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;126;078126;San Pietro in Amantea;San Pietro in Amantea;;4;Sud;Calabria;Cosenza;1;0;CS;78126;78126;78126;78126;I108;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;127;078127;San Pietro in Guarano;San Pietro in Guarano;;4;Sud;Calabria;Cosenza;1;0;CS;78127;78127;78127;78127;I114;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;128;078128;San Sosti;San Sosti;;4;Sud;Calabria;Cosenza;1;0;CS;78128;78128;78128;78128;I165;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;129;078129;Santa Caterina Albanese;Santa Caterina Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78129;78129;78129;78129;I171;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;130;078130;Santa Domenica Talao;Santa Domenica Talao;;4;Sud;Calabria;Cosenza;1;0;CS;78130;78130;78130;78130;I183;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;131;078131;Sant'Agata di Esaro;Sant'Agata di Esaro;;4;Sud;Calabria;Cosenza;1;0;CS;78131;78131;78131;78131;I192;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;132;078132;Santa Maria del Cedro;Santa Maria del Cedro;;4;Sud;Calabria;Cosenza;1;0;CS;78132;78132;78132;78132;C717;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;133;078133;Santa Sofia d'Epiro;Santa Sofia d'Epiro;;4;Sud;Calabria;Cosenza;1;0;CS;78133;78133;78133;78133;I309;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;134;078134;Santo Stefano di Rogliano;Santo Stefano di Rogliano;;4;Sud;Calabria;Cosenza;1;0;CS;78134;78134;78134;78134;I359;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;135;078135;San Vincenzo La Costa;San Vincenzo La Costa;;4;Sud;Calabria;Cosenza;1;0;CS;78135;78135;78135;78135;I388;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;136;078136;Saracena;Saracena;;4;Sud;Calabria;Cosenza;1;0;CS;78136;78136;78136;78136;I423;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;137;078137;Scala Coeli;Scala Coeli;;4;Sud;Calabria;Cosenza;1;0;CS;78137;78137;78137;78137;I485;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;138;078138;Scalea;Scalea;;4;Sud;Calabria;Cosenza;1;0;CS;78138;78138;78138;78138;I489;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;139;078139;Scigliano;Scigliano;;4;Sud;Calabria;Cosenza;1;0;CS;78139;78139;78139;78139;D290;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;140;078140;Serra d'Aiello;Serra d'Aiello;;4;Sud;Calabria;Cosenza;1;0;CS;78140;78140;78140;78140;I642;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;142;078142;Spezzano Albanese;Spezzano Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78142;78142;78142;78142;I895;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;143;078143;Spezzano della Sila;Spezzano della Sila;;4;Sud;Calabria;Cosenza;1;0;CS;78143;78143;78143;78143;I896;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;145;078145;Tarsia;Tarsia;;4;Sud;Calabria;Cosenza;1;0;CS;78145;78145;78145;78145;L055;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;146;078146;Terranova da Sibari;Terranova da Sibari;;4;Sud;Calabria;Cosenza;1;0;CS;78146;78146;78146;78146;L124;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;147;078147;Terravecchia;Terravecchia;;4;Sud;Calabria;Cosenza;1;0;CS;78147;78147;78147;78147;L134;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;148;078148;Torano Castello;Torano Castello;;4;Sud;Calabria;Cosenza;1;0;CS;78148;78148;78148;78148;L206;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;149;078149;Tortora;Tortora;;4;Sud;Calabria;Cosenza;1;0;CS;78149;78149;78149;78149;L305;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;150;078150;Trebisacce;Trebisacce;;4;Sud;Calabria;Cosenza;1;0;CS;78150;78150;78150;78150;L353;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;152;078152;Vaccarizzo Albanese;Vaccarizzo Albanese;;4;Sud;Calabria;Cosenza;1;0;CS;78152;78152;78152;78152;L524;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;153;078153;Verbicaro;Verbicaro;;4;Sud;Calabria;Cosenza;1;0;CS;78153;78153;78153;78153;L747;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;154;078154;Villapiana;Villapiana;;4;Sud;Calabria;Cosenza;1;0;CS;78154;78154;78154;78154;B903;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;155;078155;Zumpano;Zumpano;;4;Sud;Calabria;Cosenza;1;0;CS;78155;78155;78155;78155;M202;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;156;078156;Casali del Manco;Casali del Manco;;4;Sud;Calabria;Cosenza;1;0;CS;78156;78156;78156;78156;M385;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;078;078;157;078157;Corigliano-Rossano;Corigliano-Rossano;;4;Sud;Calabria;Cosenza;1;0;CS;78157;78157;78157;78157;M403;ITF;ITF6;ITF61;ITF;ITF6;ITF61 +18;079;079;002;079002;Albi;Albi;;4;Sud;Calabria;Catanzaro;1;0;CZ;79002;79002;79002;79002;A155;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;003;079003;Amaroni;Amaroni;;4;Sud;Calabria;Catanzaro;1;0;CZ;79003;79003;79003;79003;A255;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;004;079004;Amato;Amato;;4;Sud;Calabria;Catanzaro;1;0;CZ;79004;79004;79004;79004;A257;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;005;079005;Andali;Andali;;4;Sud;Calabria;Catanzaro;1;0;CZ;79005;79005;79005;79005;A272;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;007;079007;Argusto;Argusto;;4;Sud;Calabria;Catanzaro;1;0;CZ;79007;79007;79007;79007;A397;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;008;079008;Badolato;Badolato;;4;Sud;Calabria;Catanzaro;1;0;CZ;79008;79008;79008;79008;A542;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;009;079009;Belcastro;Belcastro;;4;Sud;Calabria;Catanzaro;1;0;CZ;79009;79009;79009;79009;A736;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;011;079011;Borgia;Borgia;;4;Sud;Calabria;Catanzaro;1;0;CZ;79011;79011;79011;79011;B002;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;012;079012;Botricello;Botricello;;4;Sud;Calabria;Catanzaro;1;0;CZ;79012;79012;79012;79012;B085;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;017;079017;Caraffa di Catanzaro;Caraffa di Catanzaro;;4;Sud;Calabria;Catanzaro;1;0;CZ;79017;79017;79017;79017;B717;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;018;079018;Cardinale;Cardinale;;4;Sud;Calabria;Catanzaro;1;0;CZ;79018;79018;79018;79018;B758;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;020;079020;Carlopoli;Carlopoli;;4;Sud;Calabria;Catanzaro;1;0;CZ;79020;79020;79020;79020;B790;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;023;079023;Catanzaro;Catanzaro;;4;Sud;Calabria;Catanzaro;1;1;CZ;79023;79023;79023;79023;C352;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;024;079024;Cenadi;Cenadi;;4;Sud;Calabria;Catanzaro;1;0;CZ;79024;79024;79024;79024;C453;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;025;079025;Centrache;Centrache;;4;Sud;Calabria;Catanzaro;1;0;CZ;79025;79025;79025;79025;C472;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;027;079027;Cerva;Cerva;;4;Sud;Calabria;Catanzaro;1;0;CZ;79027;79027;79027;79027;C542;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;029;079029;Chiaravalle Centrale;Chiaravalle Centrale;;4;Sud;Calabria;Catanzaro;1;0;CZ;79029;79029;79029;79029;C616;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;030;079030;Cicala;Cicala;;4;Sud;Calabria;Catanzaro;1;0;CZ;79030;79030;79030;79030;C674;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;033;079033;Conflenti;Conflenti;;4;Sud;Calabria;Catanzaro;1;0;CZ;79033;79033;79033;79033;C960;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;034;079034;Cortale;Cortale;;4;Sud;Calabria;Catanzaro;1;0;CZ;79034;79034;79034;79034;D049;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;036;079036;Cropani;Cropani;;4;Sud;Calabria;Catanzaro;1;0;CZ;79036;79036;79036;79036;D181;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;039;079039;Curinga;Curinga;;4;Sud;Calabria;Catanzaro;1;0;CZ;79039;79039;79039;79039;D218;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;042;079042;Davoli;Davoli;;4;Sud;Calabria;Catanzaro;1;0;CZ;79042;79042;79042;79042;D257;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;043;079043;Decollatura;Decollatura;;4;Sud;Calabria;Catanzaro;1;0;CZ;79043;79043;79043;79043;D261;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;047;079047;Falerna;Falerna;;4;Sud;Calabria;Catanzaro;1;0;CZ;79047;79047;79047;79047;D476;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;048;079048;Feroleto Antico;Feroleto Antico;;4;Sud;Calabria;Catanzaro;1;0;CZ;79048;79048;79048;79048;D544;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;052;079052;Fossato Serralta;Fossato Serralta;;4;Sud;Calabria;Catanzaro;1;0;CZ;79052;79052;79052;79052;D744;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;055;079055;Gagliato;Gagliato;;4;Sud;Calabria;Catanzaro;1;0;CZ;79055;79055;79055;79055;D852;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;056;079056;Gasperina;Gasperina;;4;Sud;Calabria;Catanzaro;1;0;CZ;79056;79056;79056;79056;D932;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;058;079058;Gimigliano;Gimigliano;;4;Sud;Calabria;Catanzaro;1;0;CZ;79058;79058;79058;79058;E031;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;059;079059;Girifalco;Girifalco;;4;Sud;Calabria;Catanzaro;1;0;CZ;79059;79059;79059;79059;E050;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;060;079060;Gizzeria;Gizzeria;;4;Sud;Calabria;Catanzaro;1;0;CZ;79060;79060;79060;79060;E068;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;061;079061;Guardavalle;Guardavalle;;4;Sud;Calabria;Catanzaro;1;0;CZ;79061;79061;79061;79061;E239;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;063;079063;Isca sullo Ionio;Isca sullo Ionio;;4;Sud;Calabria;Catanzaro;1;0;CZ;79063;79063;79063;79063;E328;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;065;079065;Jacurso;Jacurso;;4;Sud;Calabria;Catanzaro;1;0;CZ;79065;79065;79065;79065;E274;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;068;079068;Magisano;Magisano;;4;Sud;Calabria;Catanzaro;1;0;CZ;79068;79068;79068;79068;E806;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;069;079069;Maida;Maida;;4;Sud;Calabria;Catanzaro;1;0;CZ;79069;79069;79069;79069;E834;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;071;079071;Marcedusa;Marcedusa;;4;Sud;Calabria;Catanzaro;1;0;CZ;79071;79071;79071;79071;E923;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;072;079072;Marcellinara;Marcellinara;;4;Sud;Calabria;Catanzaro;1;0;CZ;79072;79072;79072;79072;E925;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;073;079073;Martirano;Martirano;;4;Sud;Calabria;Catanzaro;1;0;CZ;79073;79073;79073;79073;E990;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;074;079074;Martirano Lombardo;Martirano Lombardo;;4;Sud;Calabria;Catanzaro;1;0;CZ;79074;79074;79074;79074;E991;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;077;079077;Miglierina;Miglierina;;4;Sud;Calabria;Catanzaro;1;0;CZ;79077;79077;79077;79077;F200;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;080;079080;Montauro;Montauro;;4;Sud;Calabria;Catanzaro;1;0;CZ;79080;79080;79080;79080;F432;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;081;079081;Montepaone;Montepaone;;4;Sud;Calabria;Catanzaro;1;0;CZ;79081;79081;79081;79081;F586;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;083;079083;Motta Santa Lucia;Motta Santa Lucia;;4;Sud;Calabria;Catanzaro;1;0;CZ;79083;79083;79083;79083;F780;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;087;079087;Nocera Terinese;Nocera Terinese;;4;Sud;Calabria;Catanzaro;1;0;CZ;79087;79087;79087;79087;F910;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;088;079088;Olivadi;Olivadi;;4;Sud;Calabria;Catanzaro;1;0;CZ;79088;79088;79088;79088;G034;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;089;079089;Palermiti;Palermiti;;4;Sud;Calabria;Catanzaro;1;0;CZ;79089;79089;79089;79089;G272;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;092;079092;Pentone;Pentone;;4;Sud;Calabria;Catanzaro;1;0;CZ;79092;79092;79092;79092;G439;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;094;079094;Petrizzi;Petrizzi;;4;Sud;Calabria;Catanzaro;1;0;CZ;79094;79094;79094;79094;G517;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;095;079095;Petron�;Petron�;;4;Sud;Calabria;Catanzaro;1;0;CZ;79095;79095;79095;79095;G518;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;096;079096;Pianopoli;Pianopoli;;4;Sud;Calabria;Catanzaro;1;0;CZ;79096;79096;79096;79096;D546;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;099;079099;Platania;Platania;;4;Sud;Calabria;Catanzaro;1;0;CZ;79099;79099;79099;79099;G734;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;108;079108;San Floro;San Floro;;4;Sud;Calabria;Catanzaro;1;0;CZ;79108;79108;79108;79108;H846;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;110;079110;San Mango d'Aquino;San Mango d'Aquino;;4;Sud;Calabria;Catanzaro;1;0;CZ;79110;79110;79110;79110;H976;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;114;079114;San Pietro a Maida;San Pietro a Maida;;4;Sud;Calabria;Catanzaro;1;0;CZ;79114;79114;79114;79114;I093;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;115;079115;San Pietro Apostolo;San Pietro Apostolo;;4;Sud;Calabria;Catanzaro;1;0;CZ;79115;79115;79115;79115;I095;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;116;079116;San Sostene;San Sostene;;4;Sud;Calabria;Catanzaro;1;0;CZ;79116;79116;79116;79116;I164;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;117;079117;Santa Caterina dello Ionio;Santa Caterina dello Ionio;;4;Sud;Calabria;Catanzaro;1;0;CZ;79117;79117;79117;79117;I170;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;118;079118;Sant'Andrea Apostolo dello Ionio;Sant'Andrea Apostolo dello Ionio;;4;Sud;Calabria;Catanzaro;1;0;CZ;79118;79118;79118;79118;I266;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;122;079122;San Vito sullo Ionio;San Vito sullo Ionio;;4;Sud;Calabria;Catanzaro;1;0;CZ;79122;79122;79122;79122;I393;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;123;079123;Satriano;Satriano;;4;Sud;Calabria;Catanzaro;1;0;CZ;79123;79123;79123;79123;I463;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;126;079126;Sellia;Sellia;;4;Sud;Calabria;Catanzaro;1;0;CZ;79126;79126;79126;79126;I589;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;127;079127;Sellia Marina;Sellia Marina;;4;Sud;Calabria;Catanzaro;1;0;CZ;79127;79127;79127;79127;I590;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;129;079129;Serrastretta;Serrastretta;;4;Sud;Calabria;Catanzaro;1;0;CZ;79129;79129;79129;79129;I655;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;130;079130;Sersale;Sersale;;4;Sud;Calabria;Catanzaro;1;0;CZ;79130;79130;79130;79130;I671;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;131;079131;Settingiano;Settingiano;;4;Sud;Calabria;Catanzaro;1;0;CZ;79131;79131;79131;79131;I704;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;133;079133;Simeri Crichi;Simeri Crichi;;4;Sud;Calabria;Catanzaro;1;0;CZ;79133;79133;79133;79133;I745;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;134;079134;Sorbo San Basile;Sorbo San Basile;;4;Sud;Calabria;Catanzaro;1;0;CZ;79134;79134;79134;79134;I844;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;137;079137;Soverato;Soverato;;4;Sud;Calabria;Catanzaro;1;0;CZ;79137;79137;79137;79137;I872;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;138;079138;Soveria Mannelli;Soveria Mannelli;;4;Sud;Calabria;Catanzaro;1;0;CZ;79138;79138;79138;79138;I874;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;139;079139;Soveria Simeri;Soveria Simeri;;4;Sud;Calabria;Catanzaro;1;0;CZ;79139;79139;79139;79139;I875;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;142;079142;Squillace;Squillace;;4;Sud;Calabria;Catanzaro;1;0;CZ;79142;79142;79142;79142;I929;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;143;079143;Stalett�;Stalett�;;4;Sud;Calabria;Catanzaro;1;0;CZ;79143;79143;79143;79143;I937;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;146;079146;Taverna;Taverna;;4;Sud;Calabria;Catanzaro;1;0;CZ;79146;79146;79146;79146;L070;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;147;079147;Tiriolo;Tiriolo;;4;Sud;Calabria;Catanzaro;1;0;CZ;79147;79147;79147;79147;L177;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;148;079148;Torre di Ruggiero;Torre di Ruggiero;;4;Sud;Calabria;Catanzaro;1;0;CZ;79148;79148;79148;79148;L240;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;151;079151;Vallefiorita;Vallefiorita;;4;Sud;Calabria;Catanzaro;1;0;CZ;79151;79151;79151;79151;I322;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;157;079157;Zagarise;Zagarise;;4;Sud;Calabria;Catanzaro;1;0;CZ;79157;79157;79157;79157;M140;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;079;079;160;079160;Lamezia Terme;Lamezia Terme;;4;Sud;Calabria;Catanzaro;1;0;CZ;79160;79160;79160;79160;M208;ITF;ITF6;ITF63;ITF;ITF6;ITF63 +18;280;080;001;080001;Africo;Africo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80001;80001;80001;80001;A065;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;002;080002;Agnana Calabra;Agnana Calabra;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80002;80002;80002;80002;A077;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;003;080003;Anoia;Anoia;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80003;80003;80003;80003;A303;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;004;080004;Antonimina;Antonimina;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80004;80004;80004;80004;A314;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;005;080005;Ardore;Ardore;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80005;80005;80005;80005;A385;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;006;080006;Bagaladi;Bagaladi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80006;80006;80006;80006;A544;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;007;080007;Bagnara Calabra;Bagnara Calabra;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80007;80007;80007;80007;A552;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;008;080008;Benestare;Benestare;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80008;80008;80008;80008;A780;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;009;080009;Bianco;Bianco;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80009;80009;80009;80009;A843;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;010;080010;Bivongi;Bivongi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80010;80010;80010;80010;A897;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;011;080011;Bova;Bova;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80011;80011;80011;80011;B097;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;012;080012;Bovalino;Bovalino;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80012;80012;80012;80012;B098;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;013;080013;Bova Marina;Bova Marina;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80013;80013;80013;80013;B099;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;014;080014;Brancaleone;Brancaleone;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80014;80014;80014;80014;B118;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;015;080015;Bruzzano Zeffirio;Bruzzano Zeffirio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80015;80015;80015;80015;B234;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;016;080016;Calanna;Calanna;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80016;80016;80016;80016;B379;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;017;080017;Camini;Camini;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80017;80017;80017;80017;B481;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;018;080018;Campo Calabro;Campo Calabro;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80018;80018;80018;80018;B516;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;019;080019;Candidoni;Candidoni;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80019;80019;80019;80019;B591;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;020;080020;Canolo;Canolo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80020;80020;80020;80020;B617;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;021;080021;Caraffa del Bianco;Caraffa del Bianco;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80021;80021;80021;80021;B718;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;022;080022;Cardeto;Cardeto;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80022;80022;80022;80022;B756;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;023;080023;Careri;Careri;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80023;80023;80023;80023;B766;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;024;080024;Casignana;Casignana;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80024;80024;80024;80024;B966;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;025;080025;Caulonia;Caulonia;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80025;80025;80025;80025;C285;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;026;080026;Cimin�;Cimin�;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80026;80026;80026;80026;C695;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;027;080027;Cinquefrondi;Cinquefrondi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80027;80027;80027;80027;C710;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;028;080028;Cittanova;Cittanova;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80028;80028;80028;80028;C747;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;029;080029;Condofuri;Condofuri;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80029;80029;80029;80029;C954;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;030;080030;Cosoleto;Cosoleto;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80030;80030;80030;80030;D089;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;031;080031;Delianuova;Delianuova;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80031;80031;80031;80031;D268;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;032;080032;Feroleto della Chiesa;Feroleto della Chiesa;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80032;80032;80032;80032;D545;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;033;080033;Ferruzzano;Ferruzzano;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80033;80033;80033;80033;D557;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;034;080034;Fiumara;Fiumara;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80034;80034;80034;80034;D619;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;035;080035;Galatro;Galatro;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80035;80035;80035;80035;D864;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;036;080036;Gerace;Gerace;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80036;80036;80036;80036;D975;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;037;080037;Giffone;Giffone;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80037;80037;80037;80037;E025;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;038;080038;Gioia Tauro;Gioia Tauro;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80038;80038;80038;80038;E041;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;039;080039;Gioiosa Ionica;Gioiosa Ionica;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80039;80039;80039;80039;E044;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;040;080040;Grotteria;Grotteria;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80040;80040;80040;80040;E212;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;041;080041;Laganadi;Laganadi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80041;80041;80041;80041;E402;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;042;080042;Laureana di Borrello;Laureana di Borrello;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80042;80042;80042;80042;E479;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;043;080043;Locri;Locri;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80043;80043;80043;80043;D976;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;044;080044;Mammola;Mammola;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80044;80044;80044;80044;E873;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;045;080045;Marina di Gioiosa Ionica;Marina di Gioiosa Ionica;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80045;80045;80045;80045;E956;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;046;080046;Maropati;Maropati;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80046;80046;80046;80046;E968;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;047;080047;Martone;Martone;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80047;80047;80047;80047;E993;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;048;080048;Melicucc�;Melicucc�;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80048;80048;80048;80048;F105;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;049;080049;Melicucco;Melicucco;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80049;80049;80049;80049;F106;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;050;080050;Melito di Porto Salvo;Melito di Porto Salvo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80050;80050;80050;80050;F112;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;051;080051;Molochio;Molochio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80051;80051;80051;80051;F301;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;052;080052;Monasterace;Monasterace;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80052;80052;80052;80052;F324;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;053;080053;Montebello Jonico;Montebello Jonico;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80053;80053;80053;80053;D746;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;054;080054;Motta San Giovanni;Motta San Giovanni;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80054;80054;80054;80054;F779;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;055;080055;Oppido Mamertina;Oppido Mamertina;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80055;80055;80055;80055;G082;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;056;080056;Palizzi;Palizzi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80056;80056;80056;80056;G277;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;057;080057;Palmi;Palmi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80057;80057;80057;80057;G288;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;058;080058;Pazzano;Pazzano;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80058;80058;80058;80058;G394;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;059;080059;Placanica;Placanica;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80059;80059;80059;80059;G729;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;060;080060;Plat�;Plat�;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80060;80060;80060;80060;G735;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;061;080061;Polistena;Polistena;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80061;80061;80061;80061;G791;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;062;080062;Portigliola;Portigliola;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80062;80062;80062;80062;G905;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;063;080063;Reggio di Calabria;Reggio di Calabria;;4;Sud;Calabria;Reggio Calabria;3;1;RC;80063;80063;80063;80063;H224;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;064;080064;Riace;Riace;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80064;80064;80064;80064;H265;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;065;080065;Rizziconi;Rizziconi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80065;80065;80065;80065;H359;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;066;080066;Roccaforte del Greco;Roccaforte del Greco;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80066;80066;80066;80066;H408;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;067;080067;Roccella Ionica;Roccella Ionica;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80067;80067;80067;80067;H456;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;068;080068;Roghudi;Roghudi;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80068;80068;80068;80068;H489;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;069;080069;Rosarno;Rosarno;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80069;80069;80069;80069;H558;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;070;080070;Samo;Samo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80070;80070;80070;80070;H013;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;071;080071;San Giorgio Morgeto;San Giorgio Morgeto;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80071;80071;80071;80071;H889;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;072;080072;San Giovanni di Gerace;San Giovanni di Gerace;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80072;80072;80072;80072;H903;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;073;080073;San Lorenzo;San Lorenzo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80073;80073;80073;80073;H959;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;074;080074;San Luca;San Luca;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80074;80074;80074;80074;H970;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;075;080075;San Pietro di Carid�;San Pietro di Carid�;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80075;80075;80075;80075;I102;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;076;080076;San Procopio;San Procopio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80076;80076;80076;80076;I132;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;077;080077;San Roberto;San Roberto;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80077;80077;80077;80077;I139;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;078;080078;Santa Cristina d'Aspromonte;Santa Cristina d'Aspromonte;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80078;80078;80078;80078;I176;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;079;080079;Sant'Agata del Bianco;Sant'Agata del Bianco;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80079;80079;80079;80079;I198;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;080;080080;Sant'Alessio in Aspromonte;Sant'Alessio in Aspromonte;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80080;80080;80080;80080;I214;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;081;080081;Sant'Eufemia d'Aspromonte;Sant'Eufemia d'Aspromonte;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80081;80081;80081;80081;I333;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;082;080082;Sant'Ilario dello Ionio;Sant'Ilario dello Ionio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80082;80082;80082;80082;I341;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;083;080083;Santo Stefano in Aspromonte;Santo Stefano in Aspromonte;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80083;80083;80083;80083;I371;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;084;080084;Scido;Scido;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80084;80084;80084;80084;I536;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;085;080085;Scilla;Scilla;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80085;80085;80085;80085;I537;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;086;080086;Seminara;Seminara;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80086;80086;80086;80086;I600;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;087;080087;Serrata;Serrata;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80087;80087;80087;80087;I656;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;088;080088;Siderno;Siderno;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80088;80088;80088;80088;I725;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;089;080089;Sinopoli;Sinopoli;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80089;80089;80089;80089;I753;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;090;080090;Staiti;Staiti;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80090;80090;80090;80090;I936;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;091;080091;Stignano;Stignano;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80091;80091;80091;80091;I955;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;092;080092;Stilo;Stilo;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80092;80092;80092;80092;I956;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;093;080093;Taurianova;Taurianova;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80093;80093;80093;80093;L063;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;094;080094;Terranova Sappo Minulio;Terranova Sappo Minulio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80094;80094;80094;80094;L127;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;095;080095;Varapodio;Varapodio;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80095;80095;80095;80095;L673;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;096;080096;Villa San Giovanni;Villa San Giovanni;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80096;80096;80096;80096;M018;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;280;080;097;080097;San Ferdinando;San Ferdinando;;4;Sud;Calabria;Reggio Calabria;3;0;RC;80097;80097;80097;80097;M277;ITF;ITF6;ITF65;ITF;ITF6;ITF65 +18;101;101;001;101001;Belvedere di Spinello;Belvedere di Spinello;;4;Sud;Calabria;Crotone;1;0;KR;101001;101001;101001;101001;A772;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;002;101002;Caccuri;Caccuri;;4;Sud;Calabria;Crotone;1;0;KR;101002;101002;101002;101002;B319;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;003;101003;Carfizzi;Carfizzi;;4;Sud;Calabria;Crotone;1;0;KR;101003;101003;101003;101003;B771;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;004;101004;Casabona;Casabona;;4;Sud;Calabria;Crotone;1;0;KR;101004;101004;101004;101004;B857;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;005;101005;Castelsilano;Castelsilano;;4;Sud;Calabria;Crotone;1;0;KR;101005;101005;101005;101005;B968;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;006;101006;Cerenzia;Cerenzia;;4;Sud;Calabria;Crotone;1;0;KR;101006;101006;101006;101006;C501;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;007;101007;Cir�;Cir�;;4;Sud;Calabria;Crotone;1;0;KR;101007;101007;101007;101007;C725;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;008;101008;Cir� Marina;Cir� Marina;;4;Sud;Calabria;Crotone;1;0;KR;101008;101008;101008;101008;C726;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;009;101009;Cotronei;Cotronei;;4;Sud;Calabria;Crotone;1;0;KR;101009;101009;101009;101009;D123;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;010;101010;Crotone;Crotone;;4;Sud;Calabria;Crotone;1;1;KR;101010;101010;101010;101010;D122;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;011;101011;Crucoli;Crucoli;;4;Sud;Calabria;Crotone;1;0;KR;101011;101011;101011;101011;D189;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;012;101012;Cutro;Cutro;;4;Sud;Calabria;Crotone;1;0;KR;101012;101012;101012;101012;D236;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;013;101013;Isola di Capo Rizzuto;Isola di Capo Rizzuto;;4;Sud;Calabria;Crotone;1;0;KR;101013;101013;101013;101013;E339;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;014;101014;Melissa;Melissa;;4;Sud;Calabria;Crotone;1;0;KR;101014;101014;101014;101014;F108;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;015;101015;Mesoraca;Mesoraca;;4;Sud;Calabria;Crotone;1;0;KR;101015;101015;101015;101015;F157;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;016;101016;Pallagorio;Pallagorio;;4;Sud;Calabria;Crotone;1;0;KR;101016;101016;101016;101016;G278;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;017;101017;Petilia Policastro;Petilia Policastro;;4;Sud;Calabria;Crotone;1;0;KR;101017;101017;101017;101017;G508;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;018;101018;Roccabernarda;Roccabernarda;;4;Sud;Calabria;Crotone;1;0;KR;101018;101018;101018;101018;H383;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;019;101019;Rocca di Neto;Rocca di Neto;;4;Sud;Calabria;Crotone;1;0;KR;101019;101019;101019;101019;H403;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;020;101020;San Mauro Marchesato;San Mauro Marchesato;;4;Sud;Calabria;Crotone;1;0;KR;101020;101020;101020;101020;I026;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;021;101021;San Nicola dell'Alto;San Nicola dell'Alto;;4;Sud;Calabria;Crotone;1;0;KR;101021;101021;101021;101021;I057;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;022;101022;Santa Severina;Santa Severina;;4;Sud;Calabria;Crotone;1;0;KR;101022;101022;101022;101022;I308;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;023;101023;Savelli;Savelli;;4;Sud;Calabria;Crotone;1;0;KR;101023;101023;101023;101023;I468;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;024;101024;Scandale;Scandale;;4;Sud;Calabria;Crotone;1;0;KR;101024;101024;101024;101024;I494;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;025;101025;Strongoli;Strongoli;;4;Sud;Calabria;Crotone;1;0;KR;101025;101025;101025;101025;I982;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;026;101026;Umbriatico;Umbriatico;;4;Sud;Calabria;Crotone;1;0;KR;101026;101026;101026;101026;L492;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;101;101;027;101027;Verzino;Verzino;;4;Sud;Calabria;Crotone;1;0;KR;101027;101027;101027;101027;L802;ITF;ITF6;ITF62;ITF;ITF6;ITF62 +18;102;102;001;102001;Acquaro;Acquaro;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102001;102001;102001;102001;A043;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;002;102002;Arena;Arena;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102002;102002;102002;102002;A386;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;003;102003;Briatico;Briatico;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102003;102003;102003;102003;B169;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;004;102004;Brognaturo;Brognaturo;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102004;102004;102004;102004;B197;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;005;102005;Capistrano;Capistrano;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102005;102005;102005;102005;B655;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;006;102006;Cessaniti;Cessaniti;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102006;102006;102006;102006;C581;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;007;102007;Das�;Das�;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102007;102007;102007;102007;D253;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;008;102008;Dinami;Dinami;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102008;102008;102008;102008;D303;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;009;102009;Drapia;Drapia;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102009;102009;102009;102009;D364;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;010;102010;Fabrizia;Fabrizia;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102010;102010;102010;102010;D453;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;011;102011;Filadelfia;Filadelfia;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102011;102011;102011;102011;D587;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;012;102012;Filandari;Filandari;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102012;102012;102012;102012;D589;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;013;102013;Filogaso;Filogaso;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102013;102013;102013;102013;D596;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;014;102014;Francavilla Angitola;Francavilla Angitola;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102014;102014;102014;102014;D762;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;015;102015;Francica;Francica;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102015;102015;102015;102015;D767;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;016;102016;Gerocarne;Gerocarne;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102016;102016;102016;102016;D988;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;017;102017;Ionadi;Ionadi;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102017;102017;102017;102017;E321;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;018;102018;Joppolo;Joppolo;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102018;102018;102018;102018;E389;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;019;102019;Limbadi;Limbadi;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102019;102019;102019;102019;E590;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;020;102020;Maierato;Maierato;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102020;102020;102020;102020;E836;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;021;102021;Mileto;Mileto;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102021;102021;102021;102021;F207;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;022;102022;Mongiana;Mongiana;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102022;102022;102022;102022;F364;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;023;102023;Monterosso Calabro;Monterosso Calabro;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102023;102023;102023;102023;F607;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;024;102024;Nardodipace;Nardodipace;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102024;102024;102024;102024;F843;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;025;102025;Nicotera;Nicotera;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102025;102025;102025;102025;F893;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;026;102026;Parghelia;Parghelia;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102026;102026;102026;102026;G335;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;027;102027;Pizzo;Pizzo;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102027;102027;102027;102027;G722;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;028;102028;Pizzoni;Pizzoni;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102028;102028;102028;102028;G728;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;029;102029;Polia;Polia;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102029;102029;102029;102029;G785;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;030;102030;Ricadi;Ricadi;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102030;102030;102030;102030;H271;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;031;102031;Rombiolo;Rombiolo;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102031;102031;102031;102031;H516;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;032;102032;San Calogero;San Calogero;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102032;102032;102032;102032;H785;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;033;102033;San Costantino Calabro;San Costantino Calabro;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102033;102033;102033;102033;H807;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;034;102034;San Gregorio d'Ippona;San Gregorio d'Ippona;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102034;102034;102034;102034;H941;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;035;102035;San Nicola da Crissa;San Nicola da Crissa;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102035;102035;102035;102035;I058;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;036;102036;Sant'Onofrio;Sant'Onofrio;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102036;102036;102036;102036;I350;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;037;102037;Serra San Bruno;Serra San Bruno;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102037;102037;102037;102037;I639;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;038;102038;Simbario;Simbario;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102038;102038;102038;102038;I744;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;039;102039;Sorianello;Sorianello;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102039;102039;102039;102039;I853;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;040;102040;Soriano Calabro;Soriano Calabro;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102040;102040;102040;102040;I854;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;041;102041;Spadola;Spadola;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102041;102041;102041;102041;I884;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;042;102042;Spilinga;Spilinga;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102042;102042;102042;102042;I905;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;043;102043;Stefanaconi;Stefanaconi;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102043;102043;102043;102043;I945;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;044;102044;Tropea;Tropea;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102044;102044;102044;102044;L452;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;045;102045;Vallelonga;Vallelonga;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102045;102045;102045;102045;L607;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;046;102046;Vazzano;Vazzano;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102046;102046;102046;102046;L699;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;047;102047;Vibo Valentia;Vibo Valentia;;4;Sud;Calabria;Vibo Valentia;1;1;VV;102047;102047;102047;102047;F537;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;048;102048;Zaccanopoli;Zaccanopoli;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102048;102048;102048;102048;M138;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;049;102049;Zambrone;Zambrone;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102049;102049;102049;102049;M143;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +18;102;102;050;102050;Zungri;Zungri;;4;Sud;Calabria;Vibo Valentia;1;0;VV;102050;102050;102050;102050;M204;ITF;ITF6;ITF64;ITF;ITF6;ITF64 +19;081;081;001;081001;Alcamo;Alcamo;;5;Isole;Sicilia;Trapani;4;0;TP;81001;81001;81001;81001;A176;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;002;081002;Buseto Palizzolo;Buseto Palizzolo;;5;Isole;Sicilia;Trapani;4;0;TP;81002;81002;81002;81002;B288;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;003;081003;Calatafimi-Segesta;Calatafimi-Segesta;;5;Isole;Sicilia;Trapani;4;0;TP;81003;81003;81003;81003;B385;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;004;081004;Campobello di Mazara;Campobello di Mazara;;5;Isole;Sicilia;Trapani;4;0;TP;81004;81004;81004;81004;B521;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;005;081005;Castellammare del Golfo;Castellammare del Golfo;;5;Isole;Sicilia;Trapani;4;0;TP;81005;81005;81005;81005;C130;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;006;081006;Castelvetrano;Castelvetrano;;5;Isole;Sicilia;Trapani;4;0;TP;81006;81006;81006;81006;C286;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;007;081007;Custonaci;Custonaci;;5;Isole;Sicilia;Trapani;4;0;TP;81007;81007;81007;81007;D234;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;008;081008;Erice;Erice;;5;Isole;Sicilia;Trapani;4;0;TP;81008;81008;81008;81008;D423;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;009;081009;Favignana;Favignana;;5;Isole;Sicilia;Trapani;4;0;TP;81009;81009;81009;81009;D518;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;010;081010;Gibellina;Gibellina;;5;Isole;Sicilia;Trapani;4;0;TP;81010;81010;81010;81010;E023;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;011;081011;Marsala;Marsala;;5;Isole;Sicilia;Trapani;4;0;TP;81011;81011;81011;81011;E974;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;012;081012;Mazara del Vallo;Mazara del Vallo;;5;Isole;Sicilia;Trapani;4;0;TP;81012;81012;81012;81012;F061;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;013;081013;Paceco;Paceco;;5;Isole;Sicilia;Trapani;4;0;TP;81013;81013;81013;81013;G208;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;014;081014;Pantelleria;Pantelleria;;5;Isole;Sicilia;Trapani;4;0;TP;81014;81014;81014;81014;G315;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;015;081015;Partanna;Partanna;;5;Isole;Sicilia;Trapani;4;0;TP;81015;81015;81015;81015;G347;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;016;081016;Poggioreale;Poggioreale;;5;Isole;Sicilia;Trapani;4;0;TP;81016;81016;81016;81016;G767;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;017;081017;Salaparuta;Salaparuta;;5;Isole;Sicilia;Trapani;4;0;TP;81017;81017;81017;81017;H688;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;018;081018;Salemi;Salemi;;5;Isole;Sicilia;Trapani;4;0;TP;81018;81018;81018;81018;H700;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;019;081019;Santa Ninfa;Santa Ninfa;;5;Isole;Sicilia;Trapani;4;0;TP;81019;81019;81019;81019;I291;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;020;081020;San Vito Lo Capo;San Vito Lo Capo;;5;Isole;Sicilia;Trapani;4;0;TP;81020;81020;81020;81020;I407;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;021;081021;Trapani;Trapani;;5;Isole;Sicilia;Trapani;4;1;TP;81021;81021;81021;81021;L331;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;022;081022;Valderice;Valderice;;5;Isole;Sicilia;Trapani;4;0;TP;81022;81022;81022;81022;G319;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;023;081023;Vita;Vita;;5;Isole;Sicilia;Trapani;4;0;TP;81023;81023;81023;81023;M081;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;024;081024;Petrosino;Petrosino;;5;Isole;Sicilia;Trapani;4;0;TP;81024;81024;81024;81024;M281;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;081;081;025;081025;Misiliscemi;Misiliscemi;;5;Isole;Sicilia;Trapani;4;0;TP;81025;81025;81025;81025;M432;ITG;ITG1;ITG11;ITG;ITG1;ITG11 +19;282;082;001;082001;Alia;Alia;;5;Isole;Sicilia;Palermo;3;0;PA;82001;82001;82001;82001;A195;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;002;082002;Alimena;Alimena;;5;Isole;Sicilia;Palermo;3;0;PA;82002;82002;82002;82002;A202;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;003;082003;Aliminusa;Aliminusa;;5;Isole;Sicilia;Palermo;3;0;PA;82003;82003;82003;82003;A203;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;004;082004;Altavilla Milicia;Altavilla Milicia;;5;Isole;Sicilia;Palermo;3;0;PA;82004;82004;82004;82004;A229;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;005;082005;Altofonte;Altofonte;;5;Isole;Sicilia;Palermo;3;0;PA;82005;82005;82005;82005;A239;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;006;082006;Bagheria;Bagheria;;5;Isole;Sicilia;Palermo;3;0;PA;82006;82006;82006;82006;A546;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;007;082007;Balestrate;Balestrate;;5;Isole;Sicilia;Palermo;3;0;PA;82007;82007;82007;82007;A592;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;008;082008;Baucina;Baucina;;5;Isole;Sicilia;Palermo;3;0;PA;82008;82008;82008;82008;A719;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;009;082009;Belmonte Mezzagno;Belmonte Mezzagno;;5;Isole;Sicilia;Palermo;3;0;PA;82009;82009;82009;82009;A764;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;010;082010;Bisacquino;Bisacquino;;5;Isole;Sicilia;Palermo;3;0;PA;82010;82010;82010;82010;A882;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;011;082011;Bolognetta;Bolognetta;;5;Isole;Sicilia;Palermo;3;0;PA;82011;82011;82011;82011;A946;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;012;082012;Bompietro;Bompietro;;5;Isole;Sicilia;Palermo;3;0;PA;82012;82012;82012;82012;A958;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;013;082013;Borgetto;Borgetto;;5;Isole;Sicilia;Palermo;3;0;PA;82013;82013;82013;82013;A991;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;014;082014;Caccamo;Caccamo;;5;Isole;Sicilia;Palermo;3;0;PA;82014;82014;82014;82014;B315;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;015;082015;Caltavuturo;Caltavuturo;;5;Isole;Sicilia;Palermo;3;0;PA;82015;82015;82015;82015;B430;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;016;082016;Campofelice di Fitalia;Campofelice di Fitalia;;5;Isole;Sicilia;Palermo;3;0;PA;82016;82016;82016;82016;B533;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;017;082017;Campofelice di Roccella;Campofelice di Roccella;;5;Isole;Sicilia;Palermo;3;0;PA;82017;82017;82017;82017;B532;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;018;082018;Campofiorito;Campofiorito;;5;Isole;Sicilia;Palermo;3;0;PA;82018;82018;82018;82018;B535;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;019;082019;Camporeale;Camporeale;;5;Isole;Sicilia;Palermo;3;0;PA;82019;82019;82019;82019;B556;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;020;082020;Capaci;Capaci;;5;Isole;Sicilia;Palermo;3;0;PA;82020;82020;82020;82020;B645;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;021;082021;Carini;Carini;;5;Isole;Sicilia;Palermo;3;0;PA;82021;82021;82021;82021;B780;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;022;082022;Castelbuono;Castelbuono;;5;Isole;Sicilia;Palermo;3;0;PA;82022;82022;82022;82022;C067;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;023;082023;Casteldaccia;Casteldaccia;;5;Isole;Sicilia;Palermo;3;0;PA;82023;82023;82023;82023;C074;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;024;082024;Castellana Sicula;Castellana Sicula;;5;Isole;Sicilia;Palermo;3;0;PA;82024;82024;82024;82024;C135;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;025;082025;Castronovo di Sicilia;Castronovo di Sicilia;;5;Isole;Sicilia;Palermo;3;0;PA;82025;82025;82025;82025;C344;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;026;082026;Cefal� Diana;Cefal� Diana;;5;Isole;Sicilia;Palermo;3;0;PA;82026;82026;82026;82026;C420;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;027;082027;Cefal�;Cefal�;;5;Isole;Sicilia;Palermo;3;0;PA;82027;82027;82027;82027;C421;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;028;082028;Cerda;Cerda;;5;Isole;Sicilia;Palermo;3;0;PA;82028;82028;82028;82028;C496;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;029;082029;Chiusa Sclafani;Chiusa Sclafani;;5;Isole;Sicilia;Palermo;3;0;PA;82029;82029;82029;82029;C654;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;030;082030;Ciminna;Ciminna;;5;Isole;Sicilia;Palermo;3;0;PA;82030;82030;82030;82030;C696;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;031;082031;Cinisi;Cinisi;;5;Isole;Sicilia;Palermo;3;0;PA;82031;82031;82031;82031;C708;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;032;082032;Collesano;Collesano;;5;Isole;Sicilia;Palermo;3;0;PA;82032;82032;82032;82032;C871;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;033;082033;Contessa Entellina;Contessa Entellina;;5;Isole;Sicilia;Palermo;3;0;PA;82033;82033;82033;82033;C968;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;034;082034;Corleone;Corleone;;5;Isole;Sicilia;Palermo;3;0;PA;82034;82034;82034;82034;D009;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;035;082035;Ficarazzi;Ficarazzi;;5;Isole;Sicilia;Palermo;3;0;PA;82035;82035;82035;82035;D567;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;036;082036;Gangi;Gangi;;5;Isole;Sicilia;Palermo;3;0;PA;82036;82036;82036;82036;D907;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;037;082037;Geraci Siculo;Geraci Siculo;;5;Isole;Sicilia;Palermo;3;0;PA;82037;82037;82037;82037;D977;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;038;082038;Giardinello;Giardinello;;5;Isole;Sicilia;Palermo;3;0;PA;82038;82038;82038;82038;E013;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;039;082039;Giuliana;Giuliana;;5;Isole;Sicilia;Palermo;3;0;PA;82039;82039;82039;82039;E055;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;040;082040;Godrano;Godrano;;5;Isole;Sicilia;Palermo;3;0;PA;82040;82040;82040;82040;E074;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;041;082041;Gratteri;Gratteri;;5;Isole;Sicilia;Palermo;3;0;PA;82041;82041;82041;82041;E149;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;042;082042;Isnello;Isnello;;5;Isole;Sicilia;Palermo;3;0;PA;82042;82042;82042;82042;E337;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;043;082043;Isola delle Femmine;Isola delle Femmine;;5;Isole;Sicilia;Palermo;3;0;PA;82043;82043;82043;82043;E350;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;044;082044;Lascari;Lascari;;5;Isole;Sicilia;Palermo;3;0;PA;82044;82044;82044;82044;E459;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;045;082045;Lercara Friddi;Lercara Friddi;;5;Isole;Sicilia;Palermo;3;0;PA;82045;82045;82045;82045;E541;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;046;082046;Marineo;Marineo;;5;Isole;Sicilia;Palermo;3;0;PA;82046;82046;82046;82046;E957;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;047;082047;Mezzojuso;Mezzojuso;;5;Isole;Sicilia;Palermo;3;0;PA;82047;82047;82047;82047;F184;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;048;082048;Misilmeri;Misilmeri;;5;Isole;Sicilia;Palermo;3;0;PA;82048;82048;82048;82048;F246;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;049;082049;Monreale;Monreale;;5;Isole;Sicilia;Palermo;3;0;PA;82049;82049;82049;82049;F377;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;050;082050;Montelepre;Montelepre;;5;Isole;Sicilia;Palermo;3;0;PA;82050;82050;82050;82050;F544;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;051;082051;Montemaggiore Belsito;Montemaggiore Belsito;;5;Isole;Sicilia;Palermo;3;0;PA;82051;82051;82051;82051;F553;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;052;082052;Palazzo Adriano;Palazzo Adriano;;5;Isole;Sicilia;Palermo;3;0;PA;82052;82052;82052;82052;G263;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;053;082053;Palermo;Palermo;;5;Isole;Sicilia;Palermo;3;1;PA;82053;82053;82053;82053;G273;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;054;082054;Partinico;Partinico;;5;Isole;Sicilia;Palermo;3;0;PA;82054;82054;82054;82054;G348;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;055;082055;Petralia Soprana;Petralia Soprana;;5;Isole;Sicilia;Palermo;3;0;PA;82055;82055;82055;82055;G510;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;056;082056;Petralia Sottana;Petralia Sottana;;5;Isole;Sicilia;Palermo;3;0;PA;82056;82056;82056;82056;G511;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;057;082057;Piana degli Albanesi;Piana degli Albanesi;;5;Isole;Sicilia;Palermo;3;0;PA;82057;82057;82057;82057;G543;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;058;082058;Polizzi Generosa;Polizzi Generosa;;5;Isole;Sicilia;Palermo;3;0;PA;82058;82058;82058;82058;G792;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;059;082059;Pollina;Pollina;;5;Isole;Sicilia;Palermo;3;0;PA;82059;82059;82059;82059;G797;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;060;082060;Prizzi;Prizzi;;5;Isole;Sicilia;Palermo;3;0;PA;82060;82060;82060;82060;H070;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;061;082061;Roccamena;Roccamena;;5;Isole;Sicilia;Palermo;3;0;PA;82061;82061;82061;82061;H422;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;062;082062;Roccapalumba;Roccapalumba;;5;Isole;Sicilia;Palermo;3;0;PA;82062;82062;82062;82062;H428;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;063;082063;San Cipirello;San Cipirello;;5;Isole;Sicilia;Palermo;3;0;PA;82063;82063;82063;82063;H797;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;064;082064;San Giuseppe Jato;San Giuseppe Jato;;5;Isole;Sicilia;Palermo;3;0;PA;82064;82064;82064;82064;H933;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;065;082065;San Mauro Castelverde;San Mauro Castelverde;;5;Isole;Sicilia;Palermo;3;0;PA;82065;82065;82065;82065;I028;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;066;082066;Santa Cristina Gela;Santa Cristina Gela;;5;Isole;Sicilia;Palermo;3;0;PA;82066;82066;82066;82066;I174;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;067;082067;Santa Flavia;Santa Flavia;;5;Isole;Sicilia;Palermo;3;0;PA;82067;82067;82067;82067;I188;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;068;082068;Sciara;Sciara;;5;Isole;Sicilia;Palermo;3;0;PA;82068;82068;82068;82068;I534;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;069;082069;Sclafani Bagni;Sclafani Bagni;;5;Isole;Sicilia;Palermo;3;0;PA;82069;82069;82069;82069;I541;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;070;082070;Termini Imerese;Termini Imerese;;5;Isole;Sicilia;Palermo;3;0;PA;82070;82070;82070;82070;L112;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;071;082071;Terrasini;Terrasini;;5;Isole;Sicilia;Palermo;3;0;PA;82071;82071;82071;82071;L131;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;072;082072;Torretta;Torretta;;5;Isole;Sicilia;Palermo;3;0;PA;82072;82072;82072;82072;L282;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;073;082073;Trabia;Trabia;;5;Isole;Sicilia;Palermo;3;0;PA;82073;82073;82073;82073;L317;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;074;082074;Trappeto;Trappeto;;5;Isole;Sicilia;Palermo;3;0;PA;82074;82074;82074;82074;L332;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;075;082075;Ustica;Ustica;;5;Isole;Sicilia;Palermo;3;0;PA;82075;82075;82075;82075;L519;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;076;082076;Valledolmo;Valledolmo;;5;Isole;Sicilia;Palermo;3;0;PA;82076;82076;82076;82076;L603;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;077;082077;Ventimiglia di Sicilia;Ventimiglia di Sicilia;;5;Isole;Sicilia;Palermo;3;0;PA;82077;82077;82077;82077;L740;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;078;082078;Vicari;Vicari;;5;Isole;Sicilia;Palermo;3;0;PA;82078;82078;82078;82078;L837;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;079;082079;Villabate;Villabate;;5;Isole;Sicilia;Palermo;3;0;PA;82079;82079;82079;82079;L916;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;080;082080;Villafrati;Villafrati;;5;Isole;Sicilia;Palermo;3;0;PA;82080;82080;82080;82080;L951;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;081;082081;Scillato;Scillato;;5;Isole;Sicilia;Palermo;3;0;PA;82081;82081;82081;82081;I538;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;282;082;082;082082;Blufi;Blufi;;5;Isole;Sicilia;Palermo;3;0;PA;82082;82082;82082;82082;M268;ITG;ITG1;ITG12;ITG;ITG1;ITG12 +19;283;083;001;083001;Alcara li Fusi;Alcara li Fusi;;5;Isole;Sicilia;Messina;3;0;ME;83001;83001;83001;83001;A177;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;002;083002;Al�;Al�;;5;Isole;Sicilia;Messina;3;0;ME;83002;83002;83002;83002;A194;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;003;083003;Al� Terme;Al� Terme;;5;Isole;Sicilia;Messina;3;0;ME;83003;83003;83003;83003;A201;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;004;083004;Antillo;Antillo;;5;Isole;Sicilia;Messina;3;0;ME;83004;83004;83004;83004;A313;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;005;083005;Barcellona Pozzo di Gotto;Barcellona Pozzo di Gotto;;5;Isole;Sicilia;Messina;3;0;ME;83005;83005;83005;83005;A638;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;006;083006;Basic�;Basic�;;5;Isole;Sicilia;Messina;3;0;ME;83006;83006;83006;83006;A698;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;007;083007;Brolo;Brolo;;5;Isole;Sicilia;Messina;3;0;ME;83007;83007;83007;83007;B198;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;008;083008;Capizzi;Capizzi;;5;Isole;Sicilia;Messina;3;0;ME;83008;83008;83008;83008;B660;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;009;083009;Capo d'Orlando;Capo d'Orlando;;5;Isole;Sicilia;Messina;3;0;ME;83009;83009;83009;83009;B666;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;010;083010;Capri Leone;Capri Leone;;5;Isole;Sicilia;Messina;3;0;ME;83010;83010;83010;83010;B695;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;011;083011;Caronia;Caronia;;5;Isole;Sicilia;Messina;3;0;ME;83011;83011;83011;83011;B804;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;012;083012;Casalvecchio Siculo;Casalvecchio Siculo;;5;Isole;Sicilia;Messina;3;0;ME;83012;83012;83012;83012;B918;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;013;083013;Castel di Lucio;Castel di Lucio;;5;Isole;Sicilia;Messina;3;0;ME;83013;83013;83013;83013;C094;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;014;083014;Castell'Umberto;Castell'Umberto;;5;Isole;Sicilia;Messina;3;0;ME;83014;83014;83014;83014;C051;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;015;083015;Castelmola;Castelmola;;5;Isole;Sicilia;Messina;3;0;ME;83015;83015;83015;83015;C210;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;016;083016;Castroreale;Castroreale;;5;Isole;Sicilia;Messina;3;0;ME;83016;83016;83016;83016;C347;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;017;083017;Cesar�;Cesar�;;5;Isole;Sicilia;Messina;3;0;ME;83017;83017;83017;83017;C568;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;018;083018;Condr�;Condr�;;5;Isole;Sicilia;Messina;3;0;ME;83018;83018;83018;83018;C956;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;019;083019;Falcone;Falcone;;5;Isole;Sicilia;Messina;3;0;ME;83019;83019;83019;83019;D474;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;020;083020;Ficarra;Ficarra;;5;Isole;Sicilia;Messina;3;0;ME;83020;83020;83020;83020;D569;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;021;083021;Fiumedinisi;Fiumedinisi;;5;Isole;Sicilia;Messina;3;0;ME;83021;83021;83021;83021;D622;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;022;083022;Floresta;Floresta;;5;Isole;Sicilia;Messina;3;0;ME;83022;83022;83022;83022;D635;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;023;083023;Fondachelli-Fantina;Fondachelli-Fantina;;5;Isole;Sicilia;Messina;3;0;ME;83023;83023;83023;83023;D661;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;024;083024;Forza d'Agr�;Forza d'Agr�;;5;Isole;Sicilia;Messina;3;0;ME;83024;83024;83024;83024;D733;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;025;083025;Francavilla di Sicilia;Francavilla di Sicilia;;5;Isole;Sicilia;Messina;3;0;ME;83025;83025;83025;83025;D765;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;026;083026;Frazzan�;Frazzan�;;5;Isole;Sicilia;Messina;3;0;ME;83026;83026;83026;83026;D793;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;027;083027;Furci Siculo;Furci Siculo;;5;Isole;Sicilia;Messina;3;0;ME;83027;83027;83027;83027;D824;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;028;083028;Furnari;Furnari;;5;Isole;Sicilia;Messina;3;0;ME;83028;83028;83028;83028;D825;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;029;083029;Gaggi;Gaggi;;5;Isole;Sicilia;Messina;3;0;ME;83029;83029;83029;83029;D844;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;030;083030;Galati Mamertino;Galati Mamertino;;5;Isole;Sicilia;Messina;3;0;ME;83030;83030;83030;83030;D861;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;031;083031;Gallodoro;Gallodoro;;5;Isole;Sicilia;Messina;3;0;ME;83031;83031;83031;83031;D885;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;032;083032;Giardini-Naxos;Giardini-Naxos;;5;Isole;Sicilia;Messina;3;0;ME;83032;83032;83032;83032;E014;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;033;083033;Gioiosa Marea;Gioiosa Marea;;5;Isole;Sicilia;Messina;3;0;ME;83033;83033;83033;83033;E043;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;034;083034;Graniti;Graniti;;5;Isole;Sicilia;Messina;3;0;ME;83034;83034;83034;83034;E142;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;035;083035;Gualtieri Sicamin�;Gualtieri Sicamin�;;5;Isole;Sicilia;Messina;3;0;ME;83035;83035;83035;83035;E233;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;036;083036;Itala;Itala;;5;Isole;Sicilia;Messina;3;0;ME;83036;83036;83036;83036;E374;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;037;083037;Leni;Leni;;5;Isole;Sicilia;Messina;3;0;ME;83037;83037;83037;83037;E523;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;038;083038;Letojanni;Letojanni;;5;Isole;Sicilia;Messina;3;0;ME;83038;83038;83038;83038;E555;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;039;083039;Librizzi;Librizzi;;5;Isole;Sicilia;Messina;3;0;ME;83039;83039;83039;83039;E571;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;040;083040;Limina;Limina;;5;Isole;Sicilia;Messina;3;0;ME;83040;83040;83040;83040;E594;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;041;083041;Lipari;Lipari;;5;Isole;Sicilia;Messina;3;0;ME;83041;83041;83041;83041;E606;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;042;083042;Longi;Longi;;5;Isole;Sicilia;Messina;3;0;ME;83042;83042;83042;83042;E674;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;043;083043;Malfa;Malfa;;5;Isole;Sicilia;Messina;3;0;ME;83043;83043;83043;83043;E855;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;044;083044;Malvagna;Malvagna;;5;Isole;Sicilia;Messina;3;0;ME;83044;83044;83044;83044;E869;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;045;083045;Mandanici;Mandanici;;5;Isole;Sicilia;Messina;3;0;ME;83045;83045;83045;83045;E876;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;046;083046;Mazzarr� Sant'Andrea;Mazzarr� Sant'Andrea;;5;Isole;Sicilia;Messina;3;0;ME;83046;83046;83046;83046;F066;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;047;083047;Mer�;Mer�;;5;Isole;Sicilia;Messina;3;0;ME;83047;83047;83047;83047;F147;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;048;083048;Messina;Messina;;5;Isole;Sicilia;Messina;3;1;ME;83048;83048;83048;83048;F158;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;049;083049;Milazzo;Milazzo;;5;Isole;Sicilia;Messina;3;0;ME;83049;83049;83049;83049;F206;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;050;083050;Militello Rosmarino;Militello Rosmarino;;5;Isole;Sicilia;Messina;3;0;ME;83050;83050;83050;83050;F210;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;051;083051;Mirto;Mirto;;5;Isole;Sicilia;Messina;3;0;ME;83051;83051;83051;83051;F242;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;052;083052;Mistretta;Mistretta;;5;Isole;Sicilia;Messina;3;0;ME;83052;83052;83052;83052;F251;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;053;083053;Moio Alcantara;Moio Alcantara;;5;Isole;Sicilia;Messina;3;0;ME;83053;83053;83053;83053;F277;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;054;083054;Monforte San Giorgio;Monforte San Giorgio;;5;Isole;Sicilia;Messina;3;0;ME;83054;83054;83054;83054;F359;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;055;083055;Mongiuffi Melia;Mongiuffi Melia;;5;Isole;Sicilia;Messina;3;0;ME;83055;83055;83055;83055;F368;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;056;083056;Montagnareale;Montagnareale;;5;Isole;Sicilia;Messina;3;0;ME;83056;83056;83056;83056;F395;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;057;083057;Montalbano Elicona;Montalbano Elicona;;5;Isole;Sicilia;Messina;3;0;ME;83057;83057;83057;83057;F400;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;058;083058;Motta Camastra;Motta Camastra;;5;Isole;Sicilia;Messina;3;0;ME;83058;83058;83058;83058;F772;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;059;083059;Motta d'Affermo;Motta d'Affermo;;5;Isole;Sicilia;Messina;3;0;ME;83059;83059;83059;83059;F773;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;060;083060;Naso;Naso;;5;Isole;Sicilia;Messina;3;0;ME;83060;83060;83060;83060;F848;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;061;083061;Nizza di Sicilia;Nizza di Sicilia;;5;Isole;Sicilia;Messina;3;0;ME;83061;83061;83061;83061;F901;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;062;083062;Novara di Sicilia;Novara di Sicilia;;5;Isole;Sicilia;Messina;3;0;ME;83062;83062;83062;83062;F951;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;063;083063;Oliveri;Oliveri;;5;Isole;Sicilia;Messina;3;0;ME;83063;83063;83063;83063;G036;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;064;083064;Pace del Mela;Pace del Mela;;5;Isole;Sicilia;Messina;3;0;ME;83064;83064;83064;83064;G209;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;065;083065;Pagliara;Pagliara;;5;Isole;Sicilia;Messina;3;0;ME;83065;83065;83065;83065;G234;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;066;083066;Patti;Patti;;5;Isole;Sicilia;Messina;3;0;ME;83066;83066;83066;83066;G377;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;067;083067;Pettineo;Pettineo;;5;Isole;Sicilia;Messina;3;0;ME;83067;83067;83067;83067;G522;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;068;083068;Piraino;Piraino;;5;Isole;Sicilia;Messina;3;0;ME;83068;83068;83068;83068;G699;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;069;083069;Raccuja;Raccuja;;5;Isole;Sicilia;Messina;3;0;ME;83069;83069;83069;83069;H151;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;070;083070;Reitano;Reitano;;5;Isole;Sicilia;Messina;3;0;ME;83070;83070;83070;83070;H228;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;071;083071;Roccafiorita;Roccafiorita;;5;Isole;Sicilia;Messina;3;0;ME;83071;83071;83071;83071;H405;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;072;083072;Roccalumera;Roccalumera;;5;Isole;Sicilia;Messina;3;0;ME;83072;83072;83072;83072;H418;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;073;083073;Roccavaldina;Roccavaldina;;5;Isole;Sicilia;Messina;3;0;ME;83073;83073;83073;83073;H380;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;074;083074;Roccella Valdemone;Roccella Valdemone;;5;Isole;Sicilia;Messina;3;0;ME;83074;83074;83074;83074;H455;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;075;083075;Rod� Milici;Rod� Milici;;5;Isole;Sicilia;Messina;3;0;ME;83075;83075;83075;83075;H479;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;076;083076;Rometta;Rometta;;5;Isole;Sicilia;Messina;3;0;ME;83076;83076;83076;83076;H519;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;077;083077;San Filippo del Mela;San Filippo del Mela;;5;Isole;Sicilia;Messina;3;0;ME;83077;83077;83077;83077;H842;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;078;083078;San Fratello;San Fratello;;5;Isole;Sicilia;Messina;3;0;ME;83078;83078;83078;83078;H850;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;079;083079;San Marco d'Alunzio;San Marco d'Alunzio;;5;Isole;Sicilia;Messina;3;0;ME;83079;83079;83079;83079;H982;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;080;083080;San Pier Niceto;San Pier Niceto;;5;Isole;Sicilia;Messina;3;0;ME;83080;83080;83080;83080;I084;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;081;083081;San Piero Patti;San Piero Patti;;5;Isole;Sicilia;Messina;3;0;ME;83081;83081;83081;83081;I086;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;082;083082;San Salvatore di Fitalia;San Salvatore di Fitalia;;5;Isole;Sicilia;Messina;3;0;ME;83082;83082;83082;83082;I147;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;083;083083;Santa Domenica Vittoria;Santa Domenica Vittoria;;5;Isole;Sicilia;Messina;3;0;ME;83083;83083;83083;83083;I184;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;084;083084;Sant'Agata di Militello;Sant'Agata di Militello;;5;Isole;Sicilia;Messina;3;0;ME;83084;83084;83084;83084;I199;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;085;083085;Sant'Alessio Siculo;Sant'Alessio Siculo;;5;Isole;Sicilia;Messina;3;0;ME;83085;83085;83085;83085;I215;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;086;083086;Santa Lucia del Mela;Santa Lucia del Mela;;5;Isole;Sicilia;Messina;3;0;ME;83086;83086;83086;83086;I220;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;087;083087;Santa Marina Salina;Santa Marina Salina;;5;Isole;Sicilia;Messina;3;0;ME;83087;83087;83087;83087;I254;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;088;083088;Sant'Angelo di Brolo;Sant'Angelo di Brolo;;5;Isole;Sicilia;Messina;3;0;ME;83088;83088;83088;83088;I283;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;089;083089;Santa Teresa di Riva;Santa Teresa di Riva;;5;Isole;Sicilia;Messina;3;0;ME;83089;83089;83089;83089;I311;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;090;083090;San Teodoro;San Teodoro;;5;Isole;Sicilia;Messina;3;0;ME;83090;83090;83090;83090;I328;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;091;083091;Santo Stefano di Camastra;Santo Stefano di Camastra;;5;Isole;Sicilia;Messina;3;0;ME;83091;83091;83091;83091;I370;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;092;083092;Saponara;Saponara;;5;Isole;Sicilia;Messina;3;0;ME;83092;83092;83092;83092;I420;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;093;083093;Savoca;Savoca;;5;Isole;Sicilia;Messina;3;0;ME;83093;83093;83093;83093;I477;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;094;083094;Scaletta Zanclea;Scaletta Zanclea;;5;Isole;Sicilia;Messina;3;0;ME;83094;83094;83094;83094;I492;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;095;083095;Sinagra;Sinagra;;5;Isole;Sicilia;Messina;3;0;ME;83095;83095;83095;83095;I747;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;096;083096;Spadafora;Spadafora;;5;Isole;Sicilia;Messina;3;0;ME;83096;83096;83096;83096;I881;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;097;083097;Taormina;Taormina;;5;Isole;Sicilia;Messina;3;0;ME;83097;83097;83097;83097;L042;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;098;083098;Torregrotta;Torregrotta;;5;Isole;Sicilia;Messina;3;0;ME;83098;83098;83098;83098;L271;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;099;083099;Tortorici;Tortorici;;5;Isole;Sicilia;Messina;3;0;ME;83099;83099;83099;83099;L308;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;100;083100;Tripi;Tripi;;5;Isole;Sicilia;Messina;3;0;ME;83100;83100;83100;83100;L431;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;101;083101;Tusa;Tusa;;5;Isole;Sicilia;Messina;3;0;ME;83101;83101;83101;83101;L478;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;102;083102;Ucria;Ucria;;5;Isole;Sicilia;Messina;3;0;ME;83102;83102;83102;83102;L482;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;103;083103;Valdina;Valdina;;5;Isole;Sicilia;Messina;3;0;ME;83103;83103;83103;83103;L561;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;104;083104;Venetico;Venetico;;5;Isole;Sicilia;Messina;3;0;ME;83104;83104;83104;83104;L735;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;105;083105;Villafranca Tirrena;Villafranca Tirrena;;5;Isole;Sicilia;Messina;3;0;ME;83105;83105;83105;83105;L950;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;106;083106;Terme Vigliatore;Terme Vigliatore;;5;Isole;Sicilia;Messina;3;0;ME;83106;83106;83106;83106;M210;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;107;083107;Acquedolci;Acquedolci;;5;Isole;Sicilia;Messina;3;0;ME;83107;83107;83107;83107;M211;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;283;083;108;083108;Torrenova;Torrenova;;5;Isole;Sicilia;Messina;3;0;ME;83108;83108;83108;83108;M286;ITG;ITG1;ITG13;ITG;ITG1;ITG13 +19;084;084;001;084001;Agrigento;Agrigento;;5;Isole;Sicilia;Agrigento;4;1;AG;84001;84001;84001;84001;A089;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;002;084002;Alessandria della Rocca;Alessandria della Rocca;;5;Isole;Sicilia;Agrigento;4;0;AG;84002;84002;84002;84002;A181;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;003;084003;Aragona;Aragona;;5;Isole;Sicilia;Agrigento;4;0;AG;84003;84003;84003;84003;A351;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;004;084004;Bivona;Bivona;;5;Isole;Sicilia;Agrigento;4;0;AG;84004;84004;84004;84004;A896;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;005;084005;Burgio;Burgio;;5;Isole;Sicilia;Agrigento;4;0;AG;84005;84005;84005;84005;B275;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;006;084006;Calamonaci;Calamonaci;;5;Isole;Sicilia;Agrigento;4;0;AG;84006;84006;84006;84006;B377;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;007;084007;Caltabellotta;Caltabellotta;;5;Isole;Sicilia;Agrigento;4;0;AG;84007;84007;84007;84007;B427;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;008;084008;Camastra;Camastra;;5;Isole;Sicilia;Agrigento;4;0;AG;84008;84008;84008;84008;B460;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;009;084009;Cammarata;Cammarata;;5;Isole;Sicilia;Agrigento;4;0;AG;84009;84009;84009;84009;B486;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;010;084010;Campobello di Licata;Campobello di Licata;;5;Isole;Sicilia;Agrigento;4;0;AG;84010;84010;84010;84010;B520;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;011;084011;Canicatt�;Canicatt�;;5;Isole;Sicilia;Agrigento;4;0;AG;84011;84011;84011;84011;B602;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;012;084012;Casteltermini;Casteltermini;;5;Isole;Sicilia;Agrigento;4;0;AG;84012;84012;84012;84012;C275;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;013;084013;Castrofilippo;Castrofilippo;;5;Isole;Sicilia;Agrigento;4;0;AG;84013;84013;84013;84013;C341;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;014;084014;Cattolica Eraclea;Cattolica Eraclea;;5;Isole;Sicilia;Agrigento;4;0;AG;84014;84014;84014;84014;C356;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;015;084015;Cianciana;Cianciana;;5;Isole;Sicilia;Agrigento;4;0;AG;84015;84015;84015;84015;C668;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;016;084016;Comitini;Comitini;;5;Isole;Sicilia;Agrigento;4;0;AG;84016;84016;84016;84016;C928;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;017;084017;Favara;Favara;;5;Isole;Sicilia;Agrigento;4;0;AG;84017;84017;84017;84017;D514;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;018;084018;Grotte;Grotte;;5;Isole;Sicilia;Agrigento;4;0;AG;84018;84018;84018;84018;E209;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;019;084019;Joppolo Giancaxio;Joppolo Giancaxio;;5;Isole;Sicilia;Agrigento;4;0;AG;84019;84019;84019;84019;E390;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;020;084020;Lampedusa e Linosa;Lampedusa e Linosa;;5;Isole;Sicilia;Agrigento;4;0;AG;84020;84020;84020;84020;E431;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;021;084021;Licata;Licata;;5;Isole;Sicilia;Agrigento;4;0;AG;84021;84021;84021;84021;E573;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;022;084022;Lucca Sicula;Lucca Sicula;;5;Isole;Sicilia;Agrigento;4;0;AG;84022;84022;84022;84022;E714;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;023;084023;Menfi;Menfi;;5;Isole;Sicilia;Agrigento;4;0;AG;84023;84023;84023;84023;F126;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;024;084024;Montallegro;Montallegro;;5;Isole;Sicilia;Agrigento;4;0;AG;84024;84024;84024;84024;F414;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;025;084025;Montevago;Montevago;;5;Isole;Sicilia;Agrigento;4;0;AG;84025;84025;84025;84025;F655;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;026;084026;Naro;Naro;;5;Isole;Sicilia;Agrigento;4;0;AG;84026;84026;84026;84026;F845;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;027;084027;Palma di Montechiaro;Palma di Montechiaro;;5;Isole;Sicilia;Agrigento;4;0;AG;84027;84027;84027;84027;G282;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;028;084028;Porto Empedocle;Porto Empedocle;;5;Isole;Sicilia;Agrigento;4;0;AG;84028;84028;84028;84028;F299;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;029;084029;Racalmuto;Racalmuto;;5;Isole;Sicilia;Agrigento;4;0;AG;84029;84029;84029;84029;H148;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;030;084030;Raffadali;Raffadali;;5;Isole;Sicilia;Agrigento;4;0;AG;84030;84030;84030;84030;H159;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;031;084031;Ravanusa;Ravanusa;;5;Isole;Sicilia;Agrigento;4;0;AG;84031;84031;84031;84031;H194;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;032;084032;Realmonte;Realmonte;;5;Isole;Sicilia;Agrigento;4;0;AG;84032;84032;84032;84032;H205;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;033;084033;Ribera;Ribera;;5;Isole;Sicilia;Agrigento;4;0;AG;84033;84033;84033;84033;H269;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;034;084034;Sambuca di Sicilia;Sambuca di Sicilia;;5;Isole;Sicilia;Agrigento;4;0;AG;84034;84034;84034;84034;H743;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;035;084035;San Biagio Platani;San Biagio Platani;;5;Isole;Sicilia;Agrigento;4;0;AG;84035;84035;84035;84035;H778;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;036;084036;San Giovanni Gemini;San Giovanni Gemini;;5;Isole;Sicilia;Agrigento;4;0;AG;84036;84036;84036;84036;H914;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;037;084037;Santa Elisabetta;Santa Elisabetta;;5;Isole;Sicilia;Agrigento;4;0;AG;84037;84037;84037;84037;I185;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;038;084038;Santa Margherita di Belice;Santa Margherita di Belice;;5;Isole;Sicilia;Agrigento;4;0;AG;84038;84038;84038;84038;I224;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;039;084039;Sant'Angelo Muxaro;Sant'Angelo Muxaro;;5;Isole;Sicilia;Agrigento;4;0;AG;84039;84039;84039;84039;I290;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;040;084040;Santo Stefano Quisquina;Santo Stefano Quisquina;;5;Isole;Sicilia;Agrigento;4;0;AG;84040;84040;84040;84040;I356;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;041;084041;Sciacca;Sciacca;;5;Isole;Sicilia;Agrigento;4;0;AG;84041;84041;84041;84041;I533;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;042;084042;Siculiana;Siculiana;;5;Isole;Sicilia;Agrigento;4;0;AG;84042;84042;84042;84042;I723;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;084;084;043;084043;Villafranca Sicula;Villafranca Sicula;;5;Isole;Sicilia;Agrigento;4;0;AG;84043;84043;84043;84043;L944;ITG;ITG1;ITG14;ITG;ITG1;ITG14 +19;085;085;001;085001;Acquaviva Platani;Acquaviva Platani;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85001;85001;85001;85001;A049;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;002;085002;Bompensiere;Bompensiere;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85002;85002;85002;85002;A957;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;003;085003;Butera;Butera;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85003;85003;85003;85003;B302;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;004;085004;Caltanissetta;Caltanissetta;;5;Isole;Sicilia;Caltanissetta;4;1;CL;85004;85004;85004;85004;B429;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;005;085005;Campofranco;Campofranco;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85005;85005;85005;85005;B537;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;006;085006;Delia;Delia;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85006;85006;85006;85006;D267;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;007;085007;Gela;Gela;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85007;85007;85007;85007;D960;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;008;085008;Marianopoli;Marianopoli;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85008;85008;85008;85008;E953;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;009;085009;Mazzarino;Mazzarino;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85009;85009;85009;85009;F065;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;010;085010;Milena;Milena;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85010;85010;85010;85010;E618;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;011;085011;Montedoro;Montedoro;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85011;85011;85011;85011;F489;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;012;085012;Mussomeli;Mussomeli;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85012;85012;85012;85012;F830;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;013;085013;Niscemi;Niscemi;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85013;85013;85013;85013;F899;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;014;085014;Resuttano;Resuttano;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85014;85014;85014;85014;H245;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;015;085015;Riesi;Riesi;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85015;85015;85015;85015;H281;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;016;085016;San Cataldo;San Cataldo;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85016;85016;85016;85016;H792;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;017;085017;Santa Caterina Villarmosa;Santa Caterina Villarmosa;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85017;85017;85017;85017;I169;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;018;085018;Serradifalco;Serradifalco;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85018;85018;85018;85018;I644;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;019;085019;Sommatino;Sommatino;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85019;85019;85019;85019;I824;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;020;085020;Sutera;Sutera;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85020;85020;85020;85020;L016;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;021;085021;Vallelunga Pratameno;Vallelunga Pratameno;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85021;85021;85021;85021;L609;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;085;085;022;085022;Villalba;Villalba;;5;Isole;Sicilia;Caltanissetta;4;0;CL;85022;85022;85022;85022;L959;ITG;ITG1;ITG15;ITG;ITG1;ITG15 +19;086;086;001;086001;Agira;Agira;;5;Isole;Sicilia;Enna;4;0;EN;86001;86001;86001;86001;A070;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;002;086002;Aidone;Aidone;;5;Isole;Sicilia;Enna;4;0;EN;86002;86002;86002;86002;A098;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;003;086003;Assoro;Assoro;;5;Isole;Sicilia;Enna;4;0;EN;86003;86003;86003;86003;A478;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;004;086004;Barrafranca;Barrafranca;;5;Isole;Sicilia;Enna;4;0;EN;86004;86004;86004;86004;A676;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;005;086005;Calascibetta;Calascibetta;;5;Isole;Sicilia;Enna;4;0;EN;86005;86005;86005;86005;B381;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;006;086006;Catenanuova;Catenanuova;;5;Isole;Sicilia;Enna;4;0;EN;86006;86006;86006;86006;C353;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;007;086007;Centuripe;Centuripe;;5;Isole;Sicilia;Enna;4;0;EN;86007;86007;86007;86007;C471;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;008;086008;Cerami;Cerami;;5;Isole;Sicilia;Enna;4;0;EN;86008;86008;86008;86008;C480;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;009;086009;Enna;Enna;;5;Isole;Sicilia;Enna;4;1;EN;86009;86009;86009;86009;C342;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;010;086010;Gagliano Castelferrato;Gagliano Castelferrato;;5;Isole;Sicilia;Enna;4;0;EN;86010;86010;86010;86010;D849;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;011;086011;Leonforte;Leonforte;;5;Isole;Sicilia;Enna;4;0;EN;86011;86011;86011;86011;E536;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;012;086012;Nicosia;Nicosia;;5;Isole;Sicilia;Enna;4;0;EN;86012;86012;86012;86012;F892;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;013;086013;Nissoria;Nissoria;;5;Isole;Sicilia;Enna;4;0;EN;86013;86013;86013;86013;F900;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;014;086014;Piazza Armerina;Piazza Armerina;;5;Isole;Sicilia;Enna;4;0;EN;86014;86014;86014;86014;G580;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;015;086015;Pietraperzia;Pietraperzia;;5;Isole;Sicilia;Enna;4;0;EN;86015;86015;86015;86015;G624;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;016;086016;Regalbuto;Regalbuto;;5;Isole;Sicilia;Enna;4;0;EN;86016;86016;86016;86016;H221;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;017;086017;Sperlinga;Sperlinga;;5;Isole;Sicilia;Enna;4;0;EN;86017;86017;86017;86017;I891;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;018;086018;Troina;Troina;;5;Isole;Sicilia;Enna;4;0;EN;86018;86018;86018;86018;L448;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;019;086019;Valguarnera Caropepe;Valguarnera Caropepe;;5;Isole;Sicilia;Enna;4;0;EN;86019;86019;86019;86019;L583;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;086;086;020;086020;Villarosa;Villarosa;;5;Isole;Sicilia;Enna;4;0;EN;86020;86020;86020;86020;M011;ITG;ITG1;ITG16;ITG;ITG1;ITG16 +19;287;087;001;087001;Aci Bonaccorsi;Aci Bonaccorsi;;5;Isole;Sicilia;Catania;3;0;CT;87001;87001;87001;87001;A025;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;002;087002;Aci Castello;Aci Castello;;5;Isole;Sicilia;Catania;3;0;CT;87002;87002;87002;87002;A026;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;003;087003;Aci Catena;Aci Catena;;5;Isole;Sicilia;Catania;3;0;CT;87003;87003;87003;87003;A027;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;004;087004;Acireale;Acireale;;5;Isole;Sicilia;Catania;3;0;CT;87004;87004;87004;87004;A028;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;005;087005;Aci Sant'Antonio;Aci Sant'Antonio;;5;Isole;Sicilia;Catania;3;0;CT;87005;87005;87005;87005;A029;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;006;087006;Adrano;Adrano;;5;Isole;Sicilia;Catania;3;0;CT;87006;87006;87006;87006;A056;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;007;087007;Belpasso;Belpasso;;5;Isole;Sicilia;Catania;3;0;CT;87007;87007;87007;87007;A766;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;008;087008;Biancavilla;Biancavilla;;5;Isole;Sicilia;Catania;3;0;CT;87008;87008;87008;87008;A841;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;009;087009;Bronte;Bronte;;5;Isole;Sicilia;Catania;3;0;CT;87009;87009;87009;87009;B202;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;010;087010;Calatabiano;Calatabiano;;5;Isole;Sicilia;Catania;3;0;CT;87010;87010;87010;87010;B384;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;011;087011;Caltagirone;Caltagirone;;5;Isole;Sicilia;Catania;3;0;CT;87011;87011;87011;87011;B428;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;012;087012;Camporotondo Etneo;Camporotondo Etneo;;5;Isole;Sicilia;Catania;3;0;CT;87012;87012;87012;87012;B561;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;013;087013;Castel di Iudica;Castel di Iudica;;5;Isole;Sicilia;Catania;3;0;CT;87013;87013;87013;87013;C091;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;014;087014;Castiglione di Sicilia;Castiglione di Sicilia;;5;Isole;Sicilia;Catania;3;0;CT;87014;87014;87014;87014;C297;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;015;087015;Catania;Catania;;5;Isole;Sicilia;Catania;3;1;CT;87015;87015;87015;87015;C351;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;016;087016;Fiumefreddo di Sicilia;Fiumefreddo di Sicilia;;5;Isole;Sicilia;Catania;3;0;CT;87016;87016;87016;87016;D623;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;017;087017;Giarre;Giarre;;5;Isole;Sicilia;Catania;3;0;CT;87017;87017;87017;87017;E017;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;018;087018;Grammichele;Grammichele;;5;Isole;Sicilia;Catania;3;0;CT;87018;87018;87018;87018;E133;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;019;087019;Gravina di Catania;Gravina di Catania;;5;Isole;Sicilia;Catania;3;0;CT;87019;87019;87019;87019;E156;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;020;087020;Licodia Eubea;Licodia Eubea;;5;Isole;Sicilia;Catania;3;0;CT;87020;87020;87020;87020;E578;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;021;087021;Linguaglossa;Linguaglossa;;5;Isole;Sicilia;Catania;3;0;CT;87021;87021;87021;87021;E602;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;022;087022;Maletto;Maletto;;5;Isole;Sicilia;Catania;3;0;CT;87022;87022;87022;87022;E854;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;023;087023;Mascali;Mascali;;5;Isole;Sicilia;Catania;3;0;CT;87023;87023;87023;87023;F004;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;024;087024;Mascalucia;Mascalucia;;5;Isole;Sicilia;Catania;3;0;CT;87024;87024;87024;87024;F005;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;025;087025;Militello in Val di Catania;Militello in Val di Catania;;5;Isole;Sicilia;Catania;3;0;CT;87025;87025;87025;87025;F209;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;026;087026;Milo;Milo;;5;Isole;Sicilia;Catania;3;0;CT;87026;87026;87026;87026;F214;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;027;087027;Mineo;Mineo;;5;Isole;Sicilia;Catania;3;0;CT;87027;87027;87027;87027;F217;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;028;087028;Mirabella Imbaccari;Mirabella Imbaccari;;5;Isole;Sicilia;Catania;3;0;CT;87028;87028;87028;87028;F231;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;029;087029;Misterbianco;Misterbianco;;5;Isole;Sicilia;Catania;3;0;CT;87029;87029;87029;87029;F250;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;030;087030;Motta Sant'Anastasia;Motta Sant'Anastasia;;5;Isole;Sicilia;Catania;3;0;CT;87030;87030;87030;87030;F781;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;031;087031;Nicolosi;Nicolosi;;5;Isole;Sicilia;Catania;3;0;CT;87031;87031;87031;87031;F890;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;032;087032;Palagonia;Palagonia;;5;Isole;Sicilia;Catania;3;0;CT;87032;87032;87032;87032;G253;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;033;087033;Patern�;Patern�;;5;Isole;Sicilia;Catania;3;0;CT;87033;87033;87033;87033;G371;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;034;087034;Pedara;Pedara;;5;Isole;Sicilia;Catania;3;0;CT;87034;87034;87034;87034;G402;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;035;087035;Piedimonte Etneo;Piedimonte Etneo;;5;Isole;Sicilia;Catania;3;0;CT;87035;87035;87035;87035;G597;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;036;087036;Raddusa;Raddusa;;5;Isole;Sicilia;Catania;3;0;CT;87036;87036;87036;87036;H154;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;037;087037;Ramacca;Ramacca;;5;Isole;Sicilia;Catania;3;0;CT;87037;87037;87037;87037;H168;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;038;087038;Randazzo;Randazzo;;5;Isole;Sicilia;Catania;3;0;CT;87038;87038;87038;87038;H175;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;039;087039;Riposto;Riposto;;5;Isole;Sicilia;Catania;3;0;CT;87039;87039;87039;87039;H325;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;040;087040;San Cono;San Cono;;5;Isole;Sicilia;Catania;3;0;CT;87040;87040;87040;87040;H805;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;041;087041;San Giovanni la Punta;San Giovanni la Punta;;5;Isole;Sicilia;Catania;3;0;CT;87041;87041;87041;87041;H922;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;042;087042;San Gregorio di Catania;San Gregorio di Catania;;5;Isole;Sicilia;Catania;3;0;CT;87042;87042;87042;87042;H940;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;043;087043;San Michele di Ganzaria;San Michele di Ganzaria;;5;Isole;Sicilia;Catania;3;0;CT;87043;87043;87043;87043;I035;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;044;087044;San Pietro Clarenza;San Pietro Clarenza;;5;Isole;Sicilia;Catania;3;0;CT;87044;87044;87044;87044;I098;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;045;087045;Sant'Agata li Battiati;Sant'Agata li Battiati;;5;Isole;Sicilia;Catania;3;0;CT;87045;87045;87045;87045;I202;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;046;087046;Sant'Alfio;Sant'Alfio;;5;Isole;Sicilia;Catania;3;0;CT;87046;87046;87046;87046;I216;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;047;087047;Santa Maria di Licodia;Santa Maria di Licodia;;5;Isole;Sicilia;Catania;3;0;CT;87047;87047;87047;87047;I240;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;048;087048;Santa Venerina;Santa Venerina;;5;Isole;Sicilia;Catania;3;0;CT;87048;87048;87048;87048;I314;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;049;087049;Scordia;Scordia;;5;Isole;Sicilia;Catania;3;0;CT;87049;87049;87049;87049;I548;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;050;087050;Trecastagni;Trecastagni;;5;Isole;Sicilia;Catania;3;0;CT;87050;87050;87050;87050;L355;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;051;087051;Tremestieri Etneo;Tremestieri Etneo;;5;Isole;Sicilia;Catania;3;0;CT;87051;87051;87051;87051;L369;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;052;087052;Valverde;Valverde;;5;Isole;Sicilia;Catania;3;0;CT;87052;87052;87052;87052;L658;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;053;087053;Viagrande;Viagrande;;5;Isole;Sicilia;Catania;3;0;CT;87053;87053;87053;87053;L828;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;054;087054;Vizzini;Vizzini;;5;Isole;Sicilia;Catania;3;0;CT;87054;87054;87054;87054;M100;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;055;087055;Zafferana Etnea;Zafferana Etnea;;5;Isole;Sicilia;Catania;3;0;CT;87055;87055;87055;87055;M139;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;056;087056;Mazzarrone;Mazzarrone;;5;Isole;Sicilia;Catania;3;0;CT;87056;87056;87056;87056;M271;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;057;087057;Maniace;Maniace;;5;Isole;Sicilia;Catania;3;0;CT;87057;87057;87057;87057;M283;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;287;087;058;087058;Ragalna;Ragalna;;5;Isole;Sicilia;Catania;3;0;CT;87058;87058;87058;87058;M287;ITG;ITG1;ITG17;ITG;ITG1;ITG17 +19;088;088;001;088001;Acate;Acate;;5;Isole;Sicilia;Ragusa;4;0;RG;88001;88001;88001;88001;A014;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;002;088002;Chiaramonte Gulfi;Chiaramonte Gulfi;;5;Isole;Sicilia;Ragusa;4;0;RG;88002;88002;88002;88002;C612;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;003;088003;Comiso;Comiso;;5;Isole;Sicilia;Ragusa;4;0;RG;88003;88003;88003;88003;C927;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;004;088004;Giarratana;Giarratana;;5;Isole;Sicilia;Ragusa;4;0;RG;88004;88004;88004;88004;E016;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;005;088005;Ispica;Ispica;;5;Isole;Sicilia;Ragusa;4;0;RG;88005;88005;88005;88005;E366;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;006;088006;Modica;Modica;;5;Isole;Sicilia;Ragusa;4;0;RG;88006;88006;88006;88006;F258;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;007;088007;Monterosso Almo;Monterosso Almo;;5;Isole;Sicilia;Ragusa;4;0;RG;88007;88007;88007;88007;F610;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;008;088008;Pozzallo;Pozzallo;;5;Isole;Sicilia;Ragusa;4;0;RG;88008;88008;88008;88008;G953;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;009;088009;Ragusa;Ragusa;;5;Isole;Sicilia;Ragusa;4;1;RG;88009;88009;88009;88009;H163;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;010;088010;Santa Croce Camerina;Santa Croce Camerina;;5;Isole;Sicilia;Ragusa;4;0;RG;88010;88010;88010;88010;I178;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;011;088011;Scicli;Scicli;;5;Isole;Sicilia;Ragusa;4;0;RG;88011;88011;88011;88011;I535;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;088;088;012;088012;Vittoria;Vittoria;;5;Isole;Sicilia;Ragusa;4;0;RG;88012;88012;88012;88012;M088;ITG;ITG1;ITG18;ITG;ITG1;ITG18 +19;089;089;001;089001;Augusta;Augusta;;5;Isole;Sicilia;Siracusa;4;0;SR;89001;89001;89001;89001;A494;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;002;089002;Avola;Avola;;5;Isole;Sicilia;Siracusa;4;0;SR;89002;89002;89002;89002;A522;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;003;089003;Buccheri;Buccheri;;5;Isole;Sicilia;Siracusa;4;0;SR;89003;89003;89003;89003;B237;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;004;089004;Buscemi;Buscemi;;5;Isole;Sicilia;Siracusa;4;0;SR;89004;89004;89004;89004;B287;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;005;089005;Canicattini Bagni;Canicattini Bagni;;5;Isole;Sicilia;Siracusa;4;0;SR;89005;89005;89005;89005;B603;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;006;089006;Carlentini;Carlentini;;5;Isole;Sicilia;Siracusa;4;0;SR;89006;89006;89006;89006;B787;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;007;089007;Cassaro;Cassaro;;5;Isole;Sicilia;Siracusa;4;0;SR;89007;89007;89007;89007;C006;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;008;089008;Ferla;Ferla;;5;Isole;Sicilia;Siracusa;4;0;SR;89008;89008;89008;89008;D540;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;009;089009;Floridia;Floridia;;5;Isole;Sicilia;Siracusa;4;0;SR;89009;89009;89009;89009;D636;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;010;089010;Francofonte;Francofonte;;5;Isole;Sicilia;Siracusa;4;0;SR;89010;89010;89010;89010;D768;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;011;089011;Lentini;Lentini;;5;Isole;Sicilia;Siracusa;4;0;SR;89011;89011;89011;89011;E532;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;012;089012;Melilli;Melilli;;5;Isole;Sicilia;Siracusa;4;0;SR;89012;89012;89012;89012;F107;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;013;089013;Noto;Noto;;5;Isole;Sicilia;Siracusa;4;0;SR;89013;89013;89013;89013;F943;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;014;089014;Pachino;Pachino;;5;Isole;Sicilia;Siracusa;4;0;SR;89014;89014;89014;89014;G211;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;015;089015;Palazzolo Acreide;Palazzolo Acreide;;5;Isole;Sicilia;Siracusa;4;0;SR;89015;89015;89015;89015;G267;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;016;089016;Rosolini;Rosolini;;5;Isole;Sicilia;Siracusa;4;0;SR;89016;89016;89016;89016;H574;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;017;089017;Siracusa;Siracusa;;5;Isole;Sicilia;Siracusa;4;1;SR;89017;89017;89017;89017;I754;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;018;089018;Solarino;Solarino;;5;Isole;Sicilia;Siracusa;4;0;SR;89018;89018;89018;89018;I785;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;019;089019;Sortino;Sortino;;5;Isole;Sicilia;Siracusa;4;0;SR;89019;89019;89019;89019;I864;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;020;089020;Portopalo di Capo Passero;Portopalo di Capo Passero;;5;Isole;Sicilia;Siracusa;4;0;SR;89020;89020;89020;89020;M257;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +19;089;089;021;089021;Priolo Gargallo;Priolo Gargallo;;5;Isole;Sicilia;Siracusa;4;0;SR;89021;89021;89021;89021;M279;ITG;ITG1;ITG19;ITG;ITG1;ITG19 +20;090;090;001;090001;Aggius;Aggius;;5;Isole;Sardegna;Sassari;1;0;SS;90001;104001;104001;90001;A069;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;002;090002;Al� dei Sardi;Al� dei Sardi;;5;Isole;Sardegna;Sassari;1;0;SS;90002;104003;104003;90002;A115;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;003;090003;Alghero;Alghero;;5;Isole;Sardegna;Sassari;1;0;SS;90003;90003;90003;90003;A192;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;004;090004;Anela;Anela;;5;Isole;Sardegna;Sassari;1;0;SS;90004;90004;90004;90004;A287;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;005;090005;Ardara;Ardara;;5;Isole;Sardegna;Sassari;1;0;SS;90005;90005;90005;90005;A379;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;006;090006;Arzachena;Arzachena;;5;Isole;Sardegna;Sassari;1;0;SS;90006;104004;104004;90006;A453;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;007;090007;Banari;Banari;;5;Isole;Sardegna;Sassari;1;0;SS;90007;90007;90007;90007;A606;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;008;090008;Benetutti;Benetutti;;5;Isole;Sardegna;Sassari;1;0;SS;90008;90008;90008;90008;A781;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;009;090009;Berchidda;Berchidda;;5;Isole;Sardegna;Sassari;1;0;SS;90009;104006;104006;90009;A789;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;010;090010;Bessude;Bessude;;5;Isole;Sardegna;Sassari;1;0;SS;90010;90010;90010;90010;A827;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;011;090011;Bonnanaro;Bonnanaro;;5;Isole;Sardegna;Sassari;1;0;SS;90011;90011;90011;90011;A976;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;012;090012;Bono;Bono;;5;Isole;Sardegna;Sassari;1;0;SS;90012;90012;90012;90012;A977;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;013;090013;Bonorva;Bonorva;;5;Isole;Sardegna;Sassari;1;0;SS;90013;90013;90013;90013;A978;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;014;090014;Bortigiadas;Bortigiadas;;5;Isole;Sardegna;Sassari;1;0;SS;90014;104007;104007;90014;B063;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;015;090015;Borutta;Borutta;;5;Isole;Sardegna;Sassari;1;0;SS;90015;90015;90015;90015;B064;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;016;090016;Bottidda;Bottidda;;5;Isole;Sardegna;Sassari;1;0;SS;90016;90016;90016;90016;B094;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;017;090017;Buddus�;Buddus�;;5;Isole;Sardegna;Sassari;1;0;SS;90017;104008;104008;90017;B246;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;018;090018;Bultei;Bultei;;5;Isole;Sardegna;Sassari;1;0;SS;90018;90018;90018;90018;B264;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;019;090019;Bulzi;Bulzi;;5;Isole;Sardegna;Sassari;1;0;SS;90019;90019;90019;90019;B265;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;020;090020;Burgos;Burgos;;5;Isole;Sardegna;Sassari;1;0;SS;90020;90020;90020;90020;B276;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;021;090021;Calangianus;Calangianus;;5;Isole;Sardegna;Sassari;1;0;SS;90021;104010;104010;90021;B378;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;022;090022;Cargeghe;Cargeghe;;5;Isole;Sardegna;Sassari;1;0;SS;90022;90022;90022;90022;B772;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;023;090023;Castelsardo;Castelsardo;;5;Isole;Sardegna;Sassari;1;0;SS;90023;90023;90023;90023;C272;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;024;090024;Cheremule;Cheremule;;5;Isole;Sardegna;Sassari;1;0;SS;90024;90024;90024;90024;C600;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;025;090025;Chiaramonti;Chiaramonti;;5;Isole;Sardegna;Sassari;1;0;SS;90025;90025;90025;90025;C613;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;026;090026;Codrongianos;Codrongianos;;5;Isole;Sardegna;Sassari;1;0;SS;90026;90026;90026;90026;C818;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;027;090027;Cossoine;Cossoine;;5;Isole;Sardegna;Sassari;1;0;SS;90027;90027;90027;90027;D100;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;028;090028;Esporlatu;Esporlatu;;5;Isole;Sardegna;Sassari;1;0;SS;90028;90028;90028;90028;D441;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;029;090029;Florinas;Florinas;;5;Isole;Sardegna;Sassari;1;0;SS;90029;90029;90029;90029;D637;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;030;090030;Giave;Giave;;5;Isole;Sardegna;Sassari;1;0;SS;90030;90030;90030;90030;E019;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;031;090031;Illorai;Illorai;;5;Isole;Sardegna;Sassari;1;0;SS;90031;90031;90031;90031;E285;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;032;090032;Ittireddu;Ittireddu;;5;Isole;Sardegna;Sassari;1;0;SS;90032;90032;90032;90032;E376;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;033;090033;Ittiri;Ittiri;;5;Isole;Sardegna;Sassari;1;0;SS;90033;90033;90033;90033;E377;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;034;090034;Laerru;Laerru;;5;Isole;Sardegna;Sassari;1;0;SS;90034;90034;90034;90034;E401;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;035;090035;La Maddalena;La Maddalena;;5;Isole;Sardegna;Sassari;1;0;SS;90035;104012;104012;90035;E425;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;036;090036;Luogosanto;Luogosanto;;5;Isole;Sardegna;Sassari;1;0;SS;90036;104014;104014;90036;E747;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;037;090037;Luras;Luras;;5;Isole;Sardegna;Sassari;1;0;SS;90037;104015;104015;90037;E752;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;038;090038;Mara;Mara;;5;Isole;Sardegna;Sassari;1;0;SS;90038;90038;90038;90038;E902;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;039;090039;Martis;Martis;;5;Isole;Sardegna;Sassari;1;0;SS;90039;90039;90039;90039;E992;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;040;090040;Monteleone Rocca Doria;Monteleone Rocca Doria;;5;Isole;Sardegna;Sassari;1;0;SS;90040;90040;90040;90040;F542;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;041;090041;Monti;Monti;;5;Isole;Sardegna;Sassari;1;0;SS;90041;104016;104016;90041;F667;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;042;090042;Mores;Mores;;5;Isole;Sardegna;Sassari;1;0;SS;90042;90042;90042;90042;F721;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;043;090043;Muros;Muros;;5;Isole;Sardegna;Sassari;1;0;SS;90043;90043;90043;90043;F818;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;044;090044;Nughedu San Nicol�;Nughedu San Nicol�;;5;Isole;Sardegna;Sassari;1;0;SS;90044;90044;90044;90044;F975;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;045;090045;Nule;Nule;;5;Isole;Sardegna;Sassari;1;0;SS;90045;90045;90045;90045;F976;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;046;090046;Nulvi;Nulvi;;5;Isole;Sardegna;Sassari;1;0;SS;90046;90046;90046;90046;F977;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;047;090047;Olbia;Olbia;;5;Isole;Sardegna;Sassari;1;0;SS;90047;104017;104017;90047;G015;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;048;090048;Olmedo;Olmedo;;5;Isole;Sardegna;Sassari;1;0;SS;90048;90048;90048;90048;G046;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;049;090049;Oschiri;Oschiri;;5;Isole;Sardegna;Sassari;1;0;SS;90049;104018;104018;90049;G153;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;050;090050;Osilo;Osilo;;5;Isole;Sardegna;Sassari;1;0;SS;90050;90050;90050;90050;G156;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;051;090051;Ossi;Ossi;;5;Isole;Sardegna;Sassari;1;0;SS;90051;90051;90051;90051;G178;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;052;090052;Ozieri;Ozieri;;5;Isole;Sardegna;Sassari;1;0;SS;90052;90052;90052;90052;G203;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;053;090053;Padria;Padria;;5;Isole;Sardegna;Sassari;1;0;SS;90053;90053;90053;90053;G225;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;054;090054;Palau;Palau;;5;Isole;Sardegna;Sassari;1;0;SS;90054;104020;104020;90054;G258;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;055;090055;Pattada;Pattada;;5;Isole;Sardegna;Sassari;1;0;SS;90055;90055;90055;90055;G376;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;056;090056;Perfugas;Perfugas;;5;Isole;Sardegna;Sassari;1;0;SS;90056;90056;90056;90056;G450;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;057;090057;Ploaghe;Ploaghe;;5;Isole;Sardegna;Sassari;1;0;SS;90057;90057;90057;90057;G740;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;058;090058;Porto Torres;Porto Torres;;5;Isole;Sardegna;Sassari;1;0;SS;90058;90058;90058;90058;G924;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;059;090059;Pozzomaggiore;Pozzomaggiore;;5;Isole;Sardegna;Sassari;1;0;SS;90059;90059;90059;90059;G962;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;060;090060;Putifigari;Putifigari;;5;Isole;Sardegna;Sassari;1;0;SS;90060;90060;90060;90060;H095;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;061;090061;Romana;Romana;;5;Isole;Sardegna;Sassari;1;0;SS;90061;90061;90061;90061;H507;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;062;090062;Aglientu;Aglientu;;5;Isole;Sardegna;Sassari;1;0;SS;90062;104002;104002;90062;H848;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;063;090063;Santa Teresa Gallura;Santa Teresa Gallura;;5;Isole;Sardegna;Sassari;1;0;SS;90063;104022;104022;90063;I312;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;064;090064;Sassari;Sassari;;5;Isole;Sardegna;Sassari;1;1;SS;90064;90064;90064;90064;I452;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;065;090065;Sedini;Sedini;;5;Isole;Sardegna;Sassari;1;0;SS;90065;90065;90065;90065;I565;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;066;090066;Semestene;Semestene;;5;Isole;Sardegna;Sassari;1;0;SS;90066;90066;90066;90066;I598;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;067;090067;Sennori;Sennori;;5;Isole;Sardegna;Sassari;1;0;SS;90067;90067;90067;90067;I614;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;068;090068;Siligo;Siligo;;5;Isole;Sardegna;Sassari;1;0;SS;90068;90068;90068;90068;I732;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;069;090069;Sorso;Sorso;;5;Isole;Sardegna;Sassari;1;0;SS;90069;90069;90069;90069;I863;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;070;090070;Tempio Pausania;Tempio Pausania;;5;Isole;Sardegna;Sassari;1;0;SS;90070;104025;104025;90070;L093;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;071;090071;Thiesi;Thiesi;;5;Isole;Sardegna;Sassari;1;0;SS;90071;90071;90071;90071;L158;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;072;090072;Tissi;Tissi;;5;Isole;Sardegna;Sassari;1;0;SS;90072;90072;90072;90072;L180;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;073;090073;Torralba;Torralba;;5;Isole;Sardegna;Sassari;1;0;SS;90073;90073;90073;90073;L235;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;074;090074;Trinit� d'Agultu e Vignola;Trinit� d'Agultu e Vignola;;5;Isole;Sardegna;Sassari;1;0;SS;90074;104026;104026;90074;L428;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;075;090075;Tula;Tula;;5;Isole;Sardegna;Sassari;1;0;SS;90075;90075;90075;90075;L464;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;076;090076;Uri;Uri;;5;Isole;Sardegna;Sassari;1;0;SS;90076;90076;90076;90076;L503;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;077;090077;Usini;Usini;;5;Isole;Sardegna;Sassari;1;0;SS;90077;90077;90077;90077;L509;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;078;090078;Villanova Monteleone;Villanova Monteleone;;5;Isole;Sardegna;Sassari;1;0;SS;90078;90078;90078;90078;L989;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;079;090079;Valledoria;Valledoria;;5;Isole;Sardegna;Sassari;1;0;SS;90079;90079;90079;90079;L604;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;080;090080;Telti;Telti;;5;Isole;Sardegna;Sassari;1;0;SS;90080;104024;104024;90080;L088;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;081;090081;Badesi;Badesi;;5;Isole;Sardegna;Sassari;1;0;SS;90081;104005;104005;90081;M214;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;082;090082;Viddalba;Viddalba;;5;Isole;Sardegna;Sassari;1;0;SS;90082;90082;90082;90082;M259;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;083;090083;Golfo Aranci;Golfo Aranci;;5;Isole;Sardegna;Sassari;1;0;SS;90083;104011;104011;90083;M274;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;084;090084;Loiri Porto San Paolo;Loiri Porto San Paolo;;5;Isole;Sardegna;Sassari;1;0;SS;90084;104013;104013;90084;M275;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;085;090085;Sant'Antonio di Gallura;Sant'Antonio di Gallura;;5;Isole;Sardegna;Sassari;1;0;SS;90085;104021;104021;90085;M276;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;086;090086;Tergu;Tergu;;5;Isole;Sardegna;Sassari;1;0;SS;90086;90086;90086;90086;M282;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;087;090087;Santa Maria Coghinas;Santa Maria Coghinas;;5;Isole;Sardegna;Sassari;1;0;SS;90087;90087;90087;90087;M284;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;088;090088;Erula;Erula;;5;Isole;Sardegna;Sassari;1;0;SS;90088;90088;90088;90088;M292;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;089;090089;Stintino;Stintino;;5;Isole;Sardegna;Sassari;1;0;SS;90089;90089;90089;90089;M290;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;090;090090;Padru;Padru;;5;Isole;Sardegna;Sassari;1;0;SS;90090;104019;104019;90090;M301;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;091;090091;Budoni;Budoni;;5;Isole;Sardegna;Sassari;1;0;SS;90091;104009;104009;91014;B248;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;090;090;092;090092;San Teodoro;San Teodoro;;5;Isole;Sardegna;Sassari;1;0;SS;90092;104023;104023;91076;I329;ITG;ITG2;ITG2D;ITG;ITG2;ITG2D +20;091;091;001;091001;Aritzo;Aritzo;;5;Isole;Sardegna;Nuoro;1;0;NU;91001;91001;91001;91001;A407;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;002;091002;Arzana;Arzana;;5;Isole;Sardegna;Nuoro;1;0;NU;91002;105001;105001;91002;A454;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;003;091003;Atzara;Atzara;;5;Isole;Sardegna;Nuoro;1;0;NU;91003;91003;91003;91003;A492;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;004;091004;Austis;Austis;;5;Isole;Sardegna;Nuoro;1;0;NU;91004;91004;91004;91004;A503;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;005;091005;Bari Sardo;Bari Sardo;;5;Isole;Sardegna;Nuoro;1;0;NU;91005;105002;105002;91005;A663;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;006;091006;Baunei;Baunei;;5;Isole;Sardegna;Nuoro;1;0;NU;91006;105003;105003;91006;A722;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;007;091007;Belv�;Belv�;;5;Isole;Sardegna;Nuoro;1;0;NU;91007;91007;91007;91007;A776;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;008;091008;Birori;Birori;;5;Isole;Sardegna;Nuoro;1;0;NU;91008;91008;91008;91008;A880;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;009;091009;Bitti;Bitti;;5;Isole;Sardegna;Nuoro;1;0;NU;91009;91009;91009;91009;A895;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;010;091010;Bolotana;Bolotana;;5;Isole;Sardegna;Nuoro;1;0;NU;91010;91010;91010;91010;A948;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;011;091011;Borore;Borore;;5;Isole;Sardegna;Nuoro;1;0;NU;91011;91011;91011;91011;B056;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;012;091012;Bortigali;Bortigali;;5;Isole;Sardegna;Nuoro;1;0;NU;91012;91012;91012;91012;B062;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;016;091016;Desulo;Desulo;;5;Isole;Sardegna;Nuoro;1;0;NU;91016;91016;91016;91016;D287;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;017;091017;Dorgali;Dorgali;;5;Isole;Sardegna;Nuoro;1;0;NU;91017;91017;91017;91017;D345;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;018;091018;Dualchi;Dualchi;;5;Isole;Sardegna;Nuoro;1;0;NU;91018;91018;91018;91018;D376;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;019;091019;Elini;Elini;;5;Isole;Sardegna;Nuoro;1;0;NU;91019;105005;105005;91019;D395;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;024;091024;Fonni;Fonni;;5;Isole;Sardegna;Nuoro;1;0;NU;91024;91024;91024;91024;D665;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;025;091025;Gadoni;Gadoni;;5;Isole;Sardegna;Nuoro;1;0;NU;91025;91025;91025;91025;D842;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;026;091026;Gairo;Gairo;;5;Isole;Sardegna;Nuoro;1;0;NU;91026;105006;105006;91026;D859;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;027;091027;Galtell�;Galtell�;;5;Isole;Sardegna;Nuoro;1;0;NU;91027;91027;91027;91027;D888;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;028;091028;Gavoi;Gavoi;;5;Isole;Sardegna;Nuoro;1;0;NU;91028;91028;91028;91028;D947;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;031;091031;Girasole;Girasole;;5;Isole;Sardegna;Nuoro;1;0;NU;91031;105007;105007;91031;E049;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;032;091032;Ilbono;Ilbono;;5;Isole;Sardegna;Nuoro;1;0;NU;91032;105008;105008;91032;E283;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;033;091033;Irgoli;Irgoli;;5;Isole;Sardegna;Nuoro;1;0;NU;91033;91033;91033;91033;E323;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;035;091035;Jerzu;Jerzu;;5;Isole;Sardegna;Nuoro;1;0;NU;91035;105009;105009;91035;E387;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;037;091037;Lanusei;Lanusei;;5;Isole;Sardegna;Nuoro;1;0;NU;91037;105010;105010;91037;E441;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;038;091038;Lei;Lei;;5;Isole;Sardegna;Nuoro;1;0;NU;91038;91038;91038;91038;E517;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;039;091039;Loceri;Loceri;;5;Isole;Sardegna;Nuoro;1;0;NU;91039;105011;105011;91039;E644;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;040;091040;Loculi;Loculi;;5;Isole;Sardegna;Nuoro;1;0;NU;91040;91040;91040;91040;E646;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;041;091041;Lod�;Lod�;;5;Isole;Sardegna;Nuoro;1;0;NU;91041;91041;91041;91041;E647;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;042;091042;Lotzorai;Lotzorai;;5;Isole;Sardegna;Nuoro;1;0;NU;91042;105012;105012;91042;E700;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;043;091043;Lula;Lula;;5;Isole;Sardegna;Nuoro;1;0;NU;91043;91043;91043;91043;E736;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;044;091044;Macomer;Macomer;;5;Isole;Sardegna;Nuoro;1;0;NU;91044;91044;91044;91044;E788;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;046;091046;Mamoiada;Mamoiada;;5;Isole;Sardegna;Nuoro;1;0;NU;91046;91046;91046;91046;E874;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;047;091047;Meana Sardo;Meana Sardo;;5;Isole;Sardegna;Nuoro;1;0;NU;91047;91047;91047;91047;F073;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;050;091050;Noragugume;Noragugume;;5;Isole;Sardegna;Nuoro;1;0;NU;91050;91050;91050;91050;F933;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;051;091051;Nuoro;Nuoro;;5;Isole;Sardegna;Nuoro;1;1;NU;91051;91051;91051;91051;F979;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;055;091055;Oliena;Oliena;;5;Isole;Sardegna;Nuoro;1;0;NU;91055;91055;91055;91055;G031;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;056;091056;Ollolai;Ollolai;;5;Isole;Sardegna;Nuoro;1;0;NU;91056;91056;91056;91056;G044;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;057;091057;Olzai;Olzai;;5;Isole;Sardegna;Nuoro;1;0;NU;91057;91057;91057;91057;G058;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;058;091058;Onan�;Onan�;;5;Isole;Sardegna;Nuoro;1;0;NU;91058;91058;91058;91058;G064;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;059;091059;Onifai;Onifai;;5;Isole;Sardegna;Nuoro;1;0;NU;91059;91059;91059;91059;G070;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;060;091060;Oniferi;Oniferi;;5;Isole;Sardegna;Nuoro;1;0;NU;91060;91060;91060;91060;G071;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;061;091061;Orani;Orani;;5;Isole;Sardegna;Nuoro;1;0;NU;91061;91061;91061;91061;G084;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;062;091062;Orgosolo;Orgosolo;;5;Isole;Sardegna;Nuoro;1;0;NU;91062;91062;91062;91062;G097;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;063;091063;Orosei;Orosei;;5;Isole;Sardegna;Nuoro;1;0;NU;91063;91063;91063;91063;G119;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;064;091064;Orotelli;Orotelli;;5;Isole;Sardegna;Nuoro;1;0;NU;91064;91064;91064;91064;G120;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;066;091066;Ortueri;Ortueri;;5;Isole;Sardegna;Nuoro;1;0;NU;91066;91066;91066;91066;G146;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;067;091067;Orune;Orune;;5;Isole;Sardegna;Nuoro;1;0;NU;91067;91067;91067;91067;G147;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;068;091068;Osidda;Osidda;;5;Isole;Sardegna;Nuoro;1;0;NU;91068;91068;91068;91068;G154;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;069;091069;Osini;Osini;;5;Isole;Sardegna;Nuoro;1;0;NU;91069;105013;105013;91069;G158;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;070;091070;Ottana;Ottana;;5;Isole;Sardegna;Nuoro;1;0;NU;91070;91070;91070;91070;G191;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;071;091071;Ovodda;Ovodda;;5;Isole;Sardegna;Nuoro;1;0;NU;91071;91071;91071;91071;G201;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;072;091072;Perdasdefogu;Perdasdefogu;;5;Isole;Sardegna;Nuoro;1;0;NU;91072;105014;105014;91072;G445;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;073;091073;Posada;Posada;;5;Isole;Sardegna;Nuoro;1;0;NU;91073;91073;91073;91073;G929;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;077;091077;Sarule;Sarule;;5;Isole;Sardegna;Nuoro;1;0;NU;91077;91077;91077;91077;I448;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;083;091083;Silanus;Silanus;;5;Isole;Sardegna;Nuoro;1;0;NU;91083;91083;91083;91083;I730;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;084;091084;Sindia;Sindia;;5;Isole;Sardegna;Nuoro;1;0;NU;91084;91084;91084;91084;I748;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;085;091085;Siniscola;Siniscola;;5;Isole;Sardegna;Nuoro;1;0;NU;91085;91085;91085;91085;I751;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;086;091086;Sorgono;Sorgono;;5;Isole;Sardegna;Nuoro;1;0;NU;91086;91086;91086;91086;I851;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;088;091088;Talana;Talana;;5;Isole;Sardegna;Nuoro;1;0;NU;91088;105016;105016;91088;L036;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;089;091089;Tertenia;Tertenia;;5;Isole;Sardegna;Nuoro;1;0;NU;91089;105017;105017;91089;L140;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;090;091090;Teti;Teti;;5;Isole;Sardegna;Nuoro;1;0;NU;91090;91090;91090;91090;L153;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;091;091091;Tiana;Tiana;;5;Isole;Sardegna;Nuoro;1;0;NU;91091;91091;91091;91091;L160;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;093;091093;Tonara;Tonara;;5;Isole;Sardegna;Nuoro;1;0;NU;91093;91093;91093;91093;L202;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;094;091094;Torp�;Torp�;;5;Isole;Sardegna;Nuoro;1;0;NU;91094;91094;91094;91094;L231;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;095;091095;Tortol�;Tortol�;;5;Isole;Sardegna;Nuoro;1;0;NU;91095;105018;105018;91095;A355;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;097;091097;Triei;Triei;;5;Isole;Sardegna;Nuoro;1;0;NU;91097;105019;105019;91097;L423;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;098;091098;Ulassai;Ulassai;;5;Isole;Sardegna;Nuoro;1;0;NU;91098;105020;105020;91098;L489;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;099;091099;Urzulei;Urzulei;;5;Isole;Sardegna;Nuoro;1;0;NU;91099;105021;105021;91099;L506;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;100;091100;Ussassai;Ussassai;;5;Isole;Sardegna;Nuoro;1;0;NU;91100;105022;105022;91100;L514;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;101;091101;Villagrande Strisaili;Villagrande Strisaili;;5;Isole;Sardegna;Nuoro;1;0;NU;91101;105023;105023;91101;L953;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;103;091103;Cardedu;Cardedu;;5;Isole;Sardegna;Nuoro;1;0;NU;91103;105004;105004;91103;M285;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;091;091;104;091104;Lodine;Lodine;;5;Isole;Sardegna;Nuoro;1;0;NU;91104;91104;91104;91104;E649;ITG;ITG2;ITG2E;ITG;ITG2;ITG2E +20;292;092;003;092003;Assemini;Assemini;;5;Isole;Sardegna;Cagliari;3;0;CA;92003;92003;92003;92003;A474;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;009;092009;Cagliari;Cagliari;;5;Isole;Sardegna;Cagliari;3;1;CA;92009;92009;92009;92009;B354;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;011;092011;Capoterra;Capoterra;;5;Isole;Sardegna;Cagliari;3;0;CA;92011;92011;92011;92011;B675;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;015;092015;Decimomannu;Decimomannu;;5;Isole;Sardegna;Cagliari;3;0;CA;92015;92015;92015;92015;D259;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;037;092037;Maracalagonis;Maracalagonis;;5;Isole;Sardegna;Cagliari;3;0;CA;92037;92037;92037;92037;E903;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;050;092050;Pula;Pula;;5;Isole;Sardegna;Cagliari;3;0;CA;92050;92050;92050;92050;H088;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;051;092051;Quartu Sant'Elena;Quartu Sant'Elena;;5;Isole;Sardegna;Cagliari;3;0;CA;92051;92051;92051;92051;H118;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;066;092066;Sarroch;Sarroch;;5;Isole;Sardegna;Cagliari;3;0;CA;92066;92066;92066;92066;I443;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;068;092068;Selargius;Selargius;;5;Isole;Sardegna;Cagliari;3;0;CA;92068;92068;92068;92068;I580;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;074;092074;Sestu;Sestu;;5;Isole;Sardegna;Cagliari;3;0;CA;92074;92074;92074;92074;I695;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;075;092075;Settimo San Pietro;Settimo San Pietro;;5;Isole;Sardegna;Cagliari;3;0;CA;92075;92075;92075;92075;I699;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;080;092080;Sinnai;Sinnai;;5;Isole;Sardegna;Cagliari;3;0;CA;92080;92080;92080;92080;I752;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;090;092090;Uta;Uta;;5;Isole;Sardegna;Cagliari;3;0;CA;92090;92090;92090;92090;L521;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;099;092099;Villa San Pietro;Villa San Pietro;;5;Isole;Sardegna;Cagliari;3;0;CA;92099;92099;92099;92099;I118;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;105;092105;Quartucciu;Quartucciu;;5;Isole;Sardegna;Cagliari;3;0;CA;92105;92105;92105;92105;H119;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;108;092108;Elmas;Elmas;;5;Isole;Sardegna;Cagliari;3;0;CA;92108;92108;92108;92108;D399;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;292;092;109;092109;Monserrato;Monserrato;;5;Isole;Sardegna;Cagliari;3;0;CA;92109;92109;92109;92109;F383;ITG;ITG2;ITG2F;ITG;ITG2;ITG2F +20;095;095;001;095001;Abbasanta;Abbasanta;;5;Isole;Sardegna;Oristano;1;0;OR;95001;95001;95001;95001;A007;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;002;095002;Aidomaggiore;Aidomaggiore;;5;Isole;Sardegna;Oristano;1;0;OR;95002;95002;95002;95002;A097;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;003;095003;Albagiara;Albagiara;;5;Isole;Sardegna;Oristano;1;0;OR;95003;95003;95003;95003;A126;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;004;095004;Ales;Ales;;5;Isole;Sardegna;Oristano;1;0;OR;95004;95004;95004;95004;A180;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;005;095005;Allai;Allai;;5;Isole;Sardegna;Oristano;1;0;OR;95005;95005;95005;95005;A204;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;006;095006;Arborea;Arborea;;5;Isole;Sardegna;Oristano;1;0;OR;95006;95006;95006;95006;A357;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;007;095007;Ardauli;Ardauli;;5;Isole;Sardegna;Oristano;1;0;OR;95007;95007;95007;95007;A380;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;008;095008;Assolo;Assolo;;5;Isole;Sardegna;Oristano;1;0;OR;95008;95008;95008;95008;A477;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;009;095009;Asuni;Asuni;;5;Isole;Sardegna;Oristano;1;0;OR;95009;95009;95009;95009;A480;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;010;095010;Baradili;Baradili;;5;Isole;Sardegna;Oristano;1;0;OR;95010;95010;95010;95010;A614;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;011;095011;Baratili San Pietro;Baratili San Pietro;;5;Isole;Sardegna;Oristano;1;0;OR;95011;95011;95011;95011;A621;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;012;095012;Baressa;Baressa;;5;Isole;Sardegna;Oristano;1;0;OR;95012;95012;95012;95012;A655;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;013;095013;Bauladu;Bauladu;;5;Isole;Sardegna;Oristano;1;0;OR;95013;95013;95013;95013;A721;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;014;095014;Bidon�;Bidon�;;5;Isole;Sardegna;Oristano;1;0;OR;95014;95014;95014;95014;A856;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;015;095015;Bonarcado;Bonarcado;;5;Isole;Sardegna;Oristano;1;0;OR;95015;95015;95015;95015;A960;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;016;095016;Boroneddu;Boroneddu;;5;Isole;Sardegna;Oristano;1;0;OR;95016;95016;95016;95016;B055;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;017;095017;Busachi;Busachi;;5;Isole;Sardegna;Oristano;1;0;OR;95017;95017;95017;95017;B281;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;018;095018;Cabras;Cabras;;5;Isole;Sardegna;Oristano;1;0;OR;95018;95018;95018;95018;B314;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;019;095019;Cuglieri;Cuglieri;;5;Isole;Sardegna;Oristano;1;0;OR;95019;95019;95019;95019;D200;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;020;095020;Fordongianus;Fordongianus;;5;Isole;Sardegna;Oristano;1;0;OR;95020;95020;95020;95020;D695;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;021;095021;Ghilarza;Ghilarza;;5;Isole;Sardegna;Oristano;1;0;OR;95021;95021;95021;95021;E004;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;022;095022;Gonnoscodina;Gonnoscodina;;5;Isole;Sardegna;Oristano;1;0;OR;95022;95022;95022;95022;E087;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;023;095023;Gonnosn�;Gonnosn�;;5;Isole;Sardegna;Oristano;1;0;OR;95023;95023;95023;95023;D585;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;024;095024;Gonnostramatza;Gonnostramatza;;5;Isole;Sardegna;Oristano;1;0;OR;95024;95024;95024;95024;E088;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;025;095025;Marrubiu;Marrubiu;;5;Isole;Sardegna;Oristano;1;0;OR;95025;95025;95025;95025;E972;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;026;095026;Masullas;Masullas;;5;Isole;Sardegna;Oristano;1;0;OR;95026;95026;95026;95026;F050;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;027;095027;Milis;Milis;;5;Isole;Sardegna;Oristano;1;0;OR;95027;95027;95027;95027;F208;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;028;095028;Mogorella;Mogorella;;5;Isole;Sardegna;Oristano;1;0;OR;95028;95028;95028;95028;F270;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;029;095029;Mogoro;Mogoro;;5;Isole;Sardegna;Oristano;1;0;OR;95029;95029;95029;95029;F272;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;030;095030;Morgongiori;Morgongiori;;5;Isole;Sardegna;Oristano;1;0;OR;95030;95030;95030;95030;F727;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;031;095031;Narbolia;Narbolia;;5;Isole;Sardegna;Oristano;1;0;OR;95031;95031;95031;95031;F840;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;032;095032;Neoneli;Neoneli;;5;Isole;Sardegna;Oristano;1;0;OR;95032;95032;95032;95032;F867;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;033;095033;Norbello;Norbello;;5;Isole;Sardegna;Oristano;1;0;OR;95033;95033;95033;95033;F934;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;034;095034;Nughedu Santa Vittoria;Nughedu Santa Vittoria;;5;Isole;Sardegna;Oristano;1;0;OR;95034;95034;95034;95034;F974;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;035;095035;Nurachi;Nurachi;;5;Isole;Sardegna;Oristano;1;0;OR;95035;95035;95035;95035;F980;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;036;095036;Nureci;Nureci;;5;Isole;Sardegna;Oristano;1;0;OR;95036;95036;95036;95036;F985;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;037;095037;Ollastra;Ollastra;;5;Isole;Sardegna;Oristano;1;0;OR;95037;95037;95037;95037;G043;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;038;095038;Oristano;Oristano;;5;Isole;Sardegna;Oristano;1;1;OR;95038;95038;95038;95038;G113;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;039;095039;Palmas Arborea;Palmas Arborea;;5;Isole;Sardegna;Oristano;1;0;OR;95039;95039;95039;95039;G286;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;040;095040;Pau;Pau;;5;Isole;Sardegna;Oristano;1;0;OR;95040;95040;95040;95040;G379;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;041;095041;Paulilatino;Paulilatino;;5;Isole;Sardegna;Oristano;1;0;OR;95041;95041;95041;95041;G384;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;042;095042;Pompu;Pompu;;5;Isole;Sardegna;Oristano;1;0;OR;95042;95042;95042;95042;G817;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;043;095043;Riola Sardo;Riola Sardo;;5;Isole;Sardegna;Oristano;1;0;OR;95043;95043;95043;95043;H301;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;044;095044;Ruinas;Ruinas;;5;Isole;Sardegna;Oristano;1;0;OR;95044;95044;95044;95044;F271;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;045;095045;Samugheo;Samugheo;;5;Isole;Sardegna;Oristano;1;0;OR;95045;95045;95045;95045;H756;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;046;095046;San Nicol� d'Arcidano;San Nicol� d'Arcidano;;5;Isole;Sardegna;Oristano;1;0;OR;95046;95046;95046;95046;A368;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;047;095047;Santa Giusta;Santa Giusta;;5;Isole;Sardegna;Oristano;1;0;OR;95047;95047;95047;95047;I205;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;048;095048;Villa Sant'Antonio;Villa Sant'Antonio;;5;Isole;Sardegna;Oristano;1;0;OR;95048;95048;95048;95048;I298;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;049;095049;Santu Lussurgiu;Santu Lussurgiu;;5;Isole;Sardegna;Oristano;1;0;OR;95049;95049;95049;95049;I374;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;050;095050;San Vero Milis;San Vero Milis;;5;Isole;Sardegna;Oristano;1;0;OR;95050;95050;95050;95050;I384;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;051;095051;Scano di Montiferro;Scano di Montiferro;;5;Isole;Sardegna;Oristano;1;0;OR;95051;95051;95051;95051;I503;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;052;095052;Sedilo;Sedilo;;5;Isole;Sardegna;Oristano;1;0;OR;95052;95052;95052;95052;I564;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;053;095053;Seneghe;Seneghe;;5;Isole;Sardegna;Oristano;1;0;OR;95053;95053;95053;95053;I605;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;054;095054;Senis;Senis;;5;Isole;Sardegna;Oristano;1;0;OR;95054;95054;95054;95054;I609;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;055;095055;Sennariolo;Sennariolo;;5;Isole;Sardegna;Oristano;1;0;OR;95055;95055;95055;95055;I613;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;056;095056;Siamaggiore;Siamaggiore;;5;Isole;Sardegna;Oristano;1;0;OR;95056;95056;95056;95056;I717;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;057;095057;Siamanna;Siamanna;;5;Isole;Sardegna;Oristano;1;0;OR;95057;95057;95057;95057;I718;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;058;095058;Simala;Simala;;5;Isole;Sardegna;Oristano;1;0;OR;95058;95058;95058;95058;I742;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;059;095059;Simaxis;Simaxis;;5;Isole;Sardegna;Oristano;1;0;OR;95059;95059;95059;95059;I743;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;060;095060;Sini;Sini;;5;Isole;Sardegna;Oristano;1;0;OR;95060;95060;95060;95060;I749;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;061;095061;Siris;Siris;;5;Isole;Sardegna;Oristano;1;0;OR;95061;95061;95061;95061;I757;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;062;095062;Solarussa;Solarussa;;5;Isole;Sardegna;Oristano;1;0;OR;95062;95062;95062;95062;I791;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;063;095063;Sorradile;Sorradile;;5;Isole;Sardegna;Oristano;1;0;OR;95063;95063;95063;95063;I861;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;064;095064;Tadasuni;Tadasuni;;5;Isole;Sardegna;Oristano;1;0;OR;95064;95064;95064;95064;L023;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;065;095065;Terralba;Terralba;;5;Isole;Sardegna;Oristano;1;0;OR;95065;95065;95065;95065;L122;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;066;095066;Tramatza;Tramatza;;5;Isole;Sardegna;Oristano;1;0;OR;95066;95066;95066;95066;L321;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;067;095067;Tresnuraghes;Tresnuraghes;;5;Isole;Sardegna;Oristano;1;0;OR;95067;95067;95067;95067;L393;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;068;095068;Ul� Tirso;Ul� Tirso;;5;Isole;Sardegna;Oristano;1;0;OR;95068;95068;95068;95068;L488;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;069;095069;Uras;Uras;;5;Isole;Sardegna;Oristano;1;0;OR;95069;95069;95069;95069;L496;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;070;095070;Usellus;Usellus;;5;Isole;Sardegna;Oristano;1;0;OR;95070;95070;95070;95070;L508;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;071;095071;Villanova Truschedu;Villanova Truschedu;;5;Isole;Sardegna;Oristano;1;0;OR;95071;95071;95071;95071;L991;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;072;095072;Villaurbana;Villaurbana;;5;Isole;Sardegna;Oristano;1;0;OR;95072;95072;95072;95072;M030;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;073;095073;Villa Verde;Villa Verde;;5;Isole;Sardegna;Oristano;1;0;OR;95073;95073;95073;95073;A609;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;074;095074;Zeddiani;Zeddiani;;5;Isole;Sardegna;Oristano;1;0;OR;95074;95074;95074;95074;M153;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;075;095075;Zerfaliu;Zerfaliu;;5;Isole;Sardegna;Oristano;1;0;OR;95075;95075;95075;95075;M168;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;076;095076;Siapiccia;Siapiccia;;5;Isole;Sardegna;Oristano;1;0;OR;95076;95076;95076;95076;I721;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;077;095077;Curcuris;Curcuris;;5;Isole;Sardegna;Oristano;1;0;OR;95077;95077;95077;95077;D214;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;078;095078;Sodd�;Sodd�;;5;Isole;Sardegna;Oristano;1;0;OR;95078;95078;95078;95078;I778;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;079;095079;Bosa;Bosa;;5;Isole;Sardegna;Oristano;1;0;OR;95079;95079;95079;91013;B068;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;080;095080;Flussio;Flussio;;5;Isole;Sardegna;Oristano;1;0;OR;95080;95080;95080;91023;D640;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;082;095082;Laconi;Laconi;;5;Isole;Sardegna;Oristano;1;0;OR;95082;95082;95082;91036;E400;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;083;095083;Magomadas;Magomadas;;5;Isole;Sardegna;Oristano;1;0;OR;95083;95083;95083;91045;E825;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;084;095084;Modolo;Modolo;;5;Isole;Sardegna;Oristano;1;0;OR;95084;95084;95084;91048;F261;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;085;095085;Montresta;Montresta;;5;Isole;Sardegna;Oristano;1;0;OR;95085;95085;95085;91049;F698;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;086;095086;Sagama;Sagama;;5;Isole;Sardegna;Oristano;1;0;OR;95086;95086;95086;91075;H661;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;087;095087;Suni;Suni;;5;Isole;Sardegna;Oristano;1;0;OR;95087;95087;95087;91087;L006;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;095;095;088;095088;Tinnura;Tinnura;;5;Isole;Sardegna;Oristano;1;0;OR;95088;95088;95088;91092;L172;ITG;ITG2;ITG2G;ITG;ITG2;ITG2G +20;111;111;001;111001;Arbus;Arbus;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111001;106001;106001;92001;A359;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;002;111002;Armungia;Armungia;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111002;92002;92002;92002;A419;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;003;111003;Ballao;Ballao;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111003;92004;92004;92004;A597;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;004;111004;Barrali;Barrali;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111004;92005;92005;92005;A677;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;005;111005;Barumini;Barumini;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111005;106002;106002;92006;A681;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;006;111006;Buggerru;Buggerru;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111006;107001;107001;92007;B250;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;007;111007;Burcei;Burcei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111007;92008;92008;92008;B274;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;008;111008;Calasetta;Calasetta;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111008;107002;107002;92010;B383;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;009;111009;Carbonia;Carbonia;;5;Isole;Sardegna;Sud Sardegna;1;1;SU;111009;107003;107003;92012;B745;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;010;111010;Carloforte;Carloforte;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111010;107004;107004;92013;B789;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;011;111011;Castiadas;Castiadas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111011;92106;92106;92106;M288;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;012;111012;Collinas;Collinas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111012;106003;106003;92014;C882;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;013;111013;Decimoputzu;Decimoputzu;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111013;92016;92016;92016;D260;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;014;111014;Dolianova;Dolianova;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111014;92017;92017;92017;D323;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;015;111015;Domus de Maria;Domus de Maria;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111015;92018;92018;92018;D333;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;016;111016;Domusnovas;Domusnovas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111016;107005;107005;92019;D334;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;017;111017;Donori;Donori;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111017;92020;92020;92020;D344;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;018;111018;Escalaplano;Escalaplano;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111018;92110;92110;91020;D430;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;019;111019;Escolca;Escolca;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111019;92111;92111;91021;D431;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;020;111020;Esterzili;Esterzili;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111020;92112;92112;91022;D443;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;021;111021;Fluminimaggiore;Fluminimaggiore;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111021;107006;107006;92021;D639;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;022;111022;Furtei;Furtei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111022;106004;106004;92022;D827;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;023;111023;Genoni;Genoni;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111023;95081;95081;91029;D968;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;024;111024;Genuri;Genuri;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111024;106005;106005;92023;D970;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;025;111025;Gergei;Gergei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111025;92113;92113;91030;D982;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;026;111026;Gesico;Gesico;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111026;92024;92024;92024;D994;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;027;111027;Gesturi;Gesturi;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111027;106006;106006;92025;D997;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;028;111028;Giba;Giba;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111028;107007;107007;92026;E022;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;029;111029;Goni;Goni;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111029;92027;92027;92027;E084;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;030;111030;Gonnesa;Gonnesa;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111030;107008;107008;92028;E086;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;031;111031;Gonnosfanadiga;Gonnosfanadiga;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111031;106007;106007;92029;E085;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;032;111032;Guamaggiore;Guamaggiore;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111032;92030;92030;92030;E234;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;033;111033;Guasila;Guasila;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111033;92031;92031;92031;E252;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;034;111034;Guspini;Guspini;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111034;106008;106008;92032;E270;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;035;111035;Iglesias;Iglesias;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111035;107009;107009;92033;E281;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;036;111036;Isili;Isili;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111036;92114;92114;91034;E336;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;037;111037;Las Plassas;Las Plassas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111037;106009;106009;92034;E464;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;038;111038;Lunamatrona;Lunamatrona;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111038;106010;106010;92035;E742;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;039;111039;Mandas;Mandas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111039;92036;92036;92036;E877;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;040;111040;Masainas;Masainas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111040;107010;107010;92103;M270;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;041;111041;Monastir;Monastir;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111041;92038;92038;92038;F333;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;042;111042;Muravera;Muravera;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111042;92039;92039;92039;F808;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;043;111043;Musei;Musei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111043;107011;107011;92040;F822;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;044;111044;Narcao;Narcao;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111044;107012;107012;92041;F841;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;045;111045;Nuragus;Nuragus;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111045;92115;92115;91052;F981;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;046;111046;Nurallao;Nurallao;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111046;92116;92116;91053;F982;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;047;111047;Nuraminis;Nuraminis;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111047;92042;92042;92042;F983;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;048;111048;Nurri;Nurri;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111048;92117;92117;91054;F986;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;049;111049;Nuxis;Nuxis;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111049;107013;107013;92043;F991;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;050;111050;Orroli;Orroli;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111050;92118;92118;91065;G122;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;051;111051;Ortacesus;Ortacesus;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111051;92044;92044;92044;G133;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;052;111052;Pabillonis;Pabillonis;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111052;106011;106011;92045;G207;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;053;111053;Pauli Arbarei;Pauli Arbarei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111053;106012;106012;92046;G382;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;054;111054;Perdaxius;Perdaxius;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111054;107014;107014;92047;G446;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;055;111055;Pimentel;Pimentel;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111055;92048;92048;92048;G669;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;056;111056;Piscinas;Piscinas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111056;107015;107015;92107;M291;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;057;111057;Portoscuso;Portoscuso;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111057;107016;107016;92049;G922;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;058;111058;Sadali;Sadali;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111058;92119;92119;91074;H659;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;059;111059;Samassi;Samassi;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111059;106013;106013;92052;H738;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;060;111060;Samatzai;Samatzai;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111060;92053;92053;92053;H739;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;061;111061;San Basilio;San Basilio;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111061;92054;92054;92054;H766;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;062;111062;San Gavino Monreale;San Gavino Monreale;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111062;106014;106014;92055;H856;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;063;111063;San Giovanni Suergiu;San Giovanni Suergiu;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111063;107017;107017;92056;G287;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;064;111064;San Nicol� Gerrei;San Nicol� Gerrei;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111064;92058;92058;92058;G383;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;065;111065;San Sperate;San Sperate;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111065;92059;92059;92059;I166;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;066;111066;San Vito;San Vito;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111066;92064;92064;92064;I402;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;067;111067;Sanluri;Sanluri;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111067;106015;106015;92057;H974;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;068;111068;Santadi;Santadi;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111068;107018;107018;92060;I182;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;069;111069;Sant'Andrea Frius;Sant'Andrea Frius;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111069;92061;92061;92061;I271;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;070;111070;Sant'Anna Arresi;Sant'Anna Arresi;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111070;107019;107019;92062;M209;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;071;111071;Sant'Antioco;Sant'Antioco;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111071;107020;107020;92063;I294;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;072;111072;Sardara;Sardara;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111072;106016;106016;92065;I428;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;073;111073;Segariu;Segariu;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111073;106017;106017;92067;I570;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;074;111074;Selegas;Selegas;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111074;92069;92069;92069;I582;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;075;111075;Senorb�;Senorb�;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111075;92070;92070;92070;I615;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;076;111076;Serdiana;Serdiana;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111076;92071;92071;92071;I624;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;077;111077;Serramanna;Serramanna;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111077;106018;106018;92072;I647;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;078;111078;Serrenti;Serrenti;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111078;106019;106019;92073;I667;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;079;111079;Serri;Serri;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111079;92120;92120;91080;I668;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;080;111080;Setzu;Setzu;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111080;106020;106020;92076;I705;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;081;111081;Seui;Seui;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111081;105015;105015;91081;I706;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;082;111082;Seulo;Seulo;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111082;92121;92121;91082;I707;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;083;111083;Siddi;Siddi;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111083;106021;106021;92077;I724;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;084;111084;Siliqua;Siliqua;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111084;92078;92078;92078;I734;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;085;111085;Silius;Silius;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111085;92079;92079;92079;I735;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;086;111086;Siurgus Donigala;Siurgus Donigala;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111086;92081;92081;92081;I765;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;087;111087;Soleminis;Soleminis;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111087;92082;92082;92082;I797;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;088;111088;Suelli;Suelli;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111088;92083;92083;92083;I995;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;089;111089;Teulada;Teulada;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111089;92084;92084;92084;L154;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;090;111090;Tratalias;Tratalias;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111090;107021;107021;92085;L337;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;091;111091;Tuili;Tuili;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111091;106022;106022;92086;L463;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;092;111092;Turri;Turri;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111092;106023;106023;92087;L473;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;093;111093;Ussana;Ussana;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111093;92088;92088;92088;L512;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;094;111094;Ussaramanna;Ussaramanna;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111094;106024;106024;92089;L513;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;095;111095;Vallermosa;Vallermosa;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111095;92091;92091;92091;L613;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;096;111096;Villacidro;Villacidro;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111096;106025;106025;92092;L924;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;097;111097;Villamar;Villamar;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111097;106026;106026;92093;L966;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;098;111098;Villamassargia;Villamassargia;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111098;107022;107022;92094;L968;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;099;111099;Villanova Tulo;Villanova Tulo;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111099;92122;92122;91102;L992;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;100;111100;Villanovaforru;Villanovaforru;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111100;106027;106027;92095;L986;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;101;111101;Villanovafranca;Villanovafranca;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111101;106028;106028;92096;L987;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;102;111102;Villaperuccio;Villaperuccio;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111102;107023;107023;92104;M278;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;103;111103;Villaputzu;Villaputzu;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111103;92097;92097;92097;L998;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;104;111104;Villasalto;Villasalto;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111104;92098;92098;92098;M016;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;105;111105;Villasimius;Villasimius;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111105;92100;92100;92100;B738;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;106;111106;Villasor;Villasor;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111106;92101;92101;92101;M025;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H +20;111;111;107;111107;Villaspeciosa;Villaspeciosa;;5;Isole;Sardegna;Sud Sardegna;1;0;SU;111107;92102;92102;92102;M026;ITG;ITG2;ITG2H;ITG;ITG2;ITG2H diff --git a/bin/scripts/fixes/data/it_remap_report.json b/bin/scripts/fixes/data/it_remap_report.json new file mode 100644 index 000000000..37dd091ad --- /dev/null +++ b/bin/scripts/fixes/data/it_remap_report.json @@ -0,0 +1,881 @@ +{ + "totals": { + "input": 9947, + "name_unique": 7373, + "name_region": 13, + "name_ambiguous": 69, + "name_conjunction": 25, + "no_match": 2467, + "proximity_assigned": 2512, + "proximity_skipped_or_far": 0, + "changed": 9828, + "unchanged": 119, + "unmapped": 0 + }, + "by_sigla": { + "TO": 348, + "BG": 275, + "CN": 270, + "BS": 250, + "TN": 241, + "SA": 214, + "PV": 204, + "AL": 203, + "RM": 200, + "CS": 191, + "CO": 185, + "MI": 172, + "TV": 172, + "UD": 165, + "VI": 156, + "VA": 155, + "BZ": 149, + "VR": 148, + "NA": 142, + "PD": 135, + "CR": 132, + "ME": 129, + "AV": 128, + "CE": 125, + "AQ": 124, + "RC": 122, + "LE": 122, + "AT": 121, + "FR": 113, + "SU": 110, + "CH": 109, + "PZ": 105, + "PG": 103, + "CZ": 102, + "LC": 101, + "SS": 101, + "NO": 95, + "PA": 93, + "SO": 93, + "OR": 92, + "AO": 91, + "BO": 90, + "SV": 88, + "VC": 87, + "VE": 87, + "CB": 86, + "BI": 86, + "VB": 84, + "MN": 83, + "BN": 82, + "PU": 82, + "RE": 82, + "MO": 79, + "NU": 79, + "FI": 78, + "GE": 78, + "RI": 76, + "CT": 74, + "RO": 74, + "BL": 74, + "PI": 73, + "MC": 70, + "AN": 70, + "MB": 69, + "LO": 68, + "IM": 67, + "VT": 67, + "AR": 64, + "PN": 64, + "PR": 63, + "TE": 63, + "FG": 62, + "VV": 57, + "SI": 56, + "PE": 55, + "IS": 55, + "FC": 51, + "FM": 50, + "LU": 50, + "PC": 50, + "RA": 50, + "BA": 49, + "LT": 49, + "AG": 47, + "SP": 46, + "FE": 44, + "TR": 42, + "GR": 42, + "AP": 41, + "TP": 38, + "RN": 38, + "KR": 36, + "MT": 36, + "TA": 35, + "PT": 33, + "LI": 31, + "GO": 31, + "SR": 29, + "BR": 28, + "MS": 24, + "CL": 23, + "EN": 21, + "CA": 20, + "RG": 18, + "PO": 14, + "BT": 12, + "TS": 11 + }, + "changes_by_sigla": { + "TO": 348, + "BG": 275, + "CN": 270, + "BS": 250, + "TN": 241, + "SA": 214, + "PV": 204, + "AL": 203, + "RM": 200, + "CS": 191, + "CO": 185, + "MI": 172, + "TV": 172, + "UD": 165, + "VI": 156, + "VA": 155, + "BZ": 149, + "VR": 148, + "NA": 142, + "PD": 135, + "CR": 132, + "ME": 129, + "AV": 128, + "CE": 125, + "AQ": 124, + "RC": 122, + "LE": 122, + "AT": 121, + "FR": 113, + "SU": 110, + "CH": 109, + "PZ": 105, + "PG": 103, + "CZ": 102, + "LC": 101, + "SS": 101, + "NO": 95, + "PA": 93, + "SO": 93, + "OR": 92, + "BO": 90, + "SV": 88, + "VC": 87, + "VE": 87, + "CB": 86, + "BI": 86, + "VB": 84, + "MN": 83, + "BN": 82, + "PU": 82, + "RE": 82, + "MO": 79, + "NU": 79, + "FI": 78, + "GE": 78, + "RI": 76, + "CT": 74, + "RO": 74, + "BL": 74, + "PI": 73, + "MC": 70, + "AN": 70, + "MB": 69, + "LO": 68, + "IM": 67, + "VT": 67, + "AR": 64, + "PN": 64, + "PR": 63, + "TE": 63, + "FG": 62, + "VV": 57, + "SI": 56, + "PE": 55, + "IS": 55, + "FC": 51, + "FM": 50, + "LU": 50, + "PC": 50, + "BA": 49, + "LT": 49, + "AG": 47, + "SP": 46, + "FE": 44, + "TR": 42, + "GR": 42, + "AP": 41, + "TP": 38, + "RN": 38, + "KR": 36, + "MT": 36, + "TA": 35, + "PT": 33, + "RA": 32, + "LI": 31, + "GO": 31, + "SR": 29, + "BR": 28, + "MS": 24, + "CL": 23, + "EN": 21, + "CA": 20, + "RG": 18, + "PO": 14, + "TS": 11, + "BT": 2 + }, + "unmapped": [], + "possible_duplicates": [ + { + "sigla": "CR", + "comune": "Pozzaglio ed Uniti", + "cities": [ + { + "id": 58976, + "name": "Pozzaglio", + "lat": "45.19999000", + "lon": "10.05345000" + }, + { + "id": 58977, + "name": "Pozzaglio ed Uniti", + "lat": "45.20027000", + "lon": "10.05057000" + } + ] + }, + { + "sigla": "FI", + "comune": "Capraia e Limite", + "cities": [ + { + "id": 136799, + "name": "Capraia e Limite", + "lat": "43.74535000", + "lon": "10.98342000" + }, + { + "id": 139523, + "name": "Limite", + "lat": "43.74450000", + "lon": "10.97996000" + } + ] + }, + { + "sigla": "MN", + "comune": "Sermide e Felonica", + "cities": [ + { + "id": 60744, + "name": "Sermide", + "lat": "45.00349000", + "lon": "11.29290000" + }, + { + "id": 138474, + "name": "Felonica", + "lat": "44.97898000", + "lon": "11.35370000" + } + ] + }, + { + "sigla": "NA", + "comune": "Napoli", + "cities": [ + { + "id": 140713, + "name": "Naples", + "lat": "40.85216000", + "lon": "14.26811000" + }, + { + "id": 140714, + "name": "Napoli", + "lat": "40.88333000", + "lon": "14.41667000" + } + ] + }, + { + "sigla": "PV", + "comune": "Corteolona e Genzone", + "cities": [ + { + "id": 138065, + "name": "Corteolona", + "lat": "45.15787000", + "lon": "9.37215000" + }, + { + "id": 138905, + "name": "Genzone", + "lat": "45.17962000", + "lon": "9.34829000" + } + ] + }, + { + "sigla": "PV", + "comune": "Inverno e Monteleone", + "cities": [ + { + "id": 139215, + "name": "Inverno", + "lat": "45.19859000", + "lon": "9.38429000" + }, + { + "id": 139216, + "name": "Inverno e Monteleone", + "lat": "45.19787000", + "lon": "9.38526000" + } + ] + }, + { + "sigla": "SS", + "comune": "Trinità d'Agultu e Vignola", + "cities": [ + { + "id": 61530, + "name": "Trinità d'Agultu", + "lat": "40.98589000", + "lon": "8.91377000" + }, + { + "id": 61531, + "name": "Trinità d'Agultu e Vignola", + "lat": "40.98377000", + "lon": "8.91562000" + } + ] + }, + { + "sigla": "TO", + "comune": "Torino", + "cities": [ + { + "id": 61329, + "name": "Torino", + "lat": "45.13333000", + "lon": "7.36667000" + }, + { + "id": 61575, + "name": "Turin", + "lat": "45.07049000", + "lon": "7.68682000" + } + ] + } + ], + "annotations_sample": [ + { + "id": 58202, + "name": "Paganico Sabino", + "from_state_id": 1678, + "from_state_code": "62", + "to_state_id": 1712, + "to_state_code": "RI", + "via": "name_unique", + "comune": "Paganico Sabino" + }, + { + "id": 58203, + "name": "Pagazzano", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1704, + "to_state_code": "BG", + "via": "name_unique", + "comune": "Pagazzano" + }, + { + "id": 58204, + "name": "Pagliara", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 5632, + "to_state_code": "ME", + "via": "name_unique", + "comune": "Pagliara" + }, + { + "id": 58209, + "name": "Paglieta", + "from_state_id": 1679, + "from_state_code": "65", + "to_state_id": 1739, + "to_state_code": "CH", + "via": "name_unique", + "comune": "Paglieta" + }, + { + "id": 58210, + "name": "Pagnacco", + "from_state_id": 1756, + "from_state_code": "36", + "to_state_id": 1764, + "to_state_code": "UD", + "via": "name_unique", + "comune": "Pagnacco" + }, + { + "id": 58211, + "name": "Pagno", + "from_state_id": 1702, + "from_state_code": "21", + "to_state_id": 1775, + "to_state_code": "CN", + "via": "name_unique", + "comune": "Pagno" + }, + { + "id": 58212, + "name": "Pagnona", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1677, + "to_state_code": "LC", + "via": "name_unique", + "comune": "Pagnona" + }, + { + "id": 58213, + "name": "Pago Veiano", + "from_state_id": 1669, + "from_state_code": "72", + "to_state_id": 1701, + "to_state_code": "BN", + "via": "name_unique", + "comune": "Pago Veiano" + }, + { + "id": 58214, + "name": "Pago del Vallo di Lauro", + "from_state_id": 1669, + "from_state_code": "72", + "to_state_id": 1692, + "to_state_code": "AV", + "via": "name_unique", + "comune": "Pago del Vallo di Lauro" + }, + { + "id": 58215, + "name": "Paisco Loveno", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1717, + "to_state_code": "BS", + "via": "name_unique", + "comune": "Paisco Loveno" + }, + { + "id": 58216, + "name": "Paitone", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1717, + "to_state_code": "BS", + "via": "name_unique", + "comune": "Paitone" + }, + { + "id": 58217, + "name": "Paladina", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1704, + "to_state_code": "BG", + "via": "name_unique", + "comune": "Paladina" + }, + { + "id": 58218, + "name": "Palagano", + "from_state_id": 1773, + "from_state_code": "45", + "to_state_id": 1757, + "to_state_code": "MO", + "via": "name_unique", + "comune": "Palagano" + }, + { + "id": 58219, + "name": "Palagianello", + "from_state_id": 1688, + "from_state_code": "75", + "to_state_id": 1743, + "to_state_code": "TA", + "via": "name_unique", + "comune": "Palagianello" + }, + { + "id": 58220, + "name": "Palagiano", + "from_state_id": 1688, + "from_state_code": "75", + "to_state_id": 1743, + "to_state_code": "TA", + "via": "name_unique", + "comune": "Palagiano" + }, + { + "id": 58221, + "name": "Palagonia", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 5629, + "to_state_code": "CT", + "via": "name_unique", + "comune": "Palagonia" + }, + { + "id": 58222, + "name": "Palaia", + "from_state_id": 1664, + "from_state_code": "52", + "to_state_id": 1685, + "to_state_code": "PI", + "via": "name_unique", + "comune": "Palaia" + }, + { + "id": 58223, + "name": "Palanzano", + "from_state_id": 1773, + "from_state_code": "45", + "to_state_id": 1666, + "to_state_code": "PR", + "via": "name_unique", + "comune": "Palanzano" + }, + { + "id": 58224, + "name": "Palata", + "from_state_id": 1695, + "from_state_code": "67", + "to_state_id": 1721, + "to_state_code": "CB", + "via": "name_unique", + "comune": "Palata" + }, + { + "id": 58225, + "name": "Palau", + "from_state_id": 1715, + "from_state_code": "88", + "to_state_id": 1722, + "to_state_code": "SS", + "via": "name_unique", + "comune": "Palau" + }, + { + "id": 58226, + "name": "Palazzago", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1704, + "to_state_code": "BG", + "via": "name_unique", + "comune": "Palazzago" + }, + { + "id": 58228, + "name": "Palazzo Adriano", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 1668, + "to_state_code": "PA", + "via": "name_unique", + "comune": "Palazzo Adriano" + }, + { + "id": 58229, + "name": "Palazzo Canavese", + "from_state_id": 1702, + "from_state_code": "21", + "to_state_id": 5637, + "to_state_code": "TO", + "via": "name_unique", + "comune": "Palazzo Canavese" + }, + { + "id": 58230, + "name": "Palazzo Pignano", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1751, + "to_state_code": "CR", + "via": "name_unique", + "comune": "Palazzo Pignano" + }, + { + "id": 58231, + "name": "Palazzo San Gervasio", + "from_state_id": 1706, + "from_state_code": "77", + "to_state_id": 1697, + "to_state_code": "PZ", + "via": "name_unique", + "comune": "Palazzo San Gervasio" + }, + { + "id": 58233, + "name": "Palazzolo Acreide", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 1667, + "to_state_code": "SR", + "via": "name_unique", + "comune": "Palazzolo Acreide" + }, + { + "id": 58234, + "name": "Palazzolo Vercellese", + "from_state_id": 1702, + "from_state_code": "21", + "to_state_id": 1785, + "to_state_code": "VC", + "via": "name_unique", + "comune": "Palazzolo Vercellese" + }, + { + "id": 58235, + "name": "Palazzolo dello Stella", + "from_state_id": 1756, + "from_state_code": "36", + "to_state_id": 1764, + "to_state_code": "UD", + "via": "name_unique", + "comune": "Palazzolo dello Stella" + }, + { + "id": 58236, + "name": "Palazzolo sull'Oglio", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1717, + "to_state_code": "BS", + "via": "name_unique", + "comune": "Palazzolo sull'Oglio" + }, + { + "id": 58237, + "name": "Palazzuolo sul Senio", + "from_state_id": 1664, + "from_state_code": "52", + "to_state_id": 5630, + "to_state_code": "FI", + "via": "name_unique", + "comune": "Palazzuolo sul Senio" + }, + { + "id": 58238, + "name": "Palena", + "from_state_id": 1679, + "from_state_code": "65", + "to_state_id": 1739, + "to_state_code": "CH", + "via": "name_unique", + "comune": "Palena" + }, + { + "id": 58239, + "name": "Palermiti", + "from_state_id": 1703, + "from_state_code": "78", + "to_state_id": 1728, + "to_state_code": "CZ", + "via": "name_unique", + "comune": "Palermiti" + }, + { + "id": 58240, + "name": "Palermo", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 1668, + "to_state_code": "PA", + "via": "name_unique", + "comune": "Palermo" + }, + { + "id": 58241, + "name": "Palestrina", + "from_state_id": 1678, + "from_state_code": "62", + "to_state_id": 5636, + "to_state_code": "RM", + "via": "name_unique", + "comune": "Palestrina" + }, + { + "id": 58242, + "name": "Palestro", + "from_state_id": 1705, + "from_state_code": "25", + "to_state_id": 1676, + "to_state_code": "PV", + "via": "name_unique", + "comune": "Palestro" + }, + { + "id": 58243, + "name": "Paliano", + "from_state_id": 1678, + "from_state_code": "62", + "to_state_id": 1776, + "to_state_code": "FR", + "via": "name_unique", + "comune": "Paliano" + }, + { + "id": 58246, + "name": "Palizzi", + "from_state_id": 1703, + "from_state_code": "78", + "to_state_id": 5635, + "to_state_code": "RC", + "via": "name_unique", + "comune": "Palizzi" + }, + { + "id": 58248, + "name": "Pallagorio", + "from_state_id": 1703, + "from_state_code": "78", + "to_state_id": 1754, + "to_state_code": "KR", + "via": "name_unique", + "comune": "Pallagorio" + }, + { + "id": 58250, + "name": "Pallanzeno", + "from_state_id": 1702, + "from_state_code": "21", + "to_state_id": 1726, + "to_state_code": "VB", + "via": "name_unique", + "comune": "Pallanzeno" + }, + { + "id": 58251, + "name": "Pallare", + "from_state_id": 1768, + "from_state_code": "42", + "to_state_id": 1732, + "to_state_code": "SV", + "via": "name_unique", + "comune": "Pallare" + }, + { + "id": 58253, + "name": "Palma Campania", + "from_state_id": 1669, + "from_state_code": "72", + "to_state_id": 5634, + "to_state_code": "NA", + "via": "name_unique", + "comune": "Palma Campania" + }, + { + "id": 58254, + "name": "Palma di Montechiaro", + "from_state_id": 1709, + "from_state_code": "82", + "to_state_id": 1727, + "to_state_code": "AG", + "via": "name_unique", + "comune": "Palma di Montechiaro" + }, + { + "id": 58255, + "name": "Palmanova", + "from_state_id": 1756, + "from_state_code": "36", + "to_state_id": 1764, + "to_state_code": "UD", + "via": "name_unique", + "comune": "Palmanova" + }, + { + "id": 58256, + "name": "Palmariggi", + "from_state_id": 1688, + "from_state_code": "75", + "to_state_id": 1675, + "to_state_code": "LE", + "via": "name_unique", + "comune": "Palmariggi" + }, + { + "id": 58257, + "name": "Palmas Arborea", + "from_state_id": 1715, + "from_state_code": "88", + "to_state_id": 1786, + "to_state_code": "OR", + "via": "name_unique", + "comune": "Palmas Arborea" + }, + { + "id": 58258, + "name": "Palmi", + "from_state_id": 1703, + "from_state_code": "78", + "to_state_id": 5635, + "to_state_code": "RC", + "via": "name_unique", + "comune": "Palmi" + }, + { + "id": 58259, + "name": "Palmiano", + "from_state_id": 1670, + "from_state_code": "57", + "to_state_id": 1681, + "to_state_code": "AP", + "via": "name_unique", + "comune": "Palmiano" + }, + { + "id": 58260, + "name": "Palmoli", + "from_state_id": 1679, + "from_state_code": "65", + "to_state_id": 1739, + "to_state_code": "CH", + "via": "name_unique", + "comune": "Palmoli" + }, + { + "id": 58261, + "name": "Palo del Colle", + "from_state_id": 1688, + "from_state_code": "75", + "to_state_id": 5626, + "to_state_code": "BA", + "via": "name_unique", + "comune": "Palo del Colle" + }, + { + "id": 58263, + "name": "Palombara Sabina", + "from_state_id": 1678, + "from_state_code": "62", + "to_state_id": 5636, + "to_state_code": "RM", + "via": "name_unique", + "comune": "Palombara Sabina" + } + ] +} \ No newline at end of file diff --git a/bin/scripts/fixes/italy_remap_cities.py b/bin/scripts/fixes/italy_remap_cities.py new file mode 100644 index 000000000..b3560b7a2 --- /dev/null +++ b/bin/scripts/fixes/italy_remap_cities.py @@ -0,0 +1,625 @@ +#!/usr/bin/env python3 +"""Remap Italian cities to their correct metropolitan-city / province / free-consortium +state, replacing the legacy region parenthood reported in issue #1349. + +Sources: + - ISTAT "Elenco dei comuni italiani" (semicolon-separated CSV, ISO-8859-1 / Latin-1). + Bundled at bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv. + Re-fetch with --refresh-istat to grab the latest revision from istat.it. + - contributions/states/states.json (canonical state list, 126 IT entities). + - contributions/cities/IT.json (9947 city records to be remapped). + +Mapping rules: + 1. ISTAT lists every comune with its Sigla automobilistica (2-letter province code). + This sigla matches our state.iso2 for province-level entities (metro cities, + provinces, free consortia, autonomous provinces, decentralised regional entities). + 2. Sigla "AO" has no province-level entity in our DB; cities map up to the + autonomous region "Aosta Valley" (id=1716, iso2="23"). + 3. For comuni with multiple namesakes across provinces, region-aware tie-breaking + uses the city's pre-existing state_id (which is its current region). + 4. Cities whose name does not match any ISTAT comune fall back to coordinate-based + nearest-neighbour inheritance from the closest name-matched city. Distance is + bounded so far-flung records become "unmapped" rather than mis-assigned. + +Output: + - Rewrites contributions/cities/IT.json in place (state_id and state_code only). + - Prints a per-sigla remap summary plus unmapped / possible-duplicate listings. + - Optionally writes a JSON report to --report PATH for the fix-doc author. + +Usage: + python3 bin/scripts/fixes/italy_remap_cities.py [--dry-run] [--report path.json] +""" + +from __future__ import annotations + +import argparse +import csv +import json +import math +import re +import sys +import unicodedata +import urllib.request +from collections import Counter, defaultdict +from pathlib import Path +from typing import Dict, Iterable, List, Optional, Tuple + +REPO_ROOT = Path(__file__).resolve().parents[3] +ISTAT_CSV = REPO_ROOT / "bin/scripts/fixes/data/istat-elenco-comuni-italiani.csv" +ISTAT_URL = "https://www.istat.it/storage/codici-unita-amministrative/Elenco-comuni-italiani.csv" +STATES_JSON = REPO_ROOT / "contributions/states/states.json" +CITIES_JSON = REPO_ROOT / "contributions/cities/IT.json" + +# Sigle that have no province-level state — comuni fall back to the autonomous region. +SIGLA_FALLBACK = { + "AO": (1716, "23"), # Valle d'Aosta -> autonomous region "Aosta Valley" +} + +# English-only city names that map to a single Italian comune. Without these +# aliases, proximity has to guess and frequently picks a neighbouring province +# (e.g. "Venice" in our data has no ISTAT-name match, so its frazioni Mestre / +# Giudecca / Campalto used to snap to Treviso via nearest-neighbour). +ENGLISH_TO_ITALIAN_ALIASES: Dict[str, str] = { + "venice": "venezia", + "florence": "firenze", + "naples": "napoli", + "turin": "torino", + "milan": "milano", + "genoa": "genova", + "rome": "roma", + "padua": "padova", + "mantua": "mantova", + "syracuse": "siracusa", +} + +# Maximum proximity-fallback distance in km. Cities further than this from any +# name-matched comune are reported as unmapped instead of guessed. +PROXIMITY_LIMIT_KM = 25.0 + +# Number of nearest comuni to inspect during the proximity pass — a majority +# vote across the cluster is more robust at province borders than picking the +# single nearest neighbour (which mis-maps frazioni near a border, e.g. Mestre +# ending up in Treviso because Mogliano Veneto sits 3km closer than Venice). +PROXIMITY_K = 5 + + +def normalise_name(value: str) -> str: + """Fold an Italian comune name to a canonical comparison key. + + Lowercases, strips diacritics, normalises apostrophe variants and whitespace, + and removes punctuation other than apostrophes and hyphens. + """ + if not value: + return "" + text = unicodedata.normalize("NFD", value) + text = "".join(ch for ch in text if unicodedata.category(ch) != "Mn") + text = text.lower() + text = re.sub(r"[’‘`´]", "'", text) + text = re.sub(r"[^a-z0-9' \-/]", " ", text) + text = re.sub(r"\s+", " ", text).strip() + return text + + +def expand_keys(value: str) -> List[str]: + """Return all comparison keys derived from a name, including bilingual splits. + + ISTAT bilingual comuni use "Italian/AltLang" (e.g. "Bolzano/Bozen"); we register + the joined form, each side, and the apostrophe-elided "Sant'X" -> "sant x" form. + """ + base = normalise_name(value) + if not base: + return [] + keys = {base} + if "/" in base: + for part in base.split("/"): + part = part.strip() + if part: + keys.add(part) + keys.add(base.replace("'", " ").replace(" ", " ").strip()) + keys.add(base.replace("'", "")) + return [k for k in keys if k] + + +def haversine_km(lat1: float, lon1: float, lat2: float, lon2: float) -> float: + """Great-circle distance in kilometres between two WGS84 points.""" + R = 6371.0088 + p1 = math.radians(lat1) + p2 = math.radians(lat2) + dp = math.radians(lat2 - lat1) + dl = math.radians(lon2 - lon1) + a = math.sin(dp / 2) ** 2 + math.cos(p1) * math.cos(p2) * math.sin(dl / 2) ** 2 + return 2 * R * math.asin(math.sqrt(a)) + + +def safe_float(value) -> Optional[float]: + """Parse a numeric string from JSON, tolerating None / blank.""" + if value is None or value == "": + return None + try: + return float(value) + except (TypeError, ValueError): + return None + + +def fetch_istat_if_missing(refresh: bool) -> None: + """Download the ISTAT CSV if it's missing or --refresh-istat is set.""" + if ISTAT_CSV.exists() and not refresh: + return + ISTAT_CSV.parent.mkdir(parents=True, exist_ok=True) + print(f"Downloading ISTAT comune list -> {ISTAT_CSV} ...", file=sys.stderr) + urllib.request.urlretrieve(ISTAT_URL, ISTAT_CSV) + + +def load_istat() -> Tuple[Dict[str, List[dict]], Dict[str, List[dict]], Dict[str, str]]: + """Parse the ISTAT CSV. + + Returns: + comune_index: normalised-name key -> list of records, populated from the + primary Italian / alternative-language / full denominations. + conjunction_index: secondary index keyed by each side of " e " / " ed " + conjunctions (e.g. "Lampedusa e Linosa" produces "lampedusa" and + "linosa"). Only consulted when the primary index misses, since + "Massa" exists as its own comune as well as inside "Massa e Cozzile". + sigla_to_region: sigla -> ISTAT region name (used for region tie-break). + """ + comune_index: Dict[str, List[dict]] = defaultdict(list) + conjunction_index: Dict[str, List[dict]] = defaultdict(list) + sigla_to_region: Dict[str, str] = {} + + with ISTAT_CSV.open("r", encoding="latin-1", newline="") as fh: + reader = csv.DictReader(fh, delimiter=";") + for row in reader: + sigla = row["Sigla automobilistica"].strip() + ita = row["Denominazione in italiano"].strip() + alt = row["Denominazione altra lingua"].strip() + full = row["Denominazione (Italiana e straniera)"].strip() + region = row["Denominazione Regione"].strip() + ut_name = row[ + "Denominazione dell'Unità territoriale sovracomunale \n(valida a fini statistici)" + ].strip() + tip = row["Tipologia di Unità territoriale sovracomunale "].strip() + cat = row["Codice Catastale del comune"].strip() + + if not sigla: + continue + sigla_to_region[sigla] = region + + record = { + "sigla": sigla, + "italian_name": ita, + "alt_name": alt, + "full_name": full, + "region_it": region, + "ut_name": ut_name, + "tipologia": tip, + "codice_catastale": cat, + } + + keys = set() + for source in (ita, alt, full): + keys.update(expand_keys(source)) + for key in keys: + comune_index[key].append(record) + + for source in (ita, alt, full): + norm = normalise_name(source) + for sep in (" e ", " ed "): + if sep in f" {norm} ": + for part in norm.split(sep): + part = part.strip() + if part and len(part) >= 4: + conjunction_index[part].append(record) + + return comune_index, conjunction_index, sigla_to_region + + +def build_state_lookups( + states: List[dict], +) -> Tuple[Dict[str, dict], Dict[int, dict], Dict[str, int], Dict[int, int]]: + """Build IT-state lookups by iso2, by id, by region name (Italian), and a + state_id -> region_id walk-up (province/metro -> parent region).""" + iso2_to_state: Dict[str, dict] = {} + id_to_state: Dict[int, dict] = {} + region_name_to_id: Dict[str, int] = {} + + # ISTAT region name -> our state name (region or autonomous region). + region_name_pairs = { + "Piemonte": "Piedmont", + "Valle d'Aosta/Vallée d'Aoste": "Aosta Valley", + "Lombardia": "Lombardy", + "Trentino-Alto Adige/Südtirol": "Trentino-South Tyrol", + "Veneto": "Veneto", + "Friuli-Venezia Giulia": "Friuli–Venezia Giulia", + "Liguria": "Liguria", + "Emilia-Romagna": "Emilia-Romagna", + "Toscana": "Tuscany", + "Umbria": "Umbria", + "Marche": "Marche", + "Lazio": "Lazio", + "Abruzzo": "Abruzzo", + "Molise": "Molise", + "Campania": "Campania", + "Puglia": "Apulia", + "Basilicata": "Basilicata", + "Calabria": "Calabria", + "Sicilia": "Sicily", + "Sardegna": "Sardinia", + } + name_to_state: Dict[str, dict] = {} + + for state in states: + if state.get("country_code") != "IT": + continue + id_to_state[state["id"]] = state + if state["type"] in ("region", "autonomous region"): + name_to_state[state["name"]] = state + else: + iso2_to_state[state["iso2"]] = state + + for istat_name, our_name in region_name_pairs.items(): + state = name_to_state.get(our_name) + if not state: + raise RuntimeError( + f"Region not found for ISTAT name {istat_name!r} (expected our name {our_name!r})" + ) + region_name_to_id[istat_name] = state["id"] + + # Build state_id -> region_id by walking parent_id up to a region/autonomous region. + state_to_region: Dict[int, int] = {} + for state in states: + if state.get("country_code") != "IT": + continue + cursor = state + seen: set = set() + while cursor and cursor["id"] not in seen: + seen.add(cursor["id"]) + if cursor["type"] in ("region", "autonomous region"): + state_to_region[state["id"]] = cursor["id"] + break + parent = cursor.get("parent_id") + cursor = id_to_state.get(parent) if parent else None + + return iso2_to_state, id_to_state, region_name_to_id, state_to_region + + +def candidate_for_city( + city: dict, + comune_index: Dict[str, List[dict]], + conjunction_index: Dict[str, List[dict]], + sigla_to_region: Dict[str, str], + region_name_to_id: Dict[str, int], + state_to_region: Dict[int, int], +) -> Tuple[Optional[dict], str]: + """Pick the best ISTAT comune for a city. + + A name-only match is rejected when the candidate's ISTAT region differs from + the city's current region — otherwise frazioni named "San Lorenzo" in + Lombardy would all snap to the single ISTAT "San Lorenzo" in Calabria. + Rejected candidates fall through to the proximity pass. + + Returns: + (record, reason). reason is one of: + 'name_unique' - one ISTAT match in the same region. + 'name_region' - multiple ISTAT matches, one in the same region. + 'name_ambiguous' - one or more ISTAT matches, none in the same + region; treated as no_match by the caller. + 'name_conjunction' - matched via " e "-conjunction half + region. + 'no_match' - the name produced no ISTAT match. + """ + city_name = city.get("name", "") + keys = set(expand_keys(city_name)) + # Honour English -> Italian aliases for the major ISO-named metro cities. + for k in list(keys): + alias = ENGLISH_TO_ITALIAN_ALIASES.get(k) + if alias: + keys.add(alias) + seen_id: set = set() + candidates: List[dict] = [] + for key in keys: + for rec in comune_index.get(key, []): + ident = (rec["sigla"], rec["italian_name"], rec["codice_catastale"]) + if ident in seen_id: + continue + seen_id.add(ident) + candidates.append(rec) + + current_region_id = state_to_region.get(city.get("state_id")) + + def in_current_region(rec: dict) -> bool: + return region_name_to_id.get(rec["region_it"]) == current_region_id + + if candidates: + region_filtered = [rec for rec in candidates if in_current_region(rec)] + if len(region_filtered) == 1 and len(candidates) == 1: + return region_filtered[0], "name_unique" + if len(region_filtered) >= 1: + return region_filtered[0], "name_region" + # All candidates are in a different region: don't trust the name match. + return None, "name_ambiguous" + + # Conjunction fallback: only accept if the half-match lies in the same region. + seen_id.clear() + conj_candidates: List[dict] = [] + for key in keys: + for rec in conjunction_index.get(key, []): + ident = (rec["sigla"], rec["italian_name"], rec["codice_catastale"]) + if ident in seen_id: + continue + seen_id.add(ident) + conj_candidates.append(rec) + if conj_candidates: + region_filtered = [rec for rec in conj_candidates if in_current_region(rec)] + if len(region_filtered) >= 1: + return region_filtered[0], "name_conjunction" + + return None, "no_match" + + +def resolve_state_for_sigla( + sigla: str, iso2_to_state: Dict[str, dict] +) -> Optional[Tuple[int, str]]: + """Map an ISTAT sigla to (state_id, state_code) per the rules at top of file.""" + if sigla in iso2_to_state: + state = iso2_to_state[sigla] + return state["id"], state["iso2"] + if sigla in SIGLA_FALLBACK: + return SIGLA_FALLBACK[sigla] + return None + + +def remap_cities( + cities: List[dict], + comune_index: Dict[str, List[dict]], + conjunction_index: Dict[str, List[dict]], + sigla_to_region: Dict[str, str], + iso2_to_state: Dict[str, dict], + id_to_state: Dict[int, dict], + region_name_to_id: Dict[str, int], + state_to_region: Dict[int, int], +) -> dict: + """Run the two-pass remap. Returns a structured report; mutates cities in place.""" + matched_pairs: List[Tuple[float, float, str]] = [] # (lat, lon, sigla) for proximity pass + pending_proximity: List[dict] = [] + unmapped: List[dict] = [] + + name_unique = name_region = name_ambig = name_conj = no_match = 0 + changed = unchanged = 0 + sigla_distribution: Counter = Counter() + sigla_changes: Counter = Counter() + comune_to_cities: Dict[Tuple[str, str], List[dict]] = defaultdict(list) + annotations: List[dict] = [] + + for city in cities: + record, reason = candidate_for_city( + city, + comune_index, + conjunction_index, + sigla_to_region, + region_name_to_id, + state_to_region, + ) + if reason == "name_unique": + name_unique += 1 + elif reason == "name_region": + name_region += 1 + elif reason == "name_ambiguous": + name_ambig += 1 + elif reason == "name_conjunction": + name_conj += 1 + else: + no_match += 1 + + if record is None: + pending_proximity.append(city) + continue + + sigla = record["sigla"] + target = resolve_state_for_sigla(sigla, iso2_to_state) + if target is None: + unmapped.append({"id": city["id"], "name": city["name"], "reason": f"unknown_sigla:{sigla}"}) + continue + + target_id, target_code = target + comune_to_cities[(sigla, record["italian_name"])].append( + {"id": city["id"], "name": city["name"], "lat": city.get("latitude"), "lon": city.get("longitude")} + ) + if city["state_id"] != target_id or city["state_code"] != target_code: + previous = (city["state_id"], city["state_code"]) + city["state_id"] = target_id + city["state_code"] = target_code + changed += 1 + sigla_changes[sigla] += 1 + annotations.append( + { + "id": city["id"], + "name": city["name"], + "from_state_id": previous[0], + "from_state_code": previous[1], + "to_state_id": target_id, + "to_state_code": target_code, + "via": reason, + "comune": record["italian_name"], + } + ) + else: + unchanged += 1 + sigla_distribution[sigla] += 1 + + lat = safe_float(city.get("latitude")) + lon = safe_float(city.get("longitude")) + if lat is not None and lon is not None: + matched_pairs.append((lat, lon, sigla)) + + # Pass 2: coordinate fallback for cities with no name match. + proximity_changed = 0 + proximity_skipped = 0 + for city in pending_proximity: + lat = safe_float(city.get("latitude")) + lon = safe_float(city.get("longitude")) + if lat is None or lon is None or not matched_pairs: + unmapped.append({"id": city["id"], "name": city["name"], "reason": "no_match_no_coords"}) + proximity_skipped += 1 + continue + + # k-nearest-neighbour majority vote, weighted by inverse distance. + scored = sorted( + ( + (haversine_km(lat, lon, mlat, mlon), msigla) + for mlat, mlon, msigla in matched_pairs + ), + key=lambda x: x[0], + )[:PROXIMITY_K] + nearest_dist = scored[0][0] if scored else float("inf") + if nearest_dist > PROXIMITY_LIMIT_KM: + unmapped.append( + {"id": city["id"], "name": city["name"], "reason": f"too_far:{nearest_dist:.1f}km"} + ) + proximity_skipped += 1 + continue + votes: Counter = Counter() + for d, sig in scored: + votes[sig] += 1.0 / max(d, 0.1) + best_sigla = votes.most_common(1)[0][0] + target = resolve_state_for_sigla(best_sigla, iso2_to_state) + if target is None: + unmapped.append({"id": city["id"], "name": city["name"], "reason": f"unknown_sigla:{best_sigla}"}) + proximity_skipped += 1 + continue + target_id, target_code = target + if city["state_id"] != target_id or city["state_code"] != target_code: + previous = (city["state_id"], city["state_code"]) + city["state_id"] = target_id + city["state_code"] = target_code + changed += 1 + proximity_changed += 1 + sigla_distribution[best_sigla] += 1 + sigla_changes[best_sigla] += 1 + annotations.append( + { + "id": city["id"], + "name": city["name"], + "from_state_id": previous[0], + "from_state_code": previous[1], + "to_state_id": target_id, + "to_state_code": target_code, + "via": f"proximity_knn:{nearest_dist:.1f}km", + "comune": None, + } + ) + else: + unchanged += 1 + sigla_distribution[best_sigla] += 1 + + duplicates = [ + { + "sigla": sigla, + "comune": comune, + "cities": records, + } + for (sigla, comune), records in comune_to_cities.items() + if len(records) > 1 + ] + duplicates.sort(key=lambda d: (-len(d["cities"]), d["sigla"], d["comune"])) + + return { + "totals": { + "input": len(cities), + "name_unique": name_unique, + "name_region": name_region, + "name_ambiguous": name_ambig, + "name_conjunction": name_conj, + "no_match": no_match, + "proximity_assigned": proximity_changed, + "proximity_skipped_or_far": proximity_skipped, + "changed": changed, + "unchanged": unchanged, + "unmapped": len(unmapped), + }, + "by_sigla": dict(sigla_distribution.most_common()), + "changes_by_sigla": dict(sigla_changes.most_common()), + "unmapped": unmapped, + "possible_duplicates": duplicates, + "annotations_sample": annotations[:50], + } + + +def write_cities_normalised(cities: List[dict]) -> None: + """Write IT.json in repo's standard JSON shape (2-space indent, no trailing newline).""" + text = json.dumps(cities, ensure_ascii=False, indent=2) + CITIES_JSON.write_text(text, encoding="utf-8") + + +def main(argv: Optional[List[str]] = None) -> int: + parser = argparse.ArgumentParser(description=__doc__.split("\n", 1)[0]) + parser.add_argument( + "--dry-run", + action="store_true", + help="Print report without writing IT.json.", + ) + parser.add_argument( + "--refresh-istat", + action="store_true", + help="Re-download the ISTAT comune CSV before running.", + ) + parser.add_argument( + "--report", + type=Path, + default=None, + help="Write the full structured report as JSON to this path.", + ) + args = parser.parse_args(argv) + + fetch_istat_if_missing(args.refresh_istat) + + states = json.loads(STATES_JSON.read_text(encoding="utf-8")) + iso2_to_state, id_to_state, region_name_to_id, state_to_region = build_state_lookups(states) + comune_index, conjunction_index, sigla_to_region = load_istat() + cities = json.loads(CITIES_JSON.read_text(encoding="utf-8")) + + report = remap_cities( + cities, + comune_index, + conjunction_index, + sigla_to_region, + iso2_to_state, + id_to_state, + region_name_to_id, + state_to_region, + ) + + print("=" * 70) + print("Italy city remap (issue #1349) report") + print("=" * 70) + for k, v in report["totals"].items(): + print(f" {k:32} {v}") + print() + print(f"Distribution after remap (top 25 of {len(report['by_sigla'])}):") + for sigla, count in list(report["by_sigla"].items())[:25]: + state = iso2_to_state.get(sigla) + label = f"{state['name']} ({state['type']})" if state else SIGLA_FALLBACK.get(sigla, ('?','?')) + print(f" {sigla:4} {count:5} {label}") + print() + print(f"Possible duplicates (>=2 cities to one comune): {len(report['possible_duplicates'])}") + for entry in report["possible_duplicates"][:15]: + names = ", ".join(c["name"] for c in entry["cities"]) + print(f" [{entry['sigla']}] {entry['comune']}: {names}") + print() + print(f"Unmapped: {len(report['unmapped'])}") + for entry in report["unmapped"][:20]: + print(f" id={entry['id']:7} {entry['name']:40} reason={entry['reason']}") + + if args.report: + args.report.write_text(json.dumps(report, ensure_ascii=False, indent=2), encoding="utf-8") + print(f"\nFull report written to {args.report}") + + if args.dry_run: + print("\n--dry-run: IT.json NOT modified.") + return 0 + + write_cities_normalised(cities) + print(f"\nWrote {len(cities)} cities to {CITIES_JSON.relative_to(REPO_ROOT)}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/contributions/cities/IT.json b/contributions/cities/IT.json index a7f606cd0..c41b9bd67 100644 --- a/contributions/cities/IT.json +++ b/contributions/cities/IT.json @@ -2,8 +2,8 @@ { "id": 58202, "name": "Paganico Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43,8 +43,8 @@ { "id": 58203, "name": "Pagazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84,8 +84,8 @@ { "id": 58204, "name": "Pagliara", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125,8 +125,8 @@ { "id": 58205, "name": "Pagliare", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -166,8 +166,8 @@ { "id": 58206, "name": "Pagliare", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -207,8 +207,8 @@ { "id": 58207, "name": "Pagliarelle", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -248,8 +248,8 @@ { "id": 58208, "name": "Pagliarone", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -289,8 +289,8 @@ { "id": 58209, "name": "Paglieta", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330,8 +330,8 @@ { "id": 58210, "name": "Pagnacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371,8 +371,8 @@ { "id": 58211, "name": "Pagno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -412,8 +412,8 @@ { "id": 58212, "name": "Pagnona", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -453,8 +453,8 @@ { "id": 58213, "name": "Pago Veiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -494,8 +494,8 @@ { "id": 58214, "name": "Pago del Vallo di Lauro", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -535,8 +535,8 @@ { "id": 58215, "name": "Paisco Loveno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -576,8 +576,8 @@ { "id": 58216, "name": "Paitone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -617,8 +617,8 @@ { "id": 58217, "name": "Paladina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -658,8 +658,8 @@ { "id": 58218, "name": "Palagano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -699,8 +699,8 @@ { "id": 58219, "name": "Palagianello", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -740,8 +740,8 @@ { "id": 58220, "name": "Palagiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -781,8 +781,8 @@ { "id": 58221, "name": "Palagonia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -822,8 +822,8 @@ { "id": 58222, "name": "Palaia", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -863,8 +863,8 @@ { "id": 58223, "name": "Palanzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -904,8 +904,8 @@ { "id": 58224, "name": "Palata", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -945,8 +945,8 @@ { "id": 58225, "name": "Palau", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -986,8 +986,8 @@ { "id": 58226, "name": "Palazzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1027,8 +1027,8 @@ { "id": 58227, "name": "Palazzo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -1068,8 +1068,8 @@ { "id": 58228, "name": "Palazzo Adriano", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1109,8 +1109,8 @@ { "id": 58229, "name": "Palazzo Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1150,8 +1150,8 @@ { "id": 58230, "name": "Palazzo Pignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1191,8 +1191,8 @@ { "id": 58231, "name": "Palazzo San Gervasio", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1232,8 +1232,8 @@ { "id": 58232, "name": "Palazzolo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -1273,8 +1273,8 @@ { "id": 58233, "name": "Palazzolo Acreide", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1314,8 +1314,8 @@ { "id": 58234, "name": "Palazzolo Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1355,8 +1355,8 @@ { "id": 58235, "name": "Palazzolo dello Stella", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1396,8 +1396,8 @@ { "id": 58236, "name": "Palazzolo sull'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1437,8 +1437,8 @@ { "id": 58237, "name": "Palazzuolo sul Senio", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1478,8 +1478,8 @@ { "id": 58238, "name": "Palena", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1519,8 +1519,8 @@ { "id": 58239, "name": "Palermiti", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1560,8 +1560,8 @@ { "id": 58240, "name": "Palermo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1601,8 +1601,8 @@ { "id": 58241, "name": "Palestrina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1642,8 +1642,8 @@ { "id": 58242, "name": "Palestro", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1683,8 +1683,8 @@ { "id": 58243, "name": "Paliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1724,8 +1724,8 @@ { "id": 58244, "name": "Palidano", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -1765,8 +1765,8 @@ { "id": 58245, "name": "Palinuro", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -1806,8 +1806,8 @@ { "id": 58246, "name": "Palizzi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1847,8 +1847,8 @@ { "id": 58247, "name": "Palizzi Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -1888,8 +1888,8 @@ { "id": 58248, "name": "Pallagorio", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1929,8 +1929,8 @@ { "id": 58249, "name": "Pallanza-Intra-Suna", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -1970,8 +1970,8 @@ { "id": 58250, "name": "Pallanzeno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2011,8 +2011,8 @@ { "id": 58251, "name": "Pallare", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2052,8 +2052,8 @@ { "id": 58252, "name": "Pallerone", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "city", @@ -2093,8 +2093,8 @@ { "id": 58253, "name": "Palma Campania", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2134,8 +2134,8 @@ { "id": 58254, "name": "Palma di Montechiaro", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2175,8 +2175,8 @@ { "id": 58255, "name": "Palmanova", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2216,8 +2216,8 @@ { "id": 58256, "name": "Palmariggi", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2257,8 +2257,8 @@ { "id": 58257, "name": "Palmas Arborea", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2298,8 +2298,8 @@ { "id": 58258, "name": "Palmi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2339,8 +2339,8 @@ { "id": 58259, "name": "Palmiano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2380,8 +2380,8 @@ { "id": 58260, "name": "Palmoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2421,8 +2421,8 @@ { "id": 58261, "name": "Palo del Colle", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2462,8 +2462,8 @@ { "id": 58262, "name": "Palombaio", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -2503,8 +2503,8 @@ { "id": 58263, "name": "Palombara Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2544,8 +2544,8 @@ { "id": 58264, "name": "Palombaro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2585,8 +2585,8 @@ { "id": 58265, "name": "Palomonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2626,8 +2626,8 @@ { "id": 58266, "name": "Palosco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2667,8 +2667,8 @@ { "id": 58267, "name": "Paludea", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2708,8 +2708,8 @@ { "id": 58268, "name": "Paludi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2749,8 +2749,8 @@ { "id": 58269, "name": "Paluzza", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2790,8 +2790,8 @@ { "id": 58270, "name": "Palù", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2831,8 +2831,8 @@ { "id": 58271, "name": "Palù del Fersina", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2872,8 +2872,8 @@ { "id": 58272, "name": "Pamparato", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2913,8 +2913,8 @@ { "id": 58273, "name": "Pancalieri", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2954,8 +2954,8 @@ { "id": 58274, "name": "Pancarana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -2995,8 +2995,8 @@ { "id": 58275, "name": "Panchià", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3036,8 +3036,8 @@ { "id": 58276, "name": "Pandino", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3077,8 +3077,8 @@ { "id": 58277, "name": "Panettieri", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3118,8 +3118,8 @@ { "id": 58278, "name": "Panicale", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3159,8 +3159,8 @@ { "id": 58279, "name": "Panighina", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -3200,8 +3200,8 @@ { "id": 58280, "name": "Pannaconi", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -3241,8 +3241,8 @@ { "id": 58281, "name": "Pannarano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3282,8 +3282,8 @@ { "id": 58282, "name": "Panni", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3323,8 +3323,8 @@ { "id": 58283, "name": "Pantalla", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -3364,8 +3364,8 @@ { "id": 58284, "name": "Pantelleria", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3405,8 +3405,8 @@ { "id": 58285, "name": "Pantigliate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3446,8 +3446,8 @@ { "id": 58286, "name": "Panzano in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -3487,8 +3487,8 @@ { "id": 58287, "name": "Paola", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3528,8 +3528,8 @@ { "id": 58288, "name": "Paolisi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3569,8 +3569,8 @@ { "id": 58289, "name": "Paolo VI", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "city", @@ -3610,8 +3610,8 @@ { "id": 58290, "name": "Papanice", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -3651,8 +3651,8 @@ { "id": 58291, "name": "Papasidero", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3692,8 +3692,8 @@ { "id": 58292, "name": "Papozze", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3774,8 +3774,8 @@ { "id": 58294, "name": "Parabiago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3815,8 +3815,8 @@ { "id": 58295, "name": "Parabita", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3856,8 +3856,8 @@ { "id": 58296, "name": "Paratico", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3897,8 +3897,8 @@ { "id": 58297, "name": "Paravati", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -3938,8 +3938,8 @@ { "id": 58298, "name": "Parcines", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -3979,8 +3979,8 @@ { "id": 58299, "name": "Parco Leonardo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -4020,8 +4020,8 @@ { "id": 58300, "name": "Parco Scizzo-Parchitello", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -4061,8 +4061,8 @@ { "id": 58301, "name": "Parella", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4102,8 +4102,8 @@ { "id": 58302, "name": "Parenti", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4143,8 +4143,8 @@ { "id": 58303, "name": "Parete", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4184,8 +4184,8 @@ { "id": 58304, "name": "Pareto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4225,8 +4225,8 @@ { "id": 58305, "name": "Parghelia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4266,8 +4266,8 @@ { "id": 58306, "name": "Parlasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4307,8 +4307,8 @@ { "id": 58307, "name": "Parma", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -4348,8 +4348,8 @@ { "id": 58308, "name": "Parmezzana Calzana", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4389,8 +4389,8 @@ { "id": 58309, "name": "Parodi Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4430,8 +4430,8 @@ { "id": 58310, "name": "Paroldo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4471,8 +4471,8 @@ { "id": 58311, "name": "Parolise", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4512,8 +4512,8 @@ { "id": 58312, "name": "Parona", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -4553,8 +4553,8 @@ { "id": 58313, "name": "Parona", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4594,8 +4594,8 @@ { "id": 58314, "name": "Parrano", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4635,8 +4635,8 @@ { "id": 58315, "name": "Parre", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4676,8 +4676,8 @@ { "id": 58316, "name": "Partanna", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4717,8 +4717,8 @@ { "id": 58317, "name": "Partinico", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4758,8 +4758,8 @@ { "id": 58318, "name": "Paruzzaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4799,8 +4799,8 @@ { "id": 58319, "name": "Parzanica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4840,8 +4840,8 @@ { "id": 58320, "name": "Parè", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4881,8 +4881,8 @@ { "id": 58321, "name": "Pascarola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -4922,8 +4922,8 @@ { "id": 58322, "name": "Pasian di Prato", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -4963,8 +4963,8 @@ { "id": 58323, "name": "Pasiano", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5004,8 +5004,8 @@ { "id": 58324, "name": "Paspardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5045,8 +5045,8 @@ { "id": 58325, "name": "Passaggio", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -5086,8 +5086,8 @@ { "id": 58326, "name": "Passarella", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -5127,8 +5127,8 @@ { "id": 58327, "name": "Passerano Marmorito", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5168,8 +5168,8 @@ { "id": 58328, "name": "Passignano sul Trasimeno", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5209,8 +5209,8 @@ { "id": 58329, "name": "Passirana", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -5250,8 +5250,8 @@ { "id": 58330, "name": "Passirano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5291,8 +5291,8 @@ { "id": 58331, "name": "Passo Ripe", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -5332,8 +5332,8 @@ { "id": 58332, "name": "Passo di Mirabella-Pianopantano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -5373,8 +5373,8 @@ { "id": 58333, "name": "Passo di Treia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -5414,8 +5414,8 @@ { "id": 58334, "name": "Passons", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -5455,8 +5455,8 @@ { "id": 58335, "name": "Passoscuro", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -5496,8 +5496,8 @@ { "id": 58336, "name": "Pasta", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -5537,8 +5537,8 @@ { "id": 58337, "name": "Pastena", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5578,8 +5578,8 @@ { "id": 58338, "name": "Pasteria-Lapide", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -5619,8 +5619,8 @@ { "id": 58339, "name": "Pastorano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5660,8 +5660,8 @@ { "id": 58340, "name": "Pastrengo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5701,8 +5701,8 @@ { "id": 58341, "name": "Pasturana", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5742,8 +5742,8 @@ { "id": 58342, "name": "Pasturo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5783,8 +5783,8 @@ { "id": 58343, "name": "Paterno", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5824,8 +5824,8 @@ { "id": 58344, "name": "Paterno Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5865,8 +5865,8 @@ { "id": 58345, "name": "Paternopoli", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5906,8 +5906,8 @@ { "id": 58346, "name": "Paternò", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5947,8 +5947,8 @@ { "id": 58347, "name": "Patigno", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -5988,8 +5988,8 @@ { "id": 58348, "name": "Patrica", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6029,8 +6029,8 @@ { "id": 58349, "name": "Pattada", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6070,8 +6070,8 @@ { "id": 58350, "name": "Patti", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6111,8 +6111,8 @@ { "id": 58351, "name": "Patù", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6152,8 +6152,8 @@ { "id": 58352, "name": "Pau", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6193,8 +6193,8 @@ { "id": 58353, "name": "Paularo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6234,8 +6234,8 @@ { "id": 58354, "name": "Pauli Arbarei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6275,8 +6275,8 @@ { "id": 58355, "name": "Paulilatino", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6316,8 +6316,8 @@ { "id": 58356, "name": "Paullo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6357,8 +6357,8 @@ { "id": 58357, "name": "Paupisi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6398,8 +6398,8 @@ { "id": 58358, "name": "Pavarolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6439,8 +6439,8 @@ { "id": 58359, "name": "Pavia", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -6480,8 +6480,8 @@ { "id": 58360, "name": "Pavia di Udine", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -6521,8 +6521,8 @@ { "id": 58361, "name": "Pavigliana", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -6562,8 +6562,8 @@ { "id": 58362, "name": "Pavona", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -6603,8 +6603,8 @@ { "id": 58363, "name": "Pavone Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6644,8 +6644,8 @@ { "id": 58364, "name": "Pavone del Mella", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6685,8 +6685,8 @@ { "id": 58365, "name": "Pavullo nel Frignano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6726,8 +6726,8 @@ { "id": 58366, "name": "Pazzano", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6767,8 +6767,8 @@ { "id": 58367, "name": "Peccioli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6808,8 +6808,8 @@ { "id": 58368, "name": "Pecco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6849,8 +6849,8 @@ { "id": 58369, "name": "Pecetto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6890,8 +6890,8 @@ { "id": 58370, "name": "Pecetto di Valenza", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6931,8 +6931,8 @@ { "id": 58371, "name": "Pecorara", - "state_id": 1773, - "state_code": "45", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -6972,8 +6972,8 @@ { "id": 58372, "name": "Pedace-Perito", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7013,8 +7013,8 @@ { "id": 58373, "name": "Pedagaggi", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -7054,8 +7054,8 @@ { "id": 58374, "name": "Pedalino", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -7095,8 +7095,8 @@ { "id": 58375, "name": "Pedara", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7136,8 +7136,8 @@ { "id": 58376, "name": "Pedaso", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7177,8 +7177,8 @@ { "id": 58377, "name": "Pedavena", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7218,8 +7218,8 @@ { "id": 58378, "name": "Pedemonte", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7259,8 +7259,8 @@ { "id": 58379, "name": "Pedemonte", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7300,8 +7300,8 @@ { "id": 58380, "name": "Pederiva", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7341,8 +7341,8 @@ { "id": 58381, "name": "Pederobba", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -7382,8 +7382,8 @@ { "id": 58382, "name": "Pedesina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7423,8 +7423,8 @@ { "id": 58383, "name": "Pedivigliano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7464,8 +7464,8 @@ { "id": 58384, "name": "Pedrengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7505,8 +7505,8 @@ { "id": 58385, "name": "Peglio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7546,8 +7546,8 @@ { "id": 58386, "name": "Peglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7587,8 +7587,8 @@ { "id": 58387, "name": "Pegognaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7628,8 +7628,8 @@ { "id": 58388, "name": "Pegolotte", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7669,8 +7669,8 @@ { "id": 58389, "name": "Peia", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7710,8 +7710,8 @@ { "id": 58390, "name": "Pelago", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7751,8 +7751,8 @@ { "id": 58391, "name": "Pella", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7792,8 +7792,8 @@ { "id": 58392, "name": "Pellaro", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -7833,8 +7833,8 @@ { "id": 58393, "name": "Pellegrino Parmense", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7874,8 +7874,8 @@ { "id": 58394, "name": "Pellestrina", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -7915,8 +7915,8 @@ { "id": 58395, "name": "Pellezzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7956,8 +7956,8 @@ { "id": 58396, "name": "Pellio Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -7997,8 +7997,8 @@ { "id": 58397, "name": "Pellizzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8038,8 +8038,8 @@ { "id": 58398, "name": "Pelugo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8079,8 +8079,8 @@ { "id": 58399, "name": "Penango", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8120,8 +8120,8 @@ { "id": 58400, "name": "Pendino", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -8161,8 +8161,8 @@ { "id": 58401, "name": "Penitro", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -8202,8 +8202,8 @@ { "id": 58402, "name": "Penna San Giovanni", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8243,8 +8243,8 @@ { "id": 58403, "name": "Penna Sant'Andrea", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8284,8 +8284,8 @@ { "id": 58404, "name": "Penna in Teverina", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8325,8 +8325,8 @@ { "id": 58405, "name": "Pennabilli", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8366,8 +8366,8 @@ { "id": 58406, "name": "Pennadomo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8407,8 +8407,8 @@ { "id": 58407, "name": "Pennapiedimonte", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8448,8 +8448,8 @@ { "id": 58408, "name": "Penne", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8489,8 +8489,8 @@ { "id": 58409, "name": "Pennisi", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -8530,8 +8530,8 @@ { "id": 58410, "name": "Pentone", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8571,8 +8571,8 @@ { "id": 58411, "name": "Perano", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8612,8 +8612,8 @@ { "id": 58412, "name": "Perarolo di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8653,8 +8653,8 @@ { "id": 58413, "name": "Perca", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8694,8 +8694,8 @@ { "id": 58414, "name": "Percile", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8735,8 +8735,8 @@ { "id": 58415, "name": "Percoto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -8776,8 +8776,8 @@ { "id": 58416, "name": "Perdasdefogu", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8817,8 +8817,8 @@ { "id": 58417, "name": "Perdaxius", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8858,8 +8858,8 @@ { "id": 58418, "name": "Perdifumo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8899,8 +8899,8 @@ { "id": 58419, "name": "Perego", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8940,8 +8940,8 @@ { "id": 58420, "name": "Pereto", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -8981,8 +8981,8 @@ { "id": 58421, "name": "Perfugas", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9022,8 +9022,8 @@ { "id": 58422, "name": "Pergine Valdarno", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9063,8 +9063,8 @@ { "id": 58423, "name": "Pergine Valsugana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9104,8 +9104,8 @@ { "id": 58424, "name": "Pergola", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9145,8 +9145,8 @@ { "id": 58425, "name": "Perinaldo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9186,8 +9186,8 @@ { "id": 58426, "name": "Perito", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9227,8 +9227,8 @@ { "id": 58427, "name": "Perledo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9268,8 +9268,8 @@ { "id": 58428, "name": "Perletto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9309,8 +9309,8 @@ { "id": 58429, "name": "Perlo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9391,8 +9391,8 @@ { "id": 58431, "name": "Pernate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "city", @@ -9432,8 +9432,8 @@ { "id": 58432, "name": "Pernocari-Presinaci", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -9473,8 +9473,8 @@ { "id": 58433, "name": "Pernumia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9514,8 +9514,8 @@ { "id": 58434, "name": "Pero", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -9555,8 +9555,8 @@ { "id": 58435, "name": "Pero", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9596,8 +9596,8 @@ { "id": 58436, "name": "Perosa Argentina", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9637,8 +9637,8 @@ { "id": 58437, "name": "Perosa Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9678,8 +9678,8 @@ { "id": 58438, "name": "Perrero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9719,8 +9719,8 @@ { "id": 58439, "name": "Persico Dosimo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9760,8 +9760,8 @@ { "id": 58440, "name": "Pertegada", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -9801,8 +9801,8 @@ { "id": 58441, "name": "Pertengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9842,8 +9842,8 @@ { "id": 58442, "name": "Pertica Alta", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9883,8 +9883,8 @@ { "id": 58443, "name": "Pertica Bassa", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9924,8 +9924,8 @@ { "id": 58444, "name": "Pertosa", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -9965,8 +9965,8 @@ { "id": 58445, "name": "Pertusio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10006,8 +10006,8 @@ { "id": 58446, "name": "Perugia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -10047,8 +10047,8 @@ { "id": 58447, "name": "Pesaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -10088,8 +10088,8 @@ { "id": 58448, "name": "Pescaglia", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10129,8 +10129,8 @@ { "id": 58449, "name": "Pescantina", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10170,8 +10170,8 @@ { "id": 58450, "name": "Pescara", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -10211,8 +10211,8 @@ { "id": 58451, "name": "Pescarolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10252,8 +10252,8 @@ { "id": 58452, "name": "Pescasseroli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10293,8 +10293,8 @@ { "id": 58453, "name": "Pescate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10334,8 +10334,8 @@ { "id": 58454, "name": "Pesche", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10375,8 +10375,8 @@ { "id": 58455, "name": "Peschici", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10416,8 +10416,8 @@ { "id": 58456, "name": "Peschiera del Garda", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10457,8 +10457,8 @@ { "id": 58457, "name": "Pescia", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10498,8 +10498,8 @@ { "id": 58458, "name": "Pescia Romana", - "state_id": 1678, - "state_code": "62", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -10539,8 +10539,8 @@ { "id": 58459, "name": "Pescina", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10580,8 +10580,8 @@ { "id": 58460, "name": "Pesco Sannita", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10621,8 +10621,8 @@ { "id": 58461, "name": "Pescocostanzo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10662,8 +10662,8 @@ { "id": 58462, "name": "Pescolanciano", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10703,8 +10703,8 @@ { "id": 58463, "name": "Pescopagano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10744,8 +10744,8 @@ { "id": 58464, "name": "Pescopennataro", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10785,8 +10785,8 @@ { "id": 58465, "name": "Pescorocchiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10826,8 +10826,8 @@ { "id": 58466, "name": "Pescosansonesco Nuovo", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10867,8 +10867,8 @@ { "id": 58467, "name": "Pescosolido", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10908,8 +10908,8 @@ { "id": 58468, "name": "Peseggia-Gardigiano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -10949,8 +10949,8 @@ { "id": 58469, "name": "Pessano Con Bornago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -10990,8 +10990,8 @@ { "id": 58470, "name": "Pessina Cremonese", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11031,8 +11031,8 @@ { "id": 58471, "name": "Pessinetto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11072,8 +11072,8 @@ { "id": 58472, "name": "Pessione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -11113,8 +11113,8 @@ { "id": 58473, "name": "Petacciato", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11154,8 +11154,8 @@ { "id": 58474, "name": "Petilia Policastro", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11195,8 +11195,8 @@ { "id": 58475, "name": "Petina", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11277,8 +11277,8 @@ { "id": 58477, "name": "Petralia Soprana", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11318,8 +11318,8 @@ { "id": 58478, "name": "Petralia Sottana", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11359,8 +11359,8 @@ { "id": 58479, "name": "Petrella Salto", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11400,8 +11400,8 @@ { "id": 58480, "name": "Petrella Tifernina", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11441,8 +11441,8 @@ { "id": 58481, "name": "Petriano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11482,8 +11482,8 @@ { "id": 58482, "name": "Petrignano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -11523,8 +11523,8 @@ { "id": 58483, "name": "Petriolo", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11564,8 +11564,8 @@ { "id": 58484, "name": "Petritoli", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11605,8 +11605,8 @@ { "id": 58485, "name": "Petrizzi", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11646,8 +11646,8 @@ { "id": 58486, "name": "Petronà", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11687,8 +11687,8 @@ { "id": 58487, "name": "Petrosino", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11728,8 +11728,8 @@ { "id": 58488, "name": "Petruro Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11769,8 +11769,8 @@ { "id": 58489, "name": "Pettenasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11810,8 +11810,8 @@ { "id": 58490, "name": "Pettinengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11851,8 +11851,8 @@ { "id": 58491, "name": "Pettineo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11892,8 +11892,8 @@ { "id": 58492, "name": "Pettoranello del Molise", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11933,8 +11933,8 @@ { "id": 58493, "name": "Pettorano sul Gizio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -11974,8 +11974,8 @@ { "id": 58494, "name": "Pettorazza Grimani", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12015,8 +12015,8 @@ { "id": 58495, "name": "Peveragno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12056,8 +12056,8 @@ { "id": 58496, "name": "Pezzan", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -12097,8 +12097,8 @@ { "id": 58497, "name": "Pezzana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12138,8 +12138,8 @@ { "id": 58498, "name": "Pezzano-Filetta", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -12179,8 +12179,8 @@ { "id": 58499, "name": "Pezzaze", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12220,8 +12220,8 @@ { "id": 58500, "name": "Pezze di Greco", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -12261,8 +12261,8 @@ { "id": 58501, "name": "Pezzolo Valle Uzzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12302,8 +12302,8 @@ { "id": 58502, "name": "Piacenza", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -12343,8 +12343,8 @@ { "id": 58503, "name": "Piacenza d'Adige", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12384,8 +12384,8 @@ { "id": 58504, "name": "Piadena", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12425,8 +12425,8 @@ { "id": 58505, "name": "Piagge", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12466,8 +12466,8 @@ { "id": 58506, "name": "Piaggine", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12507,8 +12507,8 @@ { "id": 58507, "name": "Piamborno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12548,8 +12548,8 @@ { "id": 58508, "name": "Pian Camuno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12589,8 +12589,8 @@ { "id": 58509, "name": "Pian di Mugnone", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -12630,8 +12630,8 @@ { "id": 58510, "name": "Pian di Scò", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12671,8 +12671,8 @@ { "id": 58511, "name": "Piana Battolla", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -12712,8 +12712,8 @@ { "id": 58512, "name": "Piana Crixia", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12753,8 +12753,8 @@ { "id": 58513, "name": "Piana San Raffaele", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12794,8 +12794,8 @@ { "id": 58514, "name": "Piana degli Albanesi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12835,8 +12835,8 @@ { "id": 58515, "name": "Piana di Monte Verna", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12876,8 +12876,8 @@ { "id": 58516, "name": "Pianazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12917,8 +12917,8 @@ { "id": 58517, "name": "Piancastagnaio", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12958,8 +12958,8 @@ { "id": 58518, "name": "Piandimeleto", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -12999,8 +12999,8 @@ { "id": 58519, "name": "Piane", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -13040,8 +13040,8 @@ { "id": 58520, "name": "Piane Crati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13081,8 +13081,8 @@ { "id": 58521, "name": "Piane di Montegiorgio", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -13122,8 +13122,8 @@ { "id": 58522, "name": "Piane di Morro", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -13163,8 +13163,8 @@ { "id": 58523, "name": "Pianella", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13204,8 +13204,8 @@ { "id": 58524, "name": "Pianello", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -13245,8 +13245,8 @@ { "id": 58525, "name": "Pianello Val Tidone", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13286,8 +13286,8 @@ { "id": 58526, "name": "Pianello Vallesina", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -13327,8 +13327,8 @@ { "id": 58527, "name": "Pianello del Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13368,8 +13368,8 @@ { "id": 58528, "name": "Pianengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13409,8 +13409,8 @@ { "id": 58529, "name": "Pianezza", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13450,8 +13450,8 @@ { "id": 58530, "name": "Pianezze", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13491,8 +13491,8 @@ { "id": 58531, "name": "Pianfei", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13532,8 +13532,8 @@ { "id": 58532, "name": "Piangaiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -13573,8 +13573,8 @@ { "id": 58533, "name": "Piangipane", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -13614,8 +13614,8 @@ { "id": 58534, "name": "Pianico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13655,8 +13655,8 @@ { "id": 58535, "name": "Pianiga", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13696,8 +13696,8 @@ { "id": 58536, "name": "Pianillo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13737,8 +13737,8 @@ { "id": 58537, "name": "Piano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13778,8 +13778,8 @@ { "id": 58538, "name": "Piano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -13819,8 +13819,8 @@ { "id": 58539, "name": "Piano Maglio-Blandino", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -13860,8 +13860,8 @@ { "id": 58540, "name": "Piano dei Geli", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -13901,8 +13901,8 @@ { "id": 58541, "name": "Piano di Conca", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -13942,8 +13942,8 @@ { "id": 58542, "name": "Piano di Coreglia-Ghivizzano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -13983,8 +13983,8 @@ { "id": 58543, "name": "Piano di Follo", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14024,8 +14024,8 @@ { "id": 58544, "name": "Piano di Mommio", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -14065,8 +14065,8 @@ { "id": 58545, "name": "Piano di Sorrento", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14106,8 +14106,8 @@ { "id": 58546, "name": "Piano-Molini d'Isola", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14147,8 +14147,8 @@ { "id": 58547, "name": "Pianoconte", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -14188,8 +14188,8 @@ { "id": 58548, "name": "Pianola", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -14229,8 +14229,8 @@ { "id": 58549, "name": "Pianopoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14270,8 +14270,8 @@ { "id": 58550, "name": "Pianoro", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14311,8 +14311,8 @@ { "id": 58551, "name": "Piansano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14352,8 +14352,8 @@ { "id": 58552, "name": "Piantedo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14393,8 +14393,8 @@ { "id": 58553, "name": "Pianura", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -14434,8 +14434,8 @@ { "id": 58554, "name": "Pianura Vomano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -14475,8 +14475,8 @@ { "id": 58555, "name": "Piario", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14516,8 +14516,8 @@ { "id": 58556, "name": "Piasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14557,8 +14557,8 @@ { "id": 58557, "name": "Piateda Centro", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14598,8 +14598,8 @@ { "id": 58558, "name": "Piatto", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14639,8 +14639,8 @@ { "id": 58559, "name": "Piattoni-Villa Sant'Antonio", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14680,8 +14680,8 @@ { "id": 58560, "name": "Piavon", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -14721,8 +14721,8 @@ { "id": 58561, "name": "Piazza", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14762,8 +14762,8 @@ { "id": 58562, "name": "Piazza", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14803,8 +14803,8 @@ { "id": 58563, "name": "Piazza", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14844,8 +14844,8 @@ { "id": 58564, "name": "Piazza", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -14885,8 +14885,8 @@ { "id": 58565, "name": "Piazza Armerina", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14926,8 +14926,8 @@ { "id": 58566, "name": "Piazza Brembana", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -14967,8 +14967,8 @@ { "id": 58567, "name": "Piazza Caduti", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15008,8 +15008,8 @@ { "id": 58568, "name": "Piazza Roma", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15049,8 +15049,8 @@ { "id": 58569, "name": "Piazza al Serchio-San Michele", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15090,8 +15090,8 @@ { "id": 58570, "name": "Piazza del Galdo-Sant'Angelo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -15131,8 +15131,8 @@ { "id": 58571, "name": "Piazza di Pandola", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -15172,8 +15172,8 @@ { "id": 58572, "name": "Piazza-Tralia-Pendolo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15213,8 +15213,8 @@ { "id": 58573, "name": "Piazzatorre", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15254,8 +15254,8 @@ { "id": 58574, "name": "Piazzola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -15295,8 +15295,8 @@ { "id": 58575, "name": "Piazzola sul Brenta", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15336,8 +15336,8 @@ { "id": 58576, "name": "Piazzolla", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -15377,8 +15377,8 @@ { "id": 58577, "name": "Piazzolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15418,8 +15418,8 @@ { "id": 58578, "name": "Piccarello", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15459,8 +15459,8 @@ { "id": 58579, "name": "Picciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15500,8 +15500,8 @@ { "id": 58580, "name": "Picerno", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15541,8 +15541,8 @@ { "id": 58581, "name": "Picinisco", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15582,8 +15582,8 @@ { "id": 58582, "name": "Pico", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15623,8 +15623,8 @@ { "id": 58583, "name": "Pie' Falcade", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15664,8 +15664,8 @@ { "id": 58584, "name": "Pie' del Colle", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15705,8 +15705,8 @@ { "id": 58585, "name": "Pie' del Sasso", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15746,8 +15746,8 @@ { "id": 58586, "name": "Piea", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15787,8 +15787,8 @@ { "id": 58587, "name": "Piedicavallo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15828,8 +15828,8 @@ { "id": 58588, "name": "Piedimonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -15869,8 +15869,8 @@ { "id": 58589, "name": "Piedimonte Etneo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15910,8 +15910,8 @@ { "id": 58590, "name": "Piedimonte Matese", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15951,8 +15951,8 @@ { "id": 58591, "name": "Piedimonte San Germano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -15992,8 +15992,8 @@ { "id": 58592, "name": "Piedimonte San Germano Alta", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -16033,8 +16033,8 @@ { "id": 58593, "name": "Piedimulera", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16074,8 +16074,8 @@ { "id": 58594, "name": "Piediripa", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -16115,8 +16115,8 @@ { "id": 58595, "name": "Piegaro", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16156,8 +16156,8 @@ { "id": 58596, "name": "Piegolelle-San Bartolomeo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -16197,8 +16197,8 @@ { "id": 58597, "name": "Pienza", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16238,8 +16238,8 @@ { "id": 58598, "name": "Pieranica", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16279,8 +16279,8 @@ { "id": 58599, "name": "Pieria-Prato Carnico", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16320,8 +16320,8 @@ { "id": 58600, "name": "Pieris", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16361,8 +16361,8 @@ { "id": 58601, "name": "Pietra Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16402,8 +16402,8 @@ { "id": 58602, "name": "Pietra Marazzi", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16443,8 +16443,8 @@ { "id": 58603, "name": "Pietra de' Giorgi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16484,8 +16484,8 @@ { "id": 58604, "name": "Pietra la Croce", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "section", @@ -16525,8 +16525,8 @@ { "id": 58605, "name": "Pietrabbondante", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16566,8 +16566,8 @@ { "id": 58606, "name": "Pietrabruna", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16607,8 +16607,8 @@ { "id": 58607, "name": "Pietracamela", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16648,8 +16648,8 @@ { "id": 58608, "name": "Pietracatella", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16689,8 +16689,8 @@ { "id": 58609, "name": "Pietracupa", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16730,8 +16730,8 @@ { "id": 58610, "name": "Pietracuta", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -16771,8 +16771,8 @@ { "id": 58611, "name": "Pietradefusi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -16812,8 +16812,8 @@ { "id": 58612, "name": "Pietraferrazzana", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16853,8 +16853,8 @@ { "id": 58613, "name": "Pietrafitta", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16894,8 +16894,8 @@ { "id": 58614, "name": "Pietragalla", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16935,8 +16935,8 @@ { "id": 58615, "name": "Pietralunga", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -16976,8 +16976,8 @@ { "id": 58616, "name": "Pietramelara", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17017,8 +17017,8 @@ { "id": 58617, "name": "Pietramontecorvino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17058,8 +17058,8 @@ { "id": 58618, "name": "Pietramurata", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -17099,8 +17099,8 @@ { "id": 58619, "name": "Pietranico", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17140,8 +17140,8 @@ { "id": 58620, "name": "Pietrapaola", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17181,8 +17181,8 @@ { "id": 58621, "name": "Pietrapertosa", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17222,8 +17222,8 @@ { "id": 58622, "name": "Pietraperzia", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17263,8 +17263,8 @@ { "id": 58623, "name": "Pietraporzio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17304,8 +17304,8 @@ { "id": 58624, "name": "Pietraroja", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17345,8 +17345,8 @@ { "id": 58625, "name": "Pietrasanta", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17386,8 +17386,8 @@ { "id": 58626, "name": "Pietrastornina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17427,8 +17427,8 @@ { "id": 58627, "name": "Pietravairano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17468,8 +17468,8 @@ { "id": 58628, "name": "Pietre", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -17509,8 +17509,8 @@ { "id": 58629, "name": "Pietrelcina", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17550,8 +17550,8 @@ { "id": 58630, "name": "Pieve", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17591,8 +17591,8 @@ { "id": 58631, "name": "Pieve", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -17632,8 +17632,8 @@ { "id": 58632, "name": "Pieve Albignola", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17673,8 +17673,8 @@ { "id": 58633, "name": "Pieve Emanuele", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17714,8 +17714,8 @@ { "id": 58634, "name": "Pieve Fissiraga", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17755,8 +17755,8 @@ { "id": 58635, "name": "Pieve Fosciana", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17796,8 +17796,8 @@ { "id": 58636, "name": "Pieve Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17837,8 +17837,8 @@ { "id": 58637, "name": "Pieve Porto Morone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17878,8 +17878,8 @@ { "id": 58638, "name": "Pieve San Giacomo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17919,8 +17919,8 @@ { "id": 58639, "name": "Pieve Santo Stefano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -17960,8 +17960,8 @@ { "id": 58640, "name": "Pieve Tesino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18001,8 +18001,8 @@ { "id": 58641, "name": "Pieve Torina", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18042,8 +18042,8 @@ { "id": 58642, "name": "Pieve Vergonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18083,8 +18083,8 @@ { "id": 58643, "name": "Pieve a Nievole", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18124,8 +18124,8 @@ { "id": 58644, "name": "Pieve al Toppo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -18165,8 +18165,8 @@ { "id": 58645, "name": "Pieve d'Alpago", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18206,8 +18206,8 @@ { "id": 58646, "name": "Pieve d'Olmi", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18247,8 +18247,8 @@ { "id": 58647, "name": "Pieve del Cairo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18288,8 +18288,8 @@ { "id": 58648, "name": "Pieve di Bono", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18329,8 +18329,8 @@ { "id": 58649, "name": "Pieve di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18370,8 +18370,8 @@ { "id": 58650, "name": "Pieve di Cento", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18411,8 +18411,8 @@ { "id": 58651, "name": "Pieve di Coriano", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18452,8 +18452,8 @@ { "id": 58652, "name": "Pieve di Ledro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18493,8 +18493,8 @@ { "id": 58653, "name": "Pieve di Soligo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18534,8 +18534,8 @@ { "id": 58654, "name": "Pieve di Teco", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18575,8 +18575,8 @@ { "id": 58655, "name": "Pieve di Zignago", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18616,8 +18616,8 @@ { "id": 58656, "name": "Pievebovigliana", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18657,8 +18657,8 @@ { "id": 58657, "name": "Pievedizio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -18698,8 +18698,8 @@ { "id": 58658, "name": "Pievepelago", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18739,8 +18739,8 @@ { "id": 58659, "name": "Piglio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18780,8 +18780,8 @@ { "id": 58660, "name": "Pigna", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18821,8 +18821,8 @@ { "id": 58661, "name": "Pignataro Interamna", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18862,8 +18862,8 @@ { "id": 58662, "name": "Pignataro Maggiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18903,8 +18903,8 @@ { "id": 58663, "name": "Pignola", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18944,8 +18944,8 @@ { "id": 58664, "name": "Pignone", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -18985,8 +18985,8 @@ { "id": 58665, "name": "Pigra", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19026,8 +19026,8 @@ { "id": 58666, "name": "Pila", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -19067,8 +19067,8 @@ { "id": 58667, "name": "Pila", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19108,8 +19108,8 @@ { "id": 58668, "name": "Pilastro", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -19149,8 +19149,8 @@ { "id": 58669, "name": "Pimentel", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19190,8 +19190,8 @@ { "id": 58670, "name": "Pimonte", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19231,8 +19231,8 @@ { "id": 58671, "name": "Pinarella", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -19272,8 +19272,8 @@ { "id": 58672, "name": "Pinarolo Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19313,8 +19313,8 @@ { "id": 58673, "name": "Pinasca-Dubbione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19354,8 +19354,8 @@ { "id": 58674, "name": "Pincara", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19395,8 +19395,8 @@ { "id": 58675, "name": "Pinerolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19436,8 +19436,8 @@ { "id": 58676, "name": "Pineta", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -19477,8 +19477,8 @@ { "id": 58677, "name": "Pineto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19518,8 +19518,8 @@ { "id": 58678, "name": "Pino Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19559,8 +19559,8 @@ { "id": 58679, "name": "Pino d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19600,8 +19600,8 @@ { "id": 58680, "name": "Pino sulla Sponda del Lago Maggiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19641,8 +19641,8 @@ { "id": 58681, "name": "Pinocchio di Ancona", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "section", @@ -19682,8 +19682,8 @@ { "id": 58682, "name": "Pinzano al Tagliamento", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19723,8 +19723,8 @@ { "id": 58683, "name": "Pinzolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19764,8 +19764,8 @@ { "id": 58684, "name": "Piobbico", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19805,8 +19805,8 @@ { "id": 58685, "name": "Piobesi Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -19846,8 +19846,8 @@ { "id": 58686, "name": "Piobesi d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19887,8 +19887,8 @@ { "id": 58687, "name": "Piode", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19928,8 +19928,8 @@ { "id": 58688, "name": "Pioltello", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -19969,8 +19969,8 @@ { "id": 58689, "name": "Piombino", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20010,8 +20010,8 @@ { "id": 58690, "name": "Piombino Dese", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20051,8 +20051,8 @@ { "id": 58691, "name": "Pionca", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -20092,8 +20092,8 @@ { "id": 58692, "name": "Pioppo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -20133,8 +20133,8 @@ { "id": 58693, "name": "Pioraco", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20174,8 +20174,8 @@ { "id": 58694, "name": "Piossasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20215,8 +20215,8 @@ { "id": 58695, "name": "Piove di Sacco-Piovega", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20256,8 +20256,8 @@ { "id": 58696, "name": "Piovene Rocchette", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20297,8 +20297,8 @@ { "id": 58697, "name": "Piovera", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20338,8 +20338,8 @@ { "id": 58698, "name": "Piovà Massaia", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20379,8 +20379,8 @@ { "id": 58699, "name": "Piozzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20420,8 +20420,8 @@ { "id": 58700, "name": "Piozzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20461,8 +20461,8 @@ { "id": 58701, "name": "Piraino", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20502,8 +20502,8 @@ { "id": 58702, "name": "Pisa", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -20543,8 +20543,8 @@ { "id": 58703, "name": "Pisano", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20584,8 +20584,8 @@ { "id": 58704, "name": "Piscina", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20625,8 +20625,8 @@ { "id": 58705, "name": "Piscinas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20666,8 +20666,8 @@ { "id": 58706, "name": "Piscinola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -20707,8 +20707,8 @@ { "id": 58707, "name": "Pisciotta", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20748,8 +20748,8 @@ { "id": 58708, "name": "Piscopio", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -20789,8 +20789,8 @@ { "id": 58709, "name": "Pisignano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -20830,8 +20830,8 @@ { "id": 58710, "name": "Pisignano", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -20871,8 +20871,8 @@ { "id": 58711, "name": "Pisogne", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20912,8 +20912,8 @@ { "id": 58712, "name": "Pisoniano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20953,8 +20953,8 @@ { "id": 58713, "name": "Pisticci", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -20994,8 +20994,8 @@ { "id": 58714, "name": "Pistoia", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -21035,8 +21035,8 @@ { "id": 58715, "name": "Pistrino", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -21076,8 +21076,8 @@ { "id": 58716, "name": "Piteglio", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21117,8 +21117,8 @@ { "id": 58717, "name": "Pitelli", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -21158,8 +21158,8 @@ { "id": 58718, "name": "Pitigliano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21199,8 +21199,8 @@ { "id": 58719, "name": "Piubega", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21240,8 +21240,8 @@ { "id": 58720, "name": "Piumazzo", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -21281,8 +21281,8 @@ { "id": 58721, "name": "Piuro", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21322,8 +21322,8 @@ { "id": 58722, "name": "Piverone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21363,8 +21363,8 @@ { "id": 58723, "name": "Pizzale", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21404,8 +21404,8 @@ { "id": 58724, "name": "Pizzano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -21445,8 +21445,8 @@ { "id": 58725, "name": "Pizzighettone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21486,8 +21486,8 @@ { "id": 58726, "name": "Pizzo", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21527,8 +21527,8 @@ { "id": 58727, "name": "Pizzoferrato", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21568,8 +21568,8 @@ { "id": 58728, "name": "Pizzoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21609,8 +21609,8 @@ { "id": 58729, "name": "Pizzone", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21650,8 +21650,8 @@ { "id": 58730, "name": "Pizzoni", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21691,8 +21691,8 @@ { "id": 58731, "name": "Placanica", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21773,8 +21773,8 @@ { "id": 58733, "name": "Plataci", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21814,8 +21814,8 @@ { "id": 58734, "name": "Platania", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21855,8 +21855,8 @@ { "id": 58735, "name": "Platì", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21896,8 +21896,8 @@ { "id": 58736, "name": "Plaus", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21937,8 +21937,8 @@ { "id": 58737, "name": "Plesio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -21978,8 +21978,8 @@ { "id": 58738, "name": "Pleyne", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22019,8 +22019,8 @@ { "id": 58739, "name": "Ploaghe", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22060,8 +22060,8 @@ { "id": 58740, "name": "Plodio", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22101,8 +22101,8 @@ { "id": 58741, "name": "Poasco-Sorigherio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -22142,8 +22142,8 @@ { "id": 58742, "name": "Pocapaglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22183,8 +22183,8 @@ { "id": 58743, "name": "Pocenia", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22224,8 +22224,8 @@ { "id": 58744, "name": "Podenzana", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22265,8 +22265,8 @@ { "id": 58745, "name": "Podenzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22306,8 +22306,8 @@ { "id": 58746, "name": "Pofi", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22347,8 +22347,8 @@ { "id": 58747, "name": "Poggetto", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "city", @@ -22388,8 +22388,8 @@ { "id": 58748, "name": "Poggiardo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22429,8 +22429,8 @@ { "id": 58749, "name": "Poggibonsi", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22470,8 +22470,8 @@ { "id": 58750, "name": "Poggio A Caiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22511,8 +22511,8 @@ { "id": 58751, "name": "Poggio Berni", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22552,8 +22552,8 @@ { "id": 58752, "name": "Poggio Bustone", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22593,8 +22593,8 @@ { "id": 58753, "name": "Poggio Catino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22634,8 +22634,8 @@ { "id": 58754, "name": "Poggio Ellera", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -22675,8 +22675,8 @@ { "id": 58755, "name": "Poggio Imperiale", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22716,8 +22716,8 @@ { "id": 58756, "name": "Poggio Mirteto", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22757,8 +22757,8 @@ { "id": 58757, "name": "Poggio Moiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22798,8 +22798,8 @@ { "id": 58758, "name": "Poggio Nativo", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22839,8 +22839,8 @@ { "id": 58759, "name": "Poggio Picenze", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22880,8 +22880,8 @@ { "id": 58760, "name": "Poggio Renatico", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22921,8 +22921,8 @@ { "id": 58761, "name": "Poggio Rusco", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -22962,8 +22962,8 @@ { "id": 58762, "name": "Poggio San Lorenzo", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23003,8 +23003,8 @@ { "id": 58763, "name": "Poggio San Marcello", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23044,8 +23044,8 @@ { "id": 58764, "name": "Poggio San Vicino", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23085,8 +23085,8 @@ { "id": 58765, "name": "Poggio Sannita", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23126,8 +23126,8 @@ { "id": 58766, "name": "Poggio dei Pini", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "city", @@ -23167,8 +23167,8 @@ { "id": 58767, "name": "Poggiodomo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23208,8 +23208,8 @@ { "id": 58768, "name": "Poggiofiorito", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23249,8 +23249,8 @@ { "id": 58769, "name": "Poggiomarino", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23290,8 +23290,8 @@ { "id": 58770, "name": "Poggioreale", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -23331,8 +23331,8 @@ { "id": 58771, "name": "Poggiorsini", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23372,8 +23372,8 @@ { "id": 58772, "name": "Poggiridenti Alto", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23413,8 +23413,8 @@ { "id": 58773, "name": "Poggiridenti Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "city", @@ -23454,8 +23454,8 @@ { "id": 58774, "name": "Pogliano Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23495,8 +23495,8 @@ { "id": 58775, "name": "Pognana Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23536,8 +23536,8 @@ { "id": 58776, "name": "Pognano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23577,8 +23577,8 @@ { "id": 58777, "name": "Pogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23618,8 +23618,8 @@ { "id": 58778, "name": "Poiana Maggiore", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23659,8 +23659,8 @@ { "id": 58779, "name": "Poianella", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -23700,8 +23700,8 @@ { "id": 58780, "name": "Poiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -23741,8 +23741,8 @@ { "id": 58781, "name": "Poirino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23782,8 +23782,8 @@ { "id": 58782, "name": "Polaveno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23823,8 +23823,8 @@ { "id": 58783, "name": "Polcenigo", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23864,8 +23864,8 @@ { "id": 58784, "name": "Polesella", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23905,8 +23905,8 @@ { "id": 58785, "name": "Polesine Parmense", - "state_id": 1773, - "state_code": "45", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23946,8 +23946,8 @@ { "id": 58786, "name": "Poli", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -23987,8 +23987,8 @@ { "id": 58787, "name": "Polia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24028,8 +24028,8 @@ { "id": 58788, "name": "Policastro Bussentino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -24069,8 +24069,8 @@ { "id": 58789, "name": "Policoro", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24110,8 +24110,8 @@ { "id": 58790, "name": "Polignano a Mare", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24151,8 +24151,8 @@ { "id": 58791, "name": "Polinago", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24192,8 +24192,8 @@ { "id": 58792, "name": "Polino", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24233,8 +24233,8 @@ { "id": 58793, "name": "Polistena", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24274,8 +24274,8 @@ { "id": 58794, "name": "Polizzi Generosa", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24315,8 +24315,8 @@ { "id": 58795, "name": "Polla", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24397,8 +24397,8 @@ { "id": 58797, "name": "Pollena Trocchia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24438,8 +24438,8 @@ { "id": 58798, "name": "Pollenza", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24479,8 +24479,8 @@ { "id": 58799, "name": "Pollica", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24520,8 +24520,8 @@ { "id": 58800, "name": "Pollina", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24561,8 +24561,8 @@ { "id": 58801, "name": "Pollone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24602,8 +24602,8 @@ { "id": 58802, "name": "Pollutri", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24643,8 +24643,8 @@ { "id": 58803, "name": "Polonghera", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24684,8 +24684,8 @@ { "id": 58804, "name": "Polpenazze del Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24725,8 +24725,8 @@ { "id": 58805, "name": "Polverara", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24766,8 +24766,8 @@ { "id": 58806, "name": "Polverigi", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24807,8 +24807,8 @@ { "id": 58807, "name": "Polvica", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24848,8 +24848,8 @@ { "id": 58808, "name": "Pomarance", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24889,8 +24889,8 @@ { "id": 58809, "name": "Pomaretto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24930,8 +24930,8 @@ { "id": 58810, "name": "Pomarico", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -24971,8 +24971,8 @@ { "id": 58811, "name": "Pomaro Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25012,8 +25012,8 @@ { "id": 58812, "name": "Pomarolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25053,8 +25053,8 @@ { "id": 58813, "name": "Pombia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25094,8 +25094,8 @@ { "id": 58814, "name": "Pometo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25135,8 +25135,8 @@ { "id": 58815, "name": "Pomezia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25176,8 +25176,8 @@ { "id": 58816, "name": "Pomigliano d'Arco", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25217,8 +25217,8 @@ { "id": 58817, "name": "Pompei", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25258,8 +25258,8 @@ { "id": 58818, "name": "Pompeiana", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25299,8 +25299,8 @@ { "id": 58819, "name": "Pompiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25340,8 +25340,8 @@ { "id": 58820, "name": "Pomponesco", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25381,8 +25381,8 @@ { "id": 58821, "name": "Pompu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25422,8 +25422,8 @@ { "id": 58822, "name": "Poncarale", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25463,8 +25463,8 @@ { "id": 58823, "name": "Ponderano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25504,8 +25504,8 @@ { "id": 58824, "name": "Ponna Superiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25545,8 +25545,8 @@ { "id": 58825, "name": "Ponsacco", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25586,8 +25586,8 @@ { "id": 58826, "name": "Ponso", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25668,8 +25668,8 @@ { "id": 58828, "name": "Pont-Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25750,8 +25750,8 @@ { "id": 58830, "name": "Pontasserchio", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -25791,8 +25791,8 @@ { "id": 58831, "name": "Pontassieve", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25832,8 +25832,8 @@ { "id": 58832, "name": "Ponte", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25873,8 +25873,8 @@ { "id": 58833, "name": "Ponte A Elsa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -25914,8 +25914,8 @@ { "id": 58834, "name": "Ponte A Tressa", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -25955,8 +25955,8 @@ { "id": 58835, "name": "Ponte Arche", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -25996,8 +25996,8 @@ { "id": 58836, "name": "Ponte Buggianese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26037,8 +26037,8 @@ { "id": 58837, "name": "Ponte Caffaro", - "state_id": 1705, - "state_code": "25", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -26078,8 +26078,8 @@ { "id": 58838, "name": "Ponte Cingoli", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26119,8 +26119,8 @@ { "id": 58839, "name": "Ponte Felcino", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -26160,8 +26160,8 @@ { "id": 58840, "name": "Ponte Galeria-La Pisana", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -26201,8 +26201,8 @@ { "id": 58841, "name": "Ponte Gardena", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26242,8 +26242,8 @@ { "id": 58842, "name": "Ponte Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26283,8 +26283,8 @@ { "id": 58843, "name": "Ponte Nizza", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26324,8 +26324,8 @@ { "id": 58844, "name": "Ponte Nossa", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26365,8 +26365,8 @@ { "id": 58845, "name": "Ponte Pattoli", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -26406,8 +26406,8 @@ { "id": 58846, "name": "Ponte Ronca", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -26447,8 +26447,8 @@ { "id": 58847, "name": "Ponte San Marco", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -26488,8 +26488,8 @@ { "id": 58848, "name": "Ponte San Nicolò", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26529,8 +26529,8 @@ { "id": 58849, "name": "Ponte San Pietro", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26570,8 +26570,8 @@ { "id": 58850, "name": "Ponte Taro", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -26611,8 +26611,8 @@ { "id": 58851, "name": "Ponte a Poppi", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -26652,8 +26652,8 @@ { "id": 58852, "name": "Ponte dell'Olio", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26693,8 +26693,8 @@ { "id": 58853, "name": "Ponte della Venturina", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -26734,8 +26734,8 @@ { "id": 58854, "name": "Ponte di Barbarano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -26775,8 +26775,8 @@ { "id": 58855, "name": "Ponte di Castegnero", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26816,8 +26816,8 @@ { "id": 58856, "name": "Ponte di Legno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26857,8 +26857,8 @@ { "id": 58857, "name": "Ponte di Nanto", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26898,8 +26898,8 @@ { "id": 58858, "name": "Ponte di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26939,8 +26939,8 @@ { "id": 58859, "name": "Ponte in Valtellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -26980,8 +26980,8 @@ { "id": 58860, "name": "Ponte nelle Alpi", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27021,8 +27021,8 @@ { "id": 58861, "name": "Ponte nelle Alpi-Polpet", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27062,8 +27062,8 @@ { "id": 58862, "name": "Pontebba", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27103,8 +27103,8 @@ { "id": 58863, "name": "Pontecagnano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27144,8 +27144,8 @@ { "id": 58864, "name": "Pontecchio Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27185,8 +27185,8 @@ { "id": 58865, "name": "Pontechianale", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27226,8 +27226,8 @@ { "id": 58866, "name": "Pontecorvo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27267,8 +27267,8 @@ { "id": 58867, "name": "Pontecurone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27308,8 +27308,8 @@ { "id": 58868, "name": "Pontedassio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27349,8 +27349,8 @@ { "id": 58869, "name": "Pontedera", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27390,8 +27390,8 @@ { "id": 58870, "name": "Pontegradella", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -27431,8 +27431,8 @@ { "id": 58871, "name": "Pontelandolfo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27472,8 +27472,8 @@ { "id": 58872, "name": "Pontelangorino", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -27513,8 +27513,8 @@ { "id": 58873, "name": "Pontelatone", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27554,8 +27554,8 @@ { "id": 58874, "name": "Pontelongo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27595,8 +27595,8 @@ { "id": 58875, "name": "Pontenure", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27636,8 +27636,8 @@ { "id": 58876, "name": "Ponteranica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27677,8 +27677,8 @@ { "id": 58877, "name": "Ponterio-Pian di Porto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -27718,8 +27718,8 @@ { "id": 58878, "name": "Pontestazzemese", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27759,8 +27759,8 @@ { "id": 58879, "name": "Pontestura", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27800,8 +27800,8 @@ { "id": 58880, "name": "Pontevico", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27882,8 +27882,8 @@ { "id": 58882, "name": "Ponti", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27923,8 +27923,8 @@ { "id": 58883, "name": "Ponti sul Mincio", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -27964,8 +27964,8 @@ { "id": 58884, "name": "Ponticella", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -28005,8 +28005,8 @@ { "id": 58885, "name": "Ponticelli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -28046,8 +28046,8 @@ { "id": 58886, "name": "Ponticino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -28087,8 +28087,8 @@ { "id": 58887, "name": "Pontida", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28128,8 +28128,8 @@ { "id": 58888, "name": "Pontinia", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28169,8 +28169,8 @@ { "id": 58889, "name": "Pontinvrea", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28210,8 +28210,8 @@ { "id": 58890, "name": "Pontirolo Nuovo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28251,8 +28251,8 @@ { "id": 58891, "name": "Pontoglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28292,8 +28292,8 @@ { "id": 58892, "name": "Ponton dell'Elce", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -28333,8 +28333,8 @@ { "id": 58893, "name": "Pontremoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28374,8 +28374,8 @@ { "id": 58894, "name": "Ponza", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28415,8 +28415,8 @@ { "id": 58895, "name": "Ponzano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28456,8 +28456,8 @@ { "id": 58896, "name": "Ponzano Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28497,8 +28497,8 @@ { "id": 58897, "name": "Ponzano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28538,8 +28538,8 @@ { "id": 58898, "name": "Ponzano di Fermo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28579,8 +28579,8 @@ { "id": 58899, "name": "Ponzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28620,8 +28620,8 @@ { "id": 58900, "name": "Popoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28661,8 +28661,8 @@ { "id": 58901, "name": "Poppi", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28702,8 +28702,8 @@ { "id": 58902, "name": "Porano", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28743,8 +28743,8 @@ { "id": 58903, "name": "Porcari", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28784,8 +28784,8 @@ { "id": 58904, "name": "Porcellengo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -28825,8 +28825,8 @@ { "id": 58905, "name": "Porcia", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28866,8 +28866,8 @@ { "id": 58906, "name": "Pordenone", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -28907,8 +28907,8 @@ { "id": 58907, "name": "Porlezza", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28948,8 +28948,8 @@ { "id": 58908, "name": "Pornassio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -28989,8 +28989,8 @@ { "id": 58909, "name": "Porotto-Cassama", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -29030,8 +29030,8 @@ { "id": 58910, "name": "Porpetto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29071,8 +29071,8 @@ { "id": 58911, "name": "Porporano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -29112,8 +29112,8 @@ { "id": 58912, "name": "Porretta Terme", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29153,8 +29153,8 @@ { "id": 58913, "name": "Portacomaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29194,8 +29194,8 @@ { "id": 58914, "name": "Portalbera", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29235,8 +29235,8 @@ { "id": 58915, "name": "Porte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29276,8 +29276,8 @@ { "id": 58916, "name": "Portella di Mare", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -29317,8 +29317,8 @@ { "id": 58917, "name": "Portici", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29358,8 +29358,8 @@ { "id": 58918, "name": "Portico di Caserta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29399,8 +29399,8 @@ { "id": 58919, "name": "Portico di Romagna", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29440,8 +29440,8 @@ { "id": 58920, "name": "Portico e San Benedetto", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29481,8 +29481,8 @@ { "id": 58921, "name": "Portigliola", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29522,8 +29522,8 @@ { "id": 58922, "name": "Porto", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -29563,8 +29563,8 @@ { "id": 58923, "name": "Porto Azzurro", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29604,8 +29604,8 @@ { "id": 58924, "name": "Porto Ceresio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29645,8 +29645,8 @@ { "id": 58925, "name": "Porto Cervo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -29686,8 +29686,8 @@ { "id": 58926, "name": "Porto Cesareo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29727,8 +29727,8 @@ { "id": 58927, "name": "Porto Corsini", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -29768,8 +29768,8 @@ { "id": 58928, "name": "Porto Empedocle", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -29809,8 +29809,8 @@ { "id": 58929, "name": "Porto Ercole", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -29850,8 +29850,8 @@ { "id": 58930, "name": "Porto Fuori", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -29891,8 +29891,8 @@ { "id": 58931, "name": "Porto Garibaldi", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -29932,8 +29932,8 @@ { "id": 58932, "name": "Porto Potenza Picena", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -29973,8 +29973,8 @@ { "id": 58933, "name": "Porto Recanati", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30014,8 +30014,8 @@ { "id": 58934, "name": "Porto San Giorgio", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30055,8 +30055,8 @@ { "id": 58935, "name": "Porto Sant'Elpidio", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30096,8 +30096,8 @@ { "id": 58936, "name": "Porto Santo Stefano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30137,8 +30137,8 @@ { "id": 58937, "name": "Porto Tolle", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30178,8 +30178,8 @@ { "id": 58938, "name": "Porto Torres", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30219,8 +30219,8 @@ { "id": 58939, "name": "Porto Valtravaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30260,8 +30260,8 @@ { "id": 58940, "name": "Porto Viro", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30301,8 +30301,8 @@ { "id": 58941, "name": "Porto d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -30342,8 +30342,8 @@ { "id": 58942, "name": "Portobuffolè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30383,8 +30383,8 @@ { "id": 58943, "name": "Portocannone", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30424,8 +30424,8 @@ { "id": 58944, "name": "Portoferraio", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30465,8 +30465,8 @@ { "id": 58945, "name": "Portofino", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30506,8 +30506,8 @@ { "id": 58946, "name": "Portogruaro", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30547,8 +30547,8 @@ { "id": 58947, "name": "Portomaggiore", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30588,8 +30588,8 @@ { "id": 58948, "name": "Portopalo di Capo Passero", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30629,8 +30629,8 @@ { "id": 58949, "name": "Portoscuso", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30670,8 +30670,8 @@ { "id": 58950, "name": "Portovenere", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30711,8 +30711,8 @@ { "id": 58951, "name": "Portula", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30752,8 +30752,8 @@ { "id": 58952, "name": "Posada", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30793,8 +30793,8 @@ { "id": 58953, "name": "Posatora", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "section", @@ -30834,8 +30834,8 @@ { "id": 58954, "name": "Posillipo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -30875,8 +30875,8 @@ { "id": 58955, "name": "Posina", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30916,8 +30916,8 @@ { "id": 58956, "name": "Positano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30957,8 +30957,8 @@ { "id": 58957, "name": "Possagno", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -30998,8 +30998,8 @@ { "id": 58958, "name": "Posta", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31039,8 +31039,8 @@ { "id": 58959, "name": "Posta Fibreno", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31080,8 +31080,8 @@ { "id": 58960, "name": "Postal", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31121,8 +31121,8 @@ { "id": 58961, "name": "Postalesio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31162,8 +31162,8 @@ { "id": 58962, "name": "Postiglione", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31203,8 +31203,8 @@ { "id": 58963, "name": "Postioma", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -31244,8 +31244,8 @@ { "id": 58964, "name": "Postua", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31285,8 +31285,8 @@ { "id": 58965, "name": "Potenza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -31326,8 +31326,8 @@ { "id": 58966, "name": "Potenza Picena", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31367,8 +31367,8 @@ { "id": 58967, "name": "Pove del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31408,8 +31408,8 @@ { "id": 58968, "name": "Povegliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31449,8 +31449,8 @@ { "id": 58969, "name": "Povegliano Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31490,8 +31490,8 @@ { "id": 58970, "name": "Poviglio", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31531,8 +31531,8 @@ { "id": 58971, "name": "Povo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -31572,8 +31572,8 @@ { "id": 58972, "name": "Povoletto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31613,8 +31613,8 @@ { "id": 58973, "name": "Pozza", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -31654,8 +31654,8 @@ { "id": 58974, "name": "Pozza di Fassa", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31695,8 +31695,8 @@ { "id": 58975, "name": "Pozzaglia Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31736,8 +31736,8 @@ { "id": 58976, "name": "Pozzaglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31777,8 +31777,8 @@ { "id": 58977, "name": "Pozzaglio ed Uniti", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31818,8 +31818,8 @@ { "id": 58978, "name": "Pozzale-Case Nuove", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -31859,8 +31859,8 @@ { "id": 58979, "name": "Pozzallo", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31900,8 +31900,8 @@ { "id": 58980, "name": "Pozzilli", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31941,8 +31941,8 @@ { "id": 58981, "name": "Pozzillo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -31982,8 +31982,8 @@ { "id": 58982, "name": "Pozzo d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32023,8 +32023,8 @@ { "id": 58983, "name": "Pozzol Groppo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32064,8 +32064,8 @@ { "id": 58984, "name": "Pozzolengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32105,8 +32105,8 @@ { "id": 58985, "name": "Pozzoleone", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32146,8 +32146,8 @@ { "id": 58986, "name": "Pozzolo Formigaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32187,8 +32187,8 @@ { "id": 58987, "name": "Pozzomaggiore", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32228,8 +32228,8 @@ { "id": 58988, "name": "Pozzonovo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32269,8 +32269,8 @@ { "id": 58989, "name": "Pozzuoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32310,8 +32310,8 @@ { "id": 58990, "name": "Pozzuolo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -32351,8 +32351,8 @@ { "id": 58991, "name": "Pozzuolo Martesana", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32392,8 +32392,8 @@ { "id": 58992, "name": "Pozzuolo del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32433,8 +32433,8 @@ { "id": 58993, "name": "Pradalunga", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32474,8 +32474,8 @@ { "id": 58994, "name": "Pradamano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32515,8 +32515,8 @@ { "id": 58995, "name": "Pradelle", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -32556,8 +32556,8 @@ { "id": 58996, "name": "Pradleves", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32597,8 +32597,8 @@ { "id": 58997, "name": "Pragelato-Ruà", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32638,8 +32638,8 @@ { "id": 58998, "name": "Praia a Mare", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32679,8 +32679,8 @@ { "id": 58999, "name": "Praiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32720,8 +32720,8 @@ { "id": 59000, "name": "Pralboino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32761,8 +32761,8 @@ { "id": 59001, "name": "Prali", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32802,8 +32802,8 @@ { "id": 59002, "name": "Pralormo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32843,8 +32843,8 @@ { "id": 59003, "name": "Pralungo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32884,8 +32884,8 @@ { "id": 59004, "name": "Pramaggiore", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32925,8 +32925,8 @@ { "id": 59005, "name": "Pramaggiore Blessaglia", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -32966,8 +32966,8 @@ { "id": 59006, "name": "Pramollo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33007,8 +33007,8 @@ { "id": 59007, "name": "Prarolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33048,8 +33048,8 @@ { "id": 59008, "name": "Prarostino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33089,8 +33089,8 @@ { "id": 59009, "name": "Prasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33130,8 +33130,8 @@ { "id": 59010, "name": "Prascorsano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33171,8 +33171,8 @@ { "id": 59011, "name": "Praso", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33212,8 +33212,8 @@ { "id": 59012, "name": "Prata Camportaccio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33253,8 +33253,8 @@ { "id": 59013, "name": "Prata Centro", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33294,8 +33294,8 @@ { "id": 59014, "name": "Prata Sannita Centro", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33335,8 +33335,8 @@ { "id": 59015, "name": "Prata d'Ansidonia", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33376,8 +33376,8 @@ { "id": 59016, "name": "Prata di Pordenone", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33417,8 +33417,8 @@ { "id": 59017, "name": "Prata di Principato Ultra", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33458,8 +33458,8 @@ { "id": 59018, "name": "Pratantico-Indicatore", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -33499,8 +33499,8 @@ { "id": 59019, "name": "Pratella", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33540,8 +33540,8 @@ { "id": 59020, "name": "Prati", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33581,8 +33581,8 @@ { "id": 59021, "name": "Prati", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33622,8 +33622,8 @@ { "id": 59022, "name": "Praticello", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33663,8 +33663,8 @@ { "id": 59023, "name": "Pratiglione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33704,8 +33704,8 @@ { "id": 59024, "name": "Pratissolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -33745,8 +33745,8 @@ { "id": 59025, "name": "Prato", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33786,8 +33786,8 @@ { "id": 59026, "name": "Prato", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -33827,8 +33827,8 @@ { "id": 59027, "name": "Prato", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -33868,8 +33868,8 @@ { "id": 59028, "name": "Prato Allo Stelvio", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -33909,8 +33909,8 @@ { "id": 59029, "name": "Prato Carnico", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -33950,8 +33950,8 @@ { "id": 59030, "name": "Prato Perillo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -33991,8 +33991,8 @@ { "id": 59031, "name": "Prato Sesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34032,8 +34032,8 @@ { "id": 59032, "name": "Prato di Coppola", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -34073,8 +34073,8 @@ { "id": 59033, "name": "Pratola Peligna", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34114,8 +34114,8 @@ { "id": 59034, "name": "Pratola Serra", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34155,8 +34155,8 @@ { "id": 59035, "name": "Pratole", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -34196,8 +34196,8 @@ { "id": 59036, "name": "Pratovecchio", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34237,8 +34237,8 @@ { "id": 59037, "name": "Pravisdomini", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34278,8 +34278,8 @@ { "id": 59038, "name": "Pray", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34319,8 +34319,8 @@ { "id": 59039, "name": "Prazzo Superiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34360,8 +34360,8 @@ { "id": 59040, "name": "Preara-Moraro-Levà Nord", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -34401,8 +34401,8 @@ { "id": 59041, "name": "Precenicco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34442,8 +34442,8 @@ { "id": 59042, "name": "Preci", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34483,8 +34483,8 @@ { "id": 59043, "name": "Predappio", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34524,8 +34524,8 @@ { "id": 59044, "name": "Predazzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34565,8 +34565,8 @@ { "id": 59045, "name": "Predoi", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34606,8 +34606,8 @@ { "id": 59046, "name": "Predore", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34647,8 +34647,8 @@ { "id": 59047, "name": "Predosa", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34688,8 +34688,8 @@ { "id": 59048, "name": "Preganziol", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34729,8 +34729,8 @@ { "id": 59049, "name": "Pregnana Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34770,8 +34770,8 @@ { "id": 59050, "name": "Pregola", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34811,8 +34811,8 @@ { "id": 59051, "name": "Prelà Castello", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34852,8 +34852,8 @@ { "id": 59052, "name": "Premana", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34893,8 +34893,8 @@ { "id": 59053, "name": "Premariacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34934,8 +34934,8 @@ { "id": 59054, "name": "Premeno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -34975,8 +34975,8 @@ { "id": 59055, "name": "Premenugo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -35016,8 +35016,8 @@ { "id": 59056, "name": "Premia", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35057,8 +35057,8 @@ { "id": 59057, "name": "Premilcuore", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35098,8 +35098,8 @@ { "id": 59058, "name": "Premolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35139,8 +35139,8 @@ { "id": 59059, "name": "Premosello-Chiovenda", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35180,8 +35180,8 @@ { "id": 59060, "name": "Preone", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35221,8 +35221,8 @@ { "id": 59061, "name": "Preore", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35262,8 +35262,8 @@ { "id": 59062, "name": "Prepezzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -35303,8 +35303,8 @@ { "id": 59063, "name": "Prepotto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35344,8 +35344,8 @@ { "id": 59064, "name": "Preseglie", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35385,8 +35385,8 @@ { "id": 59065, "name": "Presenzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35426,8 +35426,8 @@ { "id": 59066, "name": "Presezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35467,8 +35467,8 @@ { "id": 59067, "name": "Presicce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35508,8 +35508,8 @@ { "id": 59068, "name": "Pressana", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35549,8 +35549,8 @@ { "id": 59069, "name": "Pretoro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35590,8 +35590,8 @@ { "id": 59070, "name": "Preturo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -35631,8 +35631,8 @@ { "id": 59071, "name": "Prevalle", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35672,8 +35672,8 @@ { "id": 59072, "name": "Prezza", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35713,8 +35713,8 @@ { "id": 59073, "name": "Prezzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35754,8 +35754,8 @@ { "id": 59074, "name": "Priero", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35795,8 +35795,8 @@ { "id": 59075, "name": "Prignano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35836,8 +35836,8 @@ { "id": 59076, "name": "Prignano Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35877,8 +35877,8 @@ { "id": 59077, "name": "Prignano sulla Secchia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35918,8 +35918,8 @@ { "id": 59078, "name": "Primaluna", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -35959,8 +35959,8 @@ { "id": 59079, "name": "Priocca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36000,8 +36000,8 @@ { "id": 59080, "name": "Priola", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36041,8 +36041,8 @@ { "id": 59081, "name": "Priolo Gargallo", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36082,8 +36082,8 @@ { "id": 59082, "name": "Priula-Colfosco", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -36123,8 +36123,8 @@ { "id": 59083, "name": "Priverno", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36164,8 +36164,8 @@ { "id": 59084, "name": "Prizzi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36205,8 +36205,8 @@ { "id": 59085, "name": "Proceno", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36246,8 +36246,8 @@ { "id": 59086, "name": "Procida", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36287,8 +36287,8 @@ { "id": 59087, "name": "Progetto Case Bazzano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -36328,8 +36328,8 @@ { "id": 59088, "name": "Progetto Case Coppito 3", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -36369,8 +36369,8 @@ { "id": 59089, "name": "Progetto Case Sassa Nsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -36410,8 +36410,8 @@ { "id": 59090, "name": "Progresso", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36451,8 +36451,8 @@ { "id": 59091, "name": "Propata", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36492,8 +36492,8 @@ { "id": 59092, "name": "Prosecco-Contovello", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "city", @@ -36533,8 +36533,8 @@ { "id": 59093, "name": "Proserpio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36574,8 +36574,8 @@ { "id": 59094, "name": "Prossedi", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36615,8 +36615,8 @@ { "id": 59095, "name": "Prosto", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36656,8 +36656,8 @@ { "id": 59096, "name": "Provaglio Val Sabbia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36697,8 +36697,8 @@ { "id": 59097, "name": "Provaglio d'Iseo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36738,8 +36738,8 @@ { "id": 59098, "name": "Proves - Proveis", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -36779,8 +36779,8 @@ { "id": 59099, "name": "Provezze", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -36820,8 +36820,8 @@ { "id": 59100, "name": "Province of Arezzo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -36861,8 +36861,8 @@ { "id": 59101, "name": "Province of Fermo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -36902,8 +36902,8 @@ { "id": 59102, "name": "Province of Florence", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -36943,8 +36943,8 @@ { "id": 59103, "name": "Province of Pisa", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -36984,8 +36984,8 @@ { "id": 59104, "name": "Provincia Verbano-Cusio-Ossola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37025,8 +37025,8 @@ { "id": 59105, "name": "Provincia autonoma di Trento", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -37066,8 +37066,8 @@ { "id": 59106, "name": "Provincia dell' Aquila", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -37107,8 +37107,8 @@ { "id": 59107, "name": "Provincia di Alessandria", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -37148,8 +37148,8 @@ { "id": 59108, "name": "Provincia di Ancona", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -37189,8 +37189,8 @@ { "id": 59109, "name": "Provincia di Ascoli Piceno", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -37230,8 +37230,8 @@ { "id": 59110, "name": "Provincia di Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37271,8 +37271,8 @@ { "id": 59111, "name": "Provincia di Avellino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37312,8 +37312,8 @@ { "id": 59112, "name": "Provincia di Barletta - Andria - Trani", - "state_id": 1688, - "state_code": "75", + "state_id": 1686, + "state_code": "BT", "country_id": 107, "country_code": "IT", "type": "city", @@ -37353,8 +37353,8 @@ { "id": 59113, "name": "Provincia di Belluno", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "city", @@ -37394,8 +37394,8 @@ { "id": 59114, "name": "Provincia di Benevento", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37435,8 +37435,8 @@ { "id": 59115, "name": "Provincia di Bergamo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37476,8 +37476,8 @@ { "id": 59116, "name": "Provincia di Biella", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37517,8 +37517,8 @@ { "id": 59117, "name": "Provincia di Brescia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37558,8 +37558,8 @@ { "id": 59118, "name": "Provincia di Brindisi", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -37599,8 +37599,8 @@ { "id": 59119, "name": "Provincia di Cagliari", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "city", @@ -37640,8 +37640,8 @@ { "id": 59120, "name": "Provincia di Caltanissetta", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -37681,8 +37681,8 @@ { "id": 59121, "name": "Provincia di Campobasso", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "city", @@ -37722,8 +37722,8 @@ { "id": 59122, "name": "Provincia di Caserta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37763,8 +37763,8 @@ { "id": 59123, "name": "Provincia di Catanzaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -37804,8 +37804,8 @@ { "id": 59124, "name": "Provincia di Chieti", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -37845,8 +37845,8 @@ { "id": 59125, "name": "Provincia di Como", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37886,8 +37886,8 @@ { "id": 59126, "name": "Provincia di Cosenza", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37927,8 +37927,8 @@ { "id": 59127, "name": "Provincia di Cremona", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -37968,8 +37968,8 @@ { "id": 59128, "name": "Provincia di Crotone", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -38009,8 +38009,8 @@ { "id": 59129, "name": "Provincia di Cuneo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -38050,8 +38050,8 @@ { "id": 59130, "name": "Provincia di Ferrara", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38091,8 +38091,8 @@ { "id": 59131, "name": "Provincia di Foggia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -38132,8 +38132,8 @@ { "id": 59132, "name": "Provincia di Forlì-Cesena", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -38173,8 +38173,8 @@ { "id": 59133, "name": "Provincia di Frosinone", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -38214,8 +38214,8 @@ { "id": 59134, "name": "Provincia di Genova", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38255,8 +38255,8 @@ { "id": 59135, "name": "Provincia di Gorizia", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "city", @@ -38296,8 +38296,8 @@ { "id": 59136, "name": "Provincia di Grosseto", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -38337,8 +38337,8 @@ { "id": 59137, "name": "Provincia di Imperia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38378,8 +38378,8 @@ { "id": 59138, "name": "Provincia di Isernia", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38419,8 +38419,8 @@ { "id": 59139, "name": "Provincia di La Spezia", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -38460,8 +38460,8 @@ { "id": 59140, "name": "Provincia di Latina", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -38501,8 +38501,8 @@ { "id": 59141, "name": "Provincia di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -38542,8 +38542,8 @@ { "id": 59142, "name": "Provincia di Lecco", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -38583,8 +38583,8 @@ { "id": 59143, "name": "Provincia di Livorno", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38624,8 +38624,8 @@ { "id": 59144, "name": "Provincia di Lodi", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "city", @@ -38665,8 +38665,8 @@ { "id": 59145, "name": "Provincia di Lucca", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38706,8 +38706,8 @@ { "id": 59146, "name": "Provincia di Macerata", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38747,8 +38747,8 @@ { "id": 59147, "name": "Provincia di Mantova", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -38788,8 +38788,8 @@ { "id": 59148, "name": "Provincia di Massa-Carrara", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38829,8 +38829,8 @@ { "id": 59149, "name": "Provincia di Matera", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38870,8 +38870,8 @@ { "id": 59150, "name": "Provincia di Modena", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -38911,8 +38911,8 @@ { "id": 59151, "name": "Provincia di Monza e della Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38952,8 +38952,8 @@ { "id": 59152, "name": "Provincia di Novara", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -38993,8 +38993,8 @@ { "id": 59153, "name": "Provincia di Nuoro", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39034,8 +39034,8 @@ { "id": 59154, "name": "Provincia di Oristano", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39075,8 +39075,8 @@ { "id": 59155, "name": "Provincia di Padova", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -39116,8 +39116,8 @@ { "id": 59156, "name": "Provincia di Parma", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -39157,8 +39157,8 @@ { "id": 59157, "name": "Provincia di Pavia", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -39198,8 +39198,8 @@ { "id": 59158, "name": "Provincia di Perugia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -39239,8 +39239,8 @@ { "id": 59159, "name": "Provincia di Pesaro e Urbino", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39280,8 +39280,8 @@ { "id": 59160, "name": "Provincia di Pescara", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39321,8 +39321,8 @@ { "id": 59161, "name": "Provincia di Piacenza", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39362,8 +39362,8 @@ { "id": 59162, "name": "Provincia di Pistoia", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -39403,8 +39403,8 @@ { "id": 59163, "name": "Provincia di Pordenone", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39444,8 +39444,8 @@ { "id": 59164, "name": "Provincia di Potenza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39485,8 +39485,8 @@ { "id": 59165, "name": "Provincia di Prato", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -39526,8 +39526,8 @@ { "id": 59166, "name": "Provincia di Ravenna", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39567,8 +39567,8 @@ { "id": 59167, "name": "Provincia di Reggio Calabria", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39608,8 +39608,8 @@ { "id": 59168, "name": "Provincia di Reggio Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39649,8 +39649,8 @@ { "id": 59169, "name": "Provincia di Rieti", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39690,8 +39690,8 @@ { "id": 59170, "name": "Provincia di Rimini", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -39731,8 +39731,8 @@ { "id": 59171, "name": "Provincia di Rovigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -39772,8 +39772,8 @@ { "id": 59172, "name": "Provincia di Salerno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39813,8 +39813,8 @@ { "id": 59173, "name": "Provincia di Sassari", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -39854,8 +39854,8 @@ { "id": 59174, "name": "Provincia di Savona", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39895,8 +39895,8 @@ { "id": 59175, "name": "Provincia di Siena", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -39936,8 +39936,8 @@ { "id": 59176, "name": "Provincia di Siracusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -39977,8 +39977,8 @@ { "id": 59177, "name": "Provincia di Sondrio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40018,8 +40018,8 @@ { "id": 59178, "name": "Provincia di Taranto", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -40059,8 +40059,8 @@ { "id": 59179, "name": "Provincia di Teramo", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -40100,8 +40100,8 @@ { "id": 59180, "name": "Provincia di Terni", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40141,8 +40141,8 @@ { "id": 59181, "name": "Provincia di Treviso", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40182,8 +40182,8 @@ { "id": 59182, "name": "Provincia di Trieste", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40223,8 +40223,8 @@ { "id": 59183, "name": "Provincia di Udine", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -40264,8 +40264,8 @@ { "id": 59184, "name": "Provincia di Varese", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40305,8 +40305,8 @@ { "id": 59185, "name": "Provincia di Venezia", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -40346,8 +40346,8 @@ { "id": 59186, "name": "Provincia di Vercelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -40387,8 +40387,8 @@ { "id": 59187, "name": "Provincia di Verona", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -40428,8 +40428,8 @@ { "id": 59188, "name": "Provincia di Vibo-Valentia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -40469,8 +40469,8 @@ { "id": 59189, "name": "Provincia di Vicenza", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40510,8 +40510,8 @@ { "id": 59190, "name": "Provincia di Viterbo", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40551,8 +40551,8 @@ { "id": 59191, "name": "Provvidenti", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40592,8 +40592,8 @@ { "id": 59192, "name": "Prunetto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40674,8 +40674,8 @@ { "id": 59194, "name": "Puegnago sul Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40715,8 +40715,8 @@ { "id": 59195, "name": "Puginate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -40756,8 +40756,8 @@ { "id": 59196, "name": "Puglianello", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40797,8 +40797,8 @@ { "id": 59197, "name": "Pugliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40838,8 +40838,8 @@ { "id": 59198, "name": "Puia-Villanova", - "state_id": 1756, - "state_code": "36", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -40879,8 +40879,8 @@ { "id": 59199, "name": "Puianello", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -40920,8 +40920,8 @@ { "id": 59200, "name": "Pula", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -40961,8 +40961,8 @@ { "id": 59201, "name": "Pulce", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -41002,8 +41002,8 @@ { "id": 59202, "name": "Pulfero", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41043,8 +41043,8 @@ { "id": 59203, "name": "Pulsano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41084,8 +41084,8 @@ { "id": 59204, "name": "Pumenengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41125,8 +41125,8 @@ { "id": 59205, "name": "Punta Marina", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -41166,8 +41166,8 @@ { "id": 59206, "name": "Puos d'Alpago", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41207,8 +41207,8 @@ { "id": 59207, "name": "Pusiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41248,8 +41248,8 @@ { "id": 59208, "name": "Putifigari", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41289,8 +41289,8 @@ { "id": 59209, "name": "Putignano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41330,8 +41330,8 @@ { "id": 59210, "name": "Quaderni", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -41371,8 +41371,8 @@ { "id": 59211, "name": "Quadrelle", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41412,8 +41412,8 @@ { "id": 59212, "name": "Quadri", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41453,8 +41453,8 @@ { "id": 59213, "name": "Quadrivio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -41494,8 +41494,8 @@ { "id": 59214, "name": "Quagliuzzo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41535,8 +41535,8 @@ { "id": 59215, "name": "Qualiano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41576,8 +41576,8 @@ { "id": 59216, "name": "Quaranti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41617,8 +41617,8 @@ { "id": 59217, "name": "Quarantoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -41658,8 +41658,8 @@ { "id": 59218, "name": "Quarata", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -41699,8 +41699,8 @@ { "id": 59219, "name": "Quaregna", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41740,8 +41740,8 @@ { "id": 59220, "name": "Quargnento", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41781,8 +41781,8 @@ { "id": 59221, "name": "Quarna Sopra", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41822,8 +41822,8 @@ { "id": 59222, "name": "Quarna Sotto", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41863,8 +41863,8 @@ { "id": 59223, "name": "Quarona", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41904,8 +41904,8 @@ { "id": 59224, "name": "Quarrata", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -41986,8 +41986,8 @@ { "id": 59226, "name": "Quartesana", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -42027,8 +42027,8 @@ { "id": 59227, "name": "Quartiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "city", @@ -42068,8 +42068,8 @@ { "id": 59228, "name": "Quarto", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42109,8 +42109,8 @@ { "id": 59229, "name": "Quarto Inferiore", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -42150,8 +42150,8 @@ { "id": 59230, "name": "Quarto d'Altino", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42191,8 +42191,8 @@ { "id": 59231, "name": "Quartu Sant'Elena", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42232,8 +42232,8 @@ { "id": 59232, "name": "Quartucciu", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42273,8 +42273,8 @@ { "id": 59233, "name": "Quasano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42314,8 +42314,8 @@ { "id": 59234, "name": "Quassolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42355,8 +42355,8 @@ { "id": 59235, "name": "Quattordio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42396,8 +42396,8 @@ { "id": 59236, "name": "Quattro Castella", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42437,8 +42437,8 @@ { "id": 59237, "name": "Quattro Strade", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -42478,8 +42478,8 @@ { "id": 59238, "name": "Quattro Strade", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -42519,8 +42519,8 @@ { "id": 59239, "name": "Quattromiglia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -42560,8 +42560,8 @@ { "id": 59240, "name": "Quercianella", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -42601,8 +42601,8 @@ { "id": 59241, "name": "Quero", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42642,8 +42642,8 @@ { "id": 59242, "name": "Quiliano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42683,8 +42683,8 @@ { "id": 59243, "name": "Quincinetto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42765,8 +42765,8 @@ { "id": 59245, "name": "Quindici", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42806,8 +42806,8 @@ { "id": 59246, "name": "Quingentole", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42847,8 +42847,8 @@ { "id": 59247, "name": "Quintano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42888,8 +42888,8 @@ { "id": 59248, "name": "Quinto Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42929,8 +42929,8 @@ { "id": 59249, "name": "Quinto Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -42970,8 +42970,8 @@ { "id": 59250, "name": "Quinto di Treviso", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43011,8 +43011,8 @@ { "id": 59251, "name": "Quinzano d'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43052,8 +43052,8 @@ { "id": 59252, "name": "Quistello", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43093,8 +43093,8 @@ { "id": 59253, "name": "Rabbi Fonti", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -43134,8 +43134,8 @@ { "id": 59254, "name": "Rablà", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -43175,8 +43175,8 @@ { "id": 59255, "name": "Racale", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43216,8 +43216,8 @@ { "id": 59256, "name": "Racalmuto", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43257,8 +43257,8 @@ { "id": 59257, "name": "Racconigi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43298,8 +43298,8 @@ { "id": 59258, "name": "Raccuja", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43339,8 +43339,8 @@ { "id": 59259, "name": "Racines", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -43380,8 +43380,8 @@ { "id": 59260, "name": "Racines - Ratschings", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43421,8 +43421,8 @@ { "id": 59261, "name": "Radda in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43462,8 +43462,8 @@ { "id": 59262, "name": "Raddusa", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43503,8 +43503,8 @@ { "id": 59263, "name": "Radicofani", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43544,8 +43544,8 @@ { "id": 59264, "name": "Radicondoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43585,8 +43585,8 @@ { "id": 59265, "name": "Raffa", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -43626,8 +43626,8 @@ { "id": 59266, "name": "Raffadali", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43667,8 +43667,8 @@ { "id": 59267, "name": "Ragalna", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43708,8 +43708,8 @@ { "id": 59268, "name": "Ragoli", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43749,8 +43749,8 @@ { "id": 59269, "name": "Ragusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43790,8 +43790,8 @@ { "id": 59270, "name": "Raiano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43831,8 +43831,8 @@ { "id": 59271, "name": "Raldon", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -43872,8 +43872,8 @@ { "id": 59272, "name": "Ramacca", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43913,8 +43913,8 @@ { "id": 59273, "name": "Ramiola", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -43954,8 +43954,8 @@ { "id": 59274, "name": "Ramiseto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -43995,8 +43995,8 @@ { "id": 59275, "name": "Ramon", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -44036,8 +44036,8 @@ { "id": 59276, "name": "Ramponio Verna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44077,8 +44077,8 @@ { "id": 59277, "name": "Ramuscello", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -44118,8 +44118,8 @@ { "id": 59278, "name": "Rancio Valcuvia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44159,8 +44159,8 @@ { "id": 59279, "name": "Ranco", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44200,8 +44200,8 @@ { "id": 59280, "name": "Randazzo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44241,8 +44241,8 @@ { "id": 59281, "name": "Ranica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44282,8 +44282,8 @@ { "id": 59282, "name": "Ranzanico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44323,8 +44323,8 @@ { "id": 59283, "name": "Rapagnano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44364,8 +44364,8 @@ { "id": 59284, "name": "Rapallo", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44405,8 +44405,8 @@ { "id": 59285, "name": "Rapino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44446,8 +44446,8 @@ { "id": 59286, "name": "Rapolano Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44487,8 +44487,8 @@ { "id": 59287, "name": "Rapolla", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44528,8 +44528,8 @@ { "id": 59288, "name": "Rapone", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44569,8 +44569,8 @@ { "id": 59289, "name": "Rassa", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44610,8 +44610,8 @@ { "id": 59290, "name": "Rassina", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44651,8 +44651,8 @@ { "id": 59291, "name": "Rastignano-Carteria di Sesto", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -44692,8 +44692,8 @@ { "id": 59292, "name": "Rasun Anterselva - Rasen-Antholz", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44733,8 +44733,8 @@ { "id": 59293, "name": "Rasura", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44774,8 +44774,8 @@ { "id": 59294, "name": "Rauscedo-Domanins", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -44815,8 +44815,8 @@ { "id": 59295, "name": "Ravanusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44856,8 +44856,8 @@ { "id": 59296, "name": "Ravarino", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44897,8 +44897,8 @@ { "id": 59297, "name": "Ravascletto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -44938,8 +44938,8 @@ { "id": 59298, "name": "Ravello", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45020,8 +45020,8 @@ { "id": 59300, "name": "Raveo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45061,8 +45061,8 @@ { "id": 59301, "name": "Ravina", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -45102,8 +45102,8 @@ { "id": 59302, "name": "Raviscanina", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45143,8 +45143,8 @@ { "id": 59303, "name": "Re", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45184,8 +45184,8 @@ { "id": 59304, "name": "Rea", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45225,8 +45225,8 @@ { "id": 59305, "name": "Realmonte", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45266,8 +45266,8 @@ { "id": 59306, "name": "Reana del Roiale", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45307,8 +45307,8 @@ { "id": 59307, "name": "Reana del Rojale", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45348,8 +45348,8 @@ { "id": 59308, "name": "Reano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45389,8 +45389,8 @@ { "id": 59309, "name": "Recale", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45430,8 +45430,8 @@ { "id": 59310, "name": "Recanati", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45471,8 +45471,8 @@ { "id": 59311, "name": "Recco", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45512,8 +45512,8 @@ { "id": 59312, "name": "Recetto", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45553,8 +45553,8 @@ { "id": 59313, "name": "Recoaro Terme", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45594,8 +45594,8 @@ { "id": 59314, "name": "Redavalle", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45635,8 +45635,8 @@ { "id": 59315, "name": "Redondesco", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45676,8 +45676,8 @@ { "id": 59316, "name": "Refrancore", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45717,8 +45717,8 @@ { "id": 59317, "name": "Refrontolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45758,8 +45758,8 @@ { "id": 59318, "name": "Regalbuto", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45799,8 +45799,8 @@ { "id": 59319, "name": "Reggello", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45840,8 +45840,8 @@ { "id": 59320, "name": "Reggio Calabria", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -45881,8 +45881,8 @@ { "id": 59321, "name": "Reggio nell'Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -45922,8 +45922,8 @@ { "id": 59322, "name": "Reggiolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -45963,8 +45963,8 @@ { "id": 59323, "name": "Regoledo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46004,8 +46004,8 @@ { "id": 59324, "name": "Regolelli", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -46045,8 +46045,8 @@ { "id": 59325, "name": "Reino", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46086,8 +46086,8 @@ { "id": 59326, "name": "Reitano", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46127,8 +46127,8 @@ { "id": 59327, "name": "Remanzacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46168,8 +46168,8 @@ { "id": 59328, "name": "Remedello", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46209,8 +46209,8 @@ { "id": 59329, "name": "Remedello di Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46250,8 +46250,8 @@ { "id": 59330, "name": "Renate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46291,8 +46291,8 @@ { "id": 59331, "name": "Renazzo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -46332,8 +46332,8 @@ { "id": 59332, "name": "Rende", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46373,8 +46373,8 @@ { "id": 59333, "name": "Renon - Ritten", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46414,8 +46414,8 @@ { "id": 59334, "name": "Resana", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46455,8 +46455,8 @@ { "id": 59335, "name": "Rescaldina", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46496,8 +46496,8 @@ { "id": 59336, "name": "Resiutta", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46537,8 +46537,8 @@ { "id": 59337, "name": "Resuttano", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46578,8 +46578,8 @@ { "id": 59338, "name": "Retorbido", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46619,8 +46619,8 @@ { "id": 59339, "name": "Rettifilo-Vannullo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -46660,8 +46660,8 @@ { "id": 59340, "name": "Revello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46701,8 +46701,8 @@ { "id": 59341, "name": "Revere", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46742,8 +46742,8 @@ { "id": 59342, "name": "Revigliasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -46783,8 +46783,8 @@ { "id": 59343, "name": "Revigliasco d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46824,8 +46824,8 @@ { "id": 59344, "name": "Revine", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -46865,8 +46865,8 @@ { "id": 59345, "name": "Revò", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46906,8 +46906,8 @@ { "id": 59346, "name": "Rezzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46947,8 +46947,8 @@ { "id": 59347, "name": "Rezzato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -46988,8 +46988,8 @@ { "id": 59348, "name": "Rezzo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47029,8 +47029,8 @@ { "id": 59349, "name": "Rezzoaglio", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47152,8 +47152,8 @@ { "id": 59352, "name": "Rho", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47193,8 +47193,8 @@ { "id": 59353, "name": "Riace", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47234,8 +47234,8 @@ { "id": 59354, "name": "Riace Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -47275,8 +47275,8 @@ { "id": 59355, "name": "Riale", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -47316,8 +47316,8 @@ { "id": 59356, "name": "Rialto", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47357,8 +47357,8 @@ { "id": 59357, "name": "Riano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47398,8 +47398,8 @@ { "id": 59358, "name": "Riardo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47439,8 +47439,8 @@ { "id": 59359, "name": "Ribera", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47480,8 +47480,8 @@ { "id": 59360, "name": "Ribolla", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -47521,8 +47521,8 @@ { "id": 59361, "name": "Ribordone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47562,8 +47562,8 @@ { "id": 59362, "name": "Ricadi", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47603,8 +47603,8 @@ { "id": 59363, "name": "Ricaldone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47644,8 +47644,8 @@ { "id": 59364, "name": "Ricca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -47685,8 +47685,8 @@ { "id": 59365, "name": "Riccia", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47726,8 +47726,8 @@ { "id": 59366, "name": "Riccione", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47767,8 +47767,8 @@ { "id": 59367, "name": "Riccò", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -47808,8 +47808,8 @@ { "id": 59368, "name": "Riccò del Golfo", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47849,8 +47849,8 @@ { "id": 59369, "name": "Ricengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47890,8 +47890,8 @@ { "id": 59370, "name": "Ricigliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -47931,8 +47931,8 @@ { "id": 59371, "name": "Ried", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -47972,8 +47972,8 @@ { "id": 59372, "name": "Riese Pio X", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48013,8 +48013,8 @@ { "id": 59373, "name": "Riesi", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48054,8 +48054,8 @@ { "id": 59374, "name": "Rieti", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -48095,8 +48095,8 @@ { "id": 59375, "name": "Rifiano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48136,8 +48136,8 @@ { "id": 59376, "name": "Rifreddo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48177,8 +48177,8 @@ { "id": 59377, "name": "Rignano Flaminio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48218,8 +48218,8 @@ { "id": 59378, "name": "Rignano Garganico", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48259,8 +48259,8 @@ { "id": 59379, "name": "Rignano sull'Arno", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48300,8 +48300,8 @@ { "id": 59380, "name": "Rigolato", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48341,8 +48341,8 @@ { "id": 59381, "name": "Rilievo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -48382,8 +48382,8 @@ { "id": 59382, "name": "Rima", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48423,8 +48423,8 @@ { "id": 59383, "name": "Rimasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48464,8 +48464,8 @@ { "id": 59384, "name": "Rimella", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48505,8 +48505,8 @@ { "id": 59385, "name": "Rimini", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -48546,8 +48546,8 @@ { "id": 59386, "name": "Rio Marina", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48587,8 +48587,8 @@ { "id": 59387, "name": "Rio Saliceto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48628,8 +48628,8 @@ { "id": 59388, "name": "Rio Salso-Case Bernardi", - "state_id": 1670, - "state_code": "57", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -48669,8 +48669,8 @@ { "id": 59389, "name": "Rio di Pusteria", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48710,8 +48710,8 @@ { "id": 59390, "name": "Rio nell'Elba", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48751,8 +48751,8 @@ { "id": 59391, "name": "Riofreddo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48792,8 +48792,8 @@ { "id": 59392, "name": "Riola Sardo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48874,8 +48874,8 @@ { "id": 59394, "name": "Riolunato", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48915,8 +48915,8 @@ { "id": 59395, "name": "Riomaggiore", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48956,8 +48956,8 @@ { "id": 59396, "name": "Rionero Sannitico", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -48997,8 +48997,8 @@ { "id": 59397, "name": "Rionero in Vulture", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49038,8 +49038,8 @@ { "id": 59398, "name": "Riozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -49079,8 +49079,8 @@ { "id": 59399, "name": "Ripa Teatina", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49120,8 +49120,8 @@ { "id": 59400, "name": "Ripa-Pozzi-Querceta-Ponterosso", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -49161,8 +49161,8 @@ { "id": 59401, "name": "Ripabottoni", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49202,8 +49202,8 @@ { "id": 59402, "name": "Ripacandida", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49243,8 +49243,8 @@ { "id": 59403, "name": "Ripalimosani", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49284,8 +49284,8 @@ { "id": 59404, "name": "Ripalta Arpina", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49325,8 +49325,8 @@ { "id": 59405, "name": "Ripalta Guerina", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49366,8 +49366,8 @@ { "id": 59406, "name": "Ripalta Nuova", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49407,8 +49407,8 @@ { "id": 59407, "name": "Riparbella", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49448,8 +49448,8 @@ { "id": 59408, "name": "Ripatransone", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49489,8 +49489,8 @@ { "id": 59409, "name": "Ripe", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49530,8 +49530,8 @@ { "id": 59410, "name": "Ripe San Ginesio", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49571,8 +49571,8 @@ { "id": 59411, "name": "Ripi", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49612,8 +49612,8 @@ { "id": 59412, "name": "Riposto", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49653,8 +49653,8 @@ { "id": 59413, "name": "Riscone", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -49694,8 +49694,8 @@ { "id": 59414, "name": "Rittana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49735,8 +49735,8 @@ { "id": 59415, "name": "Riva", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -49776,8 +49776,8 @@ { "id": 59416, "name": "Riva Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49817,8 +49817,8 @@ { "id": 59417, "name": "Riva Presso Chieri", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49858,8 +49858,8 @@ { "id": 59418, "name": "Riva Valdobbia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49899,8 +49899,8 @@ { "id": 59419, "name": "Riva del Garda", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49940,8 +49940,8 @@ { "id": 59420, "name": "Riva di Solto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -49981,8 +49981,8 @@ { "id": 59421, "name": "Rivalba", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50022,8 +50022,8 @@ { "id": 59422, "name": "Rivalta", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50063,8 +50063,8 @@ { "id": 59423, "name": "Rivalta Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50104,8 +50104,8 @@ { "id": 59424, "name": "Rivalta di Torino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50145,8 +50145,8 @@ { "id": 59425, "name": "Rivamonte Agordino", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50186,8 +50186,8 @@ { "id": 59426, "name": "Rivanazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50227,8 +50227,8 @@ { "id": 59427, "name": "Rivara", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50268,8 +50268,8 @@ { "id": 59428, "name": "Rivarolo Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50309,8 +50309,8 @@ { "id": 59429, "name": "Rivarolo Mantovano", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50350,8 +50350,8 @@ { "id": 59430, "name": "Rivarolo del Re", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50391,8 +50391,8 @@ { "id": 59431, "name": "Rivarone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50432,8 +50432,8 @@ { "id": 59432, "name": "Rivarossa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50473,8 +50473,8 @@ { "id": 59433, "name": "Rivazzurra", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -50514,8 +50514,8 @@ { "id": 59434, "name": "Rive", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50555,8 +50555,8 @@ { "id": 59435, "name": "Rive d'Arcano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50596,8 +50596,8 @@ { "id": 59436, "name": "Rivello", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50637,8 +50637,8 @@ { "id": 59437, "name": "Rivergaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50678,8 +50678,8 @@ { "id": 59438, "name": "Rivignano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50719,8 +50719,8 @@ { "id": 59439, "name": "Rivisondoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50760,8 +50760,8 @@ { "id": 59440, "name": "Rivodutri", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50801,8 +50801,8 @@ { "id": 59441, "name": "Rivoli", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50842,8 +50842,8 @@ { "id": 59442, "name": "Rivoli Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50883,8 +50883,8 @@ { "id": 59443, "name": "Rivolta d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -50924,8 +50924,8 @@ { "id": 59444, "name": "Rivotorto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -50965,8 +50965,8 @@ { "id": 59445, "name": "Rizziconi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51006,8 +51006,8 @@ { "id": 59446, "name": "Ro", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51047,8 +51047,8 @@ { "id": 59447, "name": "Roana", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -51088,8 +51088,8 @@ { "id": 59448, "name": "Roapiana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51129,8 +51129,8 @@ { "id": 59449, "name": "Roaschia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51170,8 +51170,8 @@ { "id": 59450, "name": "Roascio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51211,8 +51211,8 @@ { "id": 59451, "name": "Roasio", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51252,8 +51252,8 @@ { "id": 59452, "name": "Roata Rossi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -51293,8 +51293,8 @@ { "id": 59453, "name": "Roatto", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51334,8 +51334,8 @@ { "id": 59454, "name": "Robassomero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51375,8 +51375,8 @@ { "id": 59455, "name": "Robbiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51416,8 +51416,8 @@ { "id": 59456, "name": "Robbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51457,8 +51457,8 @@ { "id": 59457, "name": "Robecchetto Con Induno", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51498,8 +51498,8 @@ { "id": 59458, "name": "Robecco Pavese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51539,8 +51539,8 @@ { "id": 59459, "name": "Robecco d'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51580,8 +51580,8 @@ { "id": 59460, "name": "Robecco sul Naviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51621,8 +51621,8 @@ { "id": 59461, "name": "Robegano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -51662,8 +51662,8 @@ { "id": 59462, "name": "Robella", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51703,8 +51703,8 @@ { "id": 59463, "name": "Robilante", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51744,8 +51744,8 @@ { "id": 59464, "name": "Roburent", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51785,8 +51785,8 @@ { "id": 59465, "name": "Rocca Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51826,8 +51826,8 @@ { "id": 59466, "name": "Rocca Canterano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51867,8 +51867,8 @@ { "id": 59467, "name": "Rocca Cigliè", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51908,8 +51908,8 @@ { "id": 59468, "name": "Rocca De' Baldi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51949,8 +51949,8 @@ { "id": 59469, "name": "Rocca Grimalda", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -51990,8 +51990,8 @@ { "id": 59470, "name": "Rocca Imperiale", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52031,8 +52031,8 @@ { "id": 59471, "name": "Rocca Imperiale Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -52072,8 +52072,8 @@ { "id": 59472, "name": "Rocca Massima", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52113,8 +52113,8 @@ { "id": 59473, "name": "Rocca Pia", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52154,8 +52154,8 @@ { "id": 59474, "name": "Rocca Pietore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52195,8 +52195,8 @@ { "id": 59475, "name": "Rocca Priora", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52236,8 +52236,8 @@ { "id": 59476, "name": "Rocca San Casciano", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52277,8 +52277,8 @@ { "id": 59477, "name": "Rocca San Felice", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52318,8 +52318,8 @@ { "id": 59478, "name": "Rocca San Giovanni", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52359,8 +52359,8 @@ { "id": 59479, "name": "Rocca Santo Stefano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52400,8 +52400,8 @@ { "id": 59480, "name": "Rocca Sinibalda", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52441,8 +52441,8 @@ { "id": 59481, "name": "Rocca d'Arazzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52482,8 +52482,8 @@ { "id": 59482, "name": "Rocca d'Arce", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52523,8 +52523,8 @@ { "id": 59483, "name": "Rocca di Botte", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52564,8 +52564,8 @@ { "id": 59484, "name": "Rocca di Cambio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52605,8 +52605,8 @@ { "id": 59485, "name": "Rocca di Capri Leone", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -52646,8 +52646,8 @@ { "id": 59486, "name": "Rocca di Cave", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52687,8 +52687,8 @@ { "id": 59487, "name": "Rocca di Mezzo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52728,8 +52728,8 @@ { "id": 59488, "name": "Rocca di Neto", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52769,8 +52769,8 @@ { "id": 59489, "name": "Rocca di Papa", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52810,8 +52810,8 @@ { "id": 59490, "name": "Roccabascerana", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52851,8 +52851,8 @@ { "id": 59491, "name": "Roccabernarda", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52892,8 +52892,8 @@ { "id": 59492, "name": "Roccabianca", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52933,8 +52933,8 @@ { "id": 59493, "name": "Roccabruna", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -52974,8 +52974,8 @@ { "id": 59494, "name": "Roccacasale", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53015,8 +53015,8 @@ { "id": 59495, "name": "Roccadaspide", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53056,8 +53056,8 @@ { "id": 59496, "name": "Roccafiorita", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53097,8 +53097,8 @@ { "id": 59497, "name": "Roccaforte Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53138,8 +53138,8 @@ { "id": 59498, "name": "Roccaforte Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53179,8 +53179,8 @@ { "id": 59499, "name": "Roccaforte del Greco", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53220,8 +53220,8 @@ { "id": 59500, "name": "Roccaforzata", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53261,8 +53261,8 @@ { "id": 59501, "name": "Roccafranca", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53302,8 +53302,8 @@ { "id": 59502, "name": "Roccagiovine", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53343,8 +53343,8 @@ { "id": 59503, "name": "Roccagloriosa", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53384,8 +53384,8 @@ { "id": 59504, "name": "Roccagorga", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53425,8 +53425,8 @@ { "id": 59505, "name": "Roccalbegna", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53466,8 +53466,8 @@ { "id": 59506, "name": "Roccalumera", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53507,8 +53507,8 @@ { "id": 59507, "name": "Roccamandolfi", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53548,8 +53548,8 @@ { "id": 59508, "name": "Roccamena", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53589,8 +53589,8 @@ { "id": 59509, "name": "Roccamonfina", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53630,8 +53630,8 @@ { "id": 59510, "name": "Roccamorice", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53671,8 +53671,8 @@ { "id": 59511, "name": "Roccanova", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53712,8 +53712,8 @@ { "id": 59512, "name": "Roccantica", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53753,8 +53753,8 @@ { "id": 59513, "name": "Roccapalumba", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53794,8 +53794,8 @@ { "id": 59514, "name": "Roccapiemonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53835,8 +53835,8 @@ { "id": 59515, "name": "Roccarainola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53876,8 +53876,8 @@ { "id": 59516, "name": "Roccaraso", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53917,8 +53917,8 @@ { "id": 59517, "name": "Roccaromana", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53958,8 +53958,8 @@ { "id": 59518, "name": "Roccascalegna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -53999,8 +53999,8 @@ { "id": 59519, "name": "Roccasecca", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54040,8 +54040,8 @@ { "id": 59520, "name": "Roccasecca Stazione", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -54081,8 +54081,8 @@ { "id": 59521, "name": "Roccasecca dei Volsci", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54122,8 +54122,8 @@ { "id": 59522, "name": "Roccasicura", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54163,8 +54163,8 @@ { "id": 59523, "name": "Roccasparvera", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54204,8 +54204,8 @@ { "id": 59524, "name": "Roccaspinalveti-Santa Giusta", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54245,8 +54245,8 @@ { "id": 59525, "name": "Roccastrada", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54286,8 +54286,8 @@ { "id": 59526, "name": "Roccavaldina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54327,8 +54327,8 @@ { "id": 59527, "name": "Roccaverano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54368,8 +54368,8 @@ { "id": 59528, "name": "Roccavignale", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54409,8 +54409,8 @@ { "id": 59529, "name": "Roccavione", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54450,8 +54450,8 @@ { "id": 59530, "name": "Roccavivara", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54491,8 +54491,8 @@ { "id": 59531, "name": "Roccavivi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -54532,8 +54532,8 @@ { "id": 59532, "name": "Roccella Ionica", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54573,8 +54573,8 @@ { "id": 59533, "name": "Roccella Valdemone", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54614,8 +54614,8 @@ { "id": 59534, "name": "Roccelletta", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -54655,8 +54655,8 @@ { "id": 59535, "name": "Rocchetta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54696,8 +54696,8 @@ { "id": 59536, "name": "Rocchetta Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54737,8 +54737,8 @@ { "id": 59537, "name": "Rocchetta Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54778,8 +54778,8 @@ { "id": 59538, "name": "Rocchetta Nervina", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54819,8 +54819,8 @@ { "id": 59539, "name": "Rocchetta Nuova", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54860,8 +54860,8 @@ { "id": 59540, "name": "Rocchetta Palafea", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54901,8 +54901,8 @@ { "id": 59541, "name": "Rocchetta Sant'Antonio", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54942,8 +54942,8 @@ { "id": 59542, "name": "Rocchetta Tanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -54983,8 +54983,8 @@ { "id": 59543, "name": "Rocchetta a Volturno", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55024,8 +55024,8 @@ { "id": 59544, "name": "Rocchetta di Vara", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55065,8 +55065,8 @@ { "id": 59545, "name": "Roddi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55106,8 +55106,8 @@ { "id": 59546, "name": "Roddino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55147,8 +55147,8 @@ { "id": 59547, "name": "Rodeano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -55188,8 +55188,8 @@ { "id": 59548, "name": "Rodello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55229,8 +55229,8 @@ { "id": 59549, "name": "Rodengo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -55270,8 +55270,8 @@ { "id": 59550, "name": "Rodengo - Rodeneck", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55311,8 +55311,8 @@ { "id": 59551, "name": "Rodengo-Saiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55352,8 +55352,8 @@ { "id": 59552, "name": "Rodero", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55393,8 +55393,8 @@ { "id": 59553, "name": "Rodi Garganico", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55434,8 +55434,8 @@ { "id": 59554, "name": "Rodigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55475,8 +55475,8 @@ { "id": 59555, "name": "Rodì", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55516,8 +55516,8 @@ { "id": 59556, "name": "Rofrano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55557,8 +55557,8 @@ { "id": 59557, "name": "Rogeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55598,8 +55598,8 @@ { "id": 59558, "name": "Roggiano Gravina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55639,8 +55639,8 @@ { "id": 59559, "name": "Roggione", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -55680,8 +55680,8 @@ { "id": 59560, "name": "Roghudi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55721,8 +55721,8 @@ { "id": 59561, "name": "Rogliano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55762,8 +55762,8 @@ { "id": 59562, "name": "Rognano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55803,8 +55803,8 @@ { "id": 59563, "name": "Rogno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55844,8 +55844,8 @@ { "id": 59564, "name": "Rogolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55885,8 +55885,8 @@ { "id": 59565, "name": "Rogoredo-Valaperta-Rimoldo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -55926,8 +55926,8 @@ { "id": 59566, "name": "Roiate", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -55967,8 +55967,8 @@ { "id": 59567, "name": "Roio del Sangro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56008,8 +56008,8 @@ { "id": 59568, "name": "Roletto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56049,8 +56049,8 @@ { "id": 59569, "name": "Rolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56090,8 +56090,8 @@ { "id": 59570, "name": "Romagnano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -56131,8 +56131,8 @@ { "id": 59571, "name": "Romagnano Sesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56172,8 +56172,8 @@ { "id": 59572, "name": "Romagnese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56213,8 +56213,8 @@ { "id": 59573, "name": "Romallo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -56254,8 +56254,8 @@ { "id": 59574, "name": "Romana", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56295,8 +56295,8 @@ { "id": 59575, "name": "Romanengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56336,8 +56336,8 @@ { "id": 59576, "name": "Romano Banco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56377,8 +56377,8 @@ { "id": 59577, "name": "Romano Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56418,8 +56418,8 @@ { "id": 59578, "name": "Romano d'Ezzelino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56459,8 +56459,8 @@ { "id": 59579, "name": "Romano di Lombardia", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56500,8 +56500,8 @@ { "id": 59580, "name": "Romans d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56541,8 +56541,8 @@ { "id": 59581, "name": "Rombiolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56582,8 +56582,8 @@ { "id": 59582, "name": "Rome", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "capital", @@ -56623,8 +56623,8 @@ { "id": 59583, "name": "Romeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56664,8 +56664,8 @@ { "id": 59584, "name": "Romentino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56705,8 +56705,8 @@ { "id": 59585, "name": "Rometta", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56746,8 +56746,8 @@ { "id": 59586, "name": "Rometta Marea", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -56787,8 +56787,8 @@ { "id": 59587, "name": "Romito Magra", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -56828,8 +56828,8 @@ { "id": 59588, "name": "Ronago", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56869,8 +56869,8 @@ { "id": 59589, "name": "Roncade", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56910,8 +56910,8 @@ { "id": 59590, "name": "Roncadelle", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56951,8 +56951,8 @@ { "id": 59591, "name": "Roncanova", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -56992,8 +56992,8 @@ { "id": 59592, "name": "Roncaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57033,8 +57033,8 @@ { "id": 59593, "name": "Roncegno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57074,8 +57074,8 @@ { "id": 59594, "name": "Roncello", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57115,8 +57115,8 @@ { "id": 59595, "name": "Ronchi Valsugana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57156,8 +57156,8 @@ { "id": 59596, "name": "Ronchi dei Legionari", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57197,8 +57197,8 @@ { "id": 59597, "name": "Ronchi di Campanile", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -57238,8 +57238,8 @@ { "id": 59598, "name": "Ronchis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57279,8 +57279,8 @@ { "id": 59599, "name": "Ronciglione", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57320,8 +57320,8 @@ { "id": 59600, "name": "Ronco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -57361,8 +57361,8 @@ { "id": 59601, "name": "Ronco All'Adige", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57402,8 +57402,8 @@ { "id": 59602, "name": "Ronco Biellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57443,8 +57443,8 @@ { "id": 59603, "name": "Ronco Briantino", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57484,8 +57484,8 @@ { "id": 59604, "name": "Ronco Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57525,8 +57525,8 @@ { "id": 59605, "name": "Ronco Scrivia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57566,8 +57566,8 @@ { "id": 59606, "name": "Roncobello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57607,8 +57607,8 @@ { "id": 59607, "name": "Roncocesi", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -57648,8 +57648,8 @@ { "id": 59608, "name": "Roncoferraro", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57689,8 +57689,8 @@ { "id": 59609, "name": "Roncofreddo", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57730,8 +57730,8 @@ { "id": 59610, "name": "Roncofreddo-Santa Paola", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57771,8 +57771,8 @@ { "id": 59611, "name": "Roncola", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57812,8 +57812,8 @@ { "id": 59612, "name": "Roncone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57853,8 +57853,8 @@ { "id": 59613, "name": "Roncà", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57894,8 +57894,8 @@ { "id": 59614, "name": "Rondanina", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57935,8 +57935,8 @@ { "id": 59615, "name": "Rondissone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -57976,8 +57976,8 @@ { "id": 59616, "name": "Ronsecco", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58017,8 +58017,8 @@ { "id": 59617, "name": "Ronta", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -58058,8 +58058,8 @@ { "id": 59618, "name": "Ronzo-Chienis", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58099,8 +58099,8 @@ { "id": 59619, "name": "Ronzone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58140,8 +58140,8 @@ { "id": 59620, "name": "Roppolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58181,8 +58181,8 @@ { "id": 59621, "name": "Roreto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -58222,8 +58222,8 @@ { "id": 59622, "name": "Rorà", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58263,8 +58263,8 @@ { "id": 59623, "name": "Rosa", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -58304,8 +58304,8 @@ { "id": 59624, "name": "Rosario", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -58345,8 +58345,8 @@ { "id": 59625, "name": "Rosarno", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58386,8 +58386,8 @@ { "id": 59626, "name": "Rosasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58427,8 +58427,8 @@ { "id": 59627, "name": "Rosate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58468,8 +58468,8 @@ { "id": 59628, "name": "Rosazza", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58509,8 +58509,8 @@ { "id": 59629, "name": "Rosciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58550,8 +58550,8 @@ { "id": 59630, "name": "Rosciano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -58591,8 +58591,8 @@ { "id": 59631, "name": "Roscigno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58632,8 +58632,8 @@ { "id": 59632, "name": "Rose", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58673,8 +58673,8 @@ { "id": 59633, "name": "Rosegaferro", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -58714,8 +58714,8 @@ { "id": 59634, "name": "Rosello", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58755,8 +58755,8 @@ { "id": 59635, "name": "Roseto Capo Spulico", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58796,8 +58796,8 @@ { "id": 59636, "name": "Roseto Valfortore", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58837,8 +58837,8 @@ { "id": 59637, "name": "Roseto degli Abruzzi", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58878,8 +58878,8 @@ { "id": 59638, "name": "Rosia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -58919,8 +58919,8 @@ { "id": 59639, "name": "Rosignano Marittimo", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -58960,8 +58960,8 @@ { "id": 59640, "name": "Rosignano Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59001,8 +59001,8 @@ { "id": 59641, "name": "Rosignano Solvay-Castiglioncello", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -59042,8 +59042,8 @@ { "id": 59642, "name": "Rosolina", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59083,8 +59083,8 @@ { "id": 59643, "name": "Rosolini", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59124,8 +59124,8 @@ { "id": 59644, "name": "Rosora", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59165,8 +59165,8 @@ { "id": 59645, "name": "Rossa", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59206,8 +59206,8 @@ { "id": 59646, "name": "Rossana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59247,8 +59247,8 @@ { "id": 59647, "name": "Rossano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59288,8 +59288,8 @@ { "id": 59648, "name": "Rossano Stazione", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -59329,8 +59329,8 @@ { "id": 59649, "name": "Rossano Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59370,8 +59370,8 @@ { "id": 59650, "name": "Rossi", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59411,8 +59411,8 @@ { "id": 59651, "name": "Rossiglione", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59452,8 +59452,8 @@ { "id": 59652, "name": "Rosta", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59493,8 +59493,8 @@ { "id": 59653, "name": "Rosà", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59534,8 +59534,8 @@ { "id": 59654, "name": "Rota Greca", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59575,8 +59575,8 @@ { "id": 59655, "name": "Rota d'Imagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59616,8 +59616,8 @@ { "id": 59656, "name": "Roteglia", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -59657,8 +59657,8 @@ { "id": 59657, "name": "Rotella", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59698,8 +59698,8 @@ { "id": 59658, "name": "Rotello", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59739,8 +59739,8 @@ { "id": 59659, "name": "Rotonda", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59780,8 +59780,8 @@ { "id": 59660, "name": "Rotondella", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59821,8 +59821,8 @@ { "id": 59661, "name": "Rotondi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59862,8 +59862,8 @@ { "id": 59662, "name": "Rotta", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -59903,8 +59903,8 @@ { "id": 59663, "name": "Rottanova", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -59944,8 +59944,8 @@ { "id": 59664, "name": "Rottofreno", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -59985,8 +59985,8 @@ { "id": 59665, "name": "Rotzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60026,8 +60026,8 @@ { "id": 59666, "name": "Roure", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60067,8 +60067,8 @@ { "id": 59667, "name": "Rovagnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60108,8 +60108,8 @@ { "id": 59668, "name": "Rovasenda", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60149,8 +60149,8 @@ { "id": 59669, "name": "Rovato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60190,8 +60190,8 @@ { "id": 59670, "name": "Rovegno", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60231,8 +60231,8 @@ { "id": 59671, "name": "Roveleto", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60272,8 +60272,8 @@ { "id": 59672, "name": "Rovellasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60313,8 +60313,8 @@ { "id": 59673, "name": "Rovello Porro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60354,8 +60354,8 @@ { "id": 59674, "name": "Roverbella", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60395,8 +60395,8 @@ { "id": 59675, "name": "Roverchiara", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60436,8 +60436,8 @@ { "id": 59676, "name": "Roveredo di Guà", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60477,8 +60477,8 @@ { "id": 59677, "name": "Roveredo in Piano", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60518,8 +60518,8 @@ { "id": 59678, "name": "Rovereto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -60559,8 +60559,8 @@ { "id": 59679, "name": "Rovereto", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60600,8 +60600,8 @@ { "id": 59680, "name": "Roverè Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60641,8 +60641,8 @@ { "id": 59681, "name": "Roverè della Luna", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60682,8 +60682,8 @@ { "id": 59682, "name": "Rovescala", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60723,8 +60723,8 @@ { "id": 59683, "name": "Rovetta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60764,8 +60764,8 @@ { "id": 59684, "name": "Roviano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60805,8 +60805,8 @@ { "id": 59685, "name": "Rovigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -60846,8 +60846,8 @@ { "id": 59686, "name": "Rovito", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60887,8 +60887,8 @@ { "id": 59687, "name": "Rozzano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60928,8 +60928,8 @@ { "id": 59688, "name": "Roè", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -60969,8 +60969,8 @@ { "id": 59689, "name": "Roè Volciano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61010,8 +61010,8 @@ { "id": 59690, "name": "Rubano", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61051,8 +61051,8 @@ { "id": 59691, "name": "Rubiana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61092,8 +61092,8 @@ { "id": 59692, "name": "Rubiera", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61133,8 +61133,8 @@ { "id": 59693, "name": "Ruda", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61174,8 +61174,8 @@ { "id": 59694, "name": "Rudiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61215,8 +61215,8 @@ { "id": 59695, "name": "Rueglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61256,8 +61256,8 @@ { "id": 59696, "name": "Ruffano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61297,8 +61297,8 @@ { "id": 59697, "name": "Ruffia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61338,8 +61338,8 @@ { "id": 59698, "name": "Ruffrè", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61379,8 +61379,8 @@ { "id": 59699, "name": "Rufina", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61420,8 +61420,8 @@ { "id": 59700, "name": "Ruinas", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61461,8 +61461,8 @@ { "id": 59701, "name": "Ruino", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61502,8 +61502,8 @@ { "id": 59702, "name": "Rumo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61543,8 +61543,8 @@ { "id": 59703, "name": "Ruoti", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61625,8 +61625,8 @@ { "id": 59705, "name": "Rutigliano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61666,8 +61666,8 @@ { "id": 59706, "name": "Rutino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61707,8 +61707,8 @@ { "id": 59707, "name": "Ruviano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61748,8 +61748,8 @@ { "id": 59708, "name": "Ruvo del Monte", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61789,8 +61789,8 @@ { "id": 59709, "name": "Ruvo di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61830,8 +61830,8 @@ { "id": 59710, "name": "S.P. in Palazzi", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -61871,8 +61871,8 @@ { "id": 59711, "name": "Sabaudia", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61912,8 +61912,8 @@ { "id": 59712, "name": "Sabbia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61953,8 +61953,8 @@ { "id": 59713, "name": "Sabbio Chiese", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -61994,8 +61994,8 @@ { "id": 59714, "name": "Sabbionara", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -62035,8 +62035,8 @@ { "id": 59715, "name": "Sabbioneta", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62076,8 +62076,8 @@ { "id": 59716, "name": "Sacca", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -62117,8 +62117,8 @@ { "id": 59717, "name": "Sacco", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62158,8 +62158,8 @@ { "id": 59718, "name": "Saccolongo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62199,8 +62199,8 @@ { "id": 59719, "name": "Sachet", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62240,8 +62240,8 @@ { "id": 59720, "name": "Sacile", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62281,8 +62281,8 @@ { "id": 59721, "name": "Sacrofano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62322,8 +62322,8 @@ { "id": 59722, "name": "Sadali", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62363,8 +62363,8 @@ { "id": 59723, "name": "Sagama", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62404,8 +62404,8 @@ { "id": 59724, "name": "Sagliano Micca", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62445,8 +62445,8 @@ { "id": 59725, "name": "Sagrado", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62486,8 +62486,8 @@ { "id": 59726, "name": "Sagron Mis", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -62896,8 +62896,8 @@ { "id": 59736, "name": "Sairano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -62937,8 +62937,8 @@ { "id": 59737, "name": "Sala", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -62978,8 +62978,8 @@ { "id": 59738, "name": "Sala", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63019,8 +63019,8 @@ { "id": 59739, "name": "Sala Baganza", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63060,8 +63060,8 @@ { "id": 59740, "name": "Sala Biellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63101,8 +63101,8 @@ { "id": 59741, "name": "Sala Bolognese", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -63142,8 +63142,8 @@ { "id": 59742, "name": "Sala Comacina", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63183,8 +63183,8 @@ { "id": 59743, "name": "Sala Consilina", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63224,8 +63224,8 @@ { "id": 59744, "name": "Sala Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63265,8 +63265,8 @@ { "id": 59745, "name": "Sala al Barro", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -63306,8 +63306,8 @@ { "id": 59746, "name": "Salandra", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63347,8 +63347,8 @@ { "id": 59747, "name": "Salaparuta", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63388,8 +63388,8 @@ { "id": 59748, "name": "Salara", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63429,8 +63429,8 @@ { "id": 59749, "name": "Salasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63470,8 +63470,8 @@ { "id": 59750, "name": "Salassa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63511,8 +63511,8 @@ { "id": 59751, "name": "Salbertrand", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63552,8 +63552,8 @@ { "id": 59752, "name": "Salcedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63593,8 +63593,8 @@ { "id": 59753, "name": "Salcito", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63634,8 +63634,8 @@ { "id": 59754, "name": "Sale", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63675,8 +63675,8 @@ { "id": 59755, "name": "Sale Marasino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63716,8 +63716,8 @@ { "id": 59756, "name": "Sale San Giovanni", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63757,8 +63757,8 @@ { "id": 59757, "name": "Sale delle Langhe", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63798,8 +63798,8 @@ { "id": 59758, "name": "Salemi", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63839,8 +63839,8 @@ { "id": 59759, "name": "Salento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63880,8 +63880,8 @@ { "id": 59760, "name": "Salerano Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63921,8 +63921,8 @@ { "id": 59761, "name": "Salerano sul Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -63962,8 +63962,8 @@ { "id": 59762, "name": "Salerno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -64003,8 +64003,8 @@ { "id": 59763, "name": "Saletto", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64044,8 +64044,8 @@ { "id": 59764, "name": "Saletto-San Bartolomeo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -64085,8 +64085,8 @@ { "id": 59765, "name": "Salgareda", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64126,8 +64126,8 @@ { "id": 59766, "name": "Sali Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64167,8 +64167,8 @@ { "id": 59767, "name": "Salice Salentino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64208,8 +64208,8 @@ { "id": 59768, "name": "Salice Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -64249,8 +64249,8 @@ { "id": 59769, "name": "Saliceto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64290,8 +64290,8 @@ { "id": 59770, "name": "Saline", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -64331,8 +64331,8 @@ { "id": 59771, "name": "Saline Ioniche", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -64372,8 +64372,8 @@ { "id": 59772, "name": "Salino", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -64413,8 +64413,8 @@ { "id": 59773, "name": "Salionze", - "state_id": 1753, - "state_code": "34", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -64454,8 +64454,8 @@ { "id": 59774, "name": "Salisano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64495,8 +64495,8 @@ { "id": 59775, "name": "Salitto-Valle", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -64536,8 +64536,8 @@ { "id": 59776, "name": "Salizzole", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64577,8 +64577,8 @@ { "id": 59777, "name": "Salle", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64618,8 +64618,8 @@ { "id": 59778, "name": "Salmour", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64659,8 +64659,8 @@ { "id": 59779, "name": "Salorno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64700,8 +64700,8 @@ { "id": 59780, "name": "Salsomaggiore Terme", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64741,8 +64741,8 @@ { "id": 59781, "name": "Saltara", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64782,8 +64782,8 @@ { "id": 59782, "name": "Saltrio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64823,8 +64823,8 @@ { "id": 59783, "name": "Saludecio", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64864,8 +64864,8 @@ { "id": 59784, "name": "Saluggia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64905,8 +64905,8 @@ { "id": 59785, "name": "Salussola", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64946,8 +64946,8 @@ { "id": 59786, "name": "Saluzzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -64987,8 +64987,8 @@ { "id": 59787, "name": "Salvaterra", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -65028,8 +65028,8 @@ { "id": 59788, "name": "Salvatronda", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -65069,8 +65069,8 @@ { "id": 59789, "name": "Salve", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65110,8 +65110,8 @@ { "id": 59790, "name": "Salvirola", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65151,8 +65151,8 @@ { "id": 59791, "name": "Salvitelle", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65192,8 +65192,8 @@ { "id": 59792, "name": "Salvo Marina", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65233,8 +65233,8 @@ { "id": 59793, "name": "Salza Irpina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65274,8 +65274,8 @@ { "id": 59794, "name": "Salza di Pinerolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65315,8 +65315,8 @@ { "id": 59795, "name": "Salzano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65356,8 +65356,8 @@ { "id": 59796, "name": "Salò", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65397,8 +65397,8 @@ { "id": 59797, "name": "Sam Marino", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -65438,8 +65438,8 @@ { "id": 59798, "name": "Samarate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65479,8 +65479,8 @@ { "id": 59799, "name": "Samassi", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65520,8 +65520,8 @@ { "id": 59800, "name": "Samatzai", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65561,8 +65561,8 @@ { "id": 59801, "name": "Sambiase", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -65602,8 +65602,8 @@ { "id": 59802, "name": "Sambruson", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -65643,8 +65643,8 @@ { "id": 59803, "name": "Sambuca", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -65684,8 +65684,8 @@ { "id": 59804, "name": "Sambuca Pistoiese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65725,8 +65725,8 @@ { "id": 59805, "name": "Sambuca di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65766,8 +65766,8 @@ { "id": 59806, "name": "Sambuceto", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65807,8 +65807,8 @@ { "id": 59807, "name": "Sambuci", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65848,8 +65848,8 @@ { "id": 59808, "name": "Sambuco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65889,8 +65889,8 @@ { "id": 59809, "name": "Sambughe", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -65930,8 +65930,8 @@ { "id": 59810, "name": "Sammichele di Bari", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -65971,8 +65971,8 @@ { "id": 59811, "name": "Samo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66012,8 +66012,8 @@ { "id": 59812, "name": "Samolaco", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66053,8 +66053,8 @@ { "id": 59813, "name": "Samone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66094,8 +66094,8 @@ { "id": 59814, "name": "Samone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66135,8 +66135,8 @@ { "id": 59815, "name": "Sampeyre", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66176,8 +66176,8 @@ { "id": 59816, "name": "Samugheo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66217,8 +66217,8 @@ { "id": 59817, "name": "San Bartolomeo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -66258,8 +66258,8 @@ { "id": 59818, "name": "San Bartolomeo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -66299,8 +66299,8 @@ { "id": 59819, "name": "San Bartolomeo In Bosco", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -66340,8 +66340,8 @@ { "id": 59820, "name": "San Bartolomeo Val Cavargna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66381,8 +66381,8 @@ { "id": 59821, "name": "San Bartolomeo al Mare", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66422,8 +66422,8 @@ { "id": 59822, "name": "San Bartolomeo in Galdo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66463,8 +66463,8 @@ { "id": 59823, "name": "San Basile", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66504,8 +66504,8 @@ { "id": 59824, "name": "San Basilio", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66545,8 +66545,8 @@ { "id": 59825, "name": "San Bassano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66586,8 +66586,8 @@ { "id": 59826, "name": "San Bellino", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66627,8 +66627,8 @@ { "id": 59827, "name": "San Benedetto Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66668,8 +66668,8 @@ { "id": 59828, "name": "San Benedetto Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66709,8 +66709,8 @@ { "id": 59829, "name": "San Benedetto Ullano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66750,8 +66750,8 @@ { "id": 59830, "name": "San Benedetto Val di Sambro", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66791,8 +66791,8 @@ { "id": 59831, "name": "San Benedetto dei Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66832,8 +66832,8 @@ { "id": 59832, "name": "San Benedetto del Tronto", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66873,8 +66873,8 @@ { "id": 59833, "name": "San Benedetto in Perillis", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66914,8 +66914,8 @@ { "id": 59834, "name": "San Benigno Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66955,8 +66955,8 @@ { "id": 59835, "name": "San Bernardino Verbano", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -66996,8 +66996,8 @@ { "id": 59836, "name": "San Bernardo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67037,8 +67037,8 @@ { "id": 59837, "name": "San Biagio", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -67078,8 +67078,8 @@ { "id": 59838, "name": "San Biagio", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -67119,8 +67119,8 @@ { "id": 59839, "name": "San Biagio", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -67160,8 +67160,8 @@ { "id": 59840, "name": "San Biagio", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -67201,8 +67201,8 @@ { "id": 59841, "name": "San Biagio Platani", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67242,8 +67242,8 @@ { "id": 59842, "name": "San Biagio Saracinisco", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67283,8 +67283,8 @@ { "id": 59843, "name": "San Biagio della Cima", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67324,8 +67324,8 @@ { "id": 59844, "name": "San Biagio di Callalta", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67365,8 +67365,8 @@ { "id": 59845, "name": "San Biase", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67406,8 +67406,8 @@ { "id": 59846, "name": "San Bonifacio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67447,8 +67447,8 @@ { "id": 59847, "name": "San Bovio-San Felice", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -67488,8 +67488,8 @@ { "id": 59848, "name": "San Brancato", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -67529,8 +67529,8 @@ { "id": 59849, "name": "San Buono", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67570,8 +67570,8 @@ { "id": 59850, "name": "San Calogero", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67611,8 +67611,8 @@ { "id": 59851, "name": "San Candido", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67652,8 +67652,8 @@ { "id": 59852, "name": "San Canzian d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "city", @@ -67693,8 +67693,8 @@ { "id": 59853, "name": "San Carlo", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -67734,8 +67734,8 @@ { "id": 59854, "name": "San Carlo All'Arena", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -67775,8 +67775,8 @@ { "id": 59855, "name": "San Carlo Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67816,8 +67816,8 @@ { "id": 59856, "name": "San Carlo-Condofuri Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -67857,8 +67857,8 @@ { "id": 59857, "name": "San Casciano dei Bagni", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67898,8 +67898,8 @@ { "id": 59858, "name": "San Casciano in Val di Pesa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67939,8 +67939,8 @@ { "id": 59859, "name": "San Cassiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -67980,8 +67980,8 @@ { "id": 59860, "name": "San Cassiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "city", @@ -68021,8 +68021,8 @@ { "id": 59861, "name": "San Castrese", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -68062,8 +68062,8 @@ { "id": 59862, "name": "San Cataldo", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68103,8 +68103,8 @@ { "id": 59863, "name": "San Cesareo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68144,8 +68144,8 @@ { "id": 59864, "name": "San Cesario di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68185,8 +68185,8 @@ { "id": 59865, "name": "San Cesario sul Panaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68226,8 +68226,8 @@ { "id": 59866, "name": "San Chirico Nuovo", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68267,8 +68267,8 @@ { "id": 59867, "name": "San Chirico Raparo", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68308,8 +68308,8 @@ { "id": 59868, "name": "San Cipirello", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68349,8 +68349,8 @@ { "id": 59869, "name": "San Cipriano Picentino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68390,8 +68390,8 @@ { "id": 59870, "name": "San Cipriano Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68431,8 +68431,8 @@ { "id": 59871, "name": "San Cipriano d'Aversa", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68472,8 +68472,8 @@ { "id": 59872, "name": "San Cipriano-S.Barbara-Centinale", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -68513,8 +68513,8 @@ { "id": 59873, "name": "San Ciro-Ulmi-Filci", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -68554,8 +68554,8 @@ { "id": 59874, "name": "San Clemente", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68595,8 +68595,8 @@ { "id": 59875, "name": "San Clemente", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68636,8 +68636,8 @@ { "id": 59876, "name": "San Colombano Belmonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68677,8 +68677,8 @@ { "id": 59877, "name": "San Colombano al Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68718,8 +68718,8 @@ { "id": 59878, "name": "San Cono", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68759,8 +68759,8 @@ { "id": 59879, "name": "San Cosmo Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68800,8 +68800,8 @@ { "id": 59880, "name": "San Costantino Albanese", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68841,8 +68841,8 @@ { "id": 59881, "name": "San Costantino Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68882,8 +68882,8 @@ { "id": 59882, "name": "San Costanzo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68923,8 +68923,8 @@ { "id": 59883, "name": "San Cristoforo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -68964,8 +68964,8 @@ { "id": 59884, "name": "San Damaso", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -69005,8 +69005,8 @@ { "id": 59885, "name": "San Damiano Macra", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69046,8 +69046,8 @@ { "id": 59886, "name": "San Damiano al Colle", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69087,8 +69087,8 @@ { "id": 59887, "name": "San Damiano d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69128,8 +69128,8 @@ { "id": 59888, "name": "San Daniele Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69169,8 +69169,8 @@ { "id": 59889, "name": "San Daniele del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69210,8 +69210,8 @@ { "id": 59890, "name": "San Defendente", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -69251,8 +69251,8 @@ { "id": 59891, "name": "San Demetrio Corone", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69292,8 +69292,8 @@ { "id": 59892, "name": "San Demetrio Ne' Vestini", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69333,8 +69333,8 @@ { "id": 59893, "name": "San Didero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69374,8 +69374,8 @@ { "id": 59894, "name": "San Donaci", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69415,8 +69415,8 @@ { "id": 59895, "name": "San Donato", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -69456,8 +69456,8 @@ { "id": 59896, "name": "San Donato Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69497,8 +69497,8 @@ { "id": 59897, "name": "San Donato Val di Comino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69538,8 +69538,8 @@ { "id": 59898, "name": "San Donato di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69579,8 +69579,8 @@ { "id": 59899, "name": "San Donato di Ninea", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69620,8 +69620,8 @@ { "id": 59900, "name": "San Donnino", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -69661,8 +69661,8 @@ { "id": 59901, "name": "San Donà di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69702,8 +69702,8 @@ { "id": 59902, "name": "San Fedele Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69743,8 +69743,8 @@ { "id": 59903, "name": "San Fedele Superiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -69784,8 +69784,8 @@ { "id": 59904, "name": "San Fedele-Lusignano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "city", @@ -69825,8 +69825,8 @@ { "id": 59905, "name": "San Fele", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69866,8 +69866,8 @@ { "id": 59906, "name": "San Felice", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -69907,8 +69907,8 @@ { "id": 59907, "name": "San Felice", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69948,8 +69948,8 @@ { "id": 59908, "name": "San Felice A Cancello", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -69989,8 +69989,8 @@ { "id": 59909, "name": "San Felice Circeo", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70030,8 +70030,8 @@ { "id": 59910, "name": "San Felice del Benaco", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70071,8 +70071,8 @@ { "id": 59911, "name": "San Felice del Molise", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70112,8 +70112,8 @@ { "id": 59912, "name": "San Felice sul Panaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70153,8 +70153,8 @@ { "id": 59913, "name": "San Ferdinando", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70194,8 +70194,8 @@ { "id": 59914, "name": "San Ferdinando", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -70276,8 +70276,8 @@ { "id": 59916, "name": "San Fermo della Battaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70317,8 +70317,8 @@ { "id": 59917, "name": "San Fidenzio", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70358,8 +70358,8 @@ { "id": 59918, "name": "San Fili", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70399,8 +70399,8 @@ { "id": 59919, "name": "San Filippo del Mela", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70440,8 +70440,8 @@ { "id": 59920, "name": "San Fior di Sopra", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70481,8 +70481,8 @@ { "id": 59921, "name": "San Fiorano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70522,8 +70522,8 @@ { "id": 59922, "name": "San Floriano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -70563,8 +70563,8 @@ { "id": 59923, "name": "San Floriano del Collio", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70604,8 +70604,8 @@ { "id": 59924, "name": "San Floriano-Olmi", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -70645,8 +70645,8 @@ { "id": 59925, "name": "San Floro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70686,8 +70686,8 @@ { "id": 59926, "name": "San Francesco", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -70727,8 +70727,8 @@ { "id": 59927, "name": "San Francesco al Campo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70768,8 +70768,8 @@ { "id": 59928, "name": "San Fratello", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70809,8 +70809,8 @@ { "id": 59929, "name": "San Gabriele-Mondonuovo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -70850,8 +70850,8 @@ { "id": 59930, "name": "San Gavino Monreale", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70891,8 +70891,8 @@ { "id": 59931, "name": "San Gemini", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70932,8 +70932,8 @@ { "id": 59932, "name": "San Genesio", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -70973,8 +70973,8 @@ { "id": 59933, "name": "San Genesio Atesino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71014,8 +71014,8 @@ { "id": 59934, "name": "San Genesio ed Uniti", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71055,8 +71055,8 @@ { "id": 59935, "name": "San Gennaro Vesuviano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71096,8 +71096,8 @@ { "id": 59936, "name": "San Germano Chisone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71137,8 +71137,8 @@ { "id": 59937, "name": "San Germano Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71178,8 +71178,8 @@ { "id": 59938, "name": "San Germano dei Berici", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71219,8 +71219,8 @@ { "id": 59939, "name": "San Gervasio Bresciano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71260,8 +71260,8 @@ { "id": 59940, "name": "San Giacomo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -71301,8 +71301,8 @@ { "id": 59941, "name": "San Giacomo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71342,8 +71342,8 @@ { "id": 59942, "name": "San Giacomo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -71383,8 +71383,8 @@ { "id": 59943, "name": "San Giacomo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -71424,8 +71424,8 @@ { "id": 59944, "name": "San Giacomo Filippo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71465,8 +71465,8 @@ { "id": 59945, "name": "San Giacomo Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71506,8 +71506,8 @@ { "id": 59946, "name": "San Giacomo degli Schiavoni", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71547,8 +71547,8 @@ { "id": 59947, "name": "San Giacomo delle Segnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71588,8 +71588,8 @@ { "id": 59948, "name": "San Gillio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71629,8 +71629,8 @@ { "id": 59949, "name": "San Gimignano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71670,8 +71670,8 @@ { "id": 59950, "name": "San Ginesio", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71711,8 +71711,8 @@ { "id": 59951, "name": "San Giorgio", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -71752,8 +71752,8 @@ { "id": 59952, "name": "San Giorgio", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71793,8 +71793,8 @@ { "id": 59953, "name": "San Giorgio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71834,8 +71834,8 @@ { "id": 59954, "name": "San Giorgio Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71875,8 +71875,8 @@ { "id": 59955, "name": "San Giorgio Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71916,8 +71916,8 @@ { "id": 59956, "name": "San Giorgio Ionico", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71957,8 +71957,8 @@ { "id": 59957, "name": "San Giorgio Lucano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -71998,8 +71998,8 @@ { "id": 59958, "name": "San Giorgio Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72039,8 +72039,8 @@ { "id": 59959, "name": "San Giorgio Morgeto", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72080,8 +72080,8 @@ { "id": 59960, "name": "San Giorgio Piacentino", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72121,8 +72121,8 @@ { "id": 59961, "name": "San Giorgio Scarampi", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72162,8 +72162,8 @@ { "id": 59962, "name": "San Giorgio Su Legnano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72203,8 +72203,8 @@ { "id": 59963, "name": "San Giorgio a Cremano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72244,8 +72244,8 @@ { "id": 59964, "name": "San Giorgio a Liri", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72285,8 +72285,8 @@ { "id": 59965, "name": "San Giorgio al Tagliamento-Pozzi", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -72326,8 +72326,8 @@ { "id": 59966, "name": "San Giorgio del Sannio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72367,8 +72367,8 @@ { "id": 59967, "name": "San Giorgio della Richinvelda", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72408,8 +72408,8 @@ { "id": 59968, "name": "San Giorgio delle Pertiche", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72449,8 +72449,8 @@ { "id": 59969, "name": "San Giorgio di Livenza", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -72490,8 +72490,8 @@ { "id": 59970, "name": "San Giorgio di Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72531,8 +72531,8 @@ { "id": 59971, "name": "San Giorgio di Nogaro", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72572,8 +72572,8 @@ { "id": 59972, "name": "San Giorgio di Pesaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72613,8 +72613,8 @@ { "id": 59973, "name": "San Giorgio di Piano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72654,8 +72654,8 @@ { "id": 59974, "name": "San Giorgio in Bosco", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72695,8 +72695,8 @@ { "id": 59975, "name": "San Giorgio in Salici", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -72736,8 +72736,8 @@ { "id": 59976, "name": "San Giorgio la Molara", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72777,8 +72777,8 @@ { "id": 59977, "name": "San Giorio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72818,8 +72818,8 @@ { "id": 59978, "name": "San Giovanni", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -72859,8 +72859,8 @@ { "id": 59979, "name": "San Giovanni", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -72900,8 +72900,8 @@ { "id": 59980, "name": "San Giovanni", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72941,8 +72941,8 @@ { "id": 59981, "name": "San Giovanni A Piro", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -72982,8 +72982,8 @@ { "id": 59982, "name": "San Giovanni Bianco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73023,8 +73023,8 @@ { "id": 59983, "name": "San Giovanni Gemini", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73064,8 +73064,8 @@ { "id": 59984, "name": "San Giovanni Ilarione", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73105,8 +73105,8 @@ { "id": 59985, "name": "San Giovanni Incarico", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73146,8 +73146,8 @@ { "id": 59986, "name": "San Giovanni Lipioni", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73187,8 +73187,8 @@ { "id": 59987, "name": "San Giovanni Lupatoto", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73228,8 +73228,8 @@ { "id": 59988, "name": "San Giovanni Rotondo", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73269,8 +73269,8 @@ { "id": 59989, "name": "San Giovanni Suergiu", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73310,8 +73310,8 @@ { "id": 59990, "name": "San Giovanni Valdarno", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73351,8 +73351,8 @@ { "id": 59991, "name": "San Giovanni a Teduccio", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -73392,8 +73392,8 @@ { "id": 59992, "name": "San Giovanni al Natisone", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73433,8 +73433,8 @@ { "id": 59993, "name": "San Giovanni d'Asso", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73474,8 +73474,8 @@ { "id": 59994, "name": "San Giovanni del Dosso", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73515,8 +73515,8 @@ { "id": 59995, "name": "San Giovanni di Gerace", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73556,8 +73556,8 @@ { "id": 59996, "name": "San Giovanni in Croce", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73597,8 +73597,8 @@ { "id": 59997, "name": "San Giovanni in Fiore", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73638,8 +73638,8 @@ { "id": 59998, "name": "San Giovanni in Galdo", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73679,8 +73679,8 @@ { "id": 59999, "name": "San Giovanni in Marignano", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73720,8 +73720,8 @@ { "id": 60000, "name": "San Giovanni in Persiceto", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73761,8 +73761,8 @@ { "id": 60001, "name": "San Giovanni la Punta", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73802,8 +73802,8 @@ { "id": 60002, "name": "San Giovanni-Patoni", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -73843,8 +73843,8 @@ { "id": 60003, "name": "San Giovanni-San Bernardino", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73884,8 +73884,8 @@ { "id": 60004, "name": "San Giuliano Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73925,8 +73925,8 @@ { "id": 60005, "name": "San Giuliano Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -73966,8 +73966,8 @@ { "id": 60006, "name": "San Giuliano Vecchio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -74007,8 +74007,8 @@ { "id": 60007, "name": "San Giuliano del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74048,8 +74048,8 @@ { "id": 60008, "name": "San Giuliano di Puglia", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74089,8 +74089,8 @@ { "id": 60009, "name": "San Giuseppe", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -74130,8 +74130,8 @@ { "id": 60010, "name": "San Giuseppe", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74171,8 +74171,8 @@ { "id": 60011, "name": "San Giuseppe", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -74212,8 +74212,8 @@ { "id": 60012, "name": "San Giuseppe Jato", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74253,8 +74253,8 @@ { "id": 60013, "name": "San Giuseppe Vesuviano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74294,8 +74294,8 @@ { "id": 60014, "name": "San Giuseppe le Prata-Cotropagno", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -74335,8 +74335,8 @@ { "id": 60015, "name": "San Giustino", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74376,8 +74376,8 @@ { "id": 60016, "name": "San Giustino Valdarno", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -74417,8 +74417,8 @@ { "id": 60017, "name": "San Giusto Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74458,8 +74458,8 @@ { "id": 60018, "name": "San Godenzo", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74499,8 +74499,8 @@ { "id": 60019, "name": "San Gregorio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -74540,8 +74540,8 @@ { "id": 60020, "name": "San Gregorio Magno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74581,8 +74581,8 @@ { "id": 60021, "name": "San Gregorio Matese", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74622,8 +74622,8 @@ { "id": 60022, "name": "San Gregorio d'Ippona", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74663,8 +74663,8 @@ { "id": 60023, "name": "San Gregorio da Sassola", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74704,8 +74704,8 @@ { "id": 60024, "name": "San Gregorio di Catania", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74745,8 +74745,8 @@ { "id": 60025, "name": "San Gregorio nelle Alpi", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74786,8 +74786,8 @@ { "id": 60026, "name": "San Jacopo al Girone", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -74827,8 +74827,8 @@ { "id": 60027, "name": "San Lazzaro", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74868,8 +74868,8 @@ { "id": 60028, "name": "San Leo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74909,8 +74909,8 @@ { "id": 60029, "name": "San Leonardo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -74991,8 +74991,8 @@ { "id": 60031, "name": "San Leonardo in Passiria", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75032,8 +75032,8 @@ { "id": 60032, "name": "San Leone Mosè", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "city", @@ -75073,8 +75073,8 @@ { "id": 60033, "name": "San Leucio del Sannio-Cavuoti", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75114,8 +75114,8 @@ { "id": 60034, "name": "San Liberale", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -75155,8 +75155,8 @@ { "id": 60035, "name": "San Lorenzello", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75196,8 +75196,8 @@ { "id": 60036, "name": "San Lorenzo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75237,8 +75237,8 @@ { "id": 60037, "name": "San Lorenzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75278,8 +75278,8 @@ { "id": 60038, "name": "San Lorenzo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -75319,8 +75319,8 @@ { "id": 60039, "name": "San Lorenzo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75360,8 +75360,8 @@ { "id": 60040, "name": "San Lorenzo Bellizzi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75401,8 +75401,8 @@ { "id": 60041, "name": "San Lorenzo Isontino", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75442,8 +75442,8 @@ { "id": 60042, "name": "San Lorenzo Maggiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75483,8 +75483,8 @@ { "id": 60043, "name": "San Lorenzo Nuovo", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75524,8 +75524,8 @@ { "id": 60044, "name": "San Lorenzo al Mare", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75565,8 +75565,8 @@ { "id": 60045, "name": "San Lorenzo del Vallo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75606,8 +75606,8 @@ { "id": 60046, "name": "San Lorenzo di Rovetta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -75647,8 +75647,8 @@ { "id": 60047, "name": "San Lorenzo di Sebato", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75688,8 +75688,8 @@ { "id": 60048, "name": "San Lorenzo in Banale", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75729,8 +75729,8 @@ { "id": 60049, "name": "San Lorenzo in Campo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75770,8 +75770,8 @@ { "id": 60050, "name": "San Luca", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75811,8 +75811,8 @@ { "id": 60051, "name": "San Lucido", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75852,8 +75852,8 @@ { "id": 60052, "name": "San Lupo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75893,8 +75893,8 @@ { "id": 60053, "name": "San Mamete", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75934,8 +75934,8 @@ { "id": 60054, "name": "San Mango Piemonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -75975,8 +75975,8 @@ { "id": 60055, "name": "San Mango d'Aquino", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76016,8 +76016,8 @@ { "id": 60056, "name": "San Mango sul Calore", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76057,8 +76057,8 @@ { "id": 60057, "name": "San Marcellino", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76098,8 +76098,8 @@ { "id": 60058, "name": "San Marcello", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76139,8 +76139,8 @@ { "id": 60059, "name": "San Marcello Pistoiese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76180,8 +76180,8 @@ { "id": 60060, "name": "San Marco", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -76221,8 +76221,8 @@ { "id": 60061, "name": "San Marco Argentano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76262,8 +76262,8 @@ { "id": 60062, "name": "San Marco Evangelista", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76303,8 +76303,8 @@ { "id": 60063, "name": "San Marco d'Alunzio", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76344,8 +76344,8 @@ { "id": 60064, "name": "San Marco dei Cavoti", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76385,8 +76385,8 @@ { "id": 60065, "name": "San Marco in Lamis", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76426,8 +76426,8 @@ { "id": 60066, "name": "San Marco la Catola", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76467,8 +76467,8 @@ { "id": 60067, "name": "San Martino", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -76508,8 +76508,8 @@ { "id": 60068, "name": "San Martino", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -76549,8 +76549,8 @@ { "id": 60069, "name": "San Martino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76590,8 +76590,8 @@ { "id": 60070, "name": "San Martino", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -76631,8 +76631,8 @@ { "id": 60071, "name": "San Martino Alfieri", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76672,8 +76672,8 @@ { "id": 60072, "name": "San Martino Bassa", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -76713,8 +76713,8 @@ { "id": 60073, "name": "San Martino Buon Albergo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76754,8 +76754,8 @@ { "id": 60074, "name": "San Martino Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76795,8 +76795,8 @@ { "id": 60075, "name": "San Martino Dall'Argine", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76836,8 +76836,8 @@ { "id": 60076, "name": "San Martino Sannita", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76877,8 +76877,8 @@ { "id": 60077, "name": "San Martino Siccomario", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76918,8 +76918,8 @@ { "id": 60078, "name": "San Martino Valle Caudina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -76959,8 +76959,8 @@ { "id": 60079, "name": "San Martino al Cimino", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -77000,8 +77000,8 @@ { "id": 60080, "name": "San Martino al Tagliamento", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77041,8 +77041,8 @@ { "id": 60081, "name": "San Martino d'Agri", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77082,8 +77082,8 @@ { "id": 60082, "name": "San Martino dei Mulini", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -77123,8 +77123,8 @@ { "id": 60083, "name": "San Martino del Lago", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77164,8 +77164,8 @@ { "id": 60084, "name": "San Martino della Battaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -77205,8 +77205,8 @@ { "id": 60085, "name": "San Martino di Finita", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77246,8 +77246,8 @@ { "id": 60086, "name": "San Martino di Lupari", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77287,8 +77287,8 @@ { "id": 60087, "name": "San Martino di Venezze", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77328,8 +77328,8 @@ { "id": 60088, "name": "San Martino in Argine", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -77369,8 +77369,8 @@ { "id": 60089, "name": "San Martino in Badia", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77410,8 +77410,8 @@ { "id": 60090, "name": "San Martino in Campo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -77451,8 +77451,8 @@ { "id": 60091, "name": "San Martino in Freddana-Monsagrati", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -77492,8 +77492,8 @@ { "id": 60092, "name": "San Martino in Passiria", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77533,8 +77533,8 @@ { "id": 60093, "name": "San Martino in Pensilis", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77574,8 +77574,8 @@ { "id": 60094, "name": "San Martino in Rio", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77615,8 +77615,8 @@ { "id": 60095, "name": "San Martino in Strada", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77656,8 +77656,8 @@ { "id": 60096, "name": "San Martino in Trignano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -77697,8 +77697,8 @@ { "id": 60097, "name": "San Martino sulla Marrucina", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77738,8 +77738,8 @@ { "id": 60098, "name": "San Marzano Oliveto", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77779,8 +77779,8 @@ { "id": 60099, "name": "San Marzano di San Giuseppe", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77820,8 +77820,8 @@ { "id": 60100, "name": "San Marzano sul Sarno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77861,8 +77861,8 @@ { "id": 60101, "name": "San Massimo", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77902,8 +77902,8 @@ { "id": 60102, "name": "San Maurizio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77943,8 +77943,8 @@ { "id": 60103, "name": "San Maurizio D'Opaglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -77984,8 +77984,8 @@ { "id": 60104, "name": "San Mauro", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -78025,8 +78025,8 @@ { "id": 60105, "name": "San Mauro Castelverde", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78066,8 +78066,8 @@ { "id": 60106, "name": "San Mauro Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78107,8 +78107,8 @@ { "id": 60107, "name": "San Mauro Forte", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78148,8 +78148,8 @@ { "id": 60108, "name": "San Mauro Marchesato", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78189,8 +78189,8 @@ { "id": 60109, "name": "San Mauro Pascoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78230,8 +78230,8 @@ { "id": 60110, "name": "San Mauro Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78271,8 +78271,8 @@ { "id": 60111, "name": "San Mauro a Mare", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -78312,8 +78312,8 @@ { "id": 60112, "name": "San Mauro di Saline", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78353,8 +78353,8 @@ { "id": 60113, "name": "San Mauro la Bruca", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78394,8 +78394,8 @@ { "id": 60114, "name": "San Michele", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78435,8 +78435,8 @@ { "id": 60115, "name": "San Michele", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -78476,8 +78476,8 @@ { "id": 60116, "name": "San Michele", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78517,8 +78517,8 @@ { "id": 60117, "name": "San Michele All'Adige", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78558,8 +78558,8 @@ { "id": 60118, "name": "San Michele Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78599,8 +78599,8 @@ { "id": 60119, "name": "San Michele Salentino", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78640,8 +78640,8 @@ { "id": 60120, "name": "San Michele Tiorre", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -78681,8 +78681,8 @@ { "id": 60121, "name": "San Michele al Tagliamento", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78722,8 +78722,8 @@ { "id": 60122, "name": "San Michele dei Mucchietti", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -78763,8 +78763,8 @@ { "id": 60123, "name": "San Michele di Ganzaria", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78804,8 +78804,8 @@ { "id": 60124, "name": "San Michele di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -78845,8 +78845,8 @@ { "id": 60125, "name": "San Michele di Serino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78886,8 +78886,8 @@ { "id": 60126, "name": "San Michele-San Giorgio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -78927,8 +78927,8 @@ { "id": 60127, "name": "San Miniato", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -78968,8 +78968,8 @@ { "id": 60128, "name": "San Miniato Basso", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -79009,8 +79009,8 @@ { "id": 60129, "name": "San Nazario", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79050,8 +79050,8 @@ { "id": 60130, "name": "San Nazzaro", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79091,8 +79091,8 @@ { "id": 60131, "name": "San Nazzaro Sesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79132,8 +79132,8 @@ { "id": 60132, "name": "San Nazzaro Val Cavargna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79173,8 +79173,8 @@ { "id": 60133, "name": "San Niccolò di Celle", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -79214,8 +79214,8 @@ { "id": 60134, "name": "San Nico", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -79255,8 +79255,8 @@ { "id": 60135, "name": "San Nicola", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -79296,8 +79296,8 @@ { "id": 60136, "name": "San Nicola", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79337,8 +79337,8 @@ { "id": 60137, "name": "San Nicola Arcella", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79378,8 +79378,8 @@ { "id": 60138, "name": "San Nicola Baronia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79419,8 +79419,8 @@ { "id": 60139, "name": "San Nicola Manfredi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79460,8 +79460,8 @@ { "id": 60140, "name": "San Nicola da Crissa", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79501,8 +79501,8 @@ { "id": 60141, "name": "San Nicola dell'Alto", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79542,8 +79542,8 @@ { "id": 60142, "name": "San Nicola la Strada", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79583,8 +79583,8 @@ { "id": 60143, "name": "San Nicolo'Gerrei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79624,8 +79624,8 @@ { "id": 60144, "name": "San Nicolò", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -79665,8 +79665,8 @@ { "id": 60145, "name": "San Nicolò", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79706,8 +79706,8 @@ { "id": 60146, "name": "San Nicolò", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "city", @@ -79747,8 +79747,8 @@ { "id": 60147, "name": "San Nicolò Comelico", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79788,8 +79788,8 @@ { "id": 60148, "name": "San Nicolò a Tordino", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -79829,8 +79829,8 @@ { "id": 60149, "name": "San Nicolò d'Arcidano", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79870,8 +79870,8 @@ { "id": 60150, "name": "San Pancrazio", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -79911,8 +79911,8 @@ { "id": 60151, "name": "San Pancrazio", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79952,8 +79952,8 @@ { "id": 60152, "name": "San Pancrazio Salentino", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -79993,8 +79993,8 @@ { "id": 60153, "name": "San Panfilo d'Ocre", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80034,8 +80034,8 @@ { "id": 60154, "name": "San Paolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80075,8 +80075,8 @@ { "id": 60155, "name": "San Paolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -80116,8 +80116,8 @@ { "id": 60156, "name": "San Paolo", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -80157,8 +80157,8 @@ { "id": 60157, "name": "San Paolo Albanese", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80198,8 +80198,8 @@ { "id": 60158, "name": "San Paolo Bel Sito", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80239,8 +80239,8 @@ { "id": 60159, "name": "San Paolo Solbrito", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80280,8 +80280,8 @@ { "id": 60160, "name": "San Paolo d'Argon", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80321,8 +80321,8 @@ { "id": 60161, "name": "San Paolo di Civitate", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80362,8 +80362,8 @@ { "id": 60162, "name": "San Paolo di Jesi", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80403,8 +80403,8 @@ { "id": 60163, "name": "San Pellegrino Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80444,8 +80444,8 @@ { "id": 60164, "name": "San Pier Niceto", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80485,8 +80485,8 @@ { "id": 60165, "name": "San Pier d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80526,8 +80526,8 @@ { "id": 60166, "name": "San Pierino", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -80567,8 +80567,8 @@ { "id": 60167, "name": "San Piero Patti", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80608,8 +80608,8 @@ { "id": 60168, "name": "San Piero a Sieve", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80649,8 +80649,8 @@ { "id": 60169, "name": "San Piero in Bagno", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80690,8 +80690,8 @@ { "id": 60170, "name": "San Pietro", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80731,8 +80731,8 @@ { "id": 60171, "name": "San Pietro", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80772,8 +80772,8 @@ { "id": 60172, "name": "San Pietro", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -80813,8 +80813,8 @@ { "id": 60173, "name": "San Pietro Apostolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80854,8 +80854,8 @@ { "id": 60174, "name": "San Pietro Avellana", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -80895,8 +80895,8 @@ { "id": 60175, "name": "San Pietro Belvedere", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -80936,8 +80936,8 @@ { "id": 60176, "name": "San Pietro Capofiume", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -80977,8 +80977,8 @@ { "id": 60177, "name": "San Pietro Clarenza", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81018,8 +81018,8 @@ { "id": 60178, "name": "San Pietro In Vincoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -81059,8 +81059,8 @@ { "id": 60179, "name": "San Pietro Infine", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81100,8 +81100,8 @@ { "id": 60180, "name": "San Pietro Mosezzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81141,8 +81141,8 @@ { "id": 60181, "name": "San Pietro Mussolino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81182,8 +81182,8 @@ { "id": 60182, "name": "San Pietro Val Lemina", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81223,8 +81223,8 @@ { "id": 60183, "name": "San Pietro Valdastico", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81264,8 +81264,8 @@ { "id": 60184, "name": "San Pietro Vernotico", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81305,8 +81305,8 @@ { "id": 60185, "name": "San Pietro Viminario", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81346,8 +81346,8 @@ { "id": 60186, "name": "San Pietro a Maida", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81387,8 +81387,8 @@ { "id": 60187, "name": "San Pietro a Patierno", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -81428,8 +81428,8 @@ { "id": 60188, "name": "San Pietro al Natisone", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81469,8 +81469,8 @@ { "id": 60189, "name": "San Pietro al Tanagro", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81510,8 +81510,8 @@ { "id": 60190, "name": "San Pietro d'Olba", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81551,8 +81551,8 @@ { "id": 60191, "name": "San Pietro di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81592,8 +81592,8 @@ { "id": 60192, "name": "San Pietro di Caridà", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81633,8 +81633,8 @@ { "id": 60193, "name": "San Pietro di Feletto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81674,8 +81674,8 @@ { "id": 60194, "name": "San Pietro di Morubio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81715,8 +81715,8 @@ { "id": 60195, "name": "San Pietro in Amantea", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81756,8 +81756,8 @@ { "id": 60196, "name": "San Pietro in Cariano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81797,8 +81797,8 @@ { "id": 60197, "name": "San Pietro in Casale", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81838,8 +81838,8 @@ { "id": 60198, "name": "San Pietro in Cerro", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81879,8 +81879,8 @@ { "id": 60199, "name": "San Pietro in Gu", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81920,8 +81920,8 @@ { "id": 60200, "name": "San Pietro in Guarano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -81961,8 +81961,8 @@ { "id": 60201, "name": "San Pietro in Lama", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82002,8 +82002,8 @@ { "id": 60202, "name": "San Pietro in Volta", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -82043,8 +82043,8 @@ { "id": 60203, "name": "San Pio delle Camere", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82084,8 +82084,8 @@ { "id": 60204, "name": "San Polo", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "city", @@ -82125,8 +82125,8 @@ { "id": 60205, "name": "San Polo d'Enza", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82166,8 +82166,8 @@ { "id": 60206, "name": "San Polo dei Cavalieri", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82207,8 +82207,8 @@ { "id": 60207, "name": "San Polo di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82248,8 +82248,8 @@ { "id": 60208, "name": "San Polomatese", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82289,8 +82289,8 @@ { "id": 60209, "name": "San Ponso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82330,8 +82330,8 @@ { "id": 60210, "name": "San Possidonio", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82371,8 +82371,8 @@ { "id": 60211, "name": "San Potito Sannitico", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82412,8 +82412,8 @@ { "id": 60212, "name": "San Potito Ultra", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82453,8 +82453,8 @@ { "id": 60213, "name": "San Prisco", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82494,8 +82494,8 @@ { "id": 60214, "name": "San Procopio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82535,8 +82535,8 @@ { "id": 60215, "name": "San Prospero", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82576,8 +82576,8 @@ { "id": 60216, "name": "San Quirico", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -82617,8 +82617,8 @@ { "id": 60217, "name": "San Quirico d'Orcia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82658,8 +82658,8 @@ { "id": 60218, "name": "San Quirino", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82699,8 +82699,8 @@ { "id": 60219, "name": "San Raffaele Cimena", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82740,8 +82740,8 @@ { "id": 60220, "name": "San Remo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82781,8 +82781,8 @@ { "id": 60221, "name": "San Roberto", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82822,8 +82822,8 @@ { "id": 60222, "name": "San Rocco", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82863,8 +82863,8 @@ { "id": 60223, "name": "San Rocco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -82904,8 +82904,8 @@ { "id": 60224, "name": "San Rocco", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82945,8 +82945,8 @@ { "id": 60225, "name": "San Rocco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -82986,8 +82986,8 @@ { "id": 60226, "name": "San Rocco al Porto", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83027,8 +83027,8 @@ { "id": 60227, "name": "San Romano", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -83068,8 +83068,8 @@ { "id": 60228, "name": "San Romano in Garfagnana", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83109,8 +83109,8 @@ { "id": 60229, "name": "San Rufo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83150,8 +83150,8 @@ { "id": 60230, "name": "San Salvatore", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "city", @@ -83191,8 +83191,8 @@ { "id": 60231, "name": "San Salvatore Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83232,8 +83232,8 @@ { "id": 60232, "name": "San Salvatore Telesino", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83273,8 +83273,8 @@ { "id": 60233, "name": "San Salvatore di Fitalia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83314,8 +83314,8 @@ { "id": 60234, "name": "San Salvo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83355,8 +83355,8 @@ { "id": 60235, "name": "San Sebastiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83396,8 +83396,8 @@ { "id": 60236, "name": "San Sebastiano Curone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83437,8 +83437,8 @@ { "id": 60237, "name": "San Sebastiano al Vesuvio", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83478,8 +83478,8 @@ { "id": 60238, "name": "San Sebastiano da Po", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83519,8 +83519,8 @@ { "id": 60239, "name": "San Secondo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -83560,8 +83560,8 @@ { "id": 60240, "name": "San Secondo Parmense", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83601,8 +83601,8 @@ { "id": 60241, "name": "San Secondo di Pinerolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83642,8 +83642,8 @@ { "id": 60242, "name": "San Severino Lucano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83683,8 +83683,8 @@ { "id": 60243, "name": "San Severino Marche", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83724,8 +83724,8 @@ { "id": 60244, "name": "San Severo", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83765,8 +83765,8 @@ { "id": 60245, "name": "San Siro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83806,8 +83806,8 @@ { "id": 60246, "name": "San Sossio Baronia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83847,8 +83847,8 @@ { "id": 60247, "name": "San Sostene", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83888,8 +83888,8 @@ { "id": 60248, "name": "San Sosti", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83929,8 +83929,8 @@ { "id": 60249, "name": "San Sperate", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -83970,8 +83970,8 @@ { "id": 60250, "name": "San Stino di Livenza", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84011,8 +84011,8 @@ { "id": 60251, "name": "San Tammaro", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84052,8 +84052,8 @@ { "id": 60252, "name": "San Teodoro", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84093,8 +84093,8 @@ { "id": 60253, "name": "San Teodoro", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84134,8 +84134,8 @@ { "id": 60254, "name": "San Terenziano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -84175,8 +84175,8 @@ { "id": 60255, "name": "San Terenzo", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -84216,8 +84216,8 @@ { "id": 60256, "name": "San Tommaso Tre Archi", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -84257,8 +84257,8 @@ { "id": 60257, "name": "San Valentino", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84298,8 +84298,8 @@ { "id": 60258, "name": "San Valentino Torio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84339,8 +84339,8 @@ { "id": 60259, "name": "San Valentino in Abruzzo Citeriore", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84380,8 +84380,8 @@ { "id": 60260, "name": "San Venanzio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84421,8 +84421,8 @@ { "id": 60261, "name": "San Venanzo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84462,8 +84462,8 @@ { "id": 60262, "name": "San Vendemiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84503,8 +84503,8 @@ { "id": 60263, "name": "San Vendemiano-Fossamerlo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84544,8 +84544,8 @@ { "id": 60264, "name": "San Vero Milis", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84585,8 +84585,8 @@ { "id": 60265, "name": "San Vigilio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -84626,8 +84626,8 @@ { "id": 60266, "name": "San Vigilio", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84667,8 +84667,8 @@ { "id": 60267, "name": "San Vincenzo", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84708,8 +84708,8 @@ { "id": 60268, "name": "San Vincenzo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -84749,8 +84749,8 @@ { "id": 60269, "name": "San Vincenzo Valle Roveto", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84790,8 +84790,8 @@ { "id": 60270, "name": "San Vincenzo la Costa", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84831,8 +84831,8 @@ { "id": 60271, "name": "San Vitaliano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84872,8 +84872,8 @@ { "id": 60272, "name": "San Vito", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -84913,8 +84913,8 @@ { "id": 60273, "name": "San Vito", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -84954,8 +84954,8 @@ { "id": 60274, "name": "San Vito", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -84995,8 +84995,8 @@ { "id": 60275, "name": "San Vito Chietino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85036,8 +85036,8 @@ { "id": 60276, "name": "San Vito Lo Capo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85077,8 +85077,8 @@ { "id": 60277, "name": "San Vito Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85118,8 +85118,8 @@ { "id": 60278, "name": "San Vito Sullo Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85159,8 +85159,8 @@ { "id": 60279, "name": "San Vito al Mantico", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -85200,8 +85200,8 @@ { "id": 60280, "name": "San Vito al Tagliamento", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85241,8 +85241,8 @@ { "id": 60281, "name": "San Vito al Torre", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85282,8 +85282,8 @@ { "id": 60282, "name": "San Vito dei Normanni", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85323,8 +85323,8 @@ { "id": 60283, "name": "San Vito di Fagagna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85364,8 +85364,8 @@ { "id": 60284, "name": "San Vito di Leguzzano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85405,8 +85405,8 @@ { "id": 60285, "name": "San Vito-Cerreto", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85446,8 +85446,8 @@ { "id": 60286, "name": "San Vittore", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85487,8 +85487,8 @@ { "id": 60287, "name": "San Vittore Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85528,8 +85528,8 @@ { "id": 60288, "name": "San Vittore del Lazio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85569,8 +85569,8 @@ { "id": 60289, "name": "San Vittoria in Matenano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85610,8 +85610,8 @@ { "id": 60290, "name": "San Zeno", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85651,8 +85651,8 @@ { "id": 60291, "name": "San Zeno Naviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85692,8 +85692,8 @@ { "id": 60292, "name": "San Zeno di Montagna", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85733,8 +85733,8 @@ { "id": 60293, "name": "San Zeno-San Giuseppe", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -85774,8 +85774,8 @@ { "id": 60294, "name": "San Zenone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85815,8 +85815,8 @@ { "id": 60295, "name": "San Zenone al Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85856,8 +85856,8 @@ { "id": 60296, "name": "San Zenone al Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85897,8 +85897,8 @@ { "id": 60297, "name": "San Zenone degli Ezzelini", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85938,8 +85938,8 @@ { "id": 60298, "name": "Sanarica", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -85979,8 +85979,8 @@ { "id": 60299, "name": "Sandigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86020,8 +86020,8 @@ { "id": 60300, "name": "Sandrigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86061,8 +86061,8 @@ { "id": 60301, "name": "Sandrà", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -86102,8 +86102,8 @@ { "id": 60302, "name": "Sanfront", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86143,8 +86143,8 @@ { "id": 60303, "name": "Sanfrè", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86184,8 +86184,8 @@ { "id": 60304, "name": "Sangano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86225,8 +86225,8 @@ { "id": 60305, "name": "Sangiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86266,8 +86266,8 @@ { "id": 60306, "name": "Sangineto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86307,8 +86307,8 @@ { "id": 60307, "name": "Sanguinetto", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86348,8 +86348,8 @@ { "id": 60308, "name": "Sanluri", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86389,8 +86389,8 @@ { "id": 60309, "name": "Sannazzaro de' Burgondi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86430,8 +86430,8 @@ { "id": 60310, "name": "Sannicandro Garganico", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86471,8 +86471,8 @@ { "id": 60311, "name": "Sannicandro di Bari", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86512,8 +86512,8 @@ { "id": 60312, "name": "Sannicola", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86553,8 +86553,8 @@ { "id": 60313, "name": "Sansepolcro", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86594,8 +86594,8 @@ { "id": 60314, "name": "Sant'Agapito", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86635,8 +86635,8 @@ { "id": 60315, "name": "Sant'Agata Bolognese", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86676,8 +86676,8 @@ { "id": 60316, "name": "Sant'Agata Feltria", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86717,8 +86717,8 @@ { "id": 60317, "name": "Sant'Agata Fossili", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86758,8 +86758,8 @@ { "id": 60318, "name": "Sant'Agata Li Battiati", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86799,8 +86799,8 @@ { "id": 60319, "name": "Sant'Agata Martesana", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -86840,8 +86840,8 @@ { "id": 60320, "name": "Sant'Agata de'Goti", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86881,8 +86881,8 @@ { "id": 60321, "name": "Sant'Agata del Bianco", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86922,8 +86922,8 @@ { "id": 60322, "name": "Sant'Agata di Esaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -86963,8 +86963,8 @@ { "id": 60323, "name": "Sant'Agata di Militello", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87004,8 +87004,8 @@ { "id": 60324, "name": "Sant'Agata di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87045,8 +87045,8 @@ { "id": 60325, "name": "Sant'Agata sui Due Golfi", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -87127,8 +87127,8 @@ { "id": 60327, "name": "Sant'Agnello", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87168,8 +87168,8 @@ { "id": 60328, "name": "Sant'Agostino", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87209,8 +87209,8 @@ { "id": 60329, "name": "Sant'Albano Stura", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87250,8 +87250,8 @@ { "id": 60330, "name": "Sant'Alberto", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -87291,8 +87291,8 @@ { "id": 60331, "name": "Sant'Alberto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -87332,8 +87332,8 @@ { "id": 60332, "name": "Sant'Albino", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -87373,8 +87373,8 @@ { "id": 60333, "name": "Sant'Alessio Con Vialone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87414,8 +87414,8 @@ { "id": 60334, "name": "Sant'Alessio Siculo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87455,8 +87455,8 @@ { "id": 60335, "name": "Sant'Alessio in Aspromonte", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87496,8 +87496,8 @@ { "id": 60336, "name": "Sant'Alfio", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87537,8 +87537,8 @@ { "id": 60337, "name": "Sant'Ambrogio di Torino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87578,8 +87578,8 @@ { "id": 60338, "name": "Sant'Ambrogio di Valpollicella", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87619,8 +87619,8 @@ { "id": 60339, "name": "Sant'Ambrogio sul Garigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87660,8 +87660,8 @@ { "id": 60340, "name": "Sant'Anastasia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87701,8 +87701,8 @@ { "id": 60341, "name": "Sant'Anatolia di Narco", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87742,8 +87742,8 @@ { "id": 60342, "name": "Sant'Andrea", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -87783,8 +87783,8 @@ { "id": 60343, "name": "Sant'Andrea", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -87824,8 +87824,8 @@ { "id": 60344, "name": "Sant'Andrea Apostolo dello Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87865,8 +87865,8 @@ { "id": 60345, "name": "Sant'Andrea Frius", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87906,8 +87906,8 @@ { "id": 60346, "name": "Sant'Andrea Ionio Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -87947,8 +87947,8 @@ { "id": 60347, "name": "Sant'Andrea del Garigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -87988,8 +87988,8 @@ { "id": 60348, "name": "Sant'Andrea di Conza", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88029,8 +88029,8 @@ { "id": 60349, "name": "Sant'Andrea in Casale", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -88070,8 +88070,8 @@ { "id": 60350, "name": "Sant'Andrea-Pizzone-Ciamprisco", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -88111,8 +88111,8 @@ { "id": 60351, "name": "Sant'Angelo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -88152,8 +88152,8 @@ { "id": 60352, "name": "Sant'Angelo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -88193,8 +88193,8 @@ { "id": 60353, "name": "Sant'Angelo A Cupolo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88234,8 +88234,8 @@ { "id": 60354, "name": "Sant'Angelo A Fasanella", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88275,8 +88275,8 @@ { "id": 60355, "name": "Sant'Angelo A Scala", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88316,8 +88316,8 @@ { "id": 60356, "name": "Sant'Angelo All'Esca", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88357,8 +88357,8 @@ { "id": 60357, "name": "Sant'Angelo Limosano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88398,8 +88398,8 @@ { "id": 60358, "name": "Sant'Angelo Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88439,8 +88439,8 @@ { "id": 60359, "name": "Sant'Angelo Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88480,8 +88480,8 @@ { "id": 60360, "name": "Sant'Angelo Muxaro", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88521,8 +88521,8 @@ { "id": 60361, "name": "Sant'Angelo Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88562,8 +88562,8 @@ { "id": 60362, "name": "Sant'Angelo d'Alife", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88603,8 +88603,8 @@ { "id": 60363, "name": "Sant'Angelo dei Lombardi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88644,8 +88644,8 @@ { "id": 60364, "name": "Sant'Angelo del Pesco", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88685,8 +88685,8 @@ { "id": 60365, "name": "Sant'Angelo di Brolo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88726,8 +88726,8 @@ { "id": 60366, "name": "Sant'Angelo di Piove di Sacco", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88767,8 +88767,8 @@ { "id": 60367, "name": "Sant'Angelo in Formis", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -88808,8 +88808,8 @@ { "id": 60368, "name": "Sant'Angelo in Lizzola", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88849,8 +88849,8 @@ { "id": 60369, "name": "Sant'Angelo in Pontano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88890,8 +88890,8 @@ { "id": 60370, "name": "Sant'Angelo in Vado", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -88931,8 +88931,8 @@ { "id": 60371, "name": "Sant'Angelo in Villa-Giglio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -88972,8 +88972,8 @@ { "id": 60372, "name": "Sant'Angelo le Fratte", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89013,8 +89013,8 @@ { "id": 60373, "name": "Sant'Anna", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -89054,8 +89054,8 @@ { "id": 60374, "name": "Sant'Anna Arresi", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89095,8 +89095,8 @@ { "id": 60375, "name": "Sant'Anna d'Alfaedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89136,8 +89136,8 @@ { "id": 60376, "name": "Sant'Antimo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89177,8 +89177,8 @@ { "id": 60377, "name": "Sant'Antioco", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89218,8 +89218,8 @@ { "id": 60378, "name": "Sant'Antonino di Susa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89259,8 +89259,8 @@ { "id": 60379, "name": "Sant'Antonio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89300,8 +89300,8 @@ { "id": 60380, "name": "Sant'Antonio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -89341,8 +89341,8 @@ { "id": 60381, "name": "Sant'Antonio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -89382,8 +89382,8 @@ { "id": 60382, "name": "Sant'Antonio", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -89423,8 +89423,8 @@ { "id": 60383, "name": "Sant'Antonio Abate", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89464,8 +89464,8 @@ { "id": 60384, "name": "Sant'Antonio di Gallura", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89505,8 +89505,8 @@ { "id": 60385, "name": "Sant'Apollinare", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89546,8 +89546,8 @@ { "id": 60386, "name": "Sant'Apollinare", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -89587,8 +89587,8 @@ { "id": 60387, "name": "Sant'Arcangelo", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89628,8 +89628,8 @@ { "id": 60388, "name": "Sant'Arcangelo Trimonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89669,8 +89669,8 @@ { "id": 60389, "name": "Sant'Arpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89710,8 +89710,8 @@ { "id": 60390, "name": "Sant'Arsenio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89751,8 +89751,8 @@ { "id": 60391, "name": "Sant'Egidio alla Vibrata", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89792,8 +89792,8 @@ { "id": 60392, "name": "Sant'Egidio del Monte Albino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89833,8 +89833,8 @@ { "id": 60393, "name": "Sant'Elena", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89874,8 +89874,8 @@ { "id": 60394, "name": "Sant'Elena Irpina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89915,8 +89915,8 @@ { "id": 60395, "name": "Sant'Elena Sannita", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -89956,8 +89956,8 @@ { "id": 60396, "name": "Sant'Elia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -89997,8 +89997,8 @@ { "id": 60397, "name": "Sant'Elia Fiumerapido", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90038,8 +90038,8 @@ { "id": 60398, "name": "Sant'Elia a Pianisi", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90079,8 +90079,8 @@ { "id": 60399, "name": "Sant'Elpidio a Mare", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90120,8 +90120,8 @@ { "id": 60400, "name": "Sant'Eufemia a Maiella", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90161,8 +90161,8 @@ { "id": 60401, "name": "Sant'Eufemia d'Aspromonte", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90202,8 +90202,8 @@ { "id": 60402, "name": "Sant'Eusanio Forconese", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90243,8 +90243,8 @@ { "id": 60403, "name": "Sant'Eusanio del Sangro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90284,8 +90284,8 @@ { "id": 60404, "name": "Sant'Ilario d'Enza", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90325,8 +90325,8 @@ { "id": 60405, "name": "Sant'Ilario dello Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90366,8 +90366,8 @@ { "id": 60406, "name": "Sant'Ippolito", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90407,8 +90407,8 @@ { "id": 60407, "name": "Sant'Omero", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90448,8 +90448,8 @@ { "id": 60408, "name": "Sant'Omobono Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90489,8 +90489,8 @@ { "id": 60409, "name": "Sant'Onofrio", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90530,8 +90530,8 @@ { "id": 60410, "name": "Sant'Oreste", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90571,8 +90571,8 @@ { "id": 60411, "name": "Sant'Orsola", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90612,8 +90612,8 @@ { "id": 60412, "name": "Sant'Orsola Terme", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90653,8 +90653,8 @@ { "id": 60413, "name": "Santa Brigida", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90694,8 +90694,8 @@ { "id": 60414, "name": "Santa Caterina Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90735,8 +90735,8 @@ { "id": 60415, "name": "Santa Caterina Villarmosa", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90776,8 +90776,8 @@ { "id": 60416, "name": "Santa Caterina dello Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90817,8 +90817,8 @@ { "id": 60417, "name": "Santa Caterina dello Ionio Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -90858,8 +90858,8 @@ { "id": 60418, "name": "Santa Cesarea Terme", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -90899,8 +90899,8 @@ { "id": 60419, "name": "Santa Corinna", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -90940,8 +90940,8 @@ { "id": 60420, "name": "Santa Cristina", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -90981,8 +90981,8 @@ { "id": 60421, "name": "Santa Cristina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91022,8 +91022,8 @@ { "id": 60422, "name": "Santa Cristina Gela", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91063,8 +91063,8 @@ { "id": 60423, "name": "Santa Cristina Valgardena", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91104,8 +91104,8 @@ { "id": 60424, "name": "Santa Cristina d'Aspromonte", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91145,8 +91145,8 @@ { "id": 60425, "name": "Santa Croce", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "city", @@ -91186,8 +91186,8 @@ { "id": 60426, "name": "Santa Croce Camerina", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91227,8 +91227,8 @@ { "id": 60427, "name": "Santa Croce Scuole", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -91268,8 +91268,8 @@ { "id": 60428, "name": "Santa Croce del Sannio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91309,8 +91309,8 @@ { "id": 60429, "name": "Santa Croce di Magliano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91350,8 +91350,8 @@ { "id": 60430, "name": "Santa Croce sull'Arno", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91391,8 +91391,8 @@ { "id": 60431, "name": "Santa Domenica", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "city", @@ -91432,8 +91432,8 @@ { "id": 60432, "name": "Santa Domenica Talao", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91473,8 +91473,8 @@ { "id": 60433, "name": "Santa Domenica Vittoria", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91514,8 +91514,8 @@ { "id": 60434, "name": "Santa Elisabetta", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91555,8 +91555,8 @@ { "id": 60435, "name": "Santa Eufemia Lamezia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -91596,8 +91596,8 @@ { "id": 60436, "name": "Santa Fiora", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91637,8 +91637,8 @@ { "id": 60437, "name": "Santa Flavia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91678,8 +91678,8 @@ { "id": 60438, "name": "Santa Giuletta", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91719,8 +91719,8 @@ { "id": 60439, "name": "Santa Giusta", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91760,8 +91760,8 @@ { "id": 60440, "name": "Santa Giustina", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91801,8 +91801,8 @@ { "id": 60441, "name": "Santa Giustina", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -91842,8 +91842,8 @@ { "id": 60442, "name": "Santa Giustina in Colle", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91883,8 +91883,8 @@ { "id": 60443, "name": "Santa Luce", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91924,8 +91924,8 @@ { "id": 60444, "name": "Santa Lucia", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -91965,8 +91965,8 @@ { "id": 60445, "name": "Santa Lucia", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92006,8 +92006,8 @@ { "id": 60446, "name": "Santa Lucia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -92047,8 +92047,8 @@ { "id": 60447, "name": "Santa Lucia del Mela", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92088,8 +92088,8 @@ { "id": 60448, "name": "Santa Lucia di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92129,8 +92129,8 @@ { "id": 60449, "name": "Santa Lucia di Serino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92170,8 +92170,8 @@ { "id": 60450, "name": "Santa Margherita", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -92211,8 +92211,8 @@ { "id": 60451, "name": "Santa Margherita Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92252,8 +92252,8 @@ { "id": 60452, "name": "Santa Margherita d'Adige", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92293,8 +92293,8 @@ { "id": 60453, "name": "Santa Margherita di Belice", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92334,8 +92334,8 @@ { "id": 60454, "name": "Santa Margherita di Staffora", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92375,8 +92375,8 @@ { "id": 60455, "name": "Santa Maria", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92416,8 +92416,8 @@ { "id": 60456, "name": "Santa Maria", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92457,8 +92457,8 @@ { "id": 60457, "name": "Santa Maria A Vico", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92498,8 +92498,8 @@ { "id": 60458, "name": "Santa Maria Apparente", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -92539,8 +92539,8 @@ { "id": 60459, "name": "Santa Maria Capua Vetere", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92580,8 +92580,8 @@ { "id": 60460, "name": "Santa Maria Codifiume", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -92621,8 +92621,8 @@ { "id": 60461, "name": "Santa Maria Coghinas", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92662,8 +92662,8 @@ { "id": 60462, "name": "Santa Maria Hoè", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92703,8 +92703,8 @@ { "id": 60463, "name": "Santa Maria Imbaro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92744,8 +92744,8 @@ { "id": 60464, "name": "Santa Maria La Carità", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92785,8 +92785,8 @@ { "id": 60465, "name": "Santa Maria Maddalena", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -92826,8 +92826,8 @@ { "id": 60466, "name": "Santa Maria Maggiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92867,8 +92867,8 @@ { "id": 60467, "name": "Santa Maria Navarrese", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "city", @@ -92908,8 +92908,8 @@ { "id": 60468, "name": "Santa Maria Nuova", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -92949,8 +92949,8 @@ { "id": 60469, "name": "Santa Maria Nuova", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -92990,8 +92990,8 @@ { "id": 60470, "name": "Santa Maria a Monte", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93031,8 +93031,8 @@ { "id": 60471, "name": "Santa Maria degli Angeli", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -93072,8 +93072,8 @@ { "id": 60472, "name": "Santa Maria dei Sabbioni", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93113,8 +93113,8 @@ { "id": 60473, "name": "Santa Maria del Cedro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93154,8 +93154,8 @@ { "id": 60474, "name": "Santa Maria del Molise", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93195,8 +93195,8 @@ { "id": 60475, "name": "Santa Maria della Versa", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93236,8 +93236,8 @@ { "id": 60476, "name": "Santa Maria di Licodia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93277,8 +93277,8 @@ { "id": 60477, "name": "Santa Maria di Non", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -93318,8 +93318,8 @@ { "id": 60478, "name": "Santa Maria di Sala", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93359,8 +93359,8 @@ { "id": 60479, "name": "Santa Maria la Fossa", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93400,8 +93400,8 @@ { "id": 60480, "name": "Santa Maria la Longa", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93441,8 +93441,8 @@ { "id": 60481, "name": "Santa Maria la Stella", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -93482,8 +93482,8 @@ { "id": 60482, "name": "Santa Marina", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93523,8 +93523,8 @@ { "id": 60483, "name": "Santa Marina Salina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93564,8 +93564,8 @@ { "id": 60484, "name": "Santa Marinella", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93605,8 +93605,8 @@ { "id": 60485, "name": "Santa Marta", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93646,8 +93646,8 @@ { "id": 60486, "name": "Santa Monica-Cella", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -93687,8 +93687,8 @@ { "id": 60487, "name": "Santa Ninfa", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93728,8 +93728,8 @@ { "id": 60488, "name": "Santa Paolina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93769,8 +93769,8 @@ { "id": 60489, "name": "Santa Rufina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "city", @@ -93810,8 +93810,8 @@ { "id": 60490, "name": "Santa Severina", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93851,8 +93851,8 @@ { "id": 60491, "name": "Santa Sofia", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93892,8 +93892,8 @@ { "id": 60492, "name": "Santa Sofia d'Epiro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -93933,8 +93933,8 @@ { "id": 60493, "name": "Santa Tecla-Castelpagano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -93974,8 +93974,8 @@ { "id": 60494, "name": "Santa Teresa", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -94015,8 +94015,8 @@ { "id": 60495, "name": "Santa Teresa Gallura", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94056,8 +94056,8 @@ { "id": 60496, "name": "Santa Teresa di Riva", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94097,8 +94097,8 @@ { "id": 60497, "name": "Santa Valburga", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94138,8 +94138,8 @@ { "id": 60498, "name": "Santa Venerina", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94179,8 +94179,8 @@ { "id": 60499, "name": "Santa Vittoria", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -94220,8 +94220,8 @@ { "id": 60500, "name": "Santa Vittoria d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94261,8 +94261,8 @@ { "id": 60501, "name": "Santadi", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94302,8 +94302,8 @@ { "id": 60502, "name": "Santandrà", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -94343,8 +94343,8 @@ { "id": 60503, "name": "Santarcangelo", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94384,8 +94384,8 @@ { "id": 60504, "name": "Sante Marie", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94425,8 +94425,8 @@ { "id": 60505, "name": "Santena", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94466,8 +94466,8 @@ { "id": 60506, "name": "Santeramo in Colle", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94507,8 +94507,8 @@ { "id": 60507, "name": "Santerno", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -94548,8 +94548,8 @@ { "id": 60508, "name": "Santhià", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94589,8 +94589,8 @@ { "id": 60509, "name": "Santi Cosma e Damiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94630,8 +94630,8 @@ { "id": 60510, "name": "Santino", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94671,8 +94671,8 @@ { "id": 60511, "name": "Santo Stefano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -94712,8 +94712,8 @@ { "id": 60512, "name": "Santo Stefano Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94753,8 +94753,8 @@ { "id": 60513, "name": "Santo Stefano Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94794,8 +94794,8 @@ { "id": 60514, "name": "Santo Stefano Quisquina", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94835,8 +94835,8 @@ { "id": 60515, "name": "Santo Stefano Roero", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94876,8 +94876,8 @@ { "id": 60516, "name": "Santo Stefano Ticino", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94917,8 +94917,8 @@ { "id": 60517, "name": "Santo Stefano al Mare", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94958,8 +94958,8 @@ { "id": 60518, "name": "Santo Stefano d'Aveto", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -94999,8 +94999,8 @@ { "id": 60519, "name": "Santo Stefano del Sole", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95040,8 +95040,8 @@ { "id": 60520, "name": "Santo Stefano di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95081,8 +95081,8 @@ { "id": 60521, "name": "Santo Stefano di Camastra", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95122,8 +95122,8 @@ { "id": 60522, "name": "Santo Stefano di Magra", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95163,8 +95163,8 @@ { "id": 60523, "name": "Santo Stefano di Rogliano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95204,8 +95204,8 @@ { "id": 60524, "name": "Santo Stefano di Sessanio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95245,8 +95245,8 @@ { "id": 60525, "name": "Santo Stefano in Aspromonte", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95286,8 +95286,8 @@ { "id": 60526, "name": "Santo Stefano-Bonaldo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95327,8 +95327,8 @@ { "id": 60527, "name": "Santo Stefano-Carraie", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -95368,8 +95368,8 @@ { "id": 60528, "name": "Santomenna", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95409,8 +95409,8 @@ { "id": 60529, "name": "Santopadre", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95450,8 +95450,8 @@ { "id": 60530, "name": "Santorso", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95491,8 +95491,8 @@ { "id": 60531, "name": "Santu Lussurgiu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95532,8 +95532,8 @@ { "id": 60532, "name": "Sanza", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95573,8 +95573,8 @@ { "id": 60533, "name": "Sanzeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95614,8 +95614,8 @@ { "id": 60534, "name": "Saonara", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95655,8 +95655,8 @@ { "id": 60535, "name": "Saponara", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95696,8 +95696,8 @@ { "id": 60536, "name": "Saponara Marittima", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -95737,8 +95737,8 @@ { "id": 60537, "name": "Sappada", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95778,8 +95778,8 @@ { "id": 60538, "name": "Sapri", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95819,8 +95819,8 @@ { "id": 60539, "name": "Saracena", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95860,8 +95860,8 @@ { "id": 60540, "name": "Saracinesco", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95901,8 +95901,8 @@ { "id": 60541, "name": "Sarcedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95942,8 +95942,8 @@ { "id": 60542, "name": "Sarconi", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -95983,8 +95983,8 @@ { "id": 60543, "name": "Sardara", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96024,8 +96024,8 @@ { "id": 60544, "name": "Sardigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96065,8 +96065,8 @@ { "id": 60545, "name": "Sarego", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96106,8 +96106,8 @@ { "id": 60546, "name": "Sarentino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96147,8 +96147,8 @@ { "id": 60547, "name": "Sarezzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96188,8 +96188,8 @@ { "id": 60548, "name": "Sarezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96229,8 +96229,8 @@ { "id": 60549, "name": "Sarmato", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96270,8 +96270,8 @@ { "id": 60550, "name": "Sarmede", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96311,8 +96311,8 @@ { "id": 60551, "name": "Sarmeola", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -96352,8 +96352,8 @@ { "id": 60552, "name": "Sarnano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96393,8 +96393,8 @@ { "id": 60553, "name": "Sarnico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96434,8 +96434,8 @@ { "id": 60554, "name": "Sarno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96475,8 +96475,8 @@ { "id": 60555, "name": "Sarnonico", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96516,8 +96516,8 @@ { "id": 60556, "name": "Saronno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96557,8 +96557,8 @@ { "id": 60557, "name": "Sarroch", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96598,8 +96598,8 @@ { "id": 60558, "name": "Sarsina", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96639,8 +96639,8 @@ { "id": 60559, "name": "Sartano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -96680,8 +96680,8 @@ { "id": 60560, "name": "Sarteano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96721,8 +96721,8 @@ { "id": 60561, "name": "Sartirana Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96762,8 +96762,8 @@ { "id": 60562, "name": "Sarule", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96803,8 +96803,8 @@ { "id": 60563, "name": "Sarzana", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -96844,8 +96844,8 @@ { "id": 60564, "name": "Sasi", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -96885,8 +96885,8 @@ { "id": 60565, "name": "Sassa", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -96926,8 +96926,8 @@ { "id": 60566, "name": "Sassacci", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -96967,8 +96967,8 @@ { "id": 60567, "name": "Sassano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97008,8 +97008,8 @@ { "id": 60568, "name": "Sassari", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -97049,8 +97049,8 @@ { "id": 60569, "name": "Sassello", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97090,8 +97090,8 @@ { "id": 60570, "name": "Sassetta", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97131,8 +97131,8 @@ { "id": 60571, "name": "Sassinoro", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97172,8 +97172,8 @@ { "id": 60572, "name": "Sasso Marconi", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97213,8 +97213,8 @@ { "id": 60573, "name": "Sasso di Castalda", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97254,8 +97254,8 @@ { "id": 60574, "name": "Sassocorvaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97295,8 +97295,8 @@ { "id": 60575, "name": "Sassofeltrio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97336,8 +97336,8 @@ { "id": 60576, "name": "Sassoferrato", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97377,8 +97377,8 @@ { "id": 60577, "name": "Sassuolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97418,8 +97418,8 @@ { "id": 60578, "name": "Satriano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97459,8 +97459,8 @@ { "id": 60579, "name": "Satriano di Lucania", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97500,8 +97500,8 @@ { "id": 60580, "name": "Sauris di Sotto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97541,8 +97541,8 @@ { "id": 60581, "name": "Sauze d'Oulx", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97582,8 +97582,8 @@ { "id": 60582, "name": "Sauze di Cesana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97623,8 +97623,8 @@ { "id": 60583, "name": "Sava", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97664,8 +97664,8 @@ { "id": 60584, "name": "Savarna-Conventello", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -97705,8 +97705,8 @@ { "id": 60585, "name": "Savelli", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97746,8 +97746,8 @@ { "id": 60586, "name": "Saviano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97787,8 +97787,8 @@ { "id": 60587, "name": "Savigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97828,8 +97828,8 @@ { "id": 60588, "name": "Savignano Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97869,8 +97869,8 @@ { "id": 60589, "name": "Savignano sul Panaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97910,8 +97910,8 @@ { "id": 60590, "name": "Savignano sul Rubicone", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97951,8 +97951,8 @@ { "id": 60591, "name": "Savigno", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -97992,8 +97992,8 @@ { "id": 60592, "name": "Savignone", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98033,8 +98033,8 @@ { "id": 60593, "name": "Savio", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -98074,8 +98074,8 @@ { "id": 60594, "name": "Saviore", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98115,8 +98115,8 @@ { "id": 60595, "name": "Savoca", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98156,8 +98156,8 @@ { "id": 60596, "name": "Savogna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98197,8 +98197,8 @@ { "id": 60597, "name": "Savogna d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98238,8 +98238,8 @@ { "id": 60598, "name": "Savoia di Lucania", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98279,8 +98279,8 @@ { "id": 60599, "name": "Savona", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -98320,8 +98320,8 @@ { "id": 60600, "name": "Savonera", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -98361,8 +98361,8 @@ { "id": 60601, "name": "Scafa", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98402,8 +98402,8 @@ { "id": 60602, "name": "Scafati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98443,8 +98443,8 @@ { "id": 60603, "name": "Scagnello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98484,8 +98484,8 @@ { "id": 60604, "name": "Scala", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98525,8 +98525,8 @@ { "id": 60605, "name": "Scala Coeli", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98566,8 +98566,8 @@ { "id": 60606, "name": "Scaldasole", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98607,8 +98607,8 @@ { "id": 60607, "name": "Scalea", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98648,8 +98648,8 @@ { "id": 60608, "name": "Scalenghe", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98689,8 +98689,8 @@ { "id": 60609, "name": "Scaletta Zanclea", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98730,8 +98730,8 @@ { "id": 60610, "name": "Scalo Romagnano al Monte", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98771,8 +98771,8 @@ { "id": 60611, "name": "Scalo di Baragiano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -98812,8 +98812,8 @@ { "id": 60612, "name": "Scaltenigo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -98853,8 +98853,8 @@ { "id": 60613, "name": "Scampia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -98894,8 +98894,8 @@ { "id": 60614, "name": "Scampitella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98935,8 +98935,8 @@ { "id": 60615, "name": "Scandale", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -98976,8 +98976,8 @@ { "id": 60616, "name": "Scandiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99017,8 +99017,8 @@ { "id": 60617, "name": "Scandicci", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99058,8 +99058,8 @@ { "id": 60618, "name": "Scandolara Ravara", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99099,8 +99099,8 @@ { "id": 60619, "name": "Scandolara Ripa d'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99140,8 +99140,8 @@ { "id": 60620, "name": "Scandriglia", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99181,8 +99181,8 @@ { "id": 60621, "name": "Scannabue-Cascine Capri", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -99222,8 +99222,8 @@ { "id": 60622, "name": "Scanno", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99263,8 +99263,8 @@ { "id": 60623, "name": "Scano al Brembo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99304,8 +99304,8 @@ { "id": 60624, "name": "Scano di Montiferro", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99345,8 +99345,8 @@ { "id": 60625, "name": "Scansano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99386,8 +99386,8 @@ { "id": 60626, "name": "Scanzano Jonico", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99427,8 +99427,8 @@ { "id": 60627, "name": "Scanzorosciate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99468,8 +99468,8 @@ { "id": 60628, "name": "Scapoli", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99509,8 +99509,8 @@ { "id": 60629, "name": "Scarcelli", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -99550,8 +99550,8 @@ { "id": 60630, "name": "Scardovari", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -99591,8 +99591,8 @@ { "id": 60631, "name": "Scario", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -99632,8 +99632,8 @@ { "id": 60632, "name": "Scarlino", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99673,8 +99673,8 @@ { "id": 60633, "name": "Scarlino Scalo", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -99714,8 +99714,8 @@ { "id": 60634, "name": "Scarmagno", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99755,8 +99755,8 @@ { "id": 60635, "name": "Scarnafigi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99796,8 +99796,8 @@ { "id": 60636, "name": "Scarperia", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99837,8 +99837,8 @@ { "id": 60637, "name": "Scena", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99878,8 +99878,8 @@ { "id": 60638, "name": "Scena - Schenna", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -99919,8 +99919,8 @@ { "id": 60639, "name": "Scerne", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -99960,8 +99960,8 @@ { "id": 60640, "name": "Scerni", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100001,8 +100001,8 @@ { "id": 60641, "name": "Scheggia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100042,8 +100042,8 @@ { "id": 60642, "name": "Scheggino", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100083,8 +100083,8 @@ { "id": 60643, "name": "Schiavi di Abruzzo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100124,8 +100124,8 @@ { "id": 60644, "name": "Schiavon", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100165,8 +100165,8 @@ { "id": 60645, "name": "Schignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100206,8 +100206,8 @@ { "id": 60646, "name": "Schilpario", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100247,8 +100247,8 @@ { "id": 60647, "name": "Schio", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100288,8 +100288,8 @@ { "id": 60648, "name": "Schivenoglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100329,8 +100329,8 @@ { "id": 60649, "name": "Sciacca", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100370,8 +100370,8 @@ { "id": 60650, "name": "Sciara", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100411,8 +100411,8 @@ { "id": 60651, "name": "Sciarborasca", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "city", @@ -100452,8 +100452,8 @@ { "id": 60652, "name": "Sciaves", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100493,8 +100493,8 @@ { "id": 60653, "name": "Scicli", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100534,8 +100534,8 @@ { "id": 60654, "name": "Scido", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100575,8 +100575,8 @@ { "id": 60655, "name": "Scilla", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100616,8 +100616,8 @@ { "id": 60656, "name": "Scillato", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100657,8 +100657,8 @@ { "id": 60657, "name": "Sciolze", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100698,8 +100698,8 @@ { "id": 60658, "name": "Scisciano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100739,8 +100739,8 @@ { "id": 60659, "name": "Sclafani Bagni", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100780,8 +100780,8 @@ { "id": 60660, "name": "Scoglitti", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -100821,8 +100821,8 @@ { "id": 60661, "name": "Scomigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -100862,8 +100862,8 @@ { "id": 60662, "name": "Scontrone", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100903,8 +100903,8 @@ { "id": 60663, "name": "Scopa", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100944,8 +100944,8 @@ { "id": 60664, "name": "Scopello", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -100985,8 +100985,8 @@ { "id": 60665, "name": "Scoppito", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101026,8 +101026,8 @@ { "id": 60666, "name": "Scordia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101067,8 +101067,8 @@ { "id": 60667, "name": "Scorrano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101108,8 +101108,8 @@ { "id": 60668, "name": "Scortichino", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -101149,8 +101149,8 @@ { "id": 60669, "name": "Scorzè", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101190,8 +101190,8 @@ { "id": 60670, "name": "Scurcola Marsicana", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101231,8 +101231,8 @@ { "id": 60671, "name": "Scurelle", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101272,8 +101272,8 @@ { "id": 60672, "name": "Scurzolengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101313,8 +101313,8 @@ { "id": 60673, "name": "Seano", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "city", @@ -101354,8 +101354,8 @@ { "id": 60674, "name": "Seborga", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101395,8 +101395,8 @@ { "id": 60675, "name": "Secchiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -101436,8 +101436,8 @@ { "id": 60676, "name": "Secinaro", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101477,8 +101477,8 @@ { "id": 60677, "name": "Seclì", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101518,8 +101518,8 @@ { "id": 60678, "name": "Secondigliano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -101559,8 +101559,8 @@ { "id": 60679, "name": "Secugnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101600,8 +101600,8 @@ { "id": 60680, "name": "Sedegliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101641,8 +101641,8 @@ { "id": 60681, "name": "Sedico", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101682,8 +101682,8 @@ { "id": 60682, "name": "Sedilo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101723,8 +101723,8 @@ { "id": 60683, "name": "Sedini", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101764,8 +101764,8 @@ { "id": 60684, "name": "Sedriano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101805,8 +101805,8 @@ { "id": 60685, "name": "Sedrina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101846,8 +101846,8 @@ { "id": 60686, "name": "Sefro", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101887,8 +101887,8 @@ { "id": 60687, "name": "Segariu", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101928,8 +101928,8 @@ { "id": 60688, "name": "Seggiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -101969,8 +101969,8 @@ { "id": 60689, "name": "Segni", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102010,8 +102010,8 @@ { "id": 60690, "name": "Segonzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102051,8 +102051,8 @@ { "id": 60691, "name": "Segrate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102092,8 +102092,8 @@ { "id": 60692, "name": "Segusino", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102133,8 +102133,8 @@ { "id": 60693, "name": "Selargius", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102174,8 +102174,8 @@ { "id": 60694, "name": "Selcetta", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -102215,8 +102215,8 @@ { "id": 60695, "name": "Selci", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102256,8 +102256,8 @@ { "id": 60696, "name": "Selci-Lama", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -102297,8 +102297,8 @@ { "id": 60697, "name": "Selegas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102338,8 +102338,8 @@ { "id": 60698, "name": "Selino Basso", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102379,8 +102379,8 @@ { "id": 60699, "name": "Sellano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102420,8 +102420,8 @@ { "id": 60700, "name": "Sellero", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102461,8 +102461,8 @@ { "id": 60701, "name": "Sellia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102502,8 +102502,8 @@ { "id": 60702, "name": "Sellia Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102543,8 +102543,8 @@ { "id": 60703, "name": "Selva", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102584,8 +102584,8 @@ { "id": 60704, "name": "Selva", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -102625,8 +102625,8 @@ { "id": 60705, "name": "Selva dei Molini", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102666,8 +102666,8 @@ { "id": 60706, "name": "Selva del Montello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -102707,8 +102707,8 @@ { "id": 60707, "name": "Selva di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102748,8 +102748,8 @@ { "id": 60708, "name": "Selva di Progno", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102789,8 +102789,8 @@ { "id": 60709, "name": "Selvatelle", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -102830,8 +102830,8 @@ { "id": 60710, "name": "Selvazzano Dentro", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102871,8 +102871,8 @@ { "id": 60711, "name": "Selve Marcone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102912,8 +102912,8 @@ { "id": 60712, "name": "Selvino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102953,8 +102953,8 @@ { "id": 60713, "name": "Semestene", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -102994,8 +102994,8 @@ { "id": 60714, "name": "Semiana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103035,8 +103035,8 @@ { "id": 60715, "name": "Seminara", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103076,8 +103076,8 @@ { "id": 60716, "name": "Semonte-Casamorcia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -103117,8 +103117,8 @@ { "id": 60717, "name": "Semproniano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103158,8 +103158,8 @@ { "id": 60718, "name": "Senago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103199,8 +103199,8 @@ { "id": 60719, "name": "Senale", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103240,8 +103240,8 @@ { "id": 60720, "name": "Senales", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103281,8 +103281,8 @@ { "id": 60721, "name": "Seneghe", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103322,8 +103322,8 @@ { "id": 60722, "name": "Senerchia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103363,8 +103363,8 @@ { "id": 60723, "name": "Seniga", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103404,8 +103404,8 @@ { "id": 60724, "name": "Senigallia", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103445,8 +103445,8 @@ { "id": 60725, "name": "Senis", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103486,8 +103486,8 @@ { "id": 60726, "name": "Senise", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103527,8 +103527,8 @@ { "id": 60727, "name": "Senna Comasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103568,8 +103568,8 @@ { "id": 60728, "name": "Senna Lodigiana", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103609,8 +103609,8 @@ { "id": 60729, "name": "Sennariolo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103650,8 +103650,8 @@ { "id": 60730, "name": "Sennori", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103691,8 +103691,8 @@ { "id": 60731, "name": "Senorbì", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103732,8 +103732,8 @@ { "id": 60732, "name": "Sepino", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103773,8 +103773,8 @@ { "id": 60733, "name": "Seppiana", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103814,8 +103814,8 @@ { "id": 60734, "name": "Sequals", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103855,8 +103855,8 @@ { "id": 60735, "name": "Seravezza", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103896,8 +103896,8 @@ { "id": 60736, "name": "Serdiana", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103937,8 +103937,8 @@ { "id": 60737, "name": "Seregno", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -103978,8 +103978,8 @@ { "id": 60738, "name": "Seren del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104019,8 +104019,8 @@ { "id": 60739, "name": "Sergnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104060,8 +104060,8 @@ { "id": 60740, "name": "Seriate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104101,8 +104101,8 @@ { "id": 60741, "name": "Serina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104142,8 +104142,8 @@ { "id": 60742, "name": "Serino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104183,8 +104183,8 @@ { "id": 60743, "name": "Serle", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104224,8 +104224,8 @@ { "id": 60744, "name": "Sermide", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104265,8 +104265,8 @@ { "id": 60745, "name": "Sermoneta", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104306,8 +104306,8 @@ { "id": 60746, "name": "Sernaglia della Battaglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104347,8 +104347,8 @@ { "id": 60747, "name": "Sernio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104388,8 +104388,8 @@ { "id": 60748, "name": "Serole", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104429,8 +104429,8 @@ { "id": 60749, "name": "Serone", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104470,8 +104470,8 @@ { "id": 60750, "name": "Serra Pedace", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104511,8 +104511,8 @@ { "id": 60751, "name": "Serra Riccò", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104552,8 +104552,8 @@ { "id": 60752, "name": "Serra San Bruno", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104593,8 +104593,8 @@ { "id": 60753, "name": "Serra San Quirico", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104634,8 +104634,8 @@ { "id": 60754, "name": "Serra Sant'Abbondio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104675,8 +104675,8 @@ { "id": 60755, "name": "Serra d'Aiello", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104716,8 +104716,8 @@ { "id": 60756, "name": "Serra de' Conti", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104757,8 +104757,8 @@ { "id": 60757, "name": "Serra di Maiolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104798,8 +104798,8 @@ { "id": 60758, "name": "Serracapriola", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104839,8 +104839,8 @@ { "id": 60759, "name": "Serradifalco", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104880,8 +104880,8 @@ { "id": 60760, "name": "Serralunga d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104921,8 +104921,8 @@ { "id": 60761, "name": "Serralunga di Crea", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -104962,8 +104962,8 @@ { "id": 60762, "name": "Serramanna", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105003,8 +105003,8 @@ { "id": 60763, "name": "Serramazzoni", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105044,8 +105044,8 @@ { "id": 60764, "name": "Serramezzana", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105085,8 +105085,8 @@ { "id": 60765, "name": "Serramonacesca", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105126,8 +105126,8 @@ { "id": 60766, "name": "Serrano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -105167,8 +105167,8 @@ { "id": 60767, "name": "Serrapetrona", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105208,8 +105208,8 @@ { "id": 60768, "name": "Serrara Fontana", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105249,8 +105249,8 @@ { "id": 60769, "name": "Serrastretta", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105290,8 +105290,8 @@ { "id": 60770, "name": "Serrata", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105331,8 +105331,8 @@ { "id": 60771, "name": "Serravalle", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -105372,8 +105372,8 @@ { "id": 60772, "name": "Serravalle Langhe", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105413,8 +105413,8 @@ { "id": 60773, "name": "Serravalle Pistoiese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105454,8 +105454,8 @@ { "id": 60774, "name": "Serravalle Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105495,8 +105495,8 @@ { "id": 60775, "name": "Serravalle Sesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105536,8 +105536,8 @@ { "id": 60776, "name": "Serravalle a Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105577,8 +105577,8 @@ { "id": 60777, "name": "Serravalle di Chienti", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105618,8 +105618,8 @@ { "id": 60778, "name": "Serre", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105659,8 +105659,8 @@ { "id": 60779, "name": "Serre", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105700,8 +105700,8 @@ { "id": 60780, "name": "Serre di Rapolano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -105741,8 +105741,8 @@ { "id": 60781, "name": "Serrenti", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105782,8 +105782,8 @@ { "id": 60782, "name": "Serri", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105823,8 +105823,8 @@ { "id": 60783, "name": "Serrone", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105864,8 +105864,8 @@ { "id": 60784, "name": "Serrungarina", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105905,8 +105905,8 @@ { "id": 60785, "name": "Sersale", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105946,8 +105946,8 @@ { "id": 60786, "name": "Servigliano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -105987,8 +105987,8 @@ { "id": 60787, "name": "Servo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106028,8 +106028,8 @@ { "id": 60788, "name": "Sessa Aurunca", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106069,8 +106069,8 @@ { "id": 60789, "name": "Sessa Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106110,8 +106110,8 @@ { "id": 60790, "name": "Sessame", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106151,8 +106151,8 @@ { "id": 60791, "name": "Sessano del Molise", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106192,8 +106192,8 @@ { "id": 60792, "name": "Sesta Godano", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106233,8 +106233,8 @@ { "id": 60793, "name": "Sestino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106274,8 +106274,8 @@ { "id": 60794, "name": "Sesto", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106315,8 +106315,8 @@ { "id": 60795, "name": "Sesto Calende", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106356,8 +106356,8 @@ { "id": 60796, "name": "Sesto Campano", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106397,8 +106397,8 @@ { "id": 60797, "name": "Sesto Fiorentino", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106438,8 +106438,8 @@ { "id": 60798, "name": "Sesto Imolese", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -106479,8 +106479,8 @@ { "id": 60799, "name": "Sesto San Giovanni", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106520,8 +106520,8 @@ { "id": 60800, "name": "Sesto al Reghena", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106561,8 +106561,8 @@ { "id": 60801, "name": "Sesto ed Uniti", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106602,8 +106602,8 @@ { "id": 60802, "name": "Sestola", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106643,8 +106643,8 @@ { "id": 60803, "name": "Sestri Levante", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106684,8 +106684,8 @@ { "id": 60804, "name": "Sestriere", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106725,8 +106725,8 @@ { "id": 60805, "name": "Sestu", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106766,8 +106766,8 @@ { "id": 60806, "name": "Settala", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106807,8 +106807,8 @@ { "id": 60807, "name": "Settefrati", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106848,8 +106848,8 @@ { "id": 60808, "name": "Setteville", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -106889,8 +106889,8 @@ { "id": 60809, "name": "Settime", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -106930,8 +106930,8 @@ { "id": 60810, "name": "Settimo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -106971,8 +106971,8 @@ { "id": 60811, "name": "Settimo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -107012,8 +107012,8 @@ { "id": 60812, "name": "Settimo Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107053,8 +107053,8 @@ { "id": 60813, "name": "Settimo Rottaro", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107094,8 +107094,8 @@ { "id": 60814, "name": "Settimo San Pietro", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107135,8 +107135,8 @@ { "id": 60815, "name": "Settimo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107176,8 +107176,8 @@ { "id": 60816, "name": "Settimo Vittone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107217,8 +107217,8 @@ { "id": 60817, "name": "Settingiano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107258,8 +107258,8 @@ { "id": 60818, "name": "Setzu", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107299,8 +107299,8 @@ { "id": 60819, "name": "Seui", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107340,8 +107340,8 @@ { "id": 60820, "name": "Seulo", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107381,8 +107381,8 @@ { "id": 60821, "name": "Sevegliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107422,8 +107422,8 @@ { "id": 60822, "name": "Seveso", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107463,8 +107463,8 @@ { "id": 60823, "name": "Sezzadio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107504,8 +107504,8 @@ { "id": 60824, "name": "Sezze", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107545,8 +107545,8 @@ { "id": 60825, "name": "Sezze Scalo", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -107586,8 +107586,8 @@ { "id": 60826, "name": "Sfaranda", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -107627,8 +107627,8 @@ { "id": 60827, "name": "Sferracavallo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -107668,8 +107668,8 @@ { "id": 60828, "name": "Sferracavallo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -107709,8 +107709,8 @@ { "id": 60829, "name": "Sforzacosta", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -107750,8 +107750,8 @@ { "id": 60830, "name": "Sfruz", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107791,8 +107791,8 @@ { "id": 60831, "name": "Sgonico", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107832,8 +107832,8 @@ { "id": 60832, "name": "Sgurgola", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107873,8 +107873,8 @@ { "id": 60833, "name": "Siamaggiore", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107914,8 +107914,8 @@ { "id": 60834, "name": "Siamanna", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -107955,8 +107955,8 @@ { "id": 60835, "name": "Siano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -107996,8 +107996,8 @@ { "id": 60836, "name": "Siano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108037,8 +108037,8 @@ { "id": 60837, "name": "Siapiccia", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108078,8 +108078,8 @@ { "id": 60838, "name": "Sibari", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -108119,8 +108119,8 @@ { "id": 60839, "name": "Sicignano degli Alburni", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108160,8 +108160,8 @@ { "id": 60840, "name": "Siculiana", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108201,8 +108201,8 @@ { "id": 60841, "name": "Siddi", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108242,8 +108242,8 @@ { "id": 60842, "name": "Siderno", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108283,8 +108283,8 @@ { "id": 60843, "name": "Sieci", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -108324,8 +108324,8 @@ { "id": 60844, "name": "Siena", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -108365,8 +108365,8 @@ { "id": 60845, "name": "Sigillo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108406,8 +108406,8 @@ { "id": 60846, "name": "Signa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108447,8 +108447,8 @@ { "id": 60847, "name": "Silandro", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108488,8 +108488,8 @@ { "id": 60848, "name": "Silanus", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108529,8 +108529,8 @@ { "id": 60849, "name": "Silea", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108570,8 +108570,8 @@ { "id": 60850, "name": "Siligo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108611,8 +108611,8 @@ { "id": 60851, "name": "Siliqua", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108652,8 +108652,8 @@ { "id": 60852, "name": "Silius", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108693,8 +108693,8 @@ { "id": 60853, "name": "Sillano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108734,8 +108734,8 @@ { "id": 60854, "name": "Sillavengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108775,8 +108775,8 @@ { "id": 60855, "name": "Silvano Pietra", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108816,8 +108816,8 @@ { "id": 60856, "name": "Silvano d'Orba", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108857,8 +108857,8 @@ { "id": 60857, "name": "Silvi", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108898,8 +108898,8 @@ { "id": 60858, "name": "Silì", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "city", @@ -108939,8 +108939,8 @@ { "id": 60859, "name": "Simala", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -108980,8 +108980,8 @@ { "id": 60860, "name": "Simaxis", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109021,8 +109021,8 @@ { "id": 60861, "name": "Simbario", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109062,8 +109062,8 @@ { "id": 60862, "name": "Sinagra", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109103,8 +109103,8 @@ { "id": 60863, "name": "Sinalunga", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109144,8 +109144,8 @@ { "id": 60864, "name": "Sindia", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109185,8 +109185,8 @@ { "id": 60865, "name": "Sini", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109226,8 +109226,8 @@ { "id": 60866, "name": "Sinigo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -109267,8 +109267,8 @@ { "id": 60867, "name": "Sinio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109308,8 +109308,8 @@ { "id": 60868, "name": "Siniscola", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109349,8 +109349,8 @@ { "id": 60869, "name": "Sinnai", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109390,8 +109390,8 @@ { "id": 60870, "name": "Sinopoli", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109431,8 +109431,8 @@ { "id": 60871, "name": "Siracusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -109472,8 +109472,8 @@ { "id": 60872, "name": "Sirignano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109513,8 +109513,8 @@ { "id": 60873, "name": "Siris", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109554,8 +109554,8 @@ { "id": 60874, "name": "Sirmione", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109595,8 +109595,8 @@ { "id": 60875, "name": "Sirolo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109636,8 +109636,8 @@ { "id": 60876, "name": "Sirone", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109677,8 +109677,8 @@ { "id": 60877, "name": "Siror", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109718,8 +109718,8 @@ { "id": 60878, "name": "Sirta", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109759,8 +109759,8 @@ { "id": 60879, "name": "Sirtori", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109800,8 +109800,8 @@ { "id": 60880, "name": "Sissa", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109841,8 +109841,8 @@ { "id": 60881, "name": "Sistiana-Visogliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "city", @@ -109882,8 +109882,8 @@ { "id": 60882, "name": "Siurgus Donigala", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -109923,8 +109923,8 @@ { "id": 60883, "name": "Siusi", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -109964,8 +109964,8 @@ { "id": 60884, "name": "Siviano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110005,8 +110005,8 @@ { "id": 60885, "name": "Siziano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110046,8 +110046,8 @@ { "id": 60886, "name": "Sizzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110087,8 +110087,8 @@ { "id": 60887, "name": "Sluderno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110128,8 +110128,8 @@ { "id": 60888, "name": "Smarano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110169,8 +110169,8 @@ { "id": 60889, "name": "Smerillo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110210,8 +110210,8 @@ { "id": 60890, "name": "Soave", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110251,8 +110251,8 @@ { "id": 60891, "name": "Soave", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -110292,8 +110292,8 @@ { "id": 60892, "name": "Soccavo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -110333,8 +110333,8 @@ { "id": 60893, "name": "Soccher-Paiane-Casan-Arsie", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "city", @@ -110374,8 +110374,8 @@ { "id": 60894, "name": "Soci", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -110415,8 +110415,8 @@ { "id": 60895, "name": "Soddì", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110456,8 +110456,8 @@ { "id": 60896, "name": "Sogliano Cavour", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110497,8 +110497,8 @@ { "id": 60897, "name": "Sogliano al Rubicone", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110538,8 +110538,8 @@ { "id": 60898, "name": "Soglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110579,8 +110579,8 @@ { "id": 60899, "name": "Soiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110620,8 +110620,8 @@ { "id": 60900, "name": "Solagna", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110661,8 +110661,8 @@ { "id": 60901, "name": "Solanas", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "city", @@ -110702,8 +110702,8 @@ { "id": 60902, "name": "Solara", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -110743,8 +110743,8 @@ { "id": 60903, "name": "Solarino", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110784,8 +110784,8 @@ { "id": 60904, "name": "Solaro", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -110866,8 +110866,8 @@ { "id": 60906, "name": "Solarolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110907,8 +110907,8 @@ { "id": 60907, "name": "Solarolo Rainerio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110948,8 +110948,8 @@ { "id": 60908, "name": "Solarussa", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -110989,8 +110989,8 @@ { "id": 60909, "name": "Solbiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111030,8 +111030,8 @@ { "id": 60910, "name": "Solbiate Arno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111071,8 +111071,8 @@ { "id": 60911, "name": "Solbiate Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111112,8 +111112,8 @@ { "id": 60912, "name": "Soldano", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111153,8 +111153,8 @@ { "id": 60913, "name": "Soleminis", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111194,8 +111194,8 @@ { "id": 60914, "name": "Solero", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111235,8 +111235,8 @@ { "id": 60915, "name": "Solesino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111276,8 +111276,8 @@ { "id": 60916, "name": "Soleto", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111317,8 +111317,8 @@ { "id": 60917, "name": "Solferino", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111358,8 +111358,8 @@ { "id": 60918, "name": "Soliera", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111399,8 +111399,8 @@ { "id": 60919, "name": "Solignano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111440,8 +111440,8 @@ { "id": 60920, "name": "Solignano Nuovo", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -111481,8 +111481,8 @@ { "id": 60921, "name": "Solofra", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111522,8 +111522,8 @@ { "id": 60922, "name": "Solonghello", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111563,8 +111563,8 @@ { "id": 60923, "name": "Solopaca", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111604,8 +111604,8 @@ { "id": 60924, "name": "Solto Collina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111645,8 +111645,8 @@ { "id": 60925, "name": "Solza", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111686,8 +111686,8 @@ { "id": 60926, "name": "Somaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111727,8 +111727,8 @@ { "id": 60927, "name": "Somano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111768,8 +111768,8 @@ { "id": 60928, "name": "Somma Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111809,8 +111809,8 @@ { "id": 60929, "name": "Somma Vesuviana", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111850,8 +111850,8 @@ { "id": 60930, "name": "Sommacampagna", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111891,8 +111891,8 @@ { "id": 60931, "name": "Sommariva Perno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111932,8 +111932,8 @@ { "id": 60932, "name": "Sommariva del Bosco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -111973,8 +111973,8 @@ { "id": 60933, "name": "Sommatino", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112014,8 +112014,8 @@ { "id": 60934, "name": "Sommo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112055,8 +112055,8 @@ { "id": 60935, "name": "Sona", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112096,8 +112096,8 @@ { "id": 60936, "name": "Soncino", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112137,8 +112137,8 @@ { "id": 60937, "name": "Sondalo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112178,8 +112178,8 @@ { "id": 60938, "name": "Sondrio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -112219,8 +112219,8 @@ { "id": 60939, "name": "Songavazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112260,8 +112260,8 @@ { "id": 60940, "name": "Sonico", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112301,8 +112301,8 @@ { "id": 60941, "name": "Sonnino", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112342,8 +112342,8 @@ { "id": 60942, "name": "Soprabolzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm4", @@ -112383,8 +112383,8 @@ { "id": 60943, "name": "Soprana", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112424,8 +112424,8 @@ { "id": 60944, "name": "Sora", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112465,8 +112465,8 @@ { "id": 60945, "name": "Soraga", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112506,8 +112506,8 @@ { "id": 60946, "name": "Soragna", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112547,8 +112547,8 @@ { "id": 60947, "name": "Sorano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112588,8 +112588,8 @@ { "id": 60948, "name": "Sorbara", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -112629,8 +112629,8 @@ { "id": 60949, "name": "Sorbo San Basile", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112670,8 +112670,8 @@ { "id": 60950, "name": "Sorbo Serpico", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112711,8 +112711,8 @@ { "id": 60951, "name": "Sorbolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112752,8 +112752,8 @@ { "id": 60952, "name": "Sordevolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112793,8 +112793,8 @@ { "id": 60953, "name": "Sordio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112834,8 +112834,8 @@ { "id": 60954, "name": "Soresina", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112875,8 +112875,8 @@ { "id": 60955, "name": "Sorgono", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112916,8 +112916,8 @@ { "id": 60956, "name": "Sorgà", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112957,8 +112957,8 @@ { "id": 60957, "name": "Sori", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -112998,8 +112998,8 @@ { "id": 60958, "name": "Sorianello", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113039,8 +113039,8 @@ { "id": 60959, "name": "Soriano Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113080,8 +113080,8 @@ { "id": 60960, "name": "Soriano nel Cimino", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113121,8 +113121,8 @@ { "id": 60961, "name": "Sorico", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113162,8 +113162,8 @@ { "id": 60962, "name": "Soriso", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113203,8 +113203,8 @@ { "id": 60963, "name": "Sorisole", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113244,8 +113244,8 @@ { "id": 60964, "name": "Sormano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113285,8 +113285,8 @@ { "id": 60965, "name": "Sorradile", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113326,8 +113326,8 @@ { "id": 60966, "name": "Sorrento", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113367,8 +113367,8 @@ { "id": 60967, "name": "Sorso", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113408,8 +113408,8 @@ { "id": 60968, "name": "Sortino", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113449,8 +113449,8 @@ { "id": 60969, "name": "Sospiro", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113490,8 +113490,8 @@ { "id": 60970, "name": "Sospirolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113531,8 +113531,8 @@ { "id": 60971, "name": "Sossano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113572,8 +113572,8 @@ { "id": 60972, "name": "Sostegno", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113613,8 +113613,8 @@ { "id": 60973, "name": "Sotto il Monte Giovanni XXIII", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113654,8 +113654,8 @@ { "id": 60974, "name": "Sottocastello", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113695,8 +113695,8 @@ { "id": 60975, "name": "Sottoselva", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -113736,8 +113736,8 @@ { "id": 60976, "name": "Sover", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113777,8 +113777,8 @@ { "id": 60977, "name": "Soverato Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113818,8 +113818,8 @@ { "id": 60978, "name": "Soverato Superiore", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -113859,8 +113859,8 @@ { "id": 60979, "name": "Sovere", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113900,8 +113900,8 @@ { "id": 60980, "name": "Soveria Mannelli", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113941,8 +113941,8 @@ { "id": 60981, "name": "Soveria Simeri", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -113982,8 +113982,8 @@ { "id": 60982, "name": "Soverzene", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114023,8 +114023,8 @@ { "id": 60983, "name": "Sovicille", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114064,8 +114064,8 @@ { "id": 60984, "name": "Sovico", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114105,8 +114105,8 @@ { "id": 60985, "name": "Sovizzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114146,8 +114146,8 @@ { "id": 60986, "name": "Sovramonte", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114187,8 +114187,8 @@ { "id": 60987, "name": "Sozzago", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114228,8 +114228,8 @@ { "id": 60988, "name": "Spadafora", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114269,8 +114269,8 @@ { "id": 60989, "name": "Spadola", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114310,8 +114310,8 @@ { "id": 60990, "name": "Sparanise", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114351,8 +114351,8 @@ { "id": 60991, "name": "Sparone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114392,8 +114392,8 @@ { "id": 60992, "name": "Sparta'", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -114433,8 +114433,8 @@ { "id": 60993, "name": "Spartimento", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -114474,8 +114474,8 @@ { "id": 60994, "name": "Specchia", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114515,8 +114515,8 @@ { "id": 60995, "name": "Spello", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114556,8 +114556,8 @@ { "id": 60996, "name": "Spera", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114597,8 +114597,8 @@ { "id": 60997, "name": "Sperlinga", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114638,8 +114638,8 @@ { "id": 60998, "name": "Sperlonga", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114679,8 +114679,8 @@ { "id": 60999, "name": "Sperone", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114720,8 +114720,8 @@ { "id": 61000, "name": "Spessa", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114761,8 +114761,8 @@ { "id": 61001, "name": "Spezzano Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114802,8 +114802,8 @@ { "id": 61002, "name": "Spezzano Piccolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114843,8 +114843,8 @@ { "id": 61003, "name": "Spezzano della Sila", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114884,8 +114884,8 @@ { "id": 61004, "name": "Spianate", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -114925,8 +114925,8 @@ { "id": 61005, "name": "Spiazzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -114966,8 +114966,8 @@ { "id": 61006, "name": "Spicchio-Sovigliana", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -115007,8 +115007,8 @@ { "id": 61007, "name": "Spigno Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115048,8 +115048,8 @@ { "id": 61008, "name": "Spigno Saturnia Inferiore", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115089,8 +115089,8 @@ { "id": 61009, "name": "Spigno Saturnia Superiore", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115130,8 +115130,8 @@ { "id": 61010, "name": "Spilamberto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115171,8 +115171,8 @@ { "id": 61011, "name": "Spilimbergo", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115212,8 +115212,8 @@ { "id": 61012, "name": "Spilinga", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115253,8 +115253,8 @@ { "id": 61013, "name": "Spinadesco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115335,8 +115335,8 @@ { "id": 61015, "name": "Spinea-Orgnano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115376,8 +115376,8 @@ { "id": 61016, "name": "Spineda", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115417,8 +115417,8 @@ { "id": 61017, "name": "Spinete", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115458,8 +115458,8 @@ { "id": 61018, "name": "Spineto Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115499,8 +115499,8 @@ { "id": 61019, "name": "Spinetoli", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115540,8 +115540,8 @@ { "id": 61020, "name": "Spinetta Marengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -115581,8 +115581,8 @@ { "id": 61021, "name": "Spinimbecco", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -115622,8 +115622,8 @@ { "id": 61022, "name": "Spino d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115663,8 +115663,8 @@ { "id": 61023, "name": "Spinone al Lago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115704,8 +115704,8 @@ { "id": 61024, "name": "Spinoso", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115745,8 +115745,8 @@ { "id": 61025, "name": "Spirano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115786,8 +115786,8 @@ { "id": 61026, "name": "Spoleto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115827,8 +115827,8 @@ { "id": 61027, "name": "Spoltore", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115868,8 +115868,8 @@ { "id": 61028, "name": "Spongano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115909,8 +115909,8 @@ { "id": 61029, "name": "Spormaggiore", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115950,8 +115950,8 @@ { "id": 61030, "name": "Sporminore", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -115991,8 +115991,8 @@ { "id": 61031, "name": "Spotorno", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116032,8 +116032,8 @@ { "id": 61032, "name": "Spresiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116073,8 +116073,8 @@ { "id": 61033, "name": "Spriana", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116114,8 +116114,8 @@ { "id": 61034, "name": "Squillace", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116155,8 +116155,8 @@ { "id": 61035, "name": "Squillace Lido", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -116196,8 +116196,8 @@ { "id": 61036, "name": "Squinzano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116237,8 +116237,8 @@ { "id": 61037, "name": "Stabbia", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -116278,8 +116278,8 @@ { "id": 61038, "name": "Staffa", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116319,8 +116319,8 @@ { "id": 61039, "name": "Staffolo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116360,8 +116360,8 @@ { "id": 61040, "name": "Staggia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -116401,8 +116401,8 @@ { "id": 61041, "name": "Stagno Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116442,8 +116442,8 @@ { "id": 61042, "name": "Staiti", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116483,8 +116483,8 @@ { "id": 61043, "name": "Staletti", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116524,8 +116524,8 @@ { "id": 61044, "name": "Stallavena-Lugo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -116565,8 +116565,8 @@ { "id": 61045, "name": "Stanghe", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116606,8 +116606,8 @@ { "id": 61046, "name": "Stanghella", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116647,8 +116647,8 @@ { "id": 61047, "name": "Staranzano", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116688,8 +116688,8 @@ { "id": 61048, "name": "Starza Vecchia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -116729,8 +116729,8 @@ { "id": 61049, "name": "Statte", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116770,8 +116770,8 @@ { "id": 61050, "name": "Stazione", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -116811,8 +116811,8 @@ { "id": 61051, "name": "Stazione", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -116852,8 +116852,8 @@ { "id": 61052, "name": "Stazione Masotti", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -116893,8 +116893,8 @@ { "id": 61053, "name": "Stazione Montalto-Coretto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -116934,8 +116934,8 @@ { "id": 61054, "name": "Stazione Valmozzola", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -116975,8 +116975,8 @@ { "id": 61055, "name": "Stazione di Allerona", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -117016,8 +117016,8 @@ { "id": 61056, "name": "Stazione di Padule", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -117057,8 +117057,8 @@ { "id": 61057, "name": "Stazione-Fornola", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -117098,8 +117098,8 @@ { "id": 61058, "name": "Stazzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117139,8 +117139,8 @@ { "id": 61059, "name": "Stazzona", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117180,8 +117180,8 @@ { "id": 61060, "name": "Stefanaconi", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117221,8 +117221,8 @@ { "id": 61061, "name": "Stella", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -117262,8 +117262,8 @@ { "id": 61062, "name": "Stella", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -117303,8 +117303,8 @@ { "id": 61063, "name": "Stella Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117344,8 +117344,8 @@ { "id": 61064, "name": "Stellanello", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117385,8 +117385,8 @@ { "id": 61065, "name": "Stelvio", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117426,8 +117426,8 @@ { "id": 61066, "name": "Stenico", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117467,8 +117467,8 @@ { "id": 61067, "name": "Sternatia", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117508,8 +117508,8 @@ { "id": 61068, "name": "Stezzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117549,8 +117549,8 @@ { "id": 61069, "name": "Stia", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117590,8 +117590,8 @@ { "id": 61070, "name": "Stiava", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "locality", @@ -117631,8 +117631,8 @@ { "id": 61071, "name": "Stienta", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117672,8 +117672,8 @@ { "id": 61072, "name": "Stigliano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117713,8 +117713,8 @@ { "id": 61073, "name": "Stigliano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -117754,8 +117754,8 @@ { "id": 61074, "name": "Stignano", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117795,8 +117795,8 @@ { "id": 61075, "name": "Stilo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117836,8 +117836,8 @@ { "id": 61076, "name": "Stimigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117877,8 +117877,8 @@ { "id": 61077, "name": "Stintino", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117918,8 +117918,8 @@ { "id": 61078, "name": "Stio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -117959,8 +117959,8 @@ { "id": 61079, "name": "Stornara", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118000,8 +118000,8 @@ { "id": 61080, "name": "Stornarella", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118041,8 +118041,8 @@ { "id": 61081, "name": "Storo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118082,8 +118082,8 @@ { "id": 61082, "name": "Stra", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118123,8 +118123,8 @@ { "id": 61083, "name": "Strada", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118164,8 +118164,8 @@ { "id": 61084, "name": "Strada", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -118205,8 +118205,8 @@ { "id": 61085, "name": "Strada in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -118246,8 +118246,8 @@ { "id": 61086, "name": "Stradella", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118287,8 +118287,8 @@ { "id": 61087, "name": "Strambinello", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118328,8 +118328,8 @@ { "id": 61088, "name": "Strambino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118369,8 +118369,8 @@ { "id": 61089, "name": "Strangolagalli", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118410,8 +118410,8 @@ { "id": 61090, "name": "Stravignino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118451,8 +118451,8 @@ { "id": 61091, "name": "Stregna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118492,8 +118492,8 @@ { "id": 61092, "name": "Strembo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118533,8 +118533,8 @@ { "id": 61093, "name": "Stresa", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118574,8 +118574,8 @@ { "id": 61094, "name": "Strettoia", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -118615,8 +118615,8 @@ { "id": 61095, "name": "Strevi", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118656,8 +118656,8 @@ { "id": 61096, "name": "Striano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118697,8 +118697,8 @@ { "id": 61097, "name": "Strigno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118738,8 +118738,8 @@ { "id": 61098, "name": "Stroncone", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118779,8 +118779,8 @@ { "id": 61099, "name": "Strongoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118820,8 +118820,8 @@ { "id": 61100, "name": "Stroppiana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118861,8 +118861,8 @@ { "id": 61101, "name": "Stroppo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118902,8 +118902,8 @@ { "id": 61102, "name": "Strozza", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -118943,8 +118943,8 @@ { "id": 61103, "name": "Strudà", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -118984,8 +118984,8 @@ { "id": 61104, "name": "Strà-Montanara-Pieve", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -119025,8 +119025,8 @@ { "id": 61105, "name": "Sturno", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119066,8 +119066,8 @@ { "id": 61106, "name": "Su Planu", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "city", @@ -119107,8 +119107,8 @@ { "id": 61107, "name": "Suardi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119148,8 +119148,8 @@ { "id": 61108, "name": "Subbiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119189,8 +119189,8 @@ { "id": 61109, "name": "Subiaco", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119230,8 +119230,8 @@ { "id": 61110, "name": "Succivo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119271,8 +119271,8 @@ { "id": 61111, "name": "Sueglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119312,8 +119312,8 @@ { "id": 61112, "name": "Suelli", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119353,8 +119353,8 @@ { "id": 61113, "name": "Suello", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119394,8 +119394,8 @@ { "id": 61114, "name": "Suisio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119435,8 +119435,8 @@ { "id": 61115, "name": "Sulbiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119476,8 +119476,8 @@ { "id": 61116, "name": "Sulmona", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119517,8 +119517,8 @@ { "id": 61117, "name": "Sulzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119558,8 +119558,8 @@ { "id": 61118, "name": "Sumirago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119599,8 +119599,8 @@ { "id": 61119, "name": "Summaga", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -119640,8 +119640,8 @@ { "id": 61120, "name": "Summonte", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119681,8 +119681,8 @@ { "id": 61121, "name": "Suni", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119722,8 +119722,8 @@ { "id": 61122, "name": "Suno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119763,8 +119763,8 @@ { "id": 61123, "name": "Supersano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119804,8 +119804,8 @@ { "id": 61124, "name": "Supino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119845,8 +119845,8 @@ { "id": 61125, "name": "Surano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119886,8 +119886,8 @@ { "id": 61126, "name": "Surbo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -119927,8 +119927,8 @@ { "id": 61127, "name": "Surdo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -119968,8 +119968,8 @@ { "id": 61128, "name": "Susa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120009,8 +120009,8 @@ { "id": 61129, "name": "Susegana", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120050,8 +120050,8 @@ { "id": 61130, "name": "Susella", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120091,8 +120091,8 @@ { "id": 61131, "name": "Sustinente", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120132,8 +120132,8 @@ { "id": 61132, "name": "Sutera", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120173,8 +120173,8 @@ { "id": 61133, "name": "Sutri", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120214,8 +120214,8 @@ { "id": 61134, "name": "Sutrio", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120255,8 +120255,8 @@ { "id": 61135, "name": "Suvereto", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120296,8 +120296,8 @@ { "id": 61136, "name": "Suzzara", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120337,8 +120337,8 @@ { "id": 61137, "name": "Tabiago-Cibrone", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120378,8 +120378,8 @@ { "id": 61138, "name": "Taceno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120419,8 +120419,8 @@ { "id": 61139, "name": "Tadasuni", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120460,8 +120460,8 @@ { "id": 61140, "name": "Taggia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120501,8 +120501,8 @@ { "id": 61141, "name": "Taggì", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -120542,8 +120542,8 @@ { "id": 61142, "name": "Tagliacozzo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120583,8 +120583,8 @@ { "id": 61143, "name": "Tagliaferro", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -120624,8 +120624,8 @@ { "id": 61144, "name": "Taglio", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -120665,8 +120665,8 @@ { "id": 61145, "name": "Taglio di Po", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120706,8 +120706,8 @@ { "id": 61146, "name": "Tagliolo Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120747,8 +120747,8 @@ { "id": 61147, "name": "Taibon Agordino", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120788,8 +120788,8 @@ { "id": 61148, "name": "Taino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120829,8 +120829,8 @@ { "id": 61149, "name": "Taio", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120870,8 +120870,8 @@ { "id": 61150, "name": "Taipana", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120911,8 +120911,8 @@ { "id": 61151, "name": "Talamello", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120952,8 +120952,8 @@ { "id": 61152, "name": "Talamona", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -120993,8 +120993,8 @@ { "id": 61153, "name": "Talana", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121034,8 +121034,8 @@ { "id": 61154, "name": "Taleggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121075,8 +121075,8 @@ { "id": 61155, "name": "Talla", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121116,8 +121116,8 @@ { "id": 61156, "name": "Talmassons", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121157,8 +121157,8 @@ { "id": 61157, "name": "Talponada", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121198,8 +121198,8 @@ { "id": 61158, "name": "Tamai", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -121239,8 +121239,8 @@ { "id": 61159, "name": "Tambre", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121280,8 +121280,8 @@ { "id": 61160, "name": "Taneto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -121321,8 +121321,8 @@ { "id": 61161, "name": "Taormina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121362,8 +121362,8 @@ { "id": 61162, "name": "Tarano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121403,8 +121403,8 @@ { "id": 61163, "name": "Taranta Peligna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121444,8 +121444,8 @@ { "id": 61164, "name": "Tarantasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121485,8 +121485,8 @@ { "id": 61165, "name": "Taranto", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -121526,8 +121526,8 @@ { "id": 61166, "name": "Tarcento", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121567,8 +121567,8 @@ { "id": 61167, "name": "Tarquinia", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121608,8 +121608,8 @@ { "id": 61168, "name": "Tarsia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121649,8 +121649,8 @@ { "id": 61169, "name": "Tartano", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121690,8 +121690,8 @@ { "id": 61170, "name": "Tarvisio", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121731,8 +121731,8 @@ { "id": 61171, "name": "Tarzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121772,8 +121772,8 @@ { "id": 61172, "name": "Tassarolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121813,8 +121813,8 @@ { "id": 61173, "name": "Tassullo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121854,8 +121854,8 @@ { "id": 61174, "name": "Taurano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121895,8 +121895,8 @@ { "id": 61175, "name": "Taurasi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121936,8 +121936,8 @@ { "id": 61176, "name": "Taurianova", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -121977,8 +121977,8 @@ { "id": 61177, "name": "Taurisano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122018,8 +122018,8 @@ { "id": 61178, "name": "Tavagnacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122059,8 +122059,8 @@ { "id": 61179, "name": "Tavagnasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122100,8 +122100,8 @@ { "id": 61180, "name": "Tavarnelle Val di Pesa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122141,8 +122141,8 @@ { "id": 61181, "name": "Tavarnuzze", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -122182,8 +122182,8 @@ { "id": 61182, "name": "Tavazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122223,8 +122223,8 @@ { "id": 61183, "name": "Tavenna", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122264,8 +122264,8 @@ { "id": 61184, "name": "Taverna", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122305,8 +122305,8 @@ { "id": 61185, "name": "Taverna Ravindola", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "city", @@ -122346,8 +122346,8 @@ { "id": 61186, "name": "Taverne D'Arbia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -122387,8 +122387,8 @@ { "id": 61187, "name": "Tavernelle", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -122428,8 +122428,8 @@ { "id": 61188, "name": "Tavernelle", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -122469,8 +122469,8 @@ { "id": 61189, "name": "Tavernelle", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -122510,8 +122510,8 @@ { "id": 61190, "name": "Tavernerio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122551,8 +122551,8 @@ { "id": 61191, "name": "Tavernola Bergamasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122592,8 +122592,8 @@ { "id": 61192, "name": "Tavernole", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122633,8 +122633,8 @@ { "id": 61193, "name": "Taviano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122674,8 +122674,8 @@ { "id": 61194, "name": "Tavigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122715,8 +122715,8 @@ { "id": 61195, "name": "Tavo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -122756,8 +122756,8 @@ { "id": 61196, "name": "Tavoleto", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122797,8 +122797,8 @@ { "id": 61197, "name": "Tavullia", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122838,8 +122838,8 @@ { "id": 61198, "name": "Teana", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122879,8 +122879,8 @@ { "id": 61199, "name": "Teano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -122920,8 +122920,8 @@ { "id": 61200, "name": "Tecchiena", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -122961,8 +122961,8 @@ { "id": 61201, "name": "Teggiano-Macchiaroli", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123002,8 +123002,8 @@ { "id": 61202, "name": "Teglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123043,8 +123043,8 @@ { "id": 61203, "name": "Teglio Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123084,8 +123084,8 @@ { "id": 61204, "name": "Tegoleto", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -123125,8 +123125,8 @@ { "id": 61205, "name": "Telese", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123166,8 +123166,8 @@ { "id": 61206, "name": "Telgate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123207,8 +123207,8 @@ { "id": 61207, "name": "Telti", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123248,8 +123248,8 @@ { "id": 61208, "name": "Telve", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123289,8 +123289,8 @@ { "id": 61209, "name": "Telve di Sopra", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123330,8 +123330,8 @@ { "id": 61210, "name": "Tempio Pausania", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123371,8 +123371,8 @@ { "id": 61211, "name": "Temù", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123412,8 +123412,8 @@ { "id": 61212, "name": "Tencarola", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -123453,8 +123453,8 @@ { "id": 61213, "name": "Tenna", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123494,8 +123494,8 @@ { "id": 61214, "name": "Tenno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123535,8 +123535,8 @@ { "id": 61215, "name": "Teor", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123576,8 +123576,8 @@ { "id": 61216, "name": "Teora", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123617,8 +123617,8 @@ { "id": 61217, "name": "Teramo", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -123658,8 +123658,8 @@ { "id": 61218, "name": "Terdobbiate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123699,8 +123699,8 @@ { "id": 61219, "name": "Terelle", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123740,8 +123740,8 @@ { "id": 61220, "name": "Terento", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123781,8 +123781,8 @@ { "id": 61221, "name": "Terenzo", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123822,8 +123822,8 @@ { "id": 61222, "name": "Tergu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123863,8 +123863,8 @@ { "id": 61223, "name": "Terlago", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123904,8 +123904,8 @@ { "id": 61224, "name": "Terlano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123945,8 +123945,8 @@ { "id": 61225, "name": "Terlizzi", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -123986,8 +123986,8 @@ { "id": 61226, "name": "Terme", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124027,8 +124027,8 @@ { "id": 61227, "name": "Termeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124068,8 +124068,8 @@ { "id": 61228, "name": "Termini Imerese", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124109,8 +124109,8 @@ { "id": 61229, "name": "Termoli", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124150,8 +124150,8 @@ { "id": 61230, "name": "Ternate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124191,8 +124191,8 @@ { "id": 61231, "name": "Ternengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124232,8 +124232,8 @@ { "id": 61232, "name": "Terni", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -124273,8 +124273,8 @@ { "id": 61233, "name": "Terno d'Isola", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124314,8 +124314,8 @@ { "id": 61234, "name": "Terontola", - "state_id": 1664, - "state_code": "52", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -124355,8 +124355,8 @@ { "id": 61235, "name": "Terracina", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124396,8 +124396,8 @@ { "id": 61236, "name": "Terradura", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -124437,8 +124437,8 @@ { "id": 61237, "name": "Terragnolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124478,8 +124478,8 @@ { "id": 61238, "name": "Terralba", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124519,8 +124519,8 @@ { "id": 61239, "name": "Terranova Sappo Minulio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124560,8 +124560,8 @@ { "id": 61240, "name": "Terranova da Sibari", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124601,8 +124601,8 @@ { "id": 61241, "name": "Terranova dei Passerini", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124642,8 +124642,8 @@ { "id": 61242, "name": "Terranova di Pollino", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124683,8 +124683,8 @@ { "id": 61243, "name": "Terranuova Bracciolini", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124724,8 +124724,8 @@ { "id": 61244, "name": "Terrarossa", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "city", @@ -124765,8 +124765,8 @@ { "id": 61245, "name": "Terrasini", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124806,8 +124806,8 @@ { "id": 61246, "name": "Terrassa Padovana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124847,8 +124847,8 @@ { "id": 61247, "name": "Terravecchia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124888,8 +124888,8 @@ { "id": 61248, "name": "Terraverde-Corte Palasio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124929,8 +124929,8 @@ { "id": 61249, "name": "Terrazzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -124970,8 +124970,8 @@ { "id": 61250, "name": "Terres", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125011,8 +125011,8 @@ { "id": 61251, "name": "Terricciola", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125052,8 +125052,8 @@ { "id": 61252, "name": "Terrossa", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -125093,8 +125093,8 @@ { "id": 61253, "name": "Terruggia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125134,8 +125134,8 @@ { "id": 61254, "name": "Tertenia", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125175,8 +125175,8 @@ { "id": 61255, "name": "Terzigno", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125216,8 +125216,8 @@ { "id": 61256, "name": "Terzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125257,8 +125257,8 @@ { "id": 61257, "name": "Terzo d'Aquileia", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125298,8 +125298,8 @@ { "id": 61258, "name": "Terzolas", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125339,8 +125339,8 @@ { "id": 61259, "name": "Terzorio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125380,8 +125380,8 @@ { "id": 61260, "name": "Tesero", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125421,8 +125421,8 @@ { "id": 61261, "name": "Tesimo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125462,8 +125462,8 @@ { "id": 61262, "name": "Tessennano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125503,8 +125503,8 @@ { "id": 61263, "name": "Tessera", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -125544,8 +125544,8 @@ { "id": 61264, "name": "Testico", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125585,8 +125585,8 @@ { "id": 61265, "name": "Teti", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125626,8 +125626,8 @@ { "id": 61266, "name": "Tetti Neirotti", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -125667,8 +125667,8 @@ { "id": 61267, "name": "Tettorosso", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125708,8 +125708,8 @@ { "id": 61268, "name": "Teulada", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125749,8 +125749,8 @@ { "id": 61269, "name": "Teverola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125790,8 +125790,8 @@ { "id": 61270, "name": "Tezze", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125831,8 +125831,8 @@ { "id": 61271, "name": "Thiene", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125872,8 +125872,8 @@ { "id": 61272, "name": "Thiesi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125913,8 +125913,8 @@ { "id": 61273, "name": "Tiana", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125954,8 +125954,8 @@ { "id": 61274, "name": "Ticengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -125995,8 +125995,8 @@ { "id": 61275, "name": "Ticineto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126036,8 +126036,8 @@ { "id": 61276, "name": "Tiggiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126077,8 +126077,8 @@ { "id": 61277, "name": "Tiglieto", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126118,8 +126118,8 @@ { "id": 61278, "name": "Tigliole", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126159,8 +126159,8 @@ { "id": 61279, "name": "Tinnura", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126200,8 +126200,8 @@ { "id": 61280, "name": "Tione degli Abruzzi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126241,8 +126241,8 @@ { "id": 61281, "name": "Tione di Trento", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126282,8 +126282,8 @@ { "id": 61282, "name": "Tirano", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126323,8 +126323,8 @@ { "id": 61283, "name": "Tires", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126364,8 +126364,8 @@ { "id": 61284, "name": "Tiriolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126405,8 +126405,8 @@ { "id": 61285, "name": "Tirolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126446,8 +126446,8 @@ { "id": 61286, "name": "Tissi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126487,8 +126487,8 @@ { "id": 61287, "name": "Tito", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126528,8 +126528,8 @@ { "id": 61288, "name": "Tivoli", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126569,8 +126569,8 @@ { "id": 61289, "name": "Tivolille Pasquali-Merenzata", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -126610,8 +126610,8 @@ { "id": 61290, "name": "Tizzano Val Parma", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126651,8 +126651,8 @@ { "id": 61291, "name": "Toano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126692,8 +126692,8 @@ { "id": 61292, "name": "Tocco Caudio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126733,8 +126733,8 @@ { "id": 61293, "name": "Tocco da Casauria", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126774,8 +126774,8 @@ { "id": 61294, "name": "Toceno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126815,8 +126815,8 @@ { "id": 61295, "name": "Todi", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126856,8 +126856,8 @@ { "id": 61296, "name": "Toffia", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126897,8 +126897,8 @@ { "id": 61297, "name": "Toirano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126938,8 +126938,8 @@ { "id": 61298, "name": "Tolentino", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -126979,8 +126979,8 @@ { "id": 61299, "name": "Tolfa", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127020,8 +127020,8 @@ { "id": 61300, "name": "Tollegno", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127061,8 +127061,8 @@ { "id": 61301, "name": "Tollo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127102,8 +127102,8 @@ { "id": 61302, "name": "Tolmezzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127143,8 +127143,8 @@ { "id": 61303, "name": "Tolve", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127184,8 +127184,8 @@ { "id": 61304, "name": "Tombelle", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -127225,8 +127225,8 @@ { "id": 61305, "name": "Tombolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127266,8 +127266,8 @@ { "id": 61306, "name": "Tonadico", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127307,8 +127307,8 @@ { "id": 61307, "name": "Tonara", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127348,8 +127348,8 @@ { "id": 61308, "name": "Tonco", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127389,8 +127389,8 @@ { "id": 61309, "name": "Tonengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127430,8 +127430,8 @@ { "id": 61310, "name": "Tonengo-Casale", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -127471,8 +127471,8 @@ { "id": 61311, "name": "Tonezza del Cimone", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127512,8 +127512,8 @@ { "id": 61312, "name": "Tonnara di Bonagia", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -127553,8 +127553,8 @@ { "id": 61313, "name": "Tonnarella", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -127594,8 +127594,8 @@ { "id": 61314, "name": "Tor Lupara", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127635,8 +127635,8 @@ { "id": 61315, "name": "Tora", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127676,8 +127676,8 @@ { "id": 61316, "name": "Torano Castello", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127717,8 +127717,8 @@ { "id": 61317, "name": "Torano Nuovo", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127758,8 +127758,8 @@ { "id": 61318, "name": "Torbole Casaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127799,8 +127799,8 @@ { "id": 61319, "name": "Torcegno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127840,8 +127840,8 @@ { "id": 61320, "name": "Torchiara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127881,8 +127881,8 @@ { "id": 61321, "name": "Torchiarolo", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127922,8 +127922,8 @@ { "id": 61322, "name": "Torchiati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -127963,8 +127963,8 @@ { "id": 61323, "name": "Torchione-Moia", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "city", @@ -128004,8 +128004,8 @@ { "id": 61324, "name": "Torella dei Lombardi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128045,8 +128045,8 @@ { "id": 61325, "name": "Torella del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128086,8 +128086,8 @@ { "id": 61326, "name": "Torelli-Torrette", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -128127,8 +128127,8 @@ { "id": 61327, "name": "Torgiano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128209,8 +128209,8 @@ { "id": 61329, "name": "Torino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128250,8 +128250,8 @@ { "id": 61330, "name": "Torino di Sangro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128291,8 +128291,8 @@ { "id": 61331, "name": "Toritto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -128332,8 +128332,8 @@ { "id": 61332, "name": "Torlino Vimercati", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128373,8 +128373,8 @@ { "id": 61333, "name": "Tornaco", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128414,8 +128414,8 @@ { "id": 61334, "name": "Tornareccio", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128455,8 +128455,8 @@ { "id": 61335, "name": "Tornata", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128496,8 +128496,8 @@ { "id": 61336, "name": "Tornimparte", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -128537,8 +128537,8 @@ { "id": 61337, "name": "Torno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128578,8 +128578,8 @@ { "id": 61338, "name": "Tornolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128619,8 +128619,8 @@ { "id": 61339, "name": "Toro", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128660,8 +128660,8 @@ { "id": 61340, "name": "Torpè", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128701,8 +128701,8 @@ { "id": 61341, "name": "Torraca", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128742,8 +128742,8 @@ { "id": 61342, "name": "Torralba", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128783,8 +128783,8 @@ { "id": 61343, "name": "Torrazza Coste", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128824,8 +128824,8 @@ { "id": 61344, "name": "Torrazza Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128865,8 +128865,8 @@ { "id": 61345, "name": "Torrazza dei Mandelli", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -128906,8 +128906,8 @@ { "id": 61346, "name": "Torrazzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128947,8 +128947,8 @@ { "id": 61347, "name": "Torre Annunziata", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -128988,8 +128988,8 @@ { "id": 61348, "name": "Torre Beretti", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129029,8 +129029,8 @@ { "id": 61349, "name": "Torre Boldone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129070,8 +129070,8 @@ { "id": 61350, "name": "Torre Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129111,8 +129111,8 @@ { "id": 61351, "name": "Torre Caietani", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129152,8 +129152,8 @@ { "id": 61352, "name": "Torre Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129193,8 +129193,8 @@ { "id": 61353, "name": "Torre Caracciolo", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -129234,8 +129234,8 @@ { "id": 61354, "name": "Torre Colonna-Sperone", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -129275,8 +129275,8 @@ { "id": 61355, "name": "Torre Melissa", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -129316,8 +129316,8 @@ { "id": 61356, "name": "Torre Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129357,8 +129357,8 @@ { "id": 61357, "name": "Torre Orsaia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129398,8 +129398,8 @@ { "id": 61358, "name": "Torre Pallavicina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129439,8 +129439,8 @@ { "id": 61359, "name": "Torre Pellice", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129480,8 +129480,8 @@ { "id": 61360, "name": "Torre San Giorgio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129521,8 +129521,8 @@ { "id": 61361, "name": "Torre San Giovanni", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -129562,8 +129562,8 @@ { "id": 61362, "name": "Torre San Patrizio", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129603,8 +129603,8 @@ { "id": 61363, "name": "Torre Santa Susanna", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129644,8 +129644,8 @@ { "id": 61364, "name": "Torre d'Arese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129685,8 +129685,8 @@ { "id": 61365, "name": "Torre d'Isola", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129726,8 +129726,8 @@ { "id": 61366, "name": "Torre de' Busi", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129767,8 +129767,8 @@ { "id": 61367, "name": "Torre de' Negri", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129808,8 +129808,8 @@ { "id": 61368, "name": "Torre de' Passeri", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129849,8 +129849,8 @@ { "id": 61369, "name": "Torre de' Picenardi", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129890,8 +129890,8 @@ { "id": 61370, "name": "Torre de' Roveri", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129931,8 +129931,8 @@ { "id": 61371, "name": "Torre del Greco", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -129972,8 +129972,8 @@ { "id": 61372, "name": "Torre del Lago Puccini", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -130013,8 +130013,8 @@ { "id": 61373, "name": "Torre del Mangano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130054,8 +130054,8 @@ { "id": 61374, "name": "Torre di Mosto", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130095,8 +130095,8 @@ { "id": 61375, "name": "Torre di Ruggiero", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130136,8 +130136,8 @@ { "id": 61376, "name": "Torre di Santa Maria", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130177,8 +130177,8 @@ { "id": 61377, "name": "Torre le Nocelle", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130218,8 +130218,8 @@ { "id": 61378, "name": "Torreano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130259,8 +130259,8 @@ { "id": 61379, "name": "Torrebelvicino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130300,8 +130300,8 @@ { "id": 61380, "name": "Torrebruna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130341,8 +130341,8 @@ { "id": 61381, "name": "Torrecuso", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130382,8 +130382,8 @@ { "id": 61382, "name": "Torreglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130423,8 +130423,8 @@ { "id": 61383, "name": "Torregrotta", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130464,8 +130464,8 @@ { "id": 61384, "name": "Torremaggiore", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130505,8 +130505,8 @@ { "id": 61385, "name": "Torrenieri", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -130546,8 +130546,8 @@ { "id": 61386, "name": "Torrenova", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130587,8 +130587,8 @@ { "id": 61387, "name": "Torreselle", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -130628,8 +130628,8 @@ { "id": 61388, "name": "Torresina", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130669,8 +130669,8 @@ { "id": 61389, "name": "Torretta", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130710,8 +130710,8 @@ { "id": 61390, "name": "Torretta", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -130751,8 +130751,8 @@ { "id": 61391, "name": "Torretta-Scalzapecora", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -130792,8 +130792,8 @@ { "id": 61392, "name": "Torrevecchia", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130833,8 +130833,8 @@ { "id": 61393, "name": "Torrevecchia Pia", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130874,8 +130874,8 @@ { "id": 61394, "name": "Torri del Benaco", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130915,8 +130915,8 @@ { "id": 61395, "name": "Torri di Quartesolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130956,8 +130956,8 @@ { "id": 61396, "name": "Torri in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -130997,8 +130997,8 @@ { "id": 61397, "name": "Torriana", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131038,8 +131038,8 @@ { "id": 61398, "name": "Torrice", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131079,8 +131079,8 @@ { "id": 61399, "name": "Torricella", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131120,8 +131120,8 @@ { "id": 61400, "name": "Torricella", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131161,8 +131161,8 @@ { "id": 61401, "name": "Torricella Peligna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131202,8 +131202,8 @@ { "id": 61402, "name": "Torricella Verzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131243,8 +131243,8 @@ { "id": 61403, "name": "Torricella del Pizzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131284,8 +131284,8 @@ { "id": 61404, "name": "Torricella in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131325,8 +131325,8 @@ { "id": 61405, "name": "Torriglia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131366,8 +131366,8 @@ { "id": 61406, "name": "Torrile", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131407,8 +131407,8 @@ { "id": 61407, "name": "Torrion Quartara", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "city", @@ -131448,8 +131448,8 @@ { "id": 61408, "name": "Torrioni", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131489,8 +131489,8 @@ { "id": 61409, "name": "Torrita Tiberina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131530,8 +131530,8 @@ { "id": 61410, "name": "Torrita di Siena", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131571,8 +131571,8 @@ { "id": 61411, "name": "Tortolì", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131612,8 +131612,8 @@ { "id": 61412, "name": "Tortona", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131653,8 +131653,8 @@ { "id": 61413, "name": "Tortora", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131694,8 +131694,8 @@ { "id": 61414, "name": "Tortora Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -131735,8 +131735,8 @@ { "id": 61415, "name": "Tortorella", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131776,8 +131776,8 @@ { "id": 61416, "name": "Tortoreto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131817,8 +131817,8 @@ { "id": 61417, "name": "Tortoreto Lido", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -131858,8 +131858,8 @@ { "id": 61418, "name": "Tortorici", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -131899,8 +131899,8 @@ { "id": 61419, "name": "Torvaianica", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -131940,8 +131940,8 @@ { "id": 61420, "name": "Torvaianica Alta", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -131981,8 +131981,8 @@ { "id": 61421, "name": "Torviscosa", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132022,8 +132022,8 @@ { "id": 61422, "name": "Toscanella", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -132063,8 +132063,8 @@ { "id": 61423, "name": "Toscolano Maderno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132104,8 +132104,8 @@ { "id": 61424, "name": "Tossicia", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132145,8 +132145,8 @@ { "id": 61425, "name": "Tovo San Giacomo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132186,8 +132186,8 @@ { "id": 61426, "name": "Tovo di Sant'Agata", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132227,8 +132227,8 @@ { "id": 61427, "name": "Trabia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132268,8 +132268,8 @@ { "id": 61428, "name": "Tradate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132309,8 +132309,8 @@ { "id": 61429, "name": "Tragliatella Campitello", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -132350,8 +132350,8 @@ { "id": 61430, "name": "Tramatza", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132391,8 +132391,8 @@ { "id": 61431, "name": "Trambileno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132432,8 +132432,8 @@ { "id": 61432, "name": "Tramonti", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -132473,8 +132473,8 @@ { "id": 61433, "name": "Tramonti di Sopra", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132514,8 +132514,8 @@ { "id": 61434, "name": "Tramonti di Sotto", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132555,8 +132555,8 @@ { "id": 61435, "name": "Tramutola", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132596,8 +132596,8 @@ { "id": 61436, "name": "Trana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132678,8 +132678,8 @@ { "id": 61438, "name": "Transacqua", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132719,8 +132719,8 @@ { "id": 61439, "name": "Traona", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132760,8 +132760,8 @@ { "id": 61440, "name": "Trapani", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -132801,8 +132801,8 @@ { "id": 61441, "name": "Trappeto", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132842,8 +132842,8 @@ { "id": 61442, "name": "Trarego", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132883,8 +132883,8 @@ { "id": 61443, "name": "Trarivi", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -132924,8 +132924,8 @@ { "id": 61444, "name": "Trasacco", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -132965,8 +132965,8 @@ { "id": 61445, "name": "Trasaghis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133006,8 +133006,8 @@ { "id": 61446, "name": "Trasquera", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133047,8 +133047,8 @@ { "id": 61447, "name": "Tratalias", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133088,8 +133088,8 @@ { "id": 61448, "name": "Trausella", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133129,8 +133129,8 @@ { "id": 61449, "name": "Travacò Siccomario", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133170,8 +133170,8 @@ { "id": 61450, "name": "Travagliato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133211,8 +133211,8 @@ { "id": 61451, "name": "Travedona Monate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133252,8 +133252,8 @@ { "id": 61452, "name": "Traversella", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133293,8 +133293,8 @@ { "id": 61453, "name": "Traversetolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133334,8 +133334,8 @@ { "id": 61454, "name": "Traves", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133375,8 +133375,8 @@ { "id": 61455, "name": "Travesio", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133416,8 +133416,8 @@ { "id": 61456, "name": "Travo", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133457,8 +133457,8 @@ { "id": 61457, "name": "Tre Fontane", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -133498,8 +133498,8 @@ { "id": 61458, "name": "Trebaseleghe", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133539,8 +133539,8 @@ { "id": 61459, "name": "Trebbio", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133580,8 +133580,8 @@ { "id": 61460, "name": "Trebbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133621,8 +133621,8 @@ { "id": 61461, "name": "Trebbo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -133662,8 +133662,8 @@ { "id": 61462, "name": "Trebisacce", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133703,8 +133703,8 @@ { "id": 61463, "name": "Trecasali", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133744,8 +133744,8 @@ { "id": 61464, "name": "Trecase", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133785,8 +133785,8 @@ { "id": 61465, "name": "Trecastagni", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133826,8 +133826,8 @@ { "id": 61466, "name": "Trecate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133867,8 +133867,8 @@ { "id": 61467, "name": "Trecchina", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133908,8 +133908,8 @@ { "id": 61468, "name": "Trecella", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -133949,8 +133949,8 @@ { "id": 61469, "name": "Trecenta", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -133990,8 +133990,8 @@ { "id": 61470, "name": "Tredozio", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134031,8 +134031,8 @@ { "id": 61471, "name": "Tregasio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -134072,8 +134072,8 @@ { "id": 61472, "name": "Treggiaia", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -134113,8 +134113,8 @@ { "id": 61473, "name": "Treglio", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134154,8 +134154,8 @@ { "id": 61474, "name": "Tregnago", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134195,8 +134195,8 @@ { "id": 61475, "name": "Treia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134236,8 +134236,8 @@ { "id": 61476, "name": "Treiso", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134277,8 +134277,8 @@ { "id": 61477, "name": "Tremenico", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134318,8 +134318,8 @@ { "id": 61478, "name": "Tremestieri Etneo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134359,8 +134359,8 @@ { "id": 61479, "name": "Tremezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134400,8 +134400,8 @@ { "id": 61480, "name": "Tremignon", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -134441,8 +134441,8 @@ { "id": 61481, "name": "Trenta", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134482,8 +134482,8 @@ { "id": 61482, "name": "Trentinara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134523,8 +134523,8 @@ { "id": 61483, "name": "Trento", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -134564,8 +134564,8 @@ { "id": 61484, "name": "Trentola-Ducenta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134605,8 +134605,8 @@ { "id": 61485, "name": "Trenzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134646,8 +134646,8 @@ { "id": 61486, "name": "Treponti", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134687,8 +134687,8 @@ { "id": 61487, "name": "Treppo Carnico", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134728,8 +134728,8 @@ { "id": 61488, "name": "Treppo Grande", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134769,8 +134769,8 @@ { "id": 61489, "name": "Trepuzzi", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134810,8 +134810,8 @@ { "id": 61490, "name": "Trequanda", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134851,8 +134851,8 @@ { "id": 61491, "name": "Tres", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134892,8 +134892,8 @@ { "id": 61492, "name": "Tresana", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134933,8 +134933,8 @@ { "id": 61493, "name": "Trescine", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -134974,8 +134974,8 @@ { "id": 61494, "name": "Trescore Balneario", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135015,8 +135015,8 @@ { "id": 61495, "name": "Trescore Cremasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135056,8 +135056,8 @@ { "id": 61496, "name": "Tresigallo-Final di Rero", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135097,8 +135097,8 @@ { "id": 61497, "name": "Tresivio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135138,8 +135138,8 @@ { "id": 61498, "name": "Tresnuraghes", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135179,8 +135179,8 @@ { "id": 61499, "name": "Trestina", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -135220,8 +135220,8 @@ { "id": 61500, "name": "Trevenzuolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135261,8 +135261,8 @@ { "id": 61501, "name": "Trevi", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135302,8 +135302,8 @@ { "id": 61502, "name": "Trevi nel Lazio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135343,8 +135343,8 @@ { "id": 61503, "name": "Trevico", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135384,8 +135384,8 @@ { "id": 61504, "name": "Treviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135425,8 +135425,8 @@ { "id": 61505, "name": "Trevignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -135466,8 +135466,8 @@ { "id": 61506, "name": "Trevignano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135507,8 +135507,8 @@ { "id": 61507, "name": "Treville", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135548,8 +135548,8 @@ { "id": 61508, "name": "Treviolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135589,8 +135589,8 @@ { "id": 61509, "name": "Treviso", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -135630,8 +135630,8 @@ { "id": 61510, "name": "Trezzano Rosa", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135671,8 +135671,8 @@ { "id": 61511, "name": "Trezzano sul Naviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135712,8 +135712,8 @@ { "id": 61512, "name": "Trezzo Tinella", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135753,8 +135753,8 @@ { "id": 61513, "name": "Trezzo sull'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135794,8 +135794,8 @@ { "id": 61514, "name": "Trezzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135835,8 +135835,8 @@ { "id": 61515, "name": "Tribano", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135876,8 +135876,8 @@ { "id": 61516, "name": "Tribiano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135917,8 +135917,8 @@ { "id": 61517, "name": "Tribogna", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135958,8 +135958,8 @@ { "id": 61518, "name": "Tricarico", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -135999,8 +135999,8 @@ { "id": 61519, "name": "Tricase", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136040,8 +136040,8 @@ { "id": 61520, "name": "Tricerro", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136081,8 +136081,8 @@ { "id": 61521, "name": "Tricesimo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136122,8 +136122,8 @@ { "id": 61522, "name": "Trichiana", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136163,8 +136163,8 @@ { "id": 61523, "name": "Triei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136204,8 +136204,8 @@ { "id": 61524, "name": "Trieste", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -136245,8 +136245,8 @@ { "id": 61525, "name": "Triggiano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136286,8 +136286,8 @@ { "id": 61526, "name": "Triginto", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136327,8 +136327,8 @@ { "id": 61527, "name": "Trigolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136409,8 +136409,8 @@ { "id": 61529, "name": "Trinità", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136450,8 +136450,8 @@ { "id": 61530, "name": "Trinità d'Agultu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136491,8 +136491,8 @@ { "id": 61531, "name": "Trinità d'Agultu e Vignola", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -136532,8 +136532,8 @@ { "id": 61532, "name": "Trino", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136573,8 +136573,8 @@ { "id": 61533, "name": "Triora", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136614,8 +136614,8 @@ { "id": 61534, "name": "Tripi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136655,8 +136655,8 @@ { "id": 61535, "name": "Triscina", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -136696,8 +136696,8 @@ { "id": 61536, "name": "Trisobbio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136737,8 +136737,8 @@ { "id": 61537, "name": "Trissino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136778,8 +136778,8 @@ { "id": 61538, "name": "Triuggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136819,8 +136819,8 @@ { "id": 61539, "name": "Trivento", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136860,8 +136860,8 @@ { "id": 61540, "name": "Trivero-Prativero-Ponzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136901,8 +136901,8 @@ { "id": 61541, "name": "Trivigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -136942,8 +136942,8 @@ { "id": 61542, "name": "Trivignano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -136983,8 +136983,8 @@ { "id": 61543, "name": "Trivignano Udinese", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137024,8 +137024,8 @@ { "id": 61544, "name": "Trivigno", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137065,8 +137065,8 @@ { "id": 61545, "name": "Trivolzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137106,8 +137106,8 @@ { "id": 61546, "name": "Trodena", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137147,8 +137147,8 @@ { "id": 61547, "name": "Trodica", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -137188,8 +137188,8 @@ { "id": 61548, "name": "Trofarello", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137229,8 +137229,8 @@ { "id": 61549, "name": "Troia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137270,8 +137270,8 @@ { "id": 61550, "name": "Troina", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137311,8 +137311,8 @@ { "id": 61551, "name": "Tromello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137352,8 +137352,8 @@ { "id": 61552, "name": "Tronca", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -137393,8 +137393,8 @@ { "id": 61553, "name": "Trontano", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137434,8 +137434,8 @@ { "id": 61554, "name": "Tronzano Lago Maggiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137475,8 +137475,8 @@ { "id": 61555, "name": "Tronzano Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137516,8 +137516,8 @@ { "id": 61556, "name": "Tropea", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137557,8 +137557,8 @@ { "id": 61557, "name": "Troviggiano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -137598,8 +137598,8 @@ { "id": 61558, "name": "Trovo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137639,8 +137639,8 @@ { "id": 61559, "name": "Truccazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137680,8 +137680,8 @@ { "id": 61560, "name": "Tubre", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137721,8 +137721,8 @@ { "id": 61561, "name": "Tuenno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137762,8 +137762,8 @@ { "id": 61562, "name": "Tufara", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137803,8 +137803,8 @@ { "id": 61563, "name": "Tufillo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137844,8 +137844,8 @@ { "id": 61564, "name": "Tufino", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137885,8 +137885,8 @@ { "id": 61565, "name": "Tufo", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137926,8 +137926,8 @@ { "id": 61566, "name": "Tuglie", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -137967,8 +137967,8 @@ { "id": 61567, "name": "Tuili", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138008,8 +138008,8 @@ { "id": 61568, "name": "Tula", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138049,8 +138049,8 @@ { "id": 61569, "name": "Tuoro sul Trasimeno", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138090,8 +138090,8 @@ { "id": 61570, "name": "Turania", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138131,8 +138131,8 @@ { "id": 61571, "name": "Turano Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138172,8 +138172,8 @@ { "id": 61572, "name": "Turate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138213,8 +138213,8 @@ { "id": 61573, "name": "Turbigo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138254,8 +138254,8 @@ { "id": 61574, "name": "Turi", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138295,8 +138295,8 @@ { "id": 61575, "name": "Turin", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -138336,8 +138336,8 @@ { "id": 61576, "name": "Turri", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138377,8 +138377,8 @@ { "id": 61577, "name": "Turriaco", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138418,8 +138418,8 @@ { "id": 61578, "name": "Turrivalignani", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138459,8 +138459,8 @@ { "id": 61579, "name": "Tursi", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138500,8 +138500,8 @@ { "id": 61580, "name": "Tusa", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138541,8 +138541,8 @@ { "id": 61581, "name": "Tuscania", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138582,8 +138582,8 @@ { "id": 61582, "name": "Tuturano", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -138623,8 +138623,8 @@ { "id": 61583, "name": "Ubiale", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138664,8 +138664,8 @@ { "id": 61584, "name": "Ubiale Clanezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138705,8 +138705,8 @@ { "id": 61585, "name": "Uboldo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138746,8 +138746,8 @@ { "id": 61586, "name": "Ucria", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138787,8 +138787,8 @@ { "id": 61587, "name": "Udine", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -138828,8 +138828,8 @@ { "id": 61588, "name": "Ugento", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138869,8 +138869,8 @@ { "id": 61589, "name": "Uggia-Pazzera-Bizzarrino", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -138910,8 +138910,8 @@ { "id": 61590, "name": "Uggiano Montefusco", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "city", @@ -138951,8 +138951,8 @@ { "id": 61591, "name": "Uggiano la Chiesa", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -138992,8 +138992,8 @@ { "id": 61592, "name": "Uggiate Trevano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139033,8 +139033,8 @@ { "id": 61593, "name": "Ulassai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139074,8 +139074,8 @@ { "id": 61594, "name": "Uliveto Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -139115,8 +139115,8 @@ { "id": 61595, "name": "Ultimo - Ulten", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139156,8 +139156,8 @@ { "id": 61596, "name": "Ulà Tirso", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139197,8 +139197,8 @@ { "id": 61597, "name": "Umbertide", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139238,8 +139238,8 @@ { "id": 61598, "name": "Umbriatico", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139279,8 +139279,8 @@ { "id": 61599, "name": "Urago d'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139320,8 +139320,8 @@ { "id": 61600, "name": "Uras", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139361,8 +139361,8 @@ { "id": 61601, "name": "Urbana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139402,8 +139402,8 @@ { "id": 61602, "name": "Urbania", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139443,8 +139443,8 @@ { "id": 61603, "name": "Urbe", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139484,8 +139484,8 @@ { "id": 61604, "name": "Urbino", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139525,8 +139525,8 @@ { "id": 61605, "name": "Urbisaglia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139566,8 +139566,8 @@ { "id": 61606, "name": "Urgnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139607,8 +139607,8 @@ { "id": 61607, "name": "Uri", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139648,8 +139648,8 @@ { "id": 61608, "name": "Ururi", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139689,8 +139689,8 @@ { "id": 61609, "name": "Urzulei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139730,8 +139730,8 @@ { "id": 61610, "name": "Uscio", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139771,8 +139771,8 @@ { "id": 61611, "name": "Usellus", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139812,8 +139812,8 @@ { "id": 61612, "name": "Usini", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139853,8 +139853,8 @@ { "id": 61613, "name": "Usmate-Velate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139894,8 +139894,8 @@ { "id": 61614, "name": "Ussana", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139935,8 +139935,8 @@ { "id": 61615, "name": "Ussaramanna", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -139976,8 +139976,8 @@ { "id": 61616, "name": "Ussassai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140017,8 +140017,8 @@ { "id": 61617, "name": "Usseaux", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140058,8 +140058,8 @@ { "id": 61618, "name": "Usseglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140099,8 +140099,8 @@ { "id": 61619, "name": "Ustica", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140140,8 +140140,8 @@ { "id": 61620, "name": "Uta", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140181,8 +140181,8 @@ { "id": 61621, "name": "Uzzano", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140222,8 +140222,8 @@ { "id": 61622, "name": "Vaccarizzo Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140263,8 +140263,8 @@ { "id": 61623, "name": "Vacchereccia", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "locality", @@ -140304,8 +140304,8 @@ { "id": 61624, "name": "Vaccheria", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -140345,8 +140345,8 @@ { "id": 61625, "name": "Vacone", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140386,8 +140386,8 @@ { "id": 61626, "name": "Vacri", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140427,8 +140427,8 @@ { "id": 61627, "name": "Vada", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -140468,8 +140468,8 @@ { "id": 61628, "name": "Vadena", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140509,8 +140509,8 @@ { "id": 61629, "name": "Vado", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -140550,8 +140550,8 @@ { "id": 61630, "name": "Vado Centro", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140591,8 +140591,8 @@ { "id": 61631, "name": "Vado Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140632,8 +140632,8 @@ { "id": 61632, "name": "Vadue", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -140673,8 +140673,8 @@ { "id": 61633, "name": "Vaglia", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140714,8 +140714,8 @@ { "id": 61634, "name": "Vaglio Basilicata", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140755,8 +140755,8 @@ { "id": 61635, "name": "Vaglio Serra", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140796,8 +140796,8 @@ { "id": 61636, "name": "Vago", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -140837,8 +140837,8 @@ { "id": 61637, "name": "Vaiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140878,8 +140878,8 @@ { "id": 61638, "name": "Vaiano Cremasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140919,8 +140919,8 @@ { "id": 61639, "name": "Vaie", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -140960,8 +140960,8 @@ { "id": 61640, "name": "Vailate", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141001,8 +141001,8 @@ { "id": 61641, "name": "Vairano-Patenora", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141042,8 +141042,8 @@ { "id": 61642, "name": "Vajont", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141083,8 +141083,8 @@ { "id": 61643, "name": "Val Masino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141124,8 +141124,8 @@ { "id": 61644, "name": "Val Rezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141165,8 +141165,8 @@ { "id": 61645, "name": "Val della Torre", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141206,8 +141206,8 @@ { "id": 61646, "name": "Val di Cava", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -141247,8 +141247,8 @@ { "id": 61647, "name": "Valbrona", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141288,8 +141288,8 @@ { "id": 61648, "name": "Valcanneto", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -141329,8 +141329,8 @@ { "id": 61649, "name": "Valda", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141370,8 +141370,8 @@ { "id": 61650, "name": "Valdagno", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141411,8 +141411,8 @@ { "id": 61651, "name": "Valdaora di Mezzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141452,8 +141452,8 @@ { "id": 61652, "name": "Valdengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141493,8 +141493,8 @@ { "id": 61653, "name": "Valderice", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141534,8 +141534,8 @@ { "id": 61654, "name": "Valdieri", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141575,8 +141575,8 @@ { "id": 61655, "name": "Valdina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141616,8 +141616,8 @@ { "id": 61656, "name": "Valdisotto", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141657,8 +141657,8 @@ { "id": 61657, "name": "Valdobbiadene", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141698,8 +141698,8 @@ { "id": 61658, "name": "Valdottavo", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -141739,8 +141739,8 @@ { "id": 61659, "name": "Valduggia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141780,8 +141780,8 @@ { "id": 61660, "name": "Valeggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141821,8 +141821,8 @@ { "id": 61661, "name": "Valeggio sul Mincio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141862,8 +141862,8 @@ { "id": 61662, "name": "Valentano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141903,8 +141903,8 @@ { "id": 61663, "name": "Valentino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141944,8 +141944,8 @@ { "id": 61664, "name": "Valenza", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -141985,8 +141985,8 @@ { "id": 61665, "name": "Valenzano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142026,8 +142026,8 @@ { "id": 61666, "name": "Valenzatico", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -142067,8 +142067,8 @@ { "id": 61667, "name": "Valera Fratta", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142108,8 +142108,8 @@ { "id": 61668, "name": "Valfabbrica", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142149,8 +142149,8 @@ { "id": 61669, "name": "Valfenera", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142190,8 +142190,8 @@ { "id": 61670, "name": "Valfloriana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142231,8 +142231,8 @@ { "id": 61671, "name": "Valganna", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142272,8 +142272,8 @@ { "id": 61672, "name": "Valgatara", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -142313,8 +142313,8 @@ { "id": 61673, "name": "Valgioie", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142354,8 +142354,8 @@ { "id": 61674, "name": "Valgoglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142395,8 +142395,8 @@ { "id": 61675, "name": "Valgrana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142436,8 +142436,8 @@ { "id": 61676, "name": "Valgreghentino", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142518,8 +142518,8 @@ { "id": 61678, "name": "Valguarnera Caropepe", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142559,8 +142559,8 @@ { "id": 61679, "name": "Vall'Alta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -142600,8 +142600,8 @@ { "id": 61680, "name": "Vallada Agordina", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142641,8 +142641,8 @@ { "id": 61681, "name": "Vallanzengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142682,8 +142682,8 @@ { "id": 61682, "name": "Vallarsa", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142723,8 +142723,8 @@ { "id": 61683, "name": "Vallata", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142764,8 +142764,8 @@ { "id": 61684, "name": "Valle Agricola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142805,8 +142805,8 @@ { "id": 61685, "name": "Valle Aurina - Ahrntal", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142846,8 +142846,8 @@ { "id": 61686, "name": "Valle Castellana", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142887,8 +142887,8 @@ { "id": 61687, "name": "Valle Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -142928,8 +142928,8 @@ { "id": 61688, "name": "Valle Martella", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -142969,8 +142969,8 @@ { "id": 61689, "name": "Valle Mosso", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143010,8 +143010,8 @@ { "id": 61690, "name": "Valle Salimbene", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143051,8 +143051,8 @@ { "id": 61691, "name": "Valle San Bartolomeo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -143092,8 +143092,8 @@ { "id": 61692, "name": "Valle San Nicolao", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143133,8 +143133,8 @@ { "id": 61693, "name": "Valle Santa", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -143215,8 +143215,8 @@ { "id": 61695, "name": "Valle dell'Angelo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143256,8 +143256,8 @@ { "id": 61696, "name": "Valle di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143297,8 +143297,8 @@ { "id": 61697, "name": "Valle di Casies - Gsies", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143338,8 +143338,8 @@ { "id": 61698, "name": "Valle di Maddaloni", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143379,8 +143379,8 @@ { "id": 61699, "name": "Valle di Vado", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "city", @@ -143420,8 +143420,8 @@ { "id": 61700, "name": "Valle e Castello", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143461,8 +143461,8 @@ { "id": 61701, "name": "Vallebona", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143502,8 +143502,8 @@ { "id": 61702, "name": "Vallecorsa", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143543,8 +143543,8 @@ { "id": 61703, "name": "Vallecrosia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143584,8 +143584,8 @@ { "id": 61704, "name": "Vallecupa", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143625,8 +143625,8 @@ { "id": 61705, "name": "Valledolmo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143666,8 +143666,8 @@ { "id": 61706, "name": "Valledoria", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143707,8 +143707,8 @@ { "id": 61707, "name": "Vallefiorita", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143748,8 +143748,8 @@ { "id": 61708, "name": "Valleggia", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "city", @@ -143789,8 +143789,8 @@ { "id": 61709, "name": "Vallelonga", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143830,8 +143830,8 @@ { "id": 61710, "name": "Vallelunga Pratameno", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143871,8 +143871,8 @@ { "id": 61711, "name": "Vallemaio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143912,8 +143912,8 @@ { "id": 61712, "name": "Vallepietra", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143953,8 +143953,8 @@ { "id": 61713, "name": "Vallerano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -143994,8 +143994,8 @@ { "id": 61714, "name": "Vallermosa", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144035,8 +144035,8 @@ { "id": 61715, "name": "Vallerotonda", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144076,8 +144076,8 @@ { "id": 61716, "name": "Vallesaccarda", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144117,8 +144117,8 @@ { "id": 61717, "name": "Vallese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -144158,8 +144158,8 @@ { "id": 61718, "name": "Valleve", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144199,8 +144199,8 @@ { "id": 61719, "name": "Valli", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -144240,8 +144240,8 @@ { "id": 61720, "name": "Valli del Pasubio", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144281,8 +144281,8 @@ { "id": 61721, "name": "Vallinfreda", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144322,8 +144322,8 @@ { "id": 61722, "name": "Vallio Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144363,8 +144363,8 @@ { "id": 61723, "name": "Vallo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144404,8 +144404,8 @@ { "id": 61724, "name": "Vallo della Lucania", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144445,8 +144445,8 @@ { "id": 61725, "name": "Vallonga", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -144486,8 +144486,8 @@ { "id": 61726, "name": "Valloriate", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144527,8 +144527,8 @@ { "id": 61727, "name": "Vallà", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -144568,8 +144568,8 @@ { "id": 61728, "name": "Valmacca", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144609,8 +144609,8 @@ { "id": 61729, "name": "Valmadonna", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -144650,8 +144650,8 @@ { "id": 61730, "name": "Valmadrera-Caserta", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144691,8 +144691,8 @@ { "id": 61731, "name": "Valmala", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144732,8 +144732,8 @@ { "id": 61732, "name": "Valmontone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144773,8 +144773,8 @@ { "id": 61733, "name": "Valmorea", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144814,8 +144814,8 @@ { "id": 61734, "name": "Valnegra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144896,8 +144896,8 @@ { "id": 61736, "name": "Valperga", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -144937,8 +144937,8 @@ { "id": 61737, "name": "Valprato Soana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145019,8 +145019,8 @@ { "id": 61739, "name": "Valsinni", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145060,8 +145060,8 @@ { "id": 61740, "name": "Valstagna", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145101,8 +145101,8 @@ { "id": 61741, "name": "Valstrona", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145142,8 +145142,8 @@ { "id": 61742, "name": "Valtopina", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145183,8 +145183,8 @@ { "id": 61743, "name": "Valtorta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145265,8 +145265,8 @@ { "id": 61745, "name": "Valva", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145306,8 +145306,8 @@ { "id": 61746, "name": "Valvasone", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145347,8 +145347,8 @@ { "id": 61747, "name": "Valverde", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145388,8 +145388,8 @@ { "id": 61748, "name": "Valvestino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145429,8 +145429,8 @@ { "id": 61749, "name": "Valzemola", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145470,8 +145470,8 @@ { "id": 61750, "name": "Vambolieri", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "section", @@ -145511,8 +145511,8 @@ { "id": 61751, "name": "Vandoies - Vintl", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145552,8 +145552,8 @@ { "id": 61752, "name": "Vandoies di Sotto", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145593,8 +145593,8 @@ { "id": 61753, "name": "Vanzaghello", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145634,8 +145634,8 @@ { "id": 61754, "name": "Vanzago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145675,8 +145675,8 @@ { "id": 61755, "name": "Vanzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145716,8 +145716,8 @@ { "id": 61756, "name": "Vaprio D'Agogna", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145757,8 +145757,8 @@ { "id": 61757, "name": "Vaprio d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145798,8 +145798,8 @@ { "id": 61758, "name": "Varago", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -145839,8 +145839,8 @@ { "id": 61759, "name": "Varallo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145880,8 +145880,8 @@ { "id": 61760, "name": "Varallo Pombia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145921,8 +145921,8 @@ { "id": 61761, "name": "Varano Borghi", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -145962,8 +145962,8 @@ { "id": 61762, "name": "Varano De' Melegari", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146003,8 +146003,8 @@ { "id": 61763, "name": "Varapodio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146044,8 +146044,8 @@ { "id": 61764, "name": "Varazze", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146085,8 +146085,8 @@ { "id": 61765, "name": "Varco Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146126,8 +146126,8 @@ { "id": 61766, "name": "Varedo", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146167,8 +146167,8 @@ { "id": 61767, "name": "Varena", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -146208,8 +146208,8 @@ { "id": 61768, "name": "Varenna", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146249,8 +146249,8 @@ { "id": 61769, "name": "Varese", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -146290,8 +146290,8 @@ { "id": 61770, "name": "Varese Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146331,8 +146331,8 @@ { "id": 61771, "name": "Varisella", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146372,8 +146372,8 @@ { "id": 61772, "name": "Varmo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146413,8 +146413,8 @@ { "id": 61773, "name": "Varna", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146454,8 +146454,8 @@ { "id": 61774, "name": "Varsi", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146495,8 +146495,8 @@ { "id": 61775, "name": "Varzi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146536,8 +146536,8 @@ { "id": 61776, "name": "Varzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146577,8 +146577,8 @@ { "id": 61777, "name": "Vas", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146618,8 +146618,8 @@ { "id": 61778, "name": "Vasanello", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146659,8 +146659,8 @@ { "id": 61779, "name": "Vasia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146700,8 +146700,8 @@ { "id": 61780, "name": "Vassena", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146741,8 +146741,8 @@ { "id": 61781, "name": "Vasto", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146782,8 +146782,8 @@ { "id": 61782, "name": "Vastogirardi", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146823,8 +146823,8 @@ { "id": 61783, "name": "Vattaro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146864,8 +146864,8 @@ { "id": 61784, "name": "Vauda Canavese Superiore", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146905,8 +146905,8 @@ { "id": 61785, "name": "Vazzano", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146946,8 +146946,8 @@ { "id": 61786, "name": "Vazzola", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -146987,8 +146987,8 @@ { "id": 61787, "name": "Vecchiano-Nodica", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147028,8 +147028,8 @@ { "id": 61788, "name": "Vedano Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147069,8 +147069,8 @@ { "id": 61789, "name": "Vedano al Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147110,8 +147110,8 @@ { "id": 61790, "name": "Veddasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147151,8 +147151,8 @@ { "id": 61791, "name": "Vedelago", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147192,8 +147192,8 @@ { "id": 61792, "name": "Vedeseta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147233,8 +147233,8 @@ { "id": 61793, "name": "Veduggio Con Colzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147274,8 +147274,8 @@ { "id": 61794, "name": "Veggia-Villalunga", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -147315,8 +147315,8 @@ { "id": 61795, "name": "Veggiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147356,8 +147356,8 @@ { "id": 61796, "name": "Veglie", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147397,8 +147397,8 @@ { "id": 61797, "name": "Veglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147438,8 +147438,8 @@ { "id": 61798, "name": "Vejano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147479,8 +147479,8 @@ { "id": 61799, "name": "Velasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -147520,8 +147520,8 @@ { "id": 61800, "name": "Veleso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147561,8 +147561,8 @@ { "id": 61801, "name": "Velezzo Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147602,8 +147602,8 @@ { "id": 61802, "name": "Velletri", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147643,8 +147643,8 @@ { "id": 61803, "name": "Vellezzo Bellini", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147684,8 +147684,8 @@ { "id": 61804, "name": "Velo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147725,8 +147725,8 @@ { "id": 61805, "name": "Velo Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147766,8 +147766,8 @@ { "id": 61806, "name": "Velo d'Astico", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147807,8 +147807,8 @@ { "id": 61807, "name": "Velturno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147848,8 +147848,8 @@ { "id": 61808, "name": "Venafro", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147889,8 +147889,8 @@ { "id": 61809, "name": "Venaria Reale", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147930,8 +147930,8 @@ { "id": 61810, "name": "Venarotta", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -147971,8 +147971,8 @@ { "id": 61811, "name": "Venasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148012,8 +148012,8 @@ { "id": 61812, "name": "Venaus", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148053,8 +148053,8 @@ { "id": 61813, "name": "Vendone", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148094,8 +148094,8 @@ { "id": 61814, "name": "Vendrogno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148135,8 +148135,8 @@ { "id": 61815, "name": "Venegazzù", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -148176,8 +148176,8 @@ { "id": 61816, "name": "Venegono Inferiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148217,8 +148217,8 @@ { "id": 61817, "name": "Venegono Superiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148258,8 +148258,8 @@ { "id": 61818, "name": "Venetico Marina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -148299,8 +148299,8 @@ { "id": 61819, "name": "Venetico Superiore", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148340,8 +148340,8 @@ { "id": 61820, "name": "Venezzano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -148381,8 +148381,8 @@ { "id": 61821, "name": "Veniano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148422,8 +148422,8 @@ { "id": 61822, "name": "Venice", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -148463,8 +148463,8 @@ { "id": 61823, "name": "Venosa", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148504,8 +148504,8 @@ { "id": 61824, "name": "Venticano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148545,8 +148545,8 @@ { "id": 61825, "name": "Ventimiglia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148586,8 +148586,8 @@ { "id": 61826, "name": "Ventimiglia di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148627,8 +148627,8 @@ { "id": 61827, "name": "Ventoso", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -148668,8 +148668,8 @@ { "id": 61828, "name": "Ventotene", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148709,8 +148709,8 @@ { "id": 61829, "name": "Venturina", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -148750,8 +148750,8 @@ { "id": 61830, "name": "Venzone", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148791,8 +148791,8 @@ { "id": 61831, "name": "Verano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148832,8 +148832,8 @@ { "id": 61832, "name": "Verano - Voeran", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148873,8 +148873,8 @@ { "id": 61833, "name": "Verano Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148914,8 +148914,8 @@ { "id": 61834, "name": "Verbania", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -148955,8 +148955,8 @@ { "id": 61835, "name": "Verbicaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -148996,8 +148996,8 @@ { "id": 61836, "name": "Vercana", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149037,8 +149037,8 @@ { "id": 61837, "name": "Verceia", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149078,8 +149078,8 @@ { "id": 61838, "name": "Vercelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -149119,8 +149119,8 @@ { "id": 61839, "name": "Vercurago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149160,8 +149160,8 @@ { "id": 61840, "name": "Verdellino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149201,8 +149201,8 @@ { "id": 61841, "name": "Verdello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149242,8 +149242,8 @@ { "id": 61842, "name": "Verderio Inferiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149283,8 +149283,8 @@ { "id": 61843, "name": "Verderio Superiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149324,8 +149324,8 @@ { "id": 61844, "name": "Verduno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149365,8 +149365,8 @@ { "id": 61845, "name": "Vergano-Villa", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -149406,8 +149406,8 @@ { "id": 61846, "name": "Vergato", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149447,8 +149447,8 @@ { "id": 61847, "name": "Verghereto", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149488,8 +149488,8 @@ { "id": 61848, "name": "Vergiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149529,8 +149529,8 @@ { "id": 61849, "name": "Vergnasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "city", @@ -149570,8 +149570,8 @@ { "id": 61850, "name": "Verla", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149611,8 +149611,8 @@ { "id": 61851, "name": "Vermezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149652,8 +149652,8 @@ { "id": 61852, "name": "Vermiglio", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149693,8 +149693,8 @@ { "id": 61853, "name": "Vernante", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149734,8 +149734,8 @@ { "id": 61854, "name": "Vernasca", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149775,8 +149775,8 @@ { "id": 61855, "name": "Vernate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149816,8 +149816,8 @@ { "id": 61856, "name": "Vernazza", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149857,8 +149857,8 @@ { "id": 61857, "name": "Vernio", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149898,8 +149898,8 @@ { "id": 61858, "name": "Vernole", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149939,8 +149939,8 @@ { "id": 61859, "name": "Verolanuova", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -149980,8 +149980,8 @@ { "id": 61860, "name": "Verolavecchia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150021,8 +150021,8 @@ { "id": 61861, "name": "Verolengo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150062,8 +150062,8 @@ { "id": 61862, "name": "Veroli", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150103,8 +150103,8 @@ { "id": 61863, "name": "Verona", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -150144,8 +150144,8 @@ { "id": 61864, "name": "Veronella", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150267,8 +150267,8 @@ { "id": 61867, "name": "Verretto", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150308,8 +150308,8 @@ { "id": 61868, "name": "Verrone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150349,8 +150349,8 @@ { "id": 61869, "name": "Verrua Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150390,8 +150390,8 @@ { "id": 61870, "name": "Verrua Savoia", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150431,8 +150431,8 @@ { "id": 61871, "name": "Vertemate Con Minoprio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150472,8 +150472,8 @@ { "id": 61872, "name": "Vertova", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150513,8 +150513,8 @@ { "id": 61873, "name": "Verucchio", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150554,8 +150554,8 @@ { "id": 61874, "name": "Veruno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150595,8 +150595,8 @@ { "id": 61875, "name": "Vervio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150636,8 +150636,8 @@ { "id": 61876, "name": "Vervò", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150677,8 +150677,8 @@ { "id": 61877, "name": "Verzino", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150718,8 +150718,8 @@ { "id": 61878, "name": "Verzuolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150759,8 +150759,8 @@ { "id": 61879, "name": "Vescovado", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150800,8 +150800,8 @@ { "id": 61880, "name": "Vescovana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150841,8 +150841,8 @@ { "id": 61881, "name": "Vescovato", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150882,8 +150882,8 @@ { "id": 61882, "name": "Vesime", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150923,8 +150923,8 @@ { "id": 61883, "name": "Vespolate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -150964,8 +150964,8 @@ { "id": 61884, "name": "Vessalico", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151005,8 +151005,8 @@ { "id": 61885, "name": "Vestenanova", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151046,8 +151046,8 @@ { "id": 61886, "name": "Vestignè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151087,8 +151087,8 @@ { "id": 61887, "name": "Vestone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151128,8 +151128,8 @@ { "id": 61888, "name": "Vestreno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151169,8 +151169,8 @@ { "id": 61889, "name": "Veternigo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -151210,8 +151210,8 @@ { "id": 61890, "name": "Vetralla", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151251,8 +151251,8 @@ { "id": 61891, "name": "Vetto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151292,8 +151292,8 @@ { "id": 61892, "name": "Vezza d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151333,8 +151333,8 @@ { "id": 61893, "name": "Vezza d'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151374,8 +151374,8 @@ { "id": 61894, "name": "Vezzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151415,8 +151415,8 @@ { "id": 61895, "name": "Vezzano Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151456,8 +151456,8 @@ { "id": 61896, "name": "Vezzano sul Crostolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151497,8 +151497,8 @@ { "id": 61897, "name": "Vezzi Portio", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151538,8 +151538,8 @@ { "id": 61898, "name": "Via Lippia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -151579,8 +151579,8 @@ { "id": 61899, "name": "Viadana", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151620,8 +151620,8 @@ { "id": 61900, "name": "Viadanica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151661,8 +151661,8 @@ { "id": 61901, "name": "Viagrande", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151702,8 +151702,8 @@ { "id": 61902, "name": "Viale", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151743,8 +151743,8 @@ { "id": 61903, "name": "Vialfrè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151784,8 +151784,8 @@ { "id": 61904, "name": "Viano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151825,8 +151825,8 @@ { "id": 61905, "name": "Viareggio", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151866,8 +151866,8 @@ { "id": 61906, "name": "Viarigi", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151907,8 +151907,8 @@ { "id": 61907, "name": "Vibo Valentia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -151948,8 +151948,8 @@ { "id": 61908, "name": "Vibonati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -151989,8 +151989,8 @@ { "id": 61909, "name": "Vicalvi", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152030,8 +152030,8 @@ { "id": 61910, "name": "Vicarello", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -152071,8 +152071,8 @@ { "id": 61911, "name": "Vicari", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152112,8 +152112,8 @@ { "id": 61912, "name": "Vicaria", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -152153,8 +152153,8 @@ { "id": 61913, "name": "Vicchio", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152194,8 +152194,8 @@ { "id": 61914, "name": "Vicenza", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -152235,8 +152235,8 @@ { "id": 61915, "name": "Viciomaggio", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -152276,8 +152276,8 @@ { "id": 61916, "name": "Vico Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152317,8 +152317,8 @@ { "id": 61917, "name": "Vico Equense", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152358,8 +152358,8 @@ { "id": 61918, "name": "Vico del Gargano", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152399,8 +152399,8 @@ { "id": 61919, "name": "Vico nel Lazio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152440,8 +152440,8 @@ { "id": 61920, "name": "Vicofertile", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -152481,8 +152481,8 @@ { "id": 61921, "name": "Vicoforte", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152522,8 +152522,8 @@ { "id": 61922, "name": "Vicoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152563,8 +152563,8 @@ { "id": 61923, "name": "Vicolungo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152604,8 +152604,8 @@ { "id": 61924, "name": "Vicomoscano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -152645,8 +152645,8 @@ { "id": 61925, "name": "Vicopisano", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152686,8 +152686,8 @@ { "id": 61926, "name": "Vicovaro", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152727,8 +152727,8 @@ { "id": 61927, "name": "Vidalengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -152768,8 +152768,8 @@ { "id": 61928, "name": "Vidardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152809,8 +152809,8 @@ { "id": 61929, "name": "Viddalba", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152850,8 +152850,8 @@ { "id": 61930, "name": "Vidigulfo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152891,8 +152891,8 @@ { "id": 61931, "name": "Vidor", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152932,8 +152932,8 @@ { "id": 61932, "name": "Vidracco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -152973,8 +152973,8 @@ { "id": 61933, "name": "Vieste", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153014,8 +153014,8 @@ { "id": 61934, "name": "Vietri di Potenza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153055,8 +153055,8 @@ { "id": 61935, "name": "Vietri sul Mare", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153096,8 +153096,8 @@ { "id": 61936, "name": "Viganella", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153137,8 +153137,8 @@ { "id": 61937, "name": "Vigano San Martino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153178,8 +153178,8 @@ { "id": 61938, "name": "Viganò", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153219,8 +153219,8 @@ { "id": 61939, "name": "Vigarano Mainarda", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153260,8 +153260,8 @@ { "id": 61940, "name": "Vigarano Pieve", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -153301,8 +153301,8 @@ { "id": 61941, "name": "Vigardolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -153342,8 +153342,8 @@ { "id": 61942, "name": "Vigasio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153383,8 +153383,8 @@ { "id": 61943, "name": "Vigatto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -153424,8 +153424,8 @@ { "id": 61944, "name": "Vigevano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153465,8 +153465,8 @@ { "id": 61945, "name": "Viggianello", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153506,8 +153506,8 @@ { "id": 61946, "name": "Viggiano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153547,8 +153547,8 @@ { "id": 61947, "name": "Viggiù", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153588,8 +153588,8 @@ { "id": 61948, "name": "Vighignolo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -153629,8 +153629,8 @@ { "id": 61949, "name": "Vighizzolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -153670,8 +153670,8 @@ { "id": 61950, "name": "Vighizzolo d'Este", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153711,8 +153711,8 @@ { "id": 61951, "name": "Vigliano Biellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153752,8 +153752,8 @@ { "id": 61952, "name": "Vigliano d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153793,8 +153793,8 @@ { "id": 61953, "name": "Vigliano-Bettolino", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -153834,8 +153834,8 @@ { "id": 61954, "name": "Vigliatore 2", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -153875,8 +153875,8 @@ { "id": 61955, "name": "Vignacastrisi", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -153916,8 +153916,8 @@ { "id": 61956, "name": "Vignale Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -153957,8 +153957,8 @@ { "id": 61957, "name": "Vignale Riotorto", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -153998,8 +153998,8 @@ { "id": 61958, "name": "Vignanello", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154039,8 +154039,8 @@ { "id": 61959, "name": "Vignate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154080,8 +154080,8 @@ { "id": 61960, "name": "Vignola", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154121,8 +154121,8 @@ { "id": 61961, "name": "Vignola", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154162,8 +154162,8 @@ { "id": 61962, "name": "Vignola", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154203,8 +154203,8 @@ { "id": 61963, "name": "Vignole Borbera", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154244,8 +154244,8 @@ { "id": 61964, "name": "Vignole-Olmi", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -154285,8 +154285,8 @@ { "id": 61965, "name": "Vignolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154326,8 +154326,8 @@ { "id": 61966, "name": "Vignone", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154367,8 +154367,8 @@ { "id": 61967, "name": "Vigo di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154408,8 +154408,8 @@ { "id": 61968, "name": "Vigo di Fassa", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154449,8 +154449,8 @@ { "id": 61969, "name": "Vigo di Ton", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154490,8 +154490,8 @@ { "id": 61970, "name": "Vigodarzere", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154531,8 +154531,8 @@ { "id": 61971, "name": "Vigolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154572,8 +154572,8 @@ { "id": 61972, "name": "Vigolo Vattaro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154613,8 +154613,8 @@ { "id": 61973, "name": "Vigolzone", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154654,8 +154654,8 @@ { "id": 61974, "name": "Vigone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154695,8 +154695,8 @@ { "id": 61975, "name": "Vigonovo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154736,8 +154736,8 @@ { "id": 61976, "name": "Vigonovo-Fontanafredda", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154777,8 +154777,8 @@ { "id": 61977, "name": "Vigonza", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154818,8 +154818,8 @@ { "id": 61978, "name": "Vigonzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -154859,8 +154859,8 @@ { "id": 61979, "name": "Viguzzolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154900,8 +154900,8 @@ { "id": 61980, "name": "Vill'Albese", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154941,8 +154941,8 @@ { "id": 61981, "name": "Villa", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -154982,8 +154982,8 @@ { "id": 61982, "name": "Villa", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155023,8 +155023,8 @@ { "id": 61983, "name": "Villa", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155064,8 +155064,8 @@ { "id": 61984, "name": "Villa Adriana", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -155105,8 +155105,8 @@ { "id": 61985, "name": "Villa Bartolomea", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155146,8 +155146,8 @@ { "id": 61986, "name": "Villa Basilica", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155187,8 +155187,8 @@ { "id": 61987, "name": "Villa Biscossi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155228,8 +155228,8 @@ { "id": 61988, "name": "Villa Caldari", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -155269,8 +155269,8 @@ { "id": 61989, "name": "Villa Carcina", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155310,8 +155310,8 @@ { "id": 61990, "name": "Villa Castelli", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155351,8 +155351,8 @@ { "id": 61991, "name": "Villa Ceccolini", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -155392,8 +155392,8 @@ { "id": 61992, "name": "Villa Celiera", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155433,8 +155433,8 @@ { "id": 61993, "name": "Villa Ciambra", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -155474,8 +155474,8 @@ { "id": 61994, "name": "Villa Collemandina", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155515,8 +155515,8 @@ { "id": 61995, "name": "Villa Cortese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155556,8 +155556,8 @@ { "id": 61996, "name": "Villa Estense", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155597,8 +155597,8 @@ { "id": 61997, "name": "Villa Faraldi", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155638,8 +155638,8 @@ { "id": 61998, "name": "Villa Fontana", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -155679,8 +155679,8 @@ { "id": 61999, "name": "Villa Fornace", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155720,8 +155720,8 @@ { "id": 62000, "name": "Villa Guardia", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155761,8 +155761,8 @@ { "id": 62001, "name": "Villa Lagarina", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155802,8 +155802,8 @@ { "id": 62002, "name": "Villa Latina", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155843,8 +155843,8 @@ { "id": 62003, "name": "Villa Lempa", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -155884,8 +155884,8 @@ { "id": 62004, "name": "Villa Literno", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155925,8 +155925,8 @@ { "id": 62005, "name": "Villa Minozzo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -155966,8 +155966,8 @@ { "id": 62006, "name": "Villa Musone", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -156007,8 +156007,8 @@ { "id": 62007, "name": "Villa Opicina", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "city", @@ -156048,8 +156048,8 @@ { "id": 62008, "name": "Villa Pedergnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -156089,8 +156089,8 @@ { "id": 62009, "name": "Villa Pigna", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -156130,8 +156130,8 @@ { "id": 62010, "name": "Villa Poma", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156171,8 +156171,8 @@ { "id": 62011, "name": "Villa Potenza", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -156212,8 +156212,8 @@ { "id": 62012, "name": "Villa Raspa", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -156253,8 +156253,8 @@ { "id": 62013, "name": "Villa Raverio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -156294,8 +156294,8 @@ { "id": 62014, "name": "Villa Rendena", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156335,8 +156335,8 @@ { "id": 62015, "name": "Villa Rosa", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -156376,8 +156376,8 @@ { "id": 62016, "name": "Villa San Filippo", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -156417,8 +156417,8 @@ { "id": 62017, "name": "Villa San Giovanni", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156458,8 +156458,8 @@ { "id": 62018, "name": "Villa San Giovanni in Tuscia", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156499,8 +156499,8 @@ { "id": 62019, "name": "Villa San Giuseppe", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -156540,8 +156540,8 @@ { "id": 62020, "name": "Villa San Pietro", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156581,8 +156581,8 @@ { "id": 62021, "name": "Villa San Secondo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156622,8 +156622,8 @@ { "id": 62022, "name": "Villa Sant'Angelo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156663,8 +156663,8 @@ { "id": 62023, "name": "Villa Sant'Antonio", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156704,8 +156704,8 @@ { "id": 62024, "name": "Villa Santa Lucia", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156745,8 +156745,8 @@ { "id": 62025, "name": "Villa Santa Lucia degli Abruzzi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156786,8 +156786,8 @@ { "id": 62026, "name": "Villa Santa Maria", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156827,8 +156827,8 @@ { "id": 62027, "name": "Villa Santina", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156868,8 +156868,8 @@ { "id": 62028, "name": "Villa Santo Stefano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156909,8 +156909,8 @@ { "id": 62029, "name": "Villa Verde", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -156950,8 +156950,8 @@ { "id": 62030, "name": "Villa Verucchio", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -156991,8 +156991,8 @@ { "id": 62031, "name": "Villa Vicentina", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157032,8 +157032,8 @@ { "id": 62032, "name": "Villa d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157073,8 +157073,8 @@ { "id": 62033, "name": "Villa d'Agri", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -157114,8 +157114,8 @@ { "id": 62034, "name": "Villa d'Almè", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157155,8 +157155,8 @@ { "id": 62035, "name": "Villa d'Asolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -157196,8 +157196,8 @@ { "id": 62036, "name": "Villa d'Ogna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157237,8 +157237,8 @@ { "id": 62037, "name": "Villa d'Oneta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157278,8 +157278,8 @@ { "id": 62038, "name": "Villa del Bosco", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157319,8 +157319,8 @@ { "id": 62039, "name": "Villa del Conte", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157360,8 +157360,8 @@ { "id": 62040, "name": "Villa di Briano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157401,8 +157401,8 @@ { "id": 62041, "name": "Villa di Chiavenna", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157442,8 +157442,8 @@ { "id": 62042, "name": "Villa di Serio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157483,8 +157483,8 @@ { "id": 62043, "name": "Villa-Agnedo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157524,8 +157524,8 @@ { "id": 62044, "name": "Villa-Borgo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157606,8 +157606,8 @@ { "id": 62046, "name": "Villabassa", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157647,8 +157647,8 @@ { "id": 62047, "name": "Villabate", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157688,8 +157688,8 @@ { "id": 62048, "name": "Villabruna-Umin", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "city", @@ -157729,8 +157729,8 @@ { "id": 62049, "name": "Villachiara", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157770,8 +157770,8 @@ { "id": 62050, "name": "Villacidro", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157811,8 +157811,8 @@ { "id": 62051, "name": "Villadeati", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157852,8 +157852,8 @@ { "id": 62052, "name": "Villadose", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157893,8 +157893,8 @@ { "id": 62053, "name": "Villadossola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157934,8 +157934,8 @@ { "id": 62054, "name": "Villafalletto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -157975,8 +157975,8 @@ { "id": 62055, "name": "Villafranca", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158016,8 +158016,8 @@ { "id": 62056, "name": "Villafranca Padovana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158057,8 +158057,8 @@ { "id": 62057, "name": "Villafranca Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158098,8 +158098,8 @@ { "id": 62058, "name": "Villafranca Sicula", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158139,8 +158139,8 @@ { "id": 62059, "name": "Villafranca Tirrena", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158180,8 +158180,8 @@ { "id": 62060, "name": "Villafranca d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158221,8 +158221,8 @@ { "id": 62061, "name": "Villafranca di Verona", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158262,8 +158262,8 @@ { "id": 62062, "name": "Villafranca in Lunigiana", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158303,8 +158303,8 @@ { "id": 62063, "name": "Villafrati", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158344,8 +158344,8 @@ { "id": 62064, "name": "Villaga", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158385,8 +158385,8 @@ { "id": 62065, "name": "Villaganzerla", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -158426,8 +158426,8 @@ { "id": 62066, "name": "Villaggio Montegrappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -158467,8 +158467,8 @@ { "id": 62067, "name": "Villaggio Residenziale", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -158508,8 +158508,8 @@ { "id": 62068, "name": "Villaggio del Pino-Le Ginestre", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -158549,8 +158549,8 @@ { "id": 62069, "name": "Villaggio del Sole", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -158590,8 +158590,8 @@ { "id": 62070, "name": "Villagrande", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158631,8 +158631,8 @@ { "id": 62071, "name": "Villagrande", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158672,8 +158672,8 @@ { "id": 62072, "name": "Villagrande Strisaili", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158713,8 +158713,8 @@ { "id": 62073, "name": "Villaguattera", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -158795,8 +158795,8 @@ { "id": 62075, "name": "Villalago", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158836,8 +158836,8 @@ { "id": 62076, "name": "Villalba", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158877,8 +158877,8 @@ { "id": 62077, "name": "Villalba", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -158918,8 +158918,8 @@ { "id": 62078, "name": "Villalfonsina", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -158959,8 +158959,8 @@ { "id": 62079, "name": "Villalvernia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159000,8 +159000,8 @@ { "id": 62080, "name": "Villamagna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159041,8 +159041,8 @@ { "id": 62081, "name": "Villamaina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159082,8 +159082,8 @@ { "id": 62082, "name": "Villamar", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159123,8 +159123,8 @@ { "id": 62083, "name": "Villamarzana", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159164,8 +159164,8 @@ { "id": 62084, "name": "Villamassargia", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159205,8 +159205,8 @@ { "id": 62085, "name": "Villamiroglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159246,8 +159246,8 @@ { "id": 62086, "name": "Villammare", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -159287,8 +159287,8 @@ { "id": 62087, "name": "Villandro", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159328,8 +159328,8 @@ { "id": 62088, "name": "Villandro - Villanders", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159369,8 +159369,8 @@ { "id": 62089, "name": "Villanova", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159410,8 +159410,8 @@ { "id": 62090, "name": "Villanova", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -159451,8 +159451,8 @@ { "id": 62091, "name": "Villanova", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159492,8 +159492,8 @@ { "id": 62092, "name": "Villanova", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -159533,8 +159533,8 @@ { "id": 62093, "name": "Villanova", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -159574,8 +159574,8 @@ { "id": 62094, "name": "Villanova", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -159615,8 +159615,8 @@ { "id": 62095, "name": "Villanova", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -159656,8 +159656,8 @@ { "id": 62096, "name": "Villanova Biellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159697,8 +159697,8 @@ { "id": 62097, "name": "Villanova Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159738,8 +159738,8 @@ { "id": 62098, "name": "Villanova Marchesana", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159779,8 +159779,8 @@ { "id": 62099, "name": "Villanova Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159820,8 +159820,8 @@ { "id": 62100, "name": "Villanova Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159861,8 +159861,8 @@ { "id": 62101, "name": "Villanova Monteleone", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159902,8 +159902,8 @@ { "id": 62102, "name": "Villanova Solaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159943,8 +159943,8 @@ { "id": 62103, "name": "Villanova Truschedu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -159984,8 +159984,8 @@ { "id": 62104, "name": "Villanova Tulo", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160025,8 +160025,8 @@ { "id": 62105, "name": "Villanova d'Albenga", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160066,8 +160066,8 @@ { "id": 62106, "name": "Villanova d'Ardenghi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160107,8 +160107,8 @@ { "id": 62107, "name": "Villanova d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160148,8 +160148,8 @@ { "id": 62108, "name": "Villanova del Battista", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160189,8 +160189,8 @@ { "id": 62109, "name": "Villanova del Ghebbo Canton", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160230,8 +160230,8 @@ { "id": 62110, "name": "Villanova del Sillaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160271,8 +160271,8 @@ { "id": 62111, "name": "Villanovaforru", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160312,8 +160312,8 @@ { "id": 62112, "name": "Villanovafranca", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160353,8 +160353,8 @@ { "id": 62113, "name": "Villanterio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160394,8 +160394,8 @@ { "id": 62114, "name": "Villanuova", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160435,8 +160435,8 @@ { "id": 62115, "name": "Villanuova sul Clisi", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160476,8 +160476,8 @@ { "id": 62116, "name": "Villaperuccio", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160517,8 +160517,8 @@ { "id": 62117, "name": "Villapiana", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160558,8 +160558,8 @@ { "id": 62118, "name": "Villapiana Lido", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -160599,8 +160599,8 @@ { "id": 62119, "name": "Villapinta", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "city", @@ -160640,8 +160640,8 @@ { "id": 62120, "name": "Villaputzu", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160681,8 +160681,8 @@ { "id": 62121, "name": "Villar Dora", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160722,8 +160722,8 @@ { "id": 62122, "name": "Villar Focchiardo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160763,8 +160763,8 @@ { "id": 62123, "name": "Villar Pellice", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160804,8 +160804,8 @@ { "id": 62124, "name": "Villar Perosa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160845,8 +160845,8 @@ { "id": 62125, "name": "Villar San Costanzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160886,8 +160886,8 @@ { "id": 62126, "name": "Villarbasse", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160927,8 +160927,8 @@ { "id": 62127, "name": "Villarboit", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -160968,8 +160968,8 @@ { "id": 62128, "name": "Villareggia", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161009,8 +161009,8 @@ { "id": 62129, "name": "Villaricca", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161050,8 +161050,8 @@ { "id": 62130, "name": "Villaromagnano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161091,8 +161091,8 @@ { "id": 62131, "name": "Villarosa", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161132,8 +161132,8 @@ { "id": 62132, "name": "Villarotta", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -161173,8 +161173,8 @@ { "id": 62133, "name": "Villasalto", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161214,8 +161214,8 @@ { "id": 62134, "name": "Villasanta", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161255,8 +161255,8 @@ { "id": 62135, "name": "Villaseta", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "city", @@ -161296,8 +161296,8 @@ { "id": 62136, "name": "Villasimius", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161337,8 +161337,8 @@ { "id": 62137, "name": "Villasmundo", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -161378,8 +161378,8 @@ { "id": 62138, "name": "Villasor", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161419,8 +161419,8 @@ { "id": 62139, "name": "Villaspeciosa", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161460,8 +161460,8 @@ { "id": 62140, "name": "Villassio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161501,8 +161501,8 @@ { "id": 62141, "name": "Villastellone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161542,8 +161542,8 @@ { "id": 62142, "name": "Villata", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161583,8 +161583,8 @@ { "id": 62143, "name": "Villatora", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -161624,8 +161624,8 @@ { "id": 62144, "name": "Villaurbana", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161665,8 +161665,8 @@ { "id": 62145, "name": "Villavallelonga", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161706,8 +161706,8 @@ { "id": 62146, "name": "Villaverla", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161870,8 +161870,8 @@ { "id": 62150, "name": "Villesse", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161911,8 +161911,8 @@ { "id": 62151, "name": "Villetta Barrea", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161952,8 +161952,8 @@ { "id": 62152, "name": "Villette", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -161993,8 +161993,8 @@ { "id": 62153, "name": "Villimpenta", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162034,8 +162034,8 @@ { "id": 62154, "name": "Villongo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162075,8 +162075,8 @@ { "id": 62155, "name": "Villotta", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162116,8 +162116,8 @@ { "id": 62156, "name": "Vilminore", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162157,8 +162157,8 @@ { "id": 62157, "name": "Vilminore di Scalve", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162198,8 +162198,8 @@ { "id": 62158, "name": "Vimercate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162239,8 +162239,8 @@ { "id": 62159, "name": "Vimodrone", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162280,8 +162280,8 @@ { "id": 62160, "name": "Vinadio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162321,8 +162321,8 @@ { "id": 62161, "name": "Vinchiaturo", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162362,8 +162362,8 @@ { "id": 62162, "name": "Vinchio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162403,8 +162403,8 @@ { "id": 62163, "name": "Vinci", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162444,8 +162444,8 @@ { "id": 62164, "name": "Vinovo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162485,8 +162485,8 @@ { "id": 62165, "name": "Vinzaglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162526,8 +162526,8 @@ { "id": 62166, "name": "Viola", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162567,8 +162567,8 @@ { "id": 62167, "name": "Vione", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162608,8 +162608,8 @@ { "id": 62168, "name": "Vipiteno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162649,8 +162649,8 @@ { "id": 62169, "name": "Virle Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162690,8 +162690,8 @@ { "id": 62170, "name": "Visano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162731,8 +162731,8 @@ { "id": 62171, "name": "Vische", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162772,8 +162772,8 @@ { "id": 62172, "name": "Visciano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162813,8 +162813,8 @@ { "id": 62173, "name": "Visco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162854,8 +162854,8 @@ { "id": 62174, "name": "Visone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162895,8 +162895,8 @@ { "id": 62175, "name": "Visso", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162936,8 +162936,8 @@ { "id": 62176, "name": "Vistarino", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -162977,8 +162977,8 @@ { "id": 62177, "name": "Vistrorio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163018,8 +163018,8 @@ { "id": 62178, "name": "Vita", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163059,8 +163059,8 @@ { "id": 62179, "name": "Viterbo", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -163100,8 +163100,8 @@ { "id": 62180, "name": "Viticuso", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163141,8 +163141,8 @@ { "id": 62181, "name": "Vitigliano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -163182,8 +163182,8 @@ { "id": 62182, "name": "Vitinia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -163223,8 +163223,8 @@ { "id": 62183, "name": "Vitorchiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163264,8 +163264,8 @@ { "id": 62184, "name": "Vittoria", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163305,8 +163305,8 @@ { "id": 62185, "name": "Vittorio Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163346,8 +163346,8 @@ { "id": 62186, "name": "Vittorito", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163387,8 +163387,8 @@ { "id": 62187, "name": "Vittuone", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163428,8 +163428,8 @@ { "id": 62188, "name": "Vitulano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163469,8 +163469,8 @@ { "id": 62189, "name": "Vitulazio", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163510,8 +163510,8 @@ { "id": 62190, "name": "Vivaro", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163551,8 +163551,8 @@ { "id": 62191, "name": "Vivaro Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163592,8 +163592,8 @@ { "id": 62192, "name": "Viverone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163633,8 +163633,8 @@ { "id": 62193, "name": "Vizzini", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163674,8 +163674,8 @@ { "id": 62194, "name": "Vizzola Ticino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163715,8 +163715,8 @@ { "id": 62195, "name": "Vizzolo Predabissi", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163756,8 +163756,8 @@ { "id": 62196, "name": "Viù", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163797,8 +163797,8 @@ { "id": 62197, "name": "Vobarno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163838,8 +163838,8 @@ { "id": 62198, "name": "Vobbia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163879,8 +163879,8 @@ { "id": 62199, "name": "Vocca", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163920,8 +163920,8 @@ { "id": 62200, "name": "Vodo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -163961,8 +163961,8 @@ { "id": 62201, "name": "Voghera", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164002,8 +164002,8 @@ { "id": 62202, "name": "Voghiera", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164043,8 +164043,8 @@ { "id": 62203, "name": "Vogogna", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164084,8 +164084,8 @@ { "id": 62204, "name": "Volano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164125,8 +164125,8 @@ { "id": 62205, "name": "Volargne", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -164166,8 +164166,8 @@ { "id": 62206, "name": "Volla", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164207,8 +164207,8 @@ { "id": 62207, "name": "Volongo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164248,8 +164248,8 @@ { "id": 62208, "name": "Volpago del Montello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164289,8 +164289,8 @@ { "id": 62209, "name": "Volpara", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164330,8 +164330,8 @@ { "id": 62210, "name": "Volpedo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164371,8 +164371,8 @@ { "id": 62211, "name": "Volpeglino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164412,8 +164412,8 @@ { "id": 62212, "name": "Volpiano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164453,8 +164453,8 @@ { "id": 62213, "name": "Volta Mantovana", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164494,8 +164494,8 @@ { "id": 62214, "name": "Voltaggio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164535,8 +164535,8 @@ { "id": 62215, "name": "Voltago", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164576,8 +164576,8 @@ { "id": 62216, "name": "Voltago Agordino", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164617,8 +164617,8 @@ { "id": 62217, "name": "Voltana", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -164658,8 +164658,8 @@ { "id": 62218, "name": "Volterra", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164699,8 +164699,8 @@ { "id": 62219, "name": "Voltido", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164740,8 +164740,8 @@ { "id": 62220, "name": "Volturara Appula", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164781,8 +164781,8 @@ { "id": 62221, "name": "Volturara Irpina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164822,8 +164822,8 @@ { "id": 62222, "name": "Volturino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164863,8 +164863,8 @@ { "id": 62223, "name": "Volvera", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164904,8 +164904,8 @@ { "id": 62224, "name": "Vomero", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -164945,8 +164945,8 @@ { "id": 62225, "name": "Vottignasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -164986,8 +164986,8 @@ { "id": 62226, "name": "Vò", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165027,8 +165027,8 @@ { "id": 62227, "name": "Weather Station", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -165068,8 +165068,8 @@ { "id": 62228, "name": "Zaccanopoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165109,8 +165109,8 @@ { "id": 62229, "name": "Zafferana Etnea", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165150,8 +165150,8 @@ { "id": 62230, "name": "Zagarise", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165191,8 +165191,8 @@ { "id": 62231, "name": "Zagarolo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165232,8 +165232,8 @@ { "id": 62232, "name": "Zambana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165273,8 +165273,8 @@ { "id": 62233, "name": "Zambrone", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165314,8 +165314,8 @@ { "id": 62234, "name": "Zandobbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165355,8 +165355,8 @@ { "id": 62235, "name": "Zanica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165396,8 +165396,8 @@ { "id": 62236, "name": "Zanè", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165437,8 +165437,8 @@ { "id": 62237, "name": "Zapponeta", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165478,8 +165478,8 @@ { "id": 62238, "name": "Zavattarello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165519,8 +165519,8 @@ { "id": 62239, "name": "Zeccone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165560,8 +165560,8 @@ { "id": 62240, "name": "Zeddiani", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165601,8 +165601,8 @@ { "id": 62241, "name": "Zelarino", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -165642,8 +165642,8 @@ { "id": 62242, "name": "Zelbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165683,8 +165683,8 @@ { "id": 62243, "name": "Zelo Buon Persico", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165724,8 +165724,8 @@ { "id": 62244, "name": "Zelo Surrigone", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165765,8 +165765,8 @@ { "id": 62245, "name": "Zeme", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165806,8 +165806,8 @@ { "id": 62246, "name": "Zenevredo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165847,8 +165847,8 @@ { "id": 62247, "name": "Zenson di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165888,8 +165888,8 @@ { "id": 62248, "name": "Zepponami", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -165929,8 +165929,8 @@ { "id": 62249, "name": "Zerba", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -165970,8 +165970,8 @@ { "id": 62250, "name": "Zerbo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166011,8 +166011,8 @@ { "id": 62251, "name": "Zerbolò", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166052,8 +166052,8 @@ { "id": 62252, "name": "Zerfaliu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166093,8 +166093,8 @@ { "id": 62253, "name": "Zeri", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166134,8 +166134,8 @@ { "id": 62254, "name": "Zermeghedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166175,8 +166175,8 @@ { "id": 62255, "name": "Zero Branco", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166216,8 +166216,8 @@ { "id": 62256, "name": "Zevio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166257,8 +166257,8 @@ { "id": 62257, "name": "Ziano Piacentino", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166298,8 +166298,8 @@ { "id": 62258, "name": "Ziano di Fiemme", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166339,8 +166339,8 @@ { "id": 62259, "name": "Zibello", - "state_id": 1773, - "state_code": "45", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166380,8 +166380,8 @@ { "id": 62260, "name": "Zibido San Giacomo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166421,8 +166421,8 @@ { "id": 62261, "name": "Zimone", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166462,8 +166462,8 @@ { "id": 62262, "name": "Zinasco Vecchio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166503,8 +166503,8 @@ { "id": 62263, "name": "Zoagli", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166544,8 +166544,8 @@ { "id": 62264, "name": "Zocca", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166585,8 +166585,8 @@ { "id": 62265, "name": "Zoccorino-Vergo", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -166626,8 +166626,8 @@ { "id": 62266, "name": "Zogno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166667,8 +166667,8 @@ { "id": 62267, "name": "Zola Predosa", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166708,8 +166708,8 @@ { "id": 62268, "name": "Zolla", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166749,8 +166749,8 @@ { "id": 62269, "name": "Zollino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166790,8 +166790,8 @@ { "id": 62270, "name": "Zona 179", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -166831,8 +166831,8 @@ { "id": 62271, "name": "Zona Industriale", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -166872,8 +166872,8 @@ { "id": 62272, "name": "Zona Industriale", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -166913,8 +166913,8 @@ { "id": 62273, "name": "Zone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166954,8 +166954,8 @@ { "id": 62274, "name": "Zoppola", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -166995,8 +166995,8 @@ { "id": 62275, "name": "Zoppè di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167036,8 +167036,8 @@ { "id": 62276, "name": "Zorlesco", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "city", @@ -167077,8 +167077,8 @@ { "id": 62277, "name": "Zovencedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167118,8 +167118,8 @@ { "id": 62278, "name": "Zubiena", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167159,8 +167159,8 @@ { "id": 62279, "name": "Zuccarello", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167200,8 +167200,8 @@ { "id": 62280, "name": "Zuclo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167241,8 +167241,8 @@ { "id": 62281, "name": "Zugliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167282,8 +167282,8 @@ { "id": 62282, "name": "Zugliano-Terenzano-Cargnacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -167323,8 +167323,8 @@ { "id": 62283, "name": "Zuglio", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167364,8 +167364,8 @@ { "id": 62284, "name": "Zumaglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167405,8 +167405,8 @@ { "id": 62285, "name": "Zumpano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167446,8 +167446,8 @@ { "id": 62286, "name": "Zungoli", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167487,8 +167487,8 @@ { "id": 62287, "name": "Zungri", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167528,8 +167528,8 @@ { "id": 62288, "name": "Zuni", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167569,8 +167569,8 @@ { "id": 135235, "name": "Abano Terme", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167610,8 +167610,8 @@ { "id": 135236, "name": "Abbadia Cerreto", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167651,8 +167651,8 @@ { "id": 135237, "name": "Abbadia Lariana", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167692,8 +167692,8 @@ { "id": 135238, "name": "Abbadia San Salvatore", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167733,8 +167733,8 @@ { "id": 135239, "name": "Abbasanta", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167774,8 +167774,8 @@ { "id": 135240, "name": "Abbateggio", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167815,8 +167815,8 @@ { "id": 135241, "name": "Abbazia", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -167856,8 +167856,8 @@ { "id": 135242, "name": "Abbazia Pisani", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -167897,8 +167897,8 @@ { "id": 135243, "name": "Abbiategrasso", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167938,8 +167938,8 @@ { "id": 135244, "name": "Abetone", - "state_id": 1664, - "state_code": "52", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -167979,8 +167979,8 @@ { "id": 135245, "name": "Abriola", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168020,8 +168020,8 @@ { "id": 135246, "name": "Acate", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168061,8 +168061,8 @@ { "id": 135247, "name": "Accadia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168102,8 +168102,8 @@ { "id": 135248, "name": "Acceglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168143,8 +168143,8 @@ { "id": 135249, "name": "Accettura", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168184,8 +168184,8 @@ { "id": 135250, "name": "Acciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168225,8 +168225,8 @@ { "id": 135251, "name": "Acconia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168266,8 +168266,8 @@ { "id": 135252, "name": "Accumoli", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168307,8 +168307,8 @@ { "id": 135253, "name": "Acerenza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168348,8 +168348,8 @@ { "id": 135254, "name": "Acerno", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168389,8 +168389,8 @@ { "id": 135255, "name": "Acerra", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168430,8 +168430,8 @@ { "id": 135256, "name": "Aci Bonaccorsi", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168471,8 +168471,8 @@ { "id": 135257, "name": "Aci Castello", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168512,8 +168512,8 @@ { "id": 135258, "name": "Aci Catena", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168553,8 +168553,8 @@ { "id": 135259, "name": "Aci Sant'Antonio", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168594,8 +168594,8 @@ { "id": 135260, "name": "Aci Trezza", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -168635,8 +168635,8 @@ { "id": 135261, "name": "Acilia-Castel Fusano-Ostia Antica", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -168676,8 +168676,8 @@ { "id": 135262, "name": "Acireale", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168717,8 +168717,8 @@ { "id": 135264, "name": "Acquafondata", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168758,8 +168758,8 @@ { "id": 135265, "name": "Acquaformosa", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168799,8 +168799,8 @@ { "id": 135266, "name": "Acquafredda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168840,8 +168840,8 @@ { "id": 135267, "name": "Acqualagna", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168881,8 +168881,8 @@ { "id": 135268, "name": "Acquanegra Cremonese", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168922,8 +168922,8 @@ { "id": 135269, "name": "Acquanegra sul Chiese", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -168963,8 +168963,8 @@ { "id": 135270, "name": "Acquapendente", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169004,8 +169004,8 @@ { "id": 135271, "name": "Acquappesa", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169045,8 +169045,8 @@ { "id": 135272, "name": "Acquarica del Capo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169086,8 +169086,8 @@ { "id": 135273, "name": "Acquaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169127,8 +169127,8 @@ { "id": 135274, "name": "Acquasanta Terme", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169168,8 +169168,8 @@ { "id": 135275, "name": "Acquasparta", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169209,8 +169209,8 @@ { "id": 135276, "name": "Acquaviva", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -169250,8 +169250,8 @@ { "id": 135277, "name": "Acquaviva Collecroce", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169291,8 +169291,8 @@ { "id": 135278, "name": "Acquaviva Picena", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169332,8 +169332,8 @@ { "id": 135279, "name": "Acquaviva Platani", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169373,8 +169373,8 @@ { "id": 135280, "name": "Acquaviva d'Isernia", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169414,8 +169414,8 @@ { "id": 135281, "name": "Acquaviva delle Fonti", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169455,8 +169455,8 @@ { "id": 135282, "name": "Acquedolci", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169496,8 +169496,8 @@ { "id": 135283, "name": "Acqui Terme", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169537,8 +169537,8 @@ { "id": 135284, "name": "Acri", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169578,8 +169578,8 @@ { "id": 135285, "name": "Acuto", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169619,8 +169619,8 @@ { "id": 135286, "name": "Adelfia", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169660,8 +169660,8 @@ { "id": 135287, "name": "Adrano", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169701,8 +169701,8 @@ { "id": 135288, "name": "Adrara San Martino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169742,8 +169742,8 @@ { "id": 135289, "name": "Adrara San Rocco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169783,8 +169783,8 @@ { "id": 135290, "name": "Adria", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169824,8 +169824,8 @@ { "id": 135291, "name": "Adro", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169865,8 +169865,8 @@ { "id": 135292, "name": "Affi", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169906,8 +169906,8 @@ { "id": 135293, "name": "Affile", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169947,8 +169947,8 @@ { "id": 135294, "name": "Afragola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -169988,8 +169988,8 @@ { "id": 135295, "name": "Africo Nuovo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170029,8 +170029,8 @@ { "id": 135296, "name": "Africo Vecchio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "abandoned", @@ -170070,8 +170070,8 @@ { "id": 135297, "name": "Agazzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170111,8 +170111,8 @@ { "id": 135298, "name": "Agerola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170152,8 +170152,8 @@ { "id": 135299, "name": "Aggius", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170193,8 +170193,8 @@ { "id": 135300, "name": "Agira", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170234,8 +170234,8 @@ { "id": 135301, "name": "Agliana", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170275,8 +170275,8 @@ { "id": 135302, "name": "Agliandroni-Paternella", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -170316,8 +170316,8 @@ { "id": 135303, "name": "Agliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170357,8 +170357,8 @@ { "id": 135304, "name": "Agliano Terme", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170398,8 +170398,8 @@ { "id": 135305, "name": "Aglientu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170439,8 +170439,8 @@ { "id": 135306, "name": "Agliè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170480,8 +170480,8 @@ { "id": 135307, "name": "Agna", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170521,8 +170521,8 @@ { "id": 135308, "name": "Agnadello", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170562,8 +170562,8 @@ { "id": 135309, "name": "Agnana Calabra", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170603,8 +170603,8 @@ { "id": 135310, "name": "Agnone", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170644,8 +170644,8 @@ { "id": 135311, "name": "Agnosine", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170685,8 +170685,8 @@ { "id": 135312, "name": "Agordo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170726,8 +170726,8 @@ { "id": 135313, "name": "Agosta", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170767,8 +170767,8 @@ { "id": 135314, "name": "Agra", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170808,8 +170808,8 @@ { "id": 135315, "name": "Agrate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170849,8 +170849,8 @@ { "id": 135316, "name": "Agrate Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170890,8 +170890,8 @@ { "id": 135317, "name": "Agrate Conturbia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -170931,8 +170931,8 @@ { "id": 135318, "name": "Agrigento", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "city", @@ -170972,8 +170972,8 @@ { "id": 135319, "name": "Agropoli", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171013,8 +171013,8 @@ { "id": 135320, "name": "Agugliano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171054,8 +171054,8 @@ { "id": 135321, "name": "Agugliaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171095,8 +171095,8 @@ { "id": 135322, "name": "Aicurzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171136,8 +171136,8 @@ { "id": 135323, "name": "Aidomaggiore", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171177,8 +171177,8 @@ { "id": 135324, "name": "Aidone", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171218,8 +171218,8 @@ { "id": 135325, "name": "Aielli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171259,8 +171259,8 @@ { "id": 135326, "name": "Aiello Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171300,8 +171300,8 @@ { "id": 135327, "name": "Aiello del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171341,8 +171341,8 @@ { "id": 135328, "name": "Aiello del Sabato", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171382,8 +171382,8 @@ { "id": 135329, "name": "Aieta", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171423,8 +171423,8 @@ { "id": 135330, "name": "Ailano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171464,8 +171464,8 @@ { "id": 135331, "name": "Ailoche", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171505,8 +171505,8 @@ { "id": 135332, "name": "Airali", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171546,8 +171546,8 @@ { "id": 135333, "name": "Airasca", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171587,8 +171587,8 @@ { "id": 135334, "name": "Airola", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171628,8 +171628,8 @@ { "id": 135335, "name": "Airole", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171669,8 +171669,8 @@ { "id": 135336, "name": "Airuno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171710,8 +171710,8 @@ { "id": 135337, "name": "Aisone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171751,8 +171751,8 @@ { "id": 135338, "name": "Ala", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171792,8 +171792,8 @@ { "id": 135339, "name": "Ala di Stura", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171833,8 +171833,8 @@ { "id": 135340, "name": "Alagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171874,8 +171874,8 @@ { "id": 135341, "name": "Alagna Valsesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171915,8 +171915,8 @@ { "id": 135342, "name": "Alanno", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171956,8 +171956,8 @@ { "id": 135343, "name": "Alano di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -171997,8 +171997,8 @@ { "id": 135344, "name": "Alassio", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172038,8 +172038,8 @@ { "id": 135345, "name": "Alatri", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172079,8 +172079,8 @@ { "id": 135346, "name": "Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172120,8 +172120,8 @@ { "id": 135347, "name": "Alba Adriatica", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172161,8 +172161,8 @@ { "id": 135348, "name": "Albagiara", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172202,8 +172202,8 @@ { "id": 135349, "name": "Albairate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172243,8 +172243,8 @@ { "id": 135350, "name": "Albanella", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172284,8 +172284,8 @@ { "id": 135351, "name": "Albano Laziale", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172325,8 +172325,8 @@ { "id": 135352, "name": "Albano Sant'Alessandro", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172366,8 +172366,8 @@ { "id": 135353, "name": "Albano Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172407,8 +172407,8 @@ { "id": 135354, "name": "Albano di Lucania", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172448,8 +172448,8 @@ { "id": 135355, "name": "Albaredo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -172489,8 +172489,8 @@ { "id": 135356, "name": "Albaredo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172530,8 +172530,8 @@ { "id": 135357, "name": "Albaredo Arnaboldi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172571,8 +172571,8 @@ { "id": 135358, "name": "Albaredo d'Adige", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172612,8 +172612,8 @@ { "id": 135359, "name": "Albareto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172653,8 +172653,8 @@ { "id": 135360, "name": "Albaretto della Torre", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172694,8 +172694,8 @@ { "id": 135361, "name": "Albavilla", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172735,8 +172735,8 @@ { "id": 135362, "name": "Albenga", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172776,8 +172776,8 @@ { "id": 135363, "name": "Albera Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172817,8 +172817,8 @@ { "id": 135364, "name": "Alberi", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -172858,8 +172858,8 @@ { "id": 135365, "name": "Alberobello", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172899,8 +172899,8 @@ { "id": 135366, "name": "Alberona", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172940,8 +172940,8 @@ { "id": 135367, "name": "Albese Con Cassano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -172981,8 +172981,8 @@ { "id": 135368, "name": "Albettone", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173022,8 +173022,8 @@ { "id": 135369, "name": "Albi", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173063,8 +173063,8 @@ { "id": 135370, "name": "Albiano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173104,8 +173104,8 @@ { "id": 135371, "name": "Albiano Magra", - "state_id": 1664, - "state_code": "52", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -173145,8 +173145,8 @@ { "id": 135372, "name": "Albiano d'Ivrea", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173186,8 +173186,8 @@ { "id": 135373, "name": "Albiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173227,8 +173227,8 @@ { "id": 135374, "name": "Albidona", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173268,8 +173268,8 @@ { "id": 135375, "name": "Albignano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -173309,8 +173309,8 @@ { "id": 135376, "name": "Albignasego", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173350,8 +173350,8 @@ { "id": 135377, "name": "Albinea", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173391,8 +173391,8 @@ { "id": 135378, "name": "Albinia", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -173432,8 +173432,8 @@ { "id": 135379, "name": "Albino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173473,8 +173473,8 @@ { "id": 135380, "name": "Albiolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173514,8 +173514,8 @@ { "id": 135381, "name": "Albisola Marina", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "city", @@ -173555,8 +173555,8 @@ { "id": 135382, "name": "Albisola Superiore", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173596,8 +173596,8 @@ { "id": 135383, "name": "Albizzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173637,8 +173637,8 @@ { "id": 135384, "name": "Albonese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173678,8 +173678,8 @@ { "id": 135385, "name": "Albosaggia", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173719,8 +173719,8 @@ { "id": 135386, "name": "Albuccione", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -173760,8 +173760,8 @@ { "id": 135387, "name": "Albugnano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173801,8 +173801,8 @@ { "id": 135388, "name": "Albuzzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173842,8 +173842,8 @@ { "id": 135389, "name": "Alcamo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173883,8 +173883,8 @@ { "id": 135390, "name": "Alcara Li Fusi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173924,8 +173924,8 @@ { "id": 135391, "name": "Aldeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -173965,8 +173965,8 @@ { "id": 135392, "name": "Aldino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174006,8 +174006,8 @@ { "id": 135393, "name": "Ales", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174047,8 +174047,8 @@ { "id": 135394, "name": "Alessandria", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -174088,8 +174088,8 @@ { "id": 135395, "name": "Alessandria del Carretto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174129,8 +174129,8 @@ { "id": 135396, "name": "Alessandria della Rocca", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174170,8 +174170,8 @@ { "id": 135397, "name": "Alessano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174211,8 +174211,8 @@ { "id": 135398, "name": "Alezio", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174252,8 +174252,8 @@ { "id": 135399, "name": "Alfano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174293,8 +174293,8 @@ { "id": 135400, "name": "Alfedena", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174334,8 +174334,8 @@ { "id": 135401, "name": "Alfianello", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174375,8 +174375,8 @@ { "id": 135402, "name": "Alfiano Natta", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174457,8 +174457,8 @@ { "id": 135404, "name": "Alghero", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174498,8 +174498,8 @@ { "id": 135405, "name": "Algua", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174539,8 +174539,8 @@ { "id": 135406, "name": "Alia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174580,8 +174580,8 @@ { "id": 135407, "name": "Aliano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174621,8 +174621,8 @@ { "id": 135408, "name": "Alice Bel Colle", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174662,8 +174662,8 @@ { "id": 135409, "name": "Alice Castello", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174703,8 +174703,8 @@ { "id": 135410, "name": "Alice Superiore", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174744,8 +174744,8 @@ { "id": 135411, "name": "Alife", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174785,8 +174785,8 @@ { "id": 135412, "name": "Alimena", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174826,8 +174826,8 @@ { "id": 135413, "name": "Aliminusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174867,8 +174867,8 @@ { "id": 135414, "name": "Allai", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174908,8 +174908,8 @@ { "id": 135415, "name": "Alleghe", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -174990,8 +174990,8 @@ { "id": 135417, "name": "Allerona", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175031,8 +175031,8 @@ { "id": 135418, "name": "Alliste", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175072,8 +175072,8 @@ { "id": 135419, "name": "Allumiere", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175113,8 +175113,8 @@ { "id": 135420, "name": "Almenno San Bartolomeo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175154,8 +175154,8 @@ { "id": 135421, "name": "Almenno San Salvatore", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175195,8 +175195,8 @@ { "id": 135422, "name": "Almese-Rivera", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175236,8 +175236,8 @@ { "id": 135423, "name": "Almè", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175277,8 +175277,8 @@ { "id": 135424, "name": "Alonte", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175318,8 +175318,8 @@ { "id": 135425, "name": "Alpette", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175359,8 +175359,8 @@ { "id": 135426, "name": "Alpignano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175400,8 +175400,8 @@ { "id": 135427, "name": "Alpo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -175441,8 +175441,8 @@ { "id": 135428, "name": "Alseno", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175482,8 +175482,8 @@ { "id": 135429, "name": "Alserio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175523,8 +175523,8 @@ { "id": 135430, "name": "Altamura", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175564,8 +175564,8 @@ { "id": 135431, "name": "Altare", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175605,8 +175605,8 @@ { "id": 135432, "name": "Altavilla Irpina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175646,8 +175646,8 @@ { "id": 135433, "name": "Altavilla Milicia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175687,8 +175687,8 @@ { "id": 135434, "name": "Altavilla Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175728,8 +175728,8 @@ { "id": 135435, "name": "Altavilla Silentina", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175769,8 +175769,8 @@ { "id": 135436, "name": "Altavilla Vicentina", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175810,8 +175810,8 @@ { "id": 135437, "name": "Altedo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -175851,8 +175851,8 @@ { "id": 135438, "name": "Altidona", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175892,8 +175892,8 @@ { "id": 135439, "name": "Altilia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175933,8 +175933,8 @@ { "id": 135440, "name": "Altino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -175974,8 +175974,8 @@ { "id": 135441, "name": "Altissimo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176015,8 +176015,8 @@ { "id": 135442, "name": "Altivole", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176056,8 +176056,8 @@ { "id": 135443, "name": "Alto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176097,8 +176097,8 @@ { "id": 135444, "name": "Altofonte", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176138,8 +176138,8 @@ { "id": 135445, "name": "Altomonte", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176179,8 +176179,8 @@ { "id": 135446, "name": "Altopascio", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176220,8 +176220,8 @@ { "id": 135447, "name": "Alviano", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176261,8 +176261,8 @@ { "id": 135448, "name": "Alvignano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176302,8 +176302,8 @@ { "id": 135449, "name": "Alvito", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176343,8 +176343,8 @@ { "id": 135450, "name": "Alzano Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176384,8 +176384,8 @@ { "id": 135451, "name": "Alzano Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176425,8 +176425,8 @@ { "id": 135452, "name": "Alzate Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176466,8 +176466,8 @@ { "id": 135453, "name": "Alà dei Sardi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176507,8 +176507,8 @@ { "id": 135454, "name": "Alì", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176548,8 +176548,8 @@ { "id": 135455, "name": "Alì Terme", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176589,8 +176589,8 @@ { "id": 135456, "name": "Amalfi", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176630,8 +176630,8 @@ { "id": 135457, "name": "Amandola", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176671,8 +176671,8 @@ { "id": 135458, "name": "Amantea", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176712,8 +176712,8 @@ { "id": 135459, "name": "Amaro", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176753,8 +176753,8 @@ { "id": 135460, "name": "Amaroni", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176794,8 +176794,8 @@ { "id": 135461, "name": "Amaseno", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176835,8 +176835,8 @@ { "id": 135462, "name": "Amato", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "section", @@ -176876,8 +176876,8 @@ { "id": 135463, "name": "Amatrice", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176917,8 +176917,8 @@ { "id": 135464, "name": "Ambivere", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176958,8 +176958,8 @@ { "id": 135465, "name": "Amblar", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -176999,8 +176999,8 @@ { "id": 135466, "name": "Ambra", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -177040,8 +177040,8 @@ { "id": 135467, "name": "Ameglia", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177081,8 +177081,8 @@ { "id": 135468, "name": "Amelia", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177122,8 +177122,8 @@ { "id": 135469, "name": "Amendolara", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177163,8 +177163,8 @@ { "id": 135470, "name": "Ameno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177204,8 +177204,8 @@ { "id": 135471, "name": "Amica", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -177245,8 +177245,8 @@ { "id": 135472, "name": "Amodio-Massariola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -177286,8 +177286,8 @@ { "id": 135473, "name": "Amorosi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177327,8 +177327,8 @@ { "id": 135474, "name": "Ampezzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177368,8 +177368,8 @@ { "id": 135475, "name": "Anacapri", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177409,8 +177409,8 @@ { "id": 135476, "name": "Anagni", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177450,8 +177450,8 @@ { "id": 135477, "name": "Ancarano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177491,8 +177491,8 @@ { "id": 135478, "name": "Anchione", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -177532,8 +177532,8 @@ { "id": 135479, "name": "Ancona", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "section", @@ -177573,8 +177573,8 @@ { "id": 135480, "name": "Andali", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177614,8 +177614,8 @@ { "id": 135481, "name": "Andalo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177655,8 +177655,8 @@ { "id": 135482, "name": "Andalo Valtellino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177696,8 +177696,8 @@ { "id": 135483, "name": "Andezeno", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177737,8 +177737,8 @@ { "id": 135484, "name": "Andora", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177778,8 +177778,8 @@ { "id": 135485, "name": "Andorno Cacciorna", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177819,8 +177819,8 @@ { "id": 135486, "name": "Andrano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177860,8 +177860,8 @@ { "id": 135487, "name": "Andrate", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177901,8 +177901,8 @@ { "id": 135488, "name": "Andreis", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -177942,8 +177942,8 @@ { "id": 135489, "name": "Andreotta", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -177983,8 +177983,8 @@ { "id": 135490, "name": "Andretta-Mattinella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178065,8 +178065,8 @@ { "id": 135492, "name": "Andriano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178106,8 +178106,8 @@ { "id": 135493, "name": "Anduins", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178147,8 +178147,8 @@ { "id": 135494, "name": "Anela", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178188,8 +178188,8 @@ { "id": 135495, "name": "Anfo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178229,8 +178229,8 @@ { "id": 135496, "name": "Angera", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178270,8 +178270,8 @@ { "id": 135497, "name": "Anghiari", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178311,8 +178311,8 @@ { "id": 135498, "name": "Angiari", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178352,8 +178352,8 @@ { "id": 135499, "name": "Angolo Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178393,8 +178393,8 @@ { "id": 135500, "name": "Angri", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178434,8 +178434,8 @@ { "id": 135501, "name": "Angrogna", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178475,8 +178475,8 @@ { "id": 135502, "name": "Anguillara Sabazia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178516,8 +178516,8 @@ { "id": 135503, "name": "Anguillara Veneta", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178557,8 +178557,8 @@ { "id": 135504, "name": "Anitrella-Chiaiamari", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -178598,8 +178598,8 @@ { "id": 135505, "name": "Annicco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178639,8 +178639,8 @@ { "id": 135506, "name": "Annone Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178680,8 +178680,8 @@ { "id": 135507, "name": "Annone di Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178721,8 +178721,8 @@ { "id": 135508, "name": "Annunziata", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178762,8 +178762,8 @@ { "id": 135509, "name": "Anoia Inferiore", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178803,8 +178803,8 @@ { "id": 135510, "name": "Anoia Superiore", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -178885,8 +178885,8 @@ { "id": 135512, "name": "Antegnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -178926,8 +178926,8 @@ { "id": 135513, "name": "Antella", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -178967,8 +178967,8 @@ { "id": 135514, "name": "Anterivo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179008,8 +179008,8 @@ { "id": 135515, "name": "Antessano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -179090,8 +179090,8 @@ { "id": 135517, "name": "Anticoli Corrado", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179131,8 +179131,8 @@ { "id": 135518, "name": "Antignano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179172,8 +179172,8 @@ { "id": 135519, "name": "Antillo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179213,8 +179213,8 @@ { "id": 135520, "name": "Antonimina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179254,8 +179254,8 @@ { "id": 135521, "name": "Antrodoco", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179295,8 +179295,8 @@ { "id": 135522, "name": "Antronapiana", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179336,8 +179336,8 @@ { "id": 135523, "name": "Anversa degli Abruzzi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179377,8 +179377,8 @@ { "id": 135524, "name": "Anzano del Parco", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179418,8 +179418,8 @@ { "id": 135525, "name": "Anzano di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179459,8 +179459,8 @@ { "id": 135526, "name": "Anzi", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179500,8 +179500,8 @@ { "id": 135527, "name": "Anzio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179541,8 +179541,8 @@ { "id": 135528, "name": "Anzola d'Ossola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179582,8 +179582,8 @@ { "id": 135529, "name": "Anzola dell'Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179664,8 +179664,8 @@ { "id": 135531, "name": "Apecchio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179705,8 +179705,8 @@ { "id": 135532, "name": "Apice Vecchio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179746,8 +179746,8 @@ { "id": 135533, "name": "Apiro", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179787,8 +179787,8 @@ { "id": 135534, "name": "Apollosa", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179828,8 +179828,8 @@ { "id": 135535, "name": "Appiano Gentile", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179869,8 +179869,8 @@ { "id": 135536, "name": "Appignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179910,8 +179910,8 @@ { "id": 135537, "name": "Appignano del Tronto", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179951,8 +179951,8 @@ { "id": 135538, "name": "Aprica", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -179992,8 +179992,8 @@ { "id": 135539, "name": "Apricale", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180033,8 +180033,8 @@ { "id": 135540, "name": "Apricena", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180074,8 +180074,8 @@ { "id": 135541, "name": "Aprigliano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180115,8 +180115,8 @@ { "id": 135542, "name": "Aprilia", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180156,8 +180156,8 @@ { "id": 135543, "name": "Aquara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180197,8 +180197,8 @@ { "id": 135544, "name": "Aquila di Arroscia", - "state_id": 1768, - "state_code": "42", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180238,8 +180238,8 @@ { "id": 135545, "name": "Aquileia", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180279,8 +180279,8 @@ { "id": 135546, "name": "Aquilonia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180320,8 +180320,8 @@ { "id": 135547, "name": "Aquino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180361,8 +180361,8 @@ { "id": 135548, "name": "Ara Nova", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -180402,8 +180402,8 @@ { "id": 135549, "name": "Aradeo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180443,8 +180443,8 @@ { "id": 135550, "name": "Aragona", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180484,8 +180484,8 @@ { "id": 135551, "name": "Aramengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180525,8 +180525,8 @@ { "id": 135552, "name": "Arba", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180566,8 +180566,8 @@ { "id": 135553, "name": "Arbatax", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "city", @@ -180607,8 +180607,8 @@ { "id": 135554, "name": "Arbia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -180648,8 +180648,8 @@ { "id": 135555, "name": "Arbizzano-Santa Maria", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -180689,8 +180689,8 @@ { "id": 135556, "name": "Arborea", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180730,8 +180730,8 @@ { "id": 135557, "name": "Arborio", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180771,8 +180771,8 @@ { "id": 135558, "name": "Arbus", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180812,8 +180812,8 @@ { "id": 135559, "name": "Arcade", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180853,8 +180853,8 @@ { "id": 135560, "name": "Arcavacata", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -180894,8 +180894,8 @@ { "id": 135561, "name": "Arce", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180935,8 +180935,8 @@ { "id": 135562, "name": "Arcene", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -180976,8 +180976,8 @@ { "id": 135563, "name": "Arceto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -181017,8 +181017,8 @@ { "id": 135564, "name": "Arcevia", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181058,8 +181058,8 @@ { "id": 135565, "name": "Archi", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181099,8 +181099,8 @@ { "id": 135566, "name": "Arci-Empolitana", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -181140,8 +181140,8 @@ { "id": 135567, "name": "Arcidosso", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181181,8 +181181,8 @@ { "id": 135568, "name": "Arcinazzo Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181222,8 +181222,8 @@ { "id": 135569, "name": "Arcisate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181263,8 +181263,8 @@ { "id": 135570, "name": "Arco", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181304,8 +181304,8 @@ { "id": 135571, "name": "Arcola", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181345,8 +181345,8 @@ { "id": 135572, "name": "Arcole", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181386,8 +181386,8 @@ { "id": 135573, "name": "Arconate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181427,8 +181427,8 @@ { "id": 135574, "name": "Arcore", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181468,8 +181468,8 @@ { "id": 135575, "name": "Arcugnano-Torri", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181509,8 +181509,8 @@ { "id": 135576, "name": "Ardara", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181550,8 +181550,8 @@ { "id": 135577, "name": "Ardauli", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181591,8 +181591,8 @@ { "id": 135578, "name": "Ardea", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181632,8 +181632,8 @@ { "id": 135579, "name": "Ardenno", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181673,8 +181673,8 @@ { "id": 135580, "name": "Ardesio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181714,8 +181714,8 @@ { "id": 135581, "name": "Ardole San Marino", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -181755,8 +181755,8 @@ { "id": 135582, "name": "Ardore", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181796,8 +181796,8 @@ { "id": 135583, "name": "Ardore Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -181837,8 +181837,8 @@ { "id": 135584, "name": "Area Produttiva", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -181878,8 +181878,8 @@ { "id": 135585, "name": "Arena", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181919,8 +181919,8 @@ { "id": 135586, "name": "Arena Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -181960,8 +181960,8 @@ { "id": 135587, "name": "Arenella", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -182001,8 +182001,8 @@ { "id": 135588, "name": "Arenzano", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182042,8 +182042,8 @@ { "id": 135589, "name": "Arese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182083,8 +182083,8 @@ { "id": 135590, "name": "Arezzo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -182124,8 +182124,8 @@ { "id": 135591, "name": "Argegno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182165,8 +182165,8 @@ { "id": 135592, "name": "Argelato", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182206,8 +182206,8 @@ { "id": 135593, "name": "Argenta", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182247,8 +182247,8 @@ { "id": 135594, "name": "Argine", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -182288,8 +182288,8 @@ { "id": 135595, "name": "Arguello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182329,8 +182329,8 @@ { "id": 135596, "name": "Argusto", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182370,8 +182370,8 @@ { "id": 135597, "name": "Ari", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182411,8 +182411,8 @@ { "id": 135598, "name": "Ariano", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182452,8 +182452,8 @@ { "id": 135599, "name": "Ariano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182493,8 +182493,8 @@ { "id": 135600, "name": "Ariano Irpino-Martiri", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182534,8 +182534,8 @@ { "id": 135601, "name": "Ariccia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182575,8 +182575,8 @@ { "id": 135602, "name": "Arielli", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182616,8 +182616,8 @@ { "id": 135603, "name": "Arienzo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182657,8 +182657,8 @@ { "id": 135604, "name": "Arignano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182698,8 +182698,8 @@ { "id": 135605, "name": "Arino", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -182739,8 +182739,8 @@ { "id": 135606, "name": "Ariola", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182780,8 +182780,8 @@ { "id": 135607, "name": "Aritzo", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182821,8 +182821,8 @@ { "id": 135608, "name": "Arizzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182862,8 +182862,8 @@ { "id": 135609, "name": "Arlate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -182903,8 +182903,8 @@ { "id": 135610, "name": "Arlena di Castro", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -182944,8 +182944,8 @@ { "id": 135611, "name": "Arlesega", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -182985,8 +182985,8 @@ { "id": 135612, "name": "Arluno", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183026,8 +183026,8 @@ { "id": 135613, "name": "Armeno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183067,8 +183067,8 @@ { "id": 135614, "name": "Armento", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183108,8 +183108,8 @@ { "id": 135615, "name": "Armetta", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -183149,8 +183149,8 @@ { "id": 135616, "name": "Armo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183190,8 +183190,8 @@ { "id": 135617, "name": "Armungia", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183272,8 +183272,8 @@ { "id": 135619, "name": "Arnara", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183313,8 +183313,8 @@ { "id": 135620, "name": "Arnasco", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183354,8 +183354,8 @@ { "id": 135621, "name": "Arnesano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183395,8 +183395,8 @@ { "id": 135622, "name": "Arola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183436,8 +183436,8 @@ { "id": 135623, "name": "Arola-Preazzano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -183477,8 +183477,8 @@ { "id": 135624, "name": "Arona", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183518,8 +183518,8 @@ { "id": 135625, "name": "Arosio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183559,8 +183559,8 @@ { "id": 135626, "name": "Arpaia", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183600,8 +183600,8 @@ { "id": 135627, "name": "Arpaise", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183641,8 +183641,8 @@ { "id": 135628, "name": "Arpino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183682,8 +183682,8 @@ { "id": 135629, "name": "Arpino", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -183723,8 +183723,8 @@ { "id": 135630, "name": "Arquata Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183764,8 +183764,8 @@ { "id": 135631, "name": "Arquata del Tronto", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183805,8 +183805,8 @@ { "id": 135632, "name": "Arquà Petrarca", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183846,8 +183846,8 @@ { "id": 135633, "name": "Arquà Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183887,8 +183887,8 @@ { "id": 135634, "name": "Arre", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183928,8 +183928,8 @@ { "id": 135635, "name": "Arrone", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -183969,8 +183969,8 @@ { "id": 135636, "name": "Arsago Seprio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184010,8 +184010,8 @@ { "id": 135637, "name": "Arsiero", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184051,8 +184051,8 @@ { "id": 135638, "name": "Arsita", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184092,8 +184092,8 @@ { "id": 135639, "name": "Arsiè", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184133,8 +184133,8 @@ { "id": 135640, "name": "Arsoli", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184174,8 +184174,8 @@ { "id": 135641, "name": "Arta Terme", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184215,8 +184215,8 @@ { "id": 135642, "name": "Artegna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184256,8 +184256,8 @@ { "id": 135643, "name": "Artena", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184297,8 +184297,8 @@ { "id": 135644, "name": "Artogne", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184379,8 +184379,8 @@ { "id": 135646, "name": "Arzachena", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184420,8 +184420,8 @@ { "id": 135647, "name": "Arzago d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184461,8 +184461,8 @@ { "id": 135648, "name": "Arzana", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184502,8 +184502,8 @@ { "id": 135649, "name": "Arzano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184543,8 +184543,8 @@ { "id": 135650, "name": "Arzene", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184584,8 +184584,8 @@ { "id": 135651, "name": "Arzergrande", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184625,8 +184625,8 @@ { "id": 135652, "name": "Arzignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184666,8 +184666,8 @@ { "id": 135653, "name": "Ascea", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184707,8 +184707,8 @@ { "id": 135654, "name": "Asciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184748,8 +184748,8 @@ { "id": 135655, "name": "Ascoli Piceno", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -184789,8 +184789,8 @@ { "id": 135656, "name": "Ascoli Satriano", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184830,8 +184830,8 @@ { "id": 135657, "name": "Ascrea", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184871,8 +184871,8 @@ { "id": 135658, "name": "Asiago", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184912,8 +184912,8 @@ { "id": 135659, "name": "Asigliano Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184953,8 +184953,8 @@ { "id": 135660, "name": "Asigliano Vercellese", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -184994,8 +184994,8 @@ { "id": 135661, "name": "Asola", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185035,8 +185035,8 @@ { "id": 135662, "name": "Asolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185076,8 +185076,8 @@ { "id": 135663, "name": "Asparetto", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -185117,8 +185117,8 @@ { "id": 135664, "name": "Assago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185158,8 +185158,8 @@ { "id": 135665, "name": "Assemini", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185199,8 +185199,8 @@ { "id": 135666, "name": "Assisi", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185240,8 +185240,8 @@ { "id": 135667, "name": "Asso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185281,8 +185281,8 @@ { "id": 135668, "name": "Assolo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185322,8 +185322,8 @@ { "id": 135669, "name": "Assoro", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185363,8 +185363,8 @@ { "id": 135670, "name": "Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -185404,8 +185404,8 @@ { "id": 135671, "name": "Asuni", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185445,8 +185445,8 @@ { "id": 135672, "name": "Ateleta", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185486,8 +185486,8 @@ { "id": 135673, "name": "Atella", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185527,8 +185527,8 @@ { "id": 135674, "name": "Atena Lucana", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185568,8 +185568,8 @@ { "id": 135675, "name": "Atessa", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185609,8 +185609,8 @@ { "id": 135676, "name": "Atina", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185650,8 +185650,8 @@ { "id": 135677, "name": "Atina Inferiore", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -185691,8 +185691,8 @@ { "id": 135678, "name": "Atrani", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185732,8 +185732,8 @@ { "id": 135679, "name": "Atri", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185773,8 +185773,8 @@ { "id": 135680, "name": "Atripalda", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185814,8 +185814,8 @@ { "id": 135681, "name": "Attigliano", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185855,8 +185855,8 @@ { "id": 135682, "name": "Attimis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185896,8 +185896,8 @@ { "id": 135683, "name": "Atzara", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185937,8 +185937,8 @@ { "id": 135684, "name": "Auditore", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -185978,8 +185978,8 @@ { "id": 135685, "name": "Augusta", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186019,8 +186019,8 @@ { "id": 135686, "name": "Auletta", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186060,8 +186060,8 @@ { "id": 135687, "name": "Aulla", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186101,8 +186101,8 @@ { "id": 135688, "name": "Aurano", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186142,8 +186142,8 @@ { "id": 135689, "name": "Aurelia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -186183,8 +186183,8 @@ { "id": 135690, "name": "Aurigo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186224,8 +186224,8 @@ { "id": 135691, "name": "Aurisina", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186265,8 +186265,8 @@ { "id": 135692, "name": "Aurogna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186306,8 +186306,8 @@ { "id": 135693, "name": "Auronzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186347,8 +186347,8 @@ { "id": 135694, "name": "Ausonia", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186388,8 +186388,8 @@ { "id": 135695, "name": "Austis", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186429,8 +186429,8 @@ { "id": 135696, "name": "Avane", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -186470,8 +186470,8 @@ { "id": 135697, "name": "Avegno", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186511,8 +186511,8 @@ { "id": 135698, "name": "Avelengo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186552,8 +186552,8 @@ { "id": 135699, "name": "Avella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186593,8 +186593,8 @@ { "id": 135700, "name": "Avellino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -186634,8 +186634,8 @@ { "id": 135701, "name": "Averara", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186675,8 +186675,8 @@ { "id": 135702, "name": "Aversa", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186716,8 +186716,8 @@ { "id": 135703, "name": "Avetrana", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186757,8 +186757,8 @@ { "id": 135704, "name": "Avezzano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186798,8 +186798,8 @@ { "id": 135705, "name": "Aviano", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186839,8 +186839,8 @@ { "id": 135706, "name": "Aviano-Castello", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186880,8 +186880,8 @@ { "id": 135707, "name": "Aviatico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186921,8 +186921,8 @@ { "id": 135708, "name": "Avigliana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -186962,8 +186962,8 @@ { "id": 135709, "name": "Avigliano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187003,8 +187003,8 @@ { "id": 135710, "name": "Avigliano Umbro", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187044,8 +187044,8 @@ { "id": 135711, "name": "Avio", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187126,8 +187126,8 @@ { "id": 135713, "name": "Avola", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187167,8 +187167,8 @@ { "id": 135714, "name": "Avolasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187208,8 +187208,8 @@ { "id": 135715, "name": "Avvocata", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -187331,8 +187331,8 @@ { "id": 135718, "name": "Azeglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187372,8 +187372,8 @@ { "id": 135719, "name": "Azzanello", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187413,8 +187413,8 @@ { "id": 135720, "name": "Azzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187454,8 +187454,8 @@ { "id": 135721, "name": "Azzano Decimo", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187495,8 +187495,8 @@ { "id": 135722, "name": "Azzano Mella", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187536,8 +187536,8 @@ { "id": 135723, "name": "Azzano San Paolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187577,8 +187577,8 @@ { "id": 135724, "name": "Azzano d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187618,8 +187618,8 @@ { "id": 135725, "name": "Azzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187659,8 +187659,8 @@ { "id": 135726, "name": "Azzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187700,8 +187700,8 @@ { "id": 135727, "name": "Azzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187741,8 +187741,8 @@ { "id": 135728, "name": "Baceno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187782,8 +187782,8 @@ { "id": 135729, "name": "Bacoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187823,8 +187823,8 @@ { "id": 135730, "name": "Bacu Abis", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "city", @@ -187864,8 +187864,8 @@ { "id": 135731, "name": "Badalasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -187905,8 +187905,8 @@ { "id": 135732, "name": "Badalucco", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187946,8 +187946,8 @@ { "id": 135733, "name": "Badesi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -187987,8 +187987,8 @@ { "id": 135734, "name": "Badia", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188028,8 +188028,8 @@ { "id": 135735, "name": "Badia Calavena", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188069,8 +188069,8 @@ { "id": 135736, "name": "Badia Pavese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188110,8 +188110,8 @@ { "id": 135737, "name": "Badia Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188151,8 +188151,8 @@ { "id": 135738, "name": "Badia Tedalda", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188192,8 +188192,8 @@ { "id": 135739, "name": "Badia al Pino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188233,8 +188233,8 @@ { "id": 135740, "name": "Badile", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -188274,8 +188274,8 @@ { "id": 135741, "name": "Badoere", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188315,8 +188315,8 @@ { "id": 135742, "name": "Badolato", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188356,8 +188356,8 @@ { "id": 135743, "name": "Badolato Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -188397,8 +188397,8 @@ { "id": 135744, "name": "Bagaladi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188438,8 +188438,8 @@ { "id": 135745, "name": "Baganzola", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -188479,8 +188479,8 @@ { "id": 135746, "name": "Baggiovara", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -188520,8 +188520,8 @@ { "id": 135747, "name": "Bagheria", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188602,8 +188602,8 @@ { "id": 135749, "name": "Bagnara Calabra", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188684,8 +188684,8 @@ { "id": 135751, "name": "Bagnaria", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188725,8 +188725,8 @@ { "id": 135752, "name": "Bagnaria Arsa", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188766,8 +188766,8 @@ { "id": 135753, "name": "Bagnarola", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -188807,8 +188807,8 @@ { "id": 135754, "name": "Bagnarola", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -188848,8 +188848,8 @@ { "id": 135755, "name": "Bagnasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188889,8 +188889,8 @@ { "id": 135756, "name": "Bagnatica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188930,8 +188930,8 @@ { "id": 135757, "name": "Bagni di Lucca", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -188971,8 +188971,8 @@ { "id": 135758, "name": "Bagni di Tivoli", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -189012,8 +189012,8 @@ { "id": 135759, "name": "Bagno", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -189053,8 +189053,8 @@ { "id": 135760, "name": "Bagno Roselle", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -189094,8 +189094,8 @@ { "id": 135761, "name": "Bagno a Ripoli", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189135,8 +189135,8 @@ { "id": 135762, "name": "Bagnoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -189176,8 +189176,8 @@ { "id": 135763, "name": "Bagnoli Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189217,8 +189217,8 @@ { "id": 135764, "name": "Bagnoli del Trigno", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189258,8 +189258,8 @@ { "id": 135765, "name": "Bagnoli di Sopra", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189299,8 +189299,8 @@ { "id": 135766, "name": "Bagnolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -189340,8 +189340,8 @@ { "id": 135767, "name": "Bagnolo Cremasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189381,8 +189381,8 @@ { "id": 135768, "name": "Bagnolo Mella", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189422,8 +189422,8 @@ { "id": 135769, "name": "Bagnolo Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189463,8 +189463,8 @@ { "id": 135770, "name": "Bagnolo San Vito", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189504,8 +189504,8 @@ { "id": 135771, "name": "Bagnolo del Salento", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189545,8 +189545,8 @@ { "id": 135772, "name": "Bagnolo di Po", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189586,8 +189586,8 @@ { "id": 135773, "name": "Bagnolo in Piano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189627,8 +189627,8 @@ { "id": 135774, "name": "Bagnone", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189668,8 +189668,8 @@ { "id": 135775, "name": "Bagnoregio", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189709,8 +189709,8 @@ { "id": 135776, "name": "Bagolino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189750,8 +189750,8 @@ { "id": 135777, "name": "Baia", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189791,8 +189791,8 @@ { "id": 135778, "name": "Baiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189832,8 +189832,8 @@ { "id": 135779, "name": "Bairo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189873,8 +189873,8 @@ { "id": 135780, "name": "Baiso", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189914,8 +189914,8 @@ { "id": 135781, "name": "Bajardo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189955,8 +189955,8 @@ { "id": 135782, "name": "Balangero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -189996,8 +189996,8 @@ { "id": 135783, "name": "Baldichieri d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190037,8 +190037,8 @@ { "id": 135784, "name": "Baldissero Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190078,8 +190078,8 @@ { "id": 135785, "name": "Baldissero Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190119,8 +190119,8 @@ { "id": 135786, "name": "Baldissero d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190160,8 +190160,8 @@ { "id": 135787, "name": "Balestrate", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190201,8 +190201,8 @@ { "id": 135788, "name": "Balestrino", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190242,8 +190242,8 @@ { "id": 135789, "name": "Ballabio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190283,8 +190283,8 @@ { "id": 135790, "name": "Ballao", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190324,8 +190324,8 @@ { "id": 135791, "name": "Ballò", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -190365,8 +190365,8 @@ { "id": 135792, "name": "Balme", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190406,8 +190406,8 @@ { "id": 135793, "name": "Balmuccia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190447,8 +190447,8 @@ { "id": 135794, "name": "Balocco", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190488,8 +190488,8 @@ { "id": 135795, "name": "Balsorano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190529,8 +190529,8 @@ { "id": 135796, "name": "Balsorano Nuovo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190570,8 +190570,8 @@ { "id": 135797, "name": "Balvano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190611,8 +190611,8 @@ { "id": 135798, "name": "Balzo", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190652,8 +190652,8 @@ { "id": 135799, "name": "Balzola", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190693,8 +190693,8 @@ { "id": 135800, "name": "Banari", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190734,8 +190734,8 @@ { "id": 135801, "name": "Bancali", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -190775,8 +190775,8 @@ { "id": 135802, "name": "Banchette", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190816,8 +190816,8 @@ { "id": 135803, "name": "Bandito", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -190857,8 +190857,8 @@ { "id": 135804, "name": "Bannio", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190898,8 +190898,8 @@ { "id": 135805, "name": "Banzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -190939,8 +190939,8 @@ { "id": 135806, "name": "Banzi", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -190980,8 +190980,8 @@ { "id": 135807, "name": "Baone", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191021,8 +191021,8 @@ { "id": 135808, "name": "Baradili", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191062,8 +191062,8 @@ { "id": 135809, "name": "Baraggia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -191103,8 +191103,8 @@ { "id": 135810, "name": "Baragiano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191144,8 +191144,8 @@ { "id": 135811, "name": "Baranello", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191185,8 +191185,8 @@ { "id": 135812, "name": "Barano d'Ischia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191226,8 +191226,8 @@ { "id": 135813, "name": "Baranzate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191267,8 +191267,8 @@ { "id": 135814, "name": "Barasso", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191308,8 +191308,8 @@ { "id": 135815, "name": "Baratili San Pietro", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191349,8 +191349,8 @@ { "id": 135816, "name": "Baratte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191390,8 +191390,8 @@ { "id": 135817, "name": "Barba", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -191431,8 +191431,8 @@ { "id": 135818, "name": "Barbania", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191472,8 +191472,8 @@ { "id": 135819, "name": "Barbara", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191513,8 +191513,8 @@ { "id": 135820, "name": "Barbarano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191554,8 +191554,8 @@ { "id": 135821, "name": "Barbarano Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191595,8 +191595,8 @@ { "id": 135822, "name": "Barbarasco", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191636,8 +191636,8 @@ { "id": 135823, "name": "Barbaresco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191677,8 +191677,8 @@ { "id": 135824, "name": "Barbariga", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191718,8 +191718,8 @@ { "id": 135825, "name": "Barbata", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191759,8 +191759,8 @@ { "id": 135826, "name": "Barberi", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -191800,8 +191800,8 @@ { "id": 135827, "name": "Barberino Val d'Elsa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191841,8 +191841,8 @@ { "id": 135828, "name": "Barberino di Mugello", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191882,8 +191882,8 @@ { "id": 135829, "name": "Barbianello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -191923,8 +191923,8 @@ { "id": 135830, "name": "Barbiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -191964,8 +191964,8 @@ { "id": 135831, "name": "Barbiano - Barbian", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192005,8 +192005,8 @@ { "id": 135832, "name": "Barbisano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -192046,8 +192046,8 @@ { "id": 135833, "name": "Barbona", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192087,8 +192087,8 @@ { "id": 135834, "name": "Barcellona Pozzo di Gotto", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192128,8 +192128,8 @@ { "id": 135835, "name": "Barchi", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192169,8 +192169,8 @@ { "id": 135836, "name": "Barcis", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192210,8 +192210,8 @@ { "id": 135837, "name": "Barco", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -192292,8 +192292,8 @@ { "id": 135839, "name": "Bardello", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192333,8 +192333,8 @@ { "id": 135840, "name": "Bardi", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192374,8 +192374,8 @@ { "id": 135841, "name": "Bardineto", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192415,8 +192415,8 @@ { "id": 135842, "name": "Bardolino", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192456,8 +192456,8 @@ { "id": 135843, "name": "Bardonecchia", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192497,8 +192497,8 @@ { "id": 135844, "name": "Bareggio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192538,8 +192538,8 @@ { "id": 135845, "name": "Barengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192579,8 +192579,8 @@ { "id": 135846, "name": "Baressa", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192620,8 +192620,8 @@ { "id": 135847, "name": "Barete", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192661,8 +192661,8 @@ { "id": 135848, "name": "Barga", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192702,8 +192702,8 @@ { "id": 135849, "name": "Bargagli", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192743,8 +192743,8 @@ { "id": 135850, "name": "Bargano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "city", @@ -192784,8 +192784,8 @@ { "id": 135851, "name": "Barge", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192825,8 +192825,8 @@ { "id": 135852, "name": "Barghe", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192866,8 +192866,8 @@ { "id": 135853, "name": "Bari", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -192907,8 +192907,8 @@ { "id": 135854, "name": "Bari Sardo", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192948,8 +192948,8 @@ { "id": 135855, "name": "Bariano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -192989,8 +192989,8 @@ { "id": 135856, "name": "Baricella", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193030,8 +193030,8 @@ { "id": 135857, "name": "Barile", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193071,8 +193071,8 @@ { "id": 135858, "name": "Barisciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193112,8 +193112,8 @@ { "id": 135859, "name": "Barlassina", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193194,8 +193194,8 @@ { "id": 135861, "name": "Barni", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193235,8 +193235,8 @@ { "id": 135862, "name": "Barolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193276,8 +193276,8 @@ { "id": 135863, "name": "Barone", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -193317,8 +193317,8 @@ { "id": 135864, "name": "Barone Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193358,8 +193358,8 @@ { "id": 135865, "name": "Baronissi", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193399,8 +193399,8 @@ { "id": 135866, "name": "Barquedo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193440,8 +193440,8 @@ { "id": 135867, "name": "Barra", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -193481,8 +193481,8 @@ { "id": 135868, "name": "Barrafranca", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193522,8 +193522,8 @@ { "id": 135869, "name": "Barrali", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193563,8 +193563,8 @@ { "id": 135870, "name": "Barrea", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193604,8 +193604,8 @@ { "id": 135871, "name": "Baruchella", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193645,8 +193645,8 @@ { "id": 135872, "name": "Barumini", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193686,8 +193686,8 @@ { "id": 135873, "name": "Barzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193727,8 +193727,8 @@ { "id": 135874, "name": "Barzana", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193768,8 +193768,8 @@ { "id": 135875, "name": "Barzanò", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193809,8 +193809,8 @@ { "id": 135876, "name": "Barzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193850,8 +193850,8 @@ { "id": 135877, "name": "Basaldella", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -193891,8 +193891,8 @@ { "id": 135878, "name": "Basaluzzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193932,8 +193932,8 @@ { "id": 135879, "name": "Bascapè", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -193973,8 +193973,8 @@ { "id": 135880, "name": "Baschi", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194014,8 +194014,8 @@ { "id": 135881, "name": "Basciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194055,8 +194055,8 @@ { "id": 135882, "name": "Baselga di Pinè", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194096,8 +194096,8 @@ { "id": 135883, "name": "Baselice", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194137,8 +194137,8 @@ { "id": 135884, "name": "Basiano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194178,8 +194178,8 @@ { "id": 135885, "name": "Basicò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194219,8 +194219,8 @@ { "id": 135886, "name": "Basiglio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194260,8 +194260,8 @@ { "id": 135887, "name": "Basiliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194301,8 +194301,8 @@ { "id": 135888, "name": "Basiliano-Vissandone", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194342,8 +194342,8 @@ { "id": 135889, "name": "Basilicagoiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -194383,8 +194383,8 @@ { "id": 135890, "name": "Basilicanova", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -194424,8 +194424,8 @@ { "id": 135891, "name": "Bassano Bresciano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194465,8 +194465,8 @@ { "id": 135892, "name": "Bassano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194506,8 +194506,8 @@ { "id": 135893, "name": "Bassano del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194547,8 +194547,8 @@ { "id": 135894, "name": "Bassano in Teverina", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194588,8 +194588,8 @@ { "id": 135895, "name": "Bassiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194629,8 +194629,8 @@ { "id": 135896, "name": "Bassignana", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194670,8 +194670,8 @@ { "id": 135897, "name": "Bassone", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -194711,8 +194711,8 @@ { "id": 135898, "name": "Bastardo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -194752,8 +194752,8 @@ { "id": 135899, "name": "Bastia", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194793,8 +194793,8 @@ { "id": 135900, "name": "Bastia Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194834,8 +194834,8 @@ { "id": 135901, "name": "Bastia umbra", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194875,8 +194875,8 @@ { "id": 135902, "name": "Bastida Pancarana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194916,8 +194916,8 @@ { "id": 135903, "name": "Bastida de' Dossi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194957,8 +194957,8 @@ { "id": 135904, "name": "Bastiglia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -194998,8 +194998,8 @@ { "id": 135905, "name": "Battaglia Terme", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195039,8 +195039,8 @@ { "id": 135906, "name": "Battaglione-Bagnara", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -195080,8 +195080,8 @@ { "id": 135907, "name": "Battifolle-Ruscello-Poggiola", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -195121,8 +195121,8 @@ { "id": 135908, "name": "Battifollo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195162,8 +195162,8 @@ { "id": 135909, "name": "Battipaglia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195203,8 +195203,8 @@ { "id": 135910, "name": "Battuda", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195244,8 +195244,8 @@ { "id": 135911, "name": "Baucina", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195285,8 +195285,8 @@ { "id": 135912, "name": "Bauladu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195326,8 +195326,8 @@ { "id": 135913, "name": "Baunei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195367,8 +195367,8 @@ { "id": 135914, "name": "Baveno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195408,8 +195408,8 @@ { "id": 135915, "name": "Bazzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195449,8 +195449,8 @@ { "id": 135916, "name": "Beccacivetta-Azzano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195490,8 +195490,8 @@ { "id": 135917, "name": "Bedero", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195531,8 +195531,8 @@ { "id": 135918, "name": "Bedero Valcuvia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195572,8 +195572,8 @@ { "id": 135919, "name": "Bedizzole", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195613,8 +195613,8 @@ { "id": 135920, "name": "Bedonia", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195654,8 +195654,8 @@ { "id": 135921, "name": "Bedulita", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195695,8 +195695,8 @@ { "id": 135922, "name": "Bee", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195736,8 +195736,8 @@ { "id": 135923, "name": "Begliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "city", @@ -195777,8 +195777,8 @@ { "id": 135924, "name": "Beinasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195818,8 +195818,8 @@ { "id": 135925, "name": "Beinette", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195859,8 +195859,8 @@ { "id": 135926, "name": "Belcastro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195900,8 +195900,8 @@ { "id": 135927, "name": "Belfiore", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195941,8 +195941,8 @@ { "id": 135928, "name": "Belforte", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -195982,8 +195982,8 @@ { "id": 135929, "name": "Belforte", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -196023,8 +196023,8 @@ { "id": 135930, "name": "Belforte Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196064,8 +196064,8 @@ { "id": 135931, "name": "Belforte del Chienti", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196105,8 +196105,8 @@ { "id": 135932, "name": "Belgioioso", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196146,8 +196146,8 @@ { "id": 135933, "name": "Belgirate", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196187,8 +196187,8 @@ { "id": 135934, "name": "Bella", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196228,8 +196228,8 @@ { "id": 135935, "name": "Bella Farnia", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -196269,8 +196269,8 @@ { "id": 135936, "name": "Bellagio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196310,8 +196310,8 @@ { "id": 135937, "name": "Bellano", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196351,8 +196351,8 @@ { "id": 135938, "name": "Bellante", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196392,8 +196392,8 @@ { "id": 135939, "name": "Bellante Stazione", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -196433,8 +196433,8 @@ { "id": 135940, "name": "Bellaria-Igea Marina", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196474,8 +196474,8 @@ { "id": 135941, "name": "Bellavista", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -196515,8 +196515,8 @@ { "id": 135942, "name": "Bellegra", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196556,8 +196556,8 @@ { "id": 135943, "name": "Bellinzago Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196597,8 +196597,8 @@ { "id": 135944, "name": "Bellinzago Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196638,8 +196638,8 @@ { "id": 135945, "name": "Bellizzi", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196679,8 +196679,8 @@ { "id": 135946, "name": "Bellocchi", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -196720,8 +196720,8 @@ { "id": 135947, "name": "Bellona", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196761,8 +196761,8 @@ { "id": 135948, "name": "Bellosguardo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196802,8 +196802,8 @@ { "id": 135949, "name": "Belluno", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -196843,8 +196843,8 @@ { "id": 135950, "name": "Bellusco", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196884,8 +196884,8 @@ { "id": 135951, "name": "Belmonte Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196925,8 +196925,8 @@ { "id": 135952, "name": "Belmonte Castello", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -196966,8 +196966,8 @@ { "id": 135953, "name": "Belmonte Mezzagno", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197007,8 +197007,8 @@ { "id": 135954, "name": "Belmonte Piceno", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197048,8 +197048,8 @@ { "id": 135955, "name": "Belmonte del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197089,8 +197089,8 @@ { "id": 135956, "name": "Belmonte in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197130,8 +197130,8 @@ { "id": 135957, "name": "Belpasso", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197171,8 +197171,8 @@ { "id": 135958, "name": "Belsito", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197212,8 +197212,8 @@ { "id": 135959, "name": "Beltiglio-San Giovanni", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "city", @@ -197253,8 +197253,8 @@ { "id": 135960, "name": "Belvedere", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -197294,8 +197294,8 @@ { "id": 135961, "name": "Belvedere", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -197335,8 +197335,8 @@ { "id": 135962, "name": "Belvedere Langhe", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197376,8 +197376,8 @@ { "id": 135963, "name": "Belvedere Marittimo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197417,8 +197417,8 @@ { "id": 135964, "name": "Belvedere Ostrense", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197458,8 +197458,8 @@ { "id": 135965, "name": "Belvedere Spinello", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197499,8 +197499,8 @@ { "id": 135966, "name": "Belvedere-Piano Tavola", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -197540,8 +197540,8 @@ { "id": 135967, "name": "Belveglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197581,8 +197581,8 @@ { "id": 135968, "name": "Belverde", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -197622,8 +197622,8 @@ { "id": 135969, "name": "Belvì", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197663,8 +197663,8 @@ { "id": 135970, "name": "Bema", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197704,8 +197704,8 @@ { "id": 135971, "name": "Bene Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197745,8 +197745,8 @@ { "id": 135972, "name": "Bene Vagienna", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197786,8 +197786,8 @@ { "id": 135973, "name": "Benestare", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197827,8 +197827,8 @@ { "id": 135974, "name": "Benetutti", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197868,8 +197868,8 @@ { "id": 135975, "name": "Benevello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197909,8 +197909,8 @@ { "id": 135976, "name": "Benevento", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -197950,8 +197950,8 @@ { "id": 135977, "name": "Benna", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -197991,8 +197991,8 @@ { "id": 135978, "name": "Bentivoglio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198032,8 +198032,8 @@ { "id": 135979, "name": "Berbenno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198073,8 +198073,8 @@ { "id": 135980, "name": "Berbenno di Valtellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198114,8 +198114,8 @@ { "id": 135981, "name": "Berceto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198155,8 +198155,8 @@ { "id": 135982, "name": "Berchidda", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198196,8 +198196,8 @@ { "id": 135983, "name": "Beregazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -198237,8 +198237,8 @@ { "id": 135984, "name": "Beregazzo con Figliaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198278,8 +198278,8 @@ { "id": 135985, "name": "Bereguardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198319,8 +198319,8 @@ { "id": 135986, "name": "Bergamasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198360,8 +198360,8 @@ { "id": 135987, "name": "Bergamo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -198401,8 +198401,8 @@ { "id": 135988, "name": "Bergantino", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198442,8 +198442,8 @@ { "id": 135989, "name": "Bergeggi", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198483,8 +198483,8 @@ { "id": 135990, "name": "Bergolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198524,8 +198524,8 @@ { "id": 135991, "name": "Berlingo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198565,8 +198565,8 @@ { "id": 135992, "name": "Bernalda", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198606,8 +198606,8 @@ { "id": 135993, "name": "Bernareggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198647,8 +198647,8 @@ { "id": 135994, "name": "Bernate Ticino", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198688,8 +198688,8 @@ { "id": 135995, "name": "Bernezzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198729,8 +198729,8 @@ { "id": 135996, "name": "Berra", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198811,8 +198811,8 @@ { "id": 135998, "name": "Bersezio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198852,8 +198852,8 @@ { "id": 135999, "name": "Bersone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198893,8 +198893,8 @@ { "id": 136000, "name": "Bertinoro", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198934,8 +198934,8 @@ { "id": 136001, "name": "Bertiolo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -198975,8 +198975,8 @@ { "id": 136002, "name": "Bertipaglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -199016,8 +199016,8 @@ { "id": 136003, "name": "Bertonico", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199057,8 +199057,8 @@ { "id": 136004, "name": "Berzano di San Pietro", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199098,8 +199098,8 @@ { "id": 136005, "name": "Berzano di Tortona", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199139,8 +199139,8 @@ { "id": 136006, "name": "Berzantina", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -199180,8 +199180,8 @@ { "id": 136007, "name": "Berzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199221,8 +199221,8 @@ { "id": 136008, "name": "Berzo Inferiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199262,8 +199262,8 @@ { "id": 136009, "name": "Berzo San Fermo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199303,8 +199303,8 @@ { "id": 136010, "name": "Besana in Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199344,8 +199344,8 @@ { "id": 136011, "name": "Besano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199385,8 +199385,8 @@ { "id": 136012, "name": "Besate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199426,8 +199426,8 @@ { "id": 136013, "name": "Besenello", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199467,8 +199467,8 @@ { "id": 136014, "name": "Besenzone", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199508,8 +199508,8 @@ { "id": 136015, "name": "Besnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199549,8 +199549,8 @@ { "id": 136016, "name": "Besozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199590,8 +199590,8 @@ { "id": 136017, "name": "Bessude", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199631,8 +199631,8 @@ { "id": 136018, "name": "Bettola", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199672,8 +199672,8 @@ { "id": 136019, "name": "Bettola", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199713,8 +199713,8 @@ { "id": 136020, "name": "Bettola-Zeloforomagno", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199754,8 +199754,8 @@ { "id": 136021, "name": "Bettolle", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -199795,8 +199795,8 @@ { "id": 136022, "name": "Bettona", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199836,8 +199836,8 @@ { "id": 136023, "name": "Beura", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199877,8 +199877,8 @@ { "id": 136024, "name": "Bevagna", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199918,8 +199918,8 @@ { "id": 136025, "name": "Beverino", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -199959,8 +199959,8 @@ { "id": 136026, "name": "Bevilacqua", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200000,8 +200000,8 @@ { "id": 136027, "name": "Biancade", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -200041,8 +200041,8 @@ { "id": 136028, "name": "Biancavilla", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200082,8 +200082,8 @@ { "id": 136029, "name": "Bianchi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200123,8 +200123,8 @@ { "id": 136030, "name": "Bianco", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200164,8 +200164,8 @@ { "id": 136031, "name": "Biandrate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200205,8 +200205,8 @@ { "id": 136032, "name": "Biandronno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200246,8 +200246,8 @@ { "id": 136033, "name": "Bianzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200287,8 +200287,8 @@ { "id": 136034, "name": "Bianzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200328,8 +200328,8 @@ { "id": 136035, "name": "Bianzè", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200369,8 +200369,8 @@ { "id": 136036, "name": "Biassono", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200410,8 +200410,8 @@ { "id": 136037, "name": "Bibano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -200451,8 +200451,8 @@ { "id": 136038, "name": "Bibbiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200492,8 +200492,8 @@ { "id": 136039, "name": "Bibbiena", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200533,8 +200533,8 @@ { "id": 136040, "name": "Bibbona", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200574,8 +200574,8 @@ { "id": 136041, "name": "Bibiana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200615,8 +200615,8 @@ { "id": 136042, "name": "Bibione", - "state_id": 1753, - "state_code": "34", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -200656,8 +200656,8 @@ { "id": 136043, "name": "Biccari", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200697,8 +200697,8 @@ { "id": 136044, "name": "Bicinicco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200738,8 +200738,8 @@ { "id": 136045, "name": "Bidonì", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200779,8 +200779,8 @@ { "id": 136046, "name": "Biella", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -200820,8 +200820,8 @@ { "id": 136047, "name": "Bienno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200861,8 +200861,8 @@ { "id": 136048, "name": "Bieno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200902,8 +200902,8 @@ { "id": 136049, "name": "Bientina", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -200943,8 +200943,8 @@ { "id": 136050, "name": "Bigolino", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -200984,8 +200984,8 @@ { "id": 136051, "name": "Binago", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201025,8 +201025,8 @@ { "id": 136052, "name": "Binasco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201066,8 +201066,8 @@ { "id": 136053, "name": "Binetto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201107,8 +201107,8 @@ { "id": 136054, "name": "Bioglio-Portula-Andrè", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201189,8 +201189,8 @@ { "id": 136056, "name": "Bione", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201230,8 +201230,8 @@ { "id": 136057, "name": "Birori", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201271,8 +201271,8 @@ { "id": 136058, "name": "Bisaccia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201312,8 +201312,8 @@ { "id": 136059, "name": "Bisaccia Nuova", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -201353,8 +201353,8 @@ { "id": 136060, "name": "Bisacquino", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201435,8 +201435,8 @@ { "id": 136062, "name": "Bisegna", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201476,8 +201476,8 @@ { "id": 136063, "name": "Bisenti", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201517,8 +201517,8 @@ { "id": 136064, "name": "Bisignano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201558,8 +201558,8 @@ { "id": 136065, "name": "Bistagno", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201599,8 +201599,8 @@ { "id": 136066, "name": "Bisuschio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201640,8 +201640,8 @@ { "id": 136067, "name": "Bitetto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201681,8 +201681,8 @@ { "id": 136068, "name": "Bitonto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201722,8 +201722,8 @@ { "id": 136069, "name": "Bitritto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201763,8 +201763,8 @@ { "id": 136070, "name": "Bitti", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201804,8 +201804,8 @@ { "id": 136071, "name": "Bivio Mortola", - "state_id": 1669, - "state_code": "72", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -201845,8 +201845,8 @@ { "id": 136072, "name": "Bivio San Polo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -201886,8 +201886,8 @@ { "id": 136073, "name": "Bivio Santa Cecilia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -201927,8 +201927,8 @@ { "id": 136074, "name": "Bivio di Capanelle", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -201968,8 +201968,8 @@ { "id": 136075, "name": "Bivona", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202009,8 +202009,8 @@ { "id": 136076, "name": "Bivongi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202050,8 +202050,8 @@ { "id": 136077, "name": "Bizzarone", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202091,8 +202091,8 @@ { "id": 136078, "name": "Bleggio Superiore", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202132,8 +202132,8 @@ { "id": 136079, "name": "Blello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202173,8 +202173,8 @@ { "id": 136080, "name": "Blera", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202214,8 +202214,8 @@ { "id": 136081, "name": "Blessagno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202255,8 +202255,8 @@ { "id": 136082, "name": "Blevio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202296,8 +202296,8 @@ { "id": 136083, "name": "Blufi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202337,8 +202337,8 @@ { "id": 136084, "name": "Boara Pisani", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202378,8 +202378,8 @@ { "id": 136085, "name": "Bobbio", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202419,8 +202419,8 @@ { "id": 136086, "name": "Bobbio Pellice", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202460,8 +202460,8 @@ { "id": 136087, "name": "Boca", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202501,8 +202501,8 @@ { "id": 136088, "name": "Bocchigliero", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202542,8 +202542,8 @@ { "id": 136089, "name": "Boccioleto", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202583,8 +202583,8 @@ { "id": 136090, "name": "Bocco", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202624,8 +202624,8 @@ { "id": 136091, "name": "Bocenago", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202665,8 +202665,8 @@ { "id": 136092, "name": "Bodio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202706,8 +202706,8 @@ { "id": 136093, "name": "Bodio Lomnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202747,8 +202747,8 @@ { "id": 136094, "name": "Boffalora Sopra Ticino", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202788,8 +202788,8 @@ { "id": 136095, "name": "Boffalora d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202829,8 +202829,8 @@ { "id": 136096, "name": "Bogliasco", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202870,8 +202870,8 @@ { "id": 136097, "name": "Bogogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202911,8 +202911,8 @@ { "id": 136098, "name": "Boissano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202952,8 +202952,8 @@ { "id": 136099, "name": "Bojano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -202993,8 +202993,8 @@ { "id": 136100, "name": "Bojon-Lova", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -203034,8 +203034,8 @@ { "id": 136101, "name": "Bolano", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203075,8 +203075,8 @@ { "id": 136102, "name": "Bolbeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203116,8 +203116,8 @@ { "id": 136103, "name": "Bolgare", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203157,8 +203157,8 @@ { "id": 136104, "name": "Bolladello-Peveranza", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -203198,8 +203198,8 @@ { "id": 136105, "name": "Bollate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203239,8 +203239,8 @@ { "id": 136106, "name": "Bollengo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203280,8 +203280,8 @@ { "id": 136107, "name": "Bologna", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -203321,8 +203321,8 @@ { "id": 136108, "name": "Bolognano", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203362,8 +203362,8 @@ { "id": 136109, "name": "Bolognano-Vignole", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -203403,8 +203403,8 @@ { "id": 136110, "name": "Bolognetta", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203444,8 +203444,8 @@ { "id": 136111, "name": "Bolognola", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203485,8 +203485,8 @@ { "id": 136112, "name": "Bolotana", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203526,8 +203526,8 @@ { "id": 136113, "name": "Bolsena", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203567,8 +203567,8 @@ { "id": 136114, "name": "Boltiere", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203608,8 +203608,8 @@ { "id": 136115, "name": "Bolzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -203649,8 +203649,8 @@ { "id": 136116, "name": "Bolzano Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203690,8 +203690,8 @@ { "id": 136117, "name": "Bolzano Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203731,8 +203731,8 @@ { "id": 136118, "name": "Bomarzo", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203772,8 +203772,8 @@ { "id": 136119, "name": "Bomba", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203813,8 +203813,8 @@ { "id": 136120, "name": "Bompensiere", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203854,8 +203854,8 @@ { "id": 136121, "name": "Bompietro", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203895,8 +203895,8 @@ { "id": 136122, "name": "Bomporto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203936,8 +203936,8 @@ { "id": 136123, "name": "Bonarcado", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -203977,8 +203977,8 @@ { "id": 136124, "name": "Bonassola", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204018,8 +204018,8 @@ { "id": 136125, "name": "Bonate Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204059,8 +204059,8 @@ { "id": 136126, "name": "Bonate Sotto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204100,8 +204100,8 @@ { "id": 136127, "name": "Bonavicina", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -204141,8 +204141,8 @@ { "id": 136128, "name": "Bonavigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204182,8 +204182,8 @@ { "id": 136129, "name": "Bondeno", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204223,8 +204223,8 @@ { "id": 136130, "name": "Bondeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -204264,8 +204264,8 @@ { "id": 136131, "name": "Bondione", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204305,8 +204305,8 @@ { "id": 136132, "name": "Bondo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204346,8 +204346,8 @@ { "id": 136133, "name": "Bondone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204387,8 +204387,8 @@ { "id": 136134, "name": "Bonea", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204428,8 +204428,8 @@ { "id": 136135, "name": "Bonefro", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204469,8 +204469,8 @@ { "id": 136136, "name": "Bonemerse", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204510,8 +204510,8 @@ { "id": 136137, "name": "Bonferraro", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -204551,8 +204551,8 @@ { "id": 136138, "name": "Bonifati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204592,8 +204592,8 @@ { "id": 136139, "name": "Bonito", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204633,8 +204633,8 @@ { "id": 136140, "name": "Bonnanaro", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204674,8 +204674,8 @@ { "id": 136141, "name": "Bono", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204715,8 +204715,8 @@ { "id": 136142, "name": "Bonorva", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204756,8 +204756,8 @@ { "id": 136143, "name": "Bonvicino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204797,8 +204797,8 @@ { "id": 136144, "name": "Bora Bassa", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -204838,8 +204838,8 @@ { "id": 136145, "name": "Borbona", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204879,8 +204879,8 @@ { "id": 136146, "name": "Borca", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204920,8 +204920,8 @@ { "id": 136147, "name": "Bordano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -204961,8 +204961,8 @@ { "id": 136148, "name": "Bordighera", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205002,8 +205002,8 @@ { "id": 136149, "name": "Bordolano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205043,8 +205043,8 @@ { "id": 136150, "name": "Bore", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205084,8 +205084,8 @@ { "id": 136151, "name": "Borello", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -205125,8 +205125,8 @@ { "id": 136152, "name": "Boretto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205166,8 +205166,8 @@ { "id": 136153, "name": "Borgagne", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -205207,8 +205207,8 @@ { "id": 136154, "name": "Borgarello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205248,8 +205248,8 @@ { "id": 136155, "name": "Borgaro Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205289,8 +205289,8 @@ { "id": 136156, "name": "Borgata Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -205330,8 +205330,8 @@ { "id": 136157, "name": "Borgetto", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205371,8 +205371,8 @@ { "id": 136158, "name": "Borghetto", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -205412,8 +205412,8 @@ { "id": 136159, "name": "Borghetto Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205453,8 +205453,8 @@ { "id": 136160, "name": "Borghetto Santo Spirito", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205494,8 +205494,8 @@ { "id": 136161, "name": "Borghetto d'Arroscia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205535,8 +205535,8 @@ { "id": 136162, "name": "Borghetto di Borbera", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205576,8 +205576,8 @@ { "id": 136163, "name": "Borghetto di Vara", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205617,8 +205617,8 @@ { "id": 136164, "name": "Borghetto-Melara", - "state_id": 1664, - "state_code": "52", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -205658,8 +205658,8 @@ { "id": 136165, "name": "Borghi", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205699,8 +205699,8 @@ { "id": 136166, "name": "Borgia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205740,8 +205740,8 @@ { "id": 136167, "name": "Borgiallo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205781,8 +205781,8 @@ { "id": 136168, "name": "Borgio", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -205822,8 +205822,8 @@ { "id": 136169, "name": "Borgo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -205863,8 +205863,8 @@ { "id": 136170, "name": "Borgo", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "city", @@ -205904,8 +205904,8 @@ { "id": 136171, "name": "Borgo Fornari-Pieve", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "city", @@ -205945,8 +205945,8 @@ { "id": 136172, "name": "Borgo Grappa", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -205986,8 +205986,8 @@ { "id": 136173, "name": "Borgo Hermada", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -206027,8 +206027,8 @@ { "id": 136174, "name": "Borgo Lotti", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -206068,8 +206068,8 @@ { "id": 136175, "name": "Borgo Massano", - "state_id": 1670, - "state_code": "57", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -206109,8 +206109,8 @@ { "id": 136176, "name": "Borgo Melano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -206150,8 +206150,8 @@ { "id": 136177, "name": "Borgo Pace", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206191,8 +206191,8 @@ { "id": 136178, "name": "Borgo Podgora", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -206232,8 +206232,8 @@ { "id": 136179, "name": "Borgo Priolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206273,8 +206273,8 @@ { "id": 136180, "name": "Borgo Sabotino-Foce Verde", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -206314,8 +206314,8 @@ { "id": 136181, "name": "Borgo San Dalmazzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206355,8 +206355,8 @@ { "id": 136182, "name": "Borgo San Giacomo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206396,8 +206396,8 @@ { "id": 136183, "name": "Borgo San Giovanni", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206437,8 +206437,8 @@ { "id": 136184, "name": "Borgo San Lorenzo", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206478,8 +206478,8 @@ { "id": 136185, "name": "Borgo San Martino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206519,8 +206519,8 @@ { "id": 136186, "name": "Borgo San Michele", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -206560,8 +206560,8 @@ { "id": 136187, "name": "Borgo San Siro", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206601,8 +206601,8 @@ { "id": 136188, "name": "Borgo Santa Maria", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -206642,8 +206642,8 @@ { "id": 136189, "name": "Borgo Santa Maria Immacolata", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -206683,8 +206683,8 @@ { "id": 136190, "name": "Borgo Stazione", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -206724,8 +206724,8 @@ { "id": 136191, "name": "Borgo Ticino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206765,8 +206765,8 @@ { "id": 136192, "name": "Borgo Tossignano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206806,8 +206806,8 @@ { "id": 136193, "name": "Borgo Val di Taro", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206847,8 +206847,8 @@ { "id": 136194, "name": "Borgo Valsugana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206888,8 +206888,8 @@ { "id": 136195, "name": "Borgo Velino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206929,8 +206929,8 @@ { "id": 136196, "name": "Borgo Vercelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -206970,8 +206970,8 @@ { "id": 136197, "name": "Borgo a Buggiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207011,8 +207011,8 @@ { "id": 136198, "name": "Borgo a Mozzano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207052,8 +207052,8 @@ { "id": 136199, "name": "Borgo d'Ale", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207093,8 +207093,8 @@ { "id": 136200, "name": "Borgo di Ranzo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207134,8 +207134,8 @@ { "id": 136201, "name": "Borgo di Terzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207175,8 +207175,8 @@ { "id": 136202, "name": "Borgoforte", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207216,8 +207216,8 @@ { "id": 136203, "name": "Borgofranco d'Ivrea", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207257,8 +207257,8 @@ { "id": 136204, "name": "Borgofranco sul Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207298,8 +207298,8 @@ { "id": 136205, "name": "Borgolavezzaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207339,8 +207339,8 @@ { "id": 136206, "name": "Borgomale", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207380,8 +207380,8 @@ { "id": 136207, "name": "Borgomanero", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207421,8 +207421,8 @@ { "id": 136208, "name": "Borgomaro", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207462,8 +207462,8 @@ { "id": 136209, "name": "Borgomasino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207503,8 +207503,8 @@ { "id": 136210, "name": "Borgone Susa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207544,8 +207544,8 @@ { "id": 136211, "name": "Borgonovo Valtidone", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207585,8 +207585,8 @@ { "id": 136212, "name": "Borgonuovo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -207626,8 +207626,8 @@ { "id": 136213, "name": "Borgoratto Alessandrino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207667,8 +207667,8 @@ { "id": 136214, "name": "Borgoratto Mormorolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207708,8 +207708,8 @@ { "id": 136215, "name": "Borgoricco-San Michele delle Badesse-Sant'Eufemia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207749,8 +207749,8 @@ { "id": 136216, "name": "Borgorose", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207790,8 +207790,8 @@ { "id": 136217, "name": "Borgosatollo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207831,8 +207831,8 @@ { "id": 136218, "name": "Borgosesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207872,8 +207872,8 @@ { "id": 136219, "name": "Bormida", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207913,8 +207913,8 @@ { "id": 136220, "name": "Bormida-Genepro", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207954,8 +207954,8 @@ { "id": 136221, "name": "Bormio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -207995,8 +207995,8 @@ { "id": 136222, "name": "Bornasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208036,8 +208036,8 @@ { "id": 136223, "name": "Bornato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -208077,8 +208077,8 @@ { "id": 136224, "name": "Borno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208118,8 +208118,8 @@ { "id": 136225, "name": "Boroneddu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208159,8 +208159,8 @@ { "id": 136226, "name": "Borore", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208200,8 +208200,8 @@ { "id": 136227, "name": "Borrello", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208241,8 +208241,8 @@ { "id": 136228, "name": "Borriana", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208282,8 +208282,8 @@ { "id": 136229, "name": "Borso del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208323,8 +208323,8 @@ { "id": 136230, "name": "Bortigali", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208364,8 +208364,8 @@ { "id": 136231, "name": "Bortigiadas", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208405,8 +208405,8 @@ { "id": 136232, "name": "Bortolot", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208446,8 +208446,8 @@ { "id": 136233, "name": "Borutta", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208487,8 +208487,8 @@ { "id": 136234, "name": "Borzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -208528,8 +208528,8 @@ { "id": 136235, "name": "Borzonasca", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208569,8 +208569,8 @@ { "id": 136236, "name": "Bosa", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208610,8 +208610,8 @@ { "id": 136237, "name": "Bosaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208651,8 +208651,8 @@ { "id": 136238, "name": "Boschetto", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -208692,8 +208692,8 @@ { "id": 136239, "name": "Boschi Sant'Anna", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208733,8 +208733,8 @@ { "id": 136240, "name": "Bosco", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -208774,8 +208774,8 @@ { "id": 136241, "name": "Bosco Chiesanuova", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208815,8 +208815,8 @@ { "id": 136242, "name": "Bosco Ex Parmigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208856,8 +208856,8 @@ { "id": 136243, "name": "Bosco Marengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -208897,8 +208897,8 @@ { "id": 136244, "name": "Bosco Mesola", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -208938,8 +208938,8 @@ { "id": 136245, "name": "Boscochiaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -208979,8 +208979,8 @@ { "id": 136246, "name": "Bosconero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209020,8 +209020,8 @@ { "id": 136247, "name": "Boscoreale", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209061,8 +209061,8 @@ { "id": 136248, "name": "Boscotrecase", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209102,8 +209102,8 @@ { "id": 136249, "name": "Bosentino-Migazzone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209143,8 +209143,8 @@ { "id": 136250, "name": "Bosia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209184,8 +209184,8 @@ { "id": 136251, "name": "Bosio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209225,8 +209225,8 @@ { "id": 136252, "name": "Bosisio Parini", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209266,8 +209266,8 @@ { "id": 136253, "name": "Bosnasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209307,8 +209307,8 @@ { "id": 136254, "name": "Bossico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209348,8 +209348,8 @@ { "id": 136255, "name": "Bossolasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209389,8 +209389,8 @@ { "id": 136256, "name": "Botricello", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209430,8 +209430,8 @@ { "id": 136257, "name": "Botrugno", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209471,8 +209471,8 @@ { "id": 136258, "name": "Botta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209512,8 +209512,8 @@ { "id": 136259, "name": "Bottanuco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209553,8 +209553,8 @@ { "id": 136260, "name": "Bottega", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -209594,8 +209594,8 @@ { "id": 136261, "name": "Botticino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209635,8 +209635,8 @@ { "id": 136262, "name": "Bottidda", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209676,8 +209676,8 @@ { "id": 136263, "name": "Bottrighe", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -209717,8 +209717,8 @@ { "id": 136264, "name": "Bova", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209758,8 +209758,8 @@ { "id": 136265, "name": "Bova Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209799,8 +209799,8 @@ { "id": 136266, "name": "Bovalino", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209840,8 +209840,8 @@ { "id": 136267, "name": "Bovalino Superiore", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -209881,8 +209881,8 @@ { "id": 136268, "name": "Bovegno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209922,8 +209922,8 @@ { "id": 136269, "name": "Boves", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -209963,8 +209963,8 @@ { "id": 136270, "name": "Bovezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210004,8 +210004,8 @@ { "id": 136271, "name": "Boville Ernica", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210045,8 +210045,8 @@ { "id": 136272, "name": "Bovino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210086,8 +210086,8 @@ { "id": 136273, "name": "Bovisio-Masciago", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210127,8 +210127,8 @@ { "id": 136274, "name": "Bovolenta", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210168,8 +210168,8 @@ { "id": 136275, "name": "Bovolone", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210209,8 +210209,8 @@ { "id": 136276, "name": "Bozzole", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210250,8 +210250,8 @@ { "id": 136277, "name": "Bozzolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210291,8 +210291,8 @@ { "id": 136278, "name": "Bra", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210332,8 +210332,8 @@ { "id": 136279, "name": "Bracca", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210373,8 +210373,8 @@ { "id": 136280, "name": "Braccagni", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -210414,8 +210414,8 @@ { "id": 136281, "name": "Bracciano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210455,8 +210455,8 @@ { "id": 136282, "name": "Bracigliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210496,8 +210496,8 @@ { "id": 136283, "name": "Braglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210537,8 +210537,8 @@ { "id": 136284, "name": "Braies", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210578,8 +210578,8 @@ { "id": 136285, "name": "Brancaleone", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210619,8 +210619,8 @@ { "id": 136286, "name": "Brancaleone-Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210660,8 +210660,8 @@ { "id": 136287, "name": "Brandico", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210701,8 +210701,8 @@ { "id": 136288, "name": "Brandizzo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210742,8 +210742,8 @@ { "id": 136289, "name": "Branzi", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210783,8 +210783,8 @@ { "id": 136290, "name": "Braone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210824,8 +210824,8 @@ { "id": 136291, "name": "Brebbia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210865,8 +210865,8 @@ { "id": 136292, "name": "Breda", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210906,8 +210906,8 @@ { "id": 136293, "name": "Bregano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210947,8 +210947,8 @@ { "id": 136294, "name": "Breganze", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -210988,8 +210988,8 @@ { "id": 136295, "name": "Bregnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211029,8 +211029,8 @@ { "id": 136296, "name": "Breguzzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211070,8 +211070,8 @@ { "id": 136297, "name": "Breia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211111,8 +211111,8 @@ { "id": 136298, "name": "Brembate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211152,8 +211152,8 @@ { "id": 136299, "name": "Brembate di Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211193,8 +211193,8 @@ { "id": 136300, "name": "Brembilla", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211234,8 +211234,8 @@ { "id": 136301, "name": "Brembio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211275,8 +211275,8 @@ { "id": 136302, "name": "Breme", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211316,8 +211316,8 @@ { "id": 136303, "name": "Brendola", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211357,8 +211357,8 @@ { "id": 136304, "name": "Brenna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211398,8 +211398,8 @@ { "id": 136305, "name": "Brennero - Brenner", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211439,8 +211439,8 @@ { "id": 136306, "name": "Brenno Useria", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -211480,8 +211480,8 @@ { "id": 136307, "name": "Breno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211521,8 +211521,8 @@ { "id": 136308, "name": "Brenta", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211562,8 +211562,8 @@ { "id": 136309, "name": "Brentino Belluno", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211603,8 +211603,8 @@ { "id": 136310, "name": "Brentonico", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211644,8 +211644,8 @@ { "id": 136311, "name": "Brenzone", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211685,8 +211685,8 @@ { "id": 136312, "name": "Breo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211726,8 +211726,8 @@ { "id": 136313, "name": "Brescello", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211767,8 +211767,8 @@ { "id": 136314, "name": "Brescia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -211808,8 +211808,8 @@ { "id": 136315, "name": "Bresimo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211849,8 +211849,8 @@ { "id": 136316, "name": "Bressa", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -211890,8 +211890,8 @@ { "id": 136317, "name": "Bressana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211931,8 +211931,8 @@ { "id": 136318, "name": "Bressanone", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -211972,8 +211972,8 @@ { "id": 136319, "name": "Bressanvido", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212013,8 +212013,8 @@ { "id": 136320, "name": "Bresso", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212054,8 +212054,8 @@ { "id": 136321, "name": "Brez", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212095,8 +212095,8 @@ { "id": 136322, "name": "Brezza", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -212136,8 +212136,8 @@ { "id": 136323, "name": "Brezzo di Bedero", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212177,8 +212177,8 @@ { "id": 136324, "name": "Briaglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212218,8 +212218,8 @@ { "id": 136325, "name": "Briatico", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212259,8 +212259,8 @@ { "id": 136326, "name": "Bricco di Neive", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212300,8 +212300,8 @@ { "id": 136327, "name": "Bricherasio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212341,8 +212341,8 @@ { "id": 136328, "name": "Brienno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212382,8 +212382,8 @@ { "id": 136329, "name": "Brienza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212423,8 +212423,8 @@ { "id": 136330, "name": "Briga Alta", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212464,8 +212464,8 @@ { "id": 136331, "name": "Briga Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212505,8 +212505,8 @@ { "id": 136332, "name": "Brignano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212546,8 +212546,8 @@ { "id": 136333, "name": "Brignano Gera d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212587,8 +212587,8 @@ { "id": 136334, "name": "Brindisi", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -212628,8 +212628,8 @@ { "id": 136335, "name": "Brindisi Montagna", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212669,8 +212669,8 @@ { "id": 136336, "name": "Brinzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212710,8 +212710,8 @@ { "id": 136337, "name": "Briona", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212751,8 +212751,8 @@ { "id": 136338, "name": "Brione", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212792,8 +212792,8 @@ { "id": 136339, "name": "Brione", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212833,8 +212833,8 @@ { "id": 136340, "name": "Briosco", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212915,8 +212915,8 @@ { "id": 136342, "name": "Brissago-Valtravaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212956,8 +212956,8 @@ { "id": 136343, "name": "Brittoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -212997,8 +212997,8 @@ { "id": 136344, "name": "Brivio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213038,8 +213038,8 @@ { "id": 136345, "name": "Broccostella", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213079,8 +213079,8 @@ { "id": 136346, "name": "Brogliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213120,8 +213120,8 @@ { "id": 136347, "name": "Brognaturo", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213161,8 +213161,8 @@ { "id": 136348, "name": "Brognoligo-Costalunga", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -213202,8 +213202,8 @@ { "id": 136349, "name": "Brolo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213243,8 +213243,8 @@ { "id": 136350, "name": "Brondello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213284,8 +213284,8 @@ { "id": 136351, "name": "Brongio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -213325,8 +213325,8 @@ { "id": 136352, "name": "Broni", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213366,8 +213366,8 @@ { "id": 136353, "name": "Bronte", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213407,8 +213407,8 @@ { "id": 136354, "name": "Bronzolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213448,8 +213448,8 @@ { "id": 136355, "name": "Brossasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213489,8 +213489,8 @@ { "id": 136356, "name": "Brosso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213530,8 +213530,8 @@ { "id": 136357, "name": "Brovello", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213571,8 +213571,8 @@ { "id": 136358, "name": "Brovello-Carpugnino", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213612,8 +213612,8 @@ { "id": 136359, "name": "Brozolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213653,8 +213653,8 @@ { "id": 136360, "name": "Brozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -213694,8 +213694,8 @@ { "id": 136361, "name": "Brucoli", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -213735,8 +213735,8 @@ { "id": 136362, "name": "Brugherio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213776,8 +213776,8 @@ { "id": 136363, "name": "Brugine", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213817,8 +213817,8 @@ { "id": 136364, "name": "Brugnato", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213858,8 +213858,8 @@ { "id": 136365, "name": "Brugnera", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213899,8 +213899,8 @@ { "id": 136366, "name": "Bruino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213940,8 +213940,8 @@ { "id": 136367, "name": "Brumano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -213981,8 +213981,8 @@ { "id": 136368, "name": "Bruna", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -214022,8 +214022,8 @@ { "id": 136369, "name": "Brunate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214063,8 +214063,8 @@ { "id": 136370, "name": "Brunello", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214104,8 +214104,8 @@ { "id": 136371, "name": "Brunico", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214145,8 +214145,8 @@ { "id": 136372, "name": "Bruno", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214186,8 +214186,8 @@ { "id": 136373, "name": "Brusaporto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214227,8 +214227,8 @@ { "id": 136374, "name": "Brusasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214268,8 +214268,8 @@ { "id": 136375, "name": "Brusciano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214309,8 +214309,8 @@ { "id": 136376, "name": "Brusimpiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214350,8 +214350,8 @@ { "id": 136377, "name": "Brusnengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214432,8 +214432,8 @@ { "id": 136379, "name": "Bruzolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214473,8 +214473,8 @@ { "id": 136380, "name": "Bruzzano Zeffirio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214514,8 +214514,8 @@ { "id": 136381, "name": "Bubano", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -214555,8 +214555,8 @@ { "id": 136382, "name": "Bubbiano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214596,8 +214596,8 @@ { "id": 136383, "name": "Bubbio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214637,8 +214637,8 @@ { "id": 136384, "name": "Buccheri", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214678,8 +214678,8 @@ { "id": 136385, "name": "Bucchianico", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214719,8 +214719,8 @@ { "id": 136386, "name": "Bucciano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214760,8 +214760,8 @@ { "id": 136387, "name": "Buccinasco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214801,8 +214801,8 @@ { "id": 136388, "name": "Buccino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214842,8 +214842,8 @@ { "id": 136389, "name": "Bucine", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214883,8 +214883,8 @@ { "id": 136390, "name": "Buddusò", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214924,8 +214924,8 @@ { "id": 136391, "name": "Budoia", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -214965,8 +214965,8 @@ { "id": 136392, "name": "Budoni", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215006,8 +215006,8 @@ { "id": 136393, "name": "Budrio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215047,8 +215047,8 @@ { "id": 136394, "name": "Buffalora-Bettole", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -215088,8 +215088,8 @@ { "id": 136395, "name": "Buggerru", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215129,8 +215129,8 @@ { "id": 136396, "name": "Buglio in Monte", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215170,8 +215170,8 @@ { "id": 136397, "name": "Bugnara", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215211,8 +215211,8 @@ { "id": 136398, "name": "Buguggiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215252,8 +215252,8 @@ { "id": 136399, "name": "Buia", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215293,8 +215293,8 @@ { "id": 136400, "name": "Bulciago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215334,8 +215334,8 @@ { "id": 136401, "name": "Bulgarograsso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215375,8 +215375,8 @@ { "id": 136402, "name": "Bulgorello", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -215416,8 +215416,8 @@ { "id": 136403, "name": "Bultei", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215457,8 +215457,8 @@ { "id": 136404, "name": "Bulzi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215498,8 +215498,8 @@ { "id": 136405, "name": "Buonabitacolo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215539,8 +215539,8 @@ { "id": 136406, "name": "Buonalbergo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215580,8 +215580,8 @@ { "id": 136407, "name": "Buonconvento", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215621,8 +215621,8 @@ { "id": 136408, "name": "Buonvicino", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215662,8 +215662,8 @@ { "id": 136409, "name": "Burago di Molgora", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215703,8 +215703,8 @@ { "id": 136410, "name": "Burano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -215744,8 +215744,8 @@ { "id": 136411, "name": "Burcei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215785,8 +215785,8 @@ { "id": 136412, "name": "Burgio", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215826,8 +215826,8 @@ { "id": 136413, "name": "Burgos", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215867,8 +215867,8 @@ { "id": 136414, "name": "Buriasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215908,8 +215908,8 @@ { "id": 136415, "name": "Burolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215949,8 +215949,8 @@ { "id": 136416, "name": "Buronzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -215990,8 +215990,8 @@ { "id": 136417, "name": "Busachi", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216031,8 +216031,8 @@ { "id": 136418, "name": "Busalla", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216072,8 +216072,8 @@ { "id": 136419, "name": "Busana", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216113,8 +216113,8 @@ { "id": 136420, "name": "Busano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216154,8 +216154,8 @@ { "id": 136421, "name": "Busca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216195,8 +216195,8 @@ { "id": 136422, "name": "Buscate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216236,8 +216236,8 @@ { "id": 136423, "name": "Buscemi", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216277,8 +216277,8 @@ { "id": 136424, "name": "Buscoldo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -216318,8 +216318,8 @@ { "id": 136425, "name": "Buseto Palizzolo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216359,8 +216359,8 @@ { "id": 136426, "name": "Busnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216400,8 +216400,8 @@ { "id": 136427, "name": "Buso", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -216441,8 +216441,8 @@ { "id": 136428, "name": "Bussero", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216482,8 +216482,8 @@ { "id": 136429, "name": "Busseto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216523,8 +216523,8 @@ { "id": 136430, "name": "Bussi sul Tirino", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216564,8 +216564,8 @@ { "id": 136431, "name": "Busso", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216605,8 +216605,8 @@ { "id": 136432, "name": "Bussolengo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216646,8 +216646,8 @@ { "id": 136433, "name": "Bussoleno", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216687,8 +216687,8 @@ { "id": 136434, "name": "Busto Arsizio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216728,8 +216728,8 @@ { "id": 136435, "name": "Busto Garolfo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216769,8 +216769,8 @@ { "id": 136436, "name": "Butera", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216810,8 +216810,8 @@ { "id": 136437, "name": "Buti", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216851,8 +216851,8 @@ { "id": 136438, "name": "Buttapietra", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216892,8 +216892,8 @@ { "id": 136439, "name": "Buttigliera Alta", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216933,8 +216933,8 @@ { "id": 136440, "name": "Buttigliera d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -216974,8 +216974,8 @@ { "id": 136441, "name": "Buttrio", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217015,8 +217015,8 @@ { "id": 136442, "name": "Ca' Rainati", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -217056,8 +217056,8 @@ { "id": 136443, "name": "Ca' Savio", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217097,8 +217097,8 @@ { "id": 136444, "name": "Ca' Tiepolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217138,8 +217138,8 @@ { "id": 136445, "name": "Ca' d'Andrea", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217179,8 +217179,8 @@ { "id": 136446, "name": "Ca' degli Oppi", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -217220,8 +217220,8 @@ { "id": 136447, "name": "Ca' di Sola", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -217261,8 +217261,8 @@ { "id": 136448, "name": "Cabella Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217302,8 +217302,8 @@ { "id": 136449, "name": "Cabiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217343,8 +217343,8 @@ { "id": 136450, "name": "Cabras", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217384,8 +217384,8 @@ { "id": 136451, "name": "Caccamo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217425,8 +217425,8 @@ { "id": 136452, "name": "Caccuri", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217466,8 +217466,8 @@ { "id": 136453, "name": "Cadegliano-Viconago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217507,8 +217507,8 @@ { "id": 136454, "name": "Cadelbosco di Sopra", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217548,8 +217548,8 @@ { "id": 136455, "name": "Cadelbosco di Sotto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -217589,8 +217589,8 @@ { "id": 136456, "name": "Cadenabbia", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -217630,8 +217630,8 @@ { "id": 136457, "name": "Caderzone Terme", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217671,8 +217671,8 @@ { "id": 136458, "name": "Cadine", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -217712,8 +217712,8 @@ { "id": 136459, "name": "Cadipietra", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217753,8 +217753,8 @@ { "id": 136460, "name": "Cadoneghe", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -217794,8 +217794,8 @@ { "id": 136461, "name": "Cadorago-Caslino al Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217835,8 +217835,8 @@ { "id": 136462, "name": "Cadrezzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217876,8 +217876,8 @@ { "id": 136463, "name": "Cadè-Gaida", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -217917,8 +217917,8 @@ { "id": 136464, "name": "Caerano di San Marco", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217958,8 +217958,8 @@ { "id": 136465, "name": "Cafasse", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -217999,8 +217999,8 @@ { "id": 136466, "name": "Caggiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218040,8 +218040,8 @@ { "id": 136467, "name": "Cagli", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218081,8 +218081,8 @@ { "id": 136468, "name": "Cagliari", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -218122,8 +218122,8 @@ { "id": 136469, "name": "Caglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218163,8 +218163,8 @@ { "id": 136470, "name": "Cagnano Amiterno", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218204,8 +218204,8 @@ { "id": 136471, "name": "Cagnano Varano", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218245,8 +218245,8 @@ { "id": 136472, "name": "Cagno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218286,8 +218286,8 @@ { "id": 136473, "name": "Cagnò", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218327,8 +218327,8 @@ { "id": 136474, "name": "Caianello", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -218368,8 +218368,8 @@ { "id": 136475, "name": "Caiazzo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218409,8 +218409,8 @@ { "id": 136476, "name": "Caines", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218450,8 +218450,8 @@ { "id": 136477, "name": "Caines - Kuens", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218491,8 +218491,8 @@ { "id": 136478, "name": "Caino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218532,8 +218532,8 @@ { "id": 136479, "name": "Caiolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218573,8 +218573,8 @@ { "id": 136480, "name": "Caira", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -218614,8 +218614,8 @@ { "id": 136481, "name": "Cairano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218655,8 +218655,8 @@ { "id": 136482, "name": "Cairate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218696,8 +218696,8 @@ { "id": 136483, "name": "Cairo Montenotte", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218737,8 +218737,8 @@ { "id": 136484, "name": "Caivano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218778,8 +218778,8 @@ { "id": 136485, "name": "Cala Gonone", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "city", @@ -218819,8 +218819,8 @@ { "id": 136486, "name": "Calabritto", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218860,8 +218860,8 @@ { "id": 136487, "name": "Calalzo di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218901,8 +218901,8 @@ { "id": 136488, "name": "Calamandrana", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218942,8 +218942,8 @@ { "id": 136489, "name": "Calamonaci", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -218983,8 +218983,8 @@ { "id": 136490, "name": "Calangianus", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219024,8 +219024,8 @@ { "id": 136491, "name": "Calanna", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219065,8 +219065,8 @@ { "id": 136492, "name": "Calasca-Castiglione", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219106,8 +219106,8 @@ { "id": 136493, "name": "Calascibetta", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219147,8 +219147,8 @@ { "id": 136494, "name": "Calascio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219188,8 +219188,8 @@ { "id": 136495, "name": "Calasetta", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219229,8 +219229,8 @@ { "id": 136496, "name": "Calatabiano", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219270,8 +219270,8 @@ { "id": 136497, "name": "Calatafimi", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219311,8 +219311,8 @@ { "id": 136498, "name": "Calavino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219352,8 +219352,8 @@ { "id": 136499, "name": "Calcara", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -219393,8 +219393,8 @@ { "id": 136500, "name": "Calcata Nuova", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219434,8 +219434,8 @@ { "id": 136501, "name": "Calceranica al Lago", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219475,8 +219475,8 @@ { "id": 136502, "name": "Calchera-Frontale", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219516,8 +219516,8 @@ { "id": 136503, "name": "Calci", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219557,8 +219557,8 @@ { "id": 136504, "name": "Calciano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219598,8 +219598,8 @@ { "id": 136505, "name": "Calcinaia", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219639,8 +219639,8 @@ { "id": 136506, "name": "Calcinate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219680,8 +219680,8 @@ { "id": 136507, "name": "Calcinato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219721,8 +219721,8 @@ { "id": 136508, "name": "Calcinelli", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -219762,8 +219762,8 @@ { "id": 136509, "name": "Calcio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219803,8 +219803,8 @@ { "id": 136510, "name": "Calco", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219844,8 +219844,8 @@ { "id": 136511, "name": "Caldaro sulla Strada del Vino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219885,8 +219885,8 @@ { "id": 136512, "name": "Caldarola", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219926,8 +219926,8 @@ { "id": 136513, "name": "Calderara di Reno", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -219967,8 +219967,8 @@ { "id": 136514, "name": "Calderino", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220008,8 +220008,8 @@ { "id": 136515, "name": "Caldes", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220049,8 +220049,8 @@ { "id": 136516, "name": "Caldierino-Rota", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -220090,8 +220090,8 @@ { "id": 136517, "name": "Caldiero", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220131,8 +220131,8 @@ { "id": 136518, "name": "Caldine", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -220172,8 +220172,8 @@ { "id": 136519, "name": "Caldogno-Rettorgole-Cresole", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220213,8 +220213,8 @@ { "id": 136520, "name": "Caldonazzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220254,8 +220254,8 @@ { "id": 136521, "name": "Calendasco", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220295,8 +220295,8 @@ { "id": 136522, "name": "Calenzano", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220336,8 +220336,8 @@ { "id": 136523, "name": "Caleppio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -220377,8 +220377,8 @@ { "id": 136524, "name": "Calerno", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -220418,8 +220418,8 @@ { "id": 136525, "name": "Calestano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220459,8 +220459,8 @@ { "id": 136526, "name": "Calice Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220500,8 +220500,8 @@ { "id": 136527, "name": "Calice al Cornoviglio", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220541,8 +220541,8 @@ { "id": 136528, "name": "Calimera", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220582,8 +220582,8 @@ { "id": 136529, "name": "Calitri", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220623,8 +220623,8 @@ { "id": 136530, "name": "Calizzano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220664,8 +220664,8 @@ { "id": 136531, "name": "Callabiana - Chiesa", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220705,8 +220705,8 @@ { "id": 136532, "name": "Calliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220746,8 +220746,8 @@ { "id": 136533, "name": "Calliano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220787,8 +220787,8 @@ { "id": 136534, "name": "Calmasino", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -220828,8 +220828,8 @@ { "id": 136535, "name": "Calolziocorte", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220869,8 +220869,8 @@ { "id": 136536, "name": "Caloppezzati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220910,8 +220910,8 @@ { "id": 136537, "name": "Calosso", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220951,8 +220951,8 @@ { "id": 136538, "name": "Caloveto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -220992,8 +220992,8 @@ { "id": 136539, "name": "Calozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221033,8 +221033,8 @@ { "id": 136540, "name": "Caltabellotta", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221074,8 +221074,8 @@ { "id": 136541, "name": "Caltagirone", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221115,8 +221115,8 @@ { "id": 136542, "name": "Caltana", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -221156,8 +221156,8 @@ { "id": 136543, "name": "Caltanissetta", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -221197,8 +221197,8 @@ { "id": 136544, "name": "Caltavuturo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221238,8 +221238,8 @@ { "id": 136545, "name": "Caltignaga", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221279,8 +221279,8 @@ { "id": 136546, "name": "Calto", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221320,8 +221320,8 @@ { "id": 136547, "name": "Caltrano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221361,8 +221361,8 @@ { "id": 136548, "name": "Calusco d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221402,8 +221402,8 @@ { "id": 136549, "name": "Caluso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221443,8 +221443,8 @@ { "id": 136550, "name": "Calvagese della Riviera", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221484,8 +221484,8 @@ { "id": 136551, "name": "Calvanico", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221525,8 +221525,8 @@ { "id": 136552, "name": "Calvatone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221566,8 +221566,8 @@ { "id": 136553, "name": "Calvello", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221607,8 +221607,8 @@ { "id": 136554, "name": "Calvene", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221648,8 +221648,8 @@ { "id": 136555, "name": "Calvenzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221689,8 +221689,8 @@ { "id": 136556, "name": "Calvera", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221730,8 +221730,8 @@ { "id": 136557, "name": "Calvi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221771,8 +221771,8 @@ { "id": 136558, "name": "Calvi Risorta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221812,8 +221812,8 @@ { "id": 136559, "name": "Calvi dell'Umbria", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221853,8 +221853,8 @@ { "id": 136560, "name": "Calvignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221894,8 +221894,8 @@ { "id": 136561, "name": "Calvignasco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221935,8 +221935,8 @@ { "id": 136562, "name": "Calvisano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -221976,8 +221976,8 @@ { "id": 136563, "name": "Calvisi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222017,8 +222017,8 @@ { "id": 136564, "name": "Calvizzano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222058,8 +222058,8 @@ { "id": 136565, "name": "Calò", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -222099,8 +222099,8 @@ { "id": 136566, "name": "Camagna Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222140,8 +222140,8 @@ { "id": 136567, "name": "Camaiore", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222181,8 +222181,8 @@ { "id": 136568, "name": "Camairago", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222222,8 +222222,8 @@ { "id": 136569, "name": "Camalò", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -222263,8 +222263,8 @@ { "id": 136570, "name": "Camandona", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222304,8 +222304,8 @@ { "id": 136571, "name": "Camastra", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222345,8 +222345,8 @@ { "id": 136572, "name": "Cambiago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222386,8 +222386,8 @@ { "id": 136573, "name": "Cambiano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222427,8 +222427,8 @@ { "id": 136574, "name": "Cambiasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222468,8 +222468,8 @@ { "id": 136575, "name": "Camburzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222509,8 +222509,8 @@ { "id": 136576, "name": "Camerana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222550,8 +222550,8 @@ { "id": 136577, "name": "Camerano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222591,8 +222591,8 @@ { "id": 136578, "name": "Camerano", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222632,8 +222632,8 @@ { "id": 136579, "name": "Camerano Casasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222673,8 +222673,8 @@ { "id": 136580, "name": "Camerata Cornello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222714,8 +222714,8 @@ { "id": 136581, "name": "Camerata Nuova", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222755,8 +222755,8 @@ { "id": 136582, "name": "Camerata Picena", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222796,8 +222796,8 @@ { "id": 136583, "name": "Cameri", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222837,8 +222837,8 @@ { "id": 136584, "name": "Camerino", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222878,8 +222878,8 @@ { "id": 136585, "name": "Camerota", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222919,8 +222919,8 @@ { "id": 136586, "name": "Camigliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -222960,8 +222960,8 @@ { "id": 136587, "name": "Camilleri-Vallelata", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -223001,8 +223001,8 @@ { "id": 136588, "name": "Caminata", - "state_id": 1773, - "state_code": "45", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223042,8 +223042,8 @@ { "id": 136589, "name": "Camini", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223083,8 +223083,8 @@ { "id": 136590, "name": "Camino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223124,8 +223124,8 @@ { "id": 136591, "name": "Camino al Tagliamento", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223165,8 +223165,8 @@ { "id": 136592, "name": "Camisano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223206,8 +223206,8 @@ { "id": 136593, "name": "Camisano Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223247,8 +223247,8 @@ { "id": 136594, "name": "Cammarata", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223288,8 +223288,8 @@ { "id": 136595, "name": "Camnago-Boscone", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -223329,8 +223329,8 @@ { "id": 136596, "name": "Camo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223370,8 +223370,8 @@ { "id": 136597, "name": "Camogli", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223411,8 +223411,8 @@ { "id": 136598, "name": "Camoneone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223452,8 +223452,8 @@ { "id": 136599, "name": "Campagna", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223493,8 +223493,8 @@ { "id": 136600, "name": "Campagna Lupia", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223534,8 +223534,8 @@ { "id": 136601, "name": "Campagnano di Roma", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223575,8 +223575,8 @@ { "id": 136602, "name": "Campagnatico", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223616,8 +223616,8 @@ { "id": 136603, "name": "Campagnola", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -223657,8 +223657,8 @@ { "id": 136604, "name": "Campagnola Cremasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223698,8 +223698,8 @@ { "id": 136605, "name": "Campagnola Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223739,8 +223739,8 @@ { "id": 136606, "name": "Campalto", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -223780,8 +223780,8 @@ { "id": 136607, "name": "Campana", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223821,8 +223821,8 @@ { "id": 136608, "name": "Campanarello", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223862,8 +223862,8 @@ { "id": 136609, "name": "Campanella-Gianforma", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -223903,8 +223903,8 @@ { "id": 136610, "name": "Camparada", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223944,8 +223944,8 @@ { "id": 136611, "name": "Campegine", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -223985,8 +223985,8 @@ { "id": 136612, "name": "Campello sul Clitunno", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224026,8 +224026,8 @@ { "id": 136613, "name": "Campertogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224067,8 +224067,8 @@ { "id": 136614, "name": "Campese", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -224108,8 +224108,8 @@ { "id": 136615, "name": "Campi Bisenzio", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224149,8 +224149,8 @@ { "id": 136616, "name": "Campi Salentina", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224190,8 +224190,8 @@ { "id": 136617, "name": "Campiglia Cervo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224231,8 +224231,8 @@ { "id": 136618, "name": "Campiglia Marittima", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224272,8 +224272,8 @@ { "id": 136619, "name": "Campiglia dei Berici", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224313,8 +224313,8 @@ { "id": 136620, "name": "Campiglione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224354,8 +224354,8 @@ { "id": 136621, "name": "Campiglione", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -224395,8 +224395,8 @@ { "id": 136622, "name": "Campione", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224436,8 +224436,8 @@ { "id": 136623, "name": "Campitello", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -224477,8 +224477,8 @@ { "id": 136624, "name": "Campitello di Fassa", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224518,8 +224518,8 @@ { "id": 136625, "name": "Campli", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224559,8 +224559,8 @@ { "id": 136626, "name": "Campo", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -224600,8 +224600,8 @@ { "id": 136627, "name": "Campo Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224641,8 +224641,8 @@ { "id": 136628, "name": "Campo Jemini", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -224682,8 +224682,8 @@ { "id": 136629, "name": "Campo Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224723,8 +224723,8 @@ { "id": 136630, "name": "Campo Limpido-Favale", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -224764,8 +224764,8 @@ { "id": 136631, "name": "Campo San Martino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224805,8 +224805,8 @@ { "id": 136632, "name": "Campo Tizzoro", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -224846,8 +224846,8 @@ { "id": 136633, "name": "Campo Tures", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224887,8 +224887,8 @@ { "id": 136634, "name": "Campo di Carne", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -224928,8 +224928,8 @@ { "id": 136635, "name": "Campo di Giove", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -224969,8 +224969,8 @@ { "id": 136636, "name": "Campo di Trens", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225010,8 +225010,8 @@ { "id": 136637, "name": "Campo nell'Elba", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -225051,8 +225051,8 @@ { "id": 136638, "name": "Campobasso", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -225092,8 +225092,8 @@ { "id": 136639, "name": "Campobello di Licata", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225133,8 +225133,8 @@ { "id": 136640, "name": "Campobello di Mazara", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225174,8 +225174,8 @@ { "id": 136641, "name": "Campocavallo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -225215,8 +225215,8 @@ { "id": 136642, "name": "Campochiaro", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225256,8 +225256,8 @@ { "id": 136643, "name": "Campochiesa", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "city", @@ -225297,8 +225297,8 @@ { "id": 136644, "name": "Campodarsego", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225338,8 +225338,8 @@ { "id": 136645, "name": "Campodenno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225379,8 +225379,8 @@ { "id": 136646, "name": "Campodimele", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225420,8 +225420,8 @@ { "id": 136647, "name": "Campodipietra", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225461,8 +225461,8 @@ { "id": 136648, "name": "Campodolcino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225502,8 +225502,8 @@ { "id": 136649, "name": "Campodoro", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225543,8 +225543,8 @@ { "id": 136650, "name": "Campofelice di Fitalia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225584,8 +225584,8 @@ { "id": 136651, "name": "Campofelice di Roccella", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225625,8 +225625,8 @@ { "id": 136652, "name": "Campofilone", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225666,8 +225666,8 @@ { "id": 136653, "name": "Campofiorenzo-California", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -225707,8 +225707,8 @@ { "id": 136654, "name": "Campofiorito", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225748,8 +225748,8 @@ { "id": 136655, "name": "Campoformido", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225789,8 +225789,8 @@ { "id": 136656, "name": "Campofranco", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225830,8 +225830,8 @@ { "id": 136657, "name": "Campogalliano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225871,8 +225871,8 @@ { "id": 136658, "name": "Campolattaro", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225912,8 +225912,8 @@ { "id": 136659, "name": "Campoleone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -225953,8 +225953,8 @@ { "id": 136660, "name": "Campoli Appennino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -225994,8 +225994,8 @@ { "id": 136661, "name": "Campoli del Monte Taburno", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226035,8 +226035,8 @@ { "id": 136662, "name": "Campolieto", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226076,8 +226076,8 @@ { "id": 136663, "name": "Campolongo Maggiore Liettoli", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226117,8 +226117,8 @@ { "id": 136664, "name": "Campolongo al Torre", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226158,8 +226158,8 @@ { "id": 136665, "name": "Campolongo al Torre-Cavenzano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226199,8 +226199,8 @@ { "id": 136666, "name": "Campolongo sul Brenta", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226240,8 +226240,8 @@ { "id": 136667, "name": "Campomaggiore", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226281,8 +226281,8 @@ { "id": 136668, "name": "Campomarino", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226322,8 +226322,8 @@ { "id": 136669, "name": "Campomolino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226363,8 +226363,8 @@ { "id": 136670, "name": "Campomorone", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226404,8 +226404,8 @@ { "id": 136671, "name": "Camponogara", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226445,8 +226445,8 @@ { "id": 136672, "name": "Campora", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226486,8 +226486,8 @@ { "id": 136673, "name": "Campora San Giovanni", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -226527,8 +226527,8 @@ { "id": 136674, "name": "Camporeale", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226568,8 +226568,8 @@ { "id": 136675, "name": "Camporgiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226609,8 +226609,8 @@ { "id": 136676, "name": "Camporosso", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226650,8 +226650,8 @@ { "id": 136677, "name": "Camporotondo Etneo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226691,8 +226691,8 @@ { "id": 136678, "name": "Camporotondo di Fiastrone", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226732,8 +226732,8 @@ { "id": 136679, "name": "Camposampiero", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226773,8 +226773,8 @@ { "id": 136680, "name": "Camposano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226814,8 +226814,8 @@ { "id": 136681, "name": "Camposanto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226855,8 +226855,8 @@ { "id": 136682, "name": "Campospinoso", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226896,8 +226896,8 @@ { "id": 136683, "name": "Campotosto", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -226937,8 +226937,8 @@ { "id": 136684, "name": "Camucia-Monsigliolo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -226978,8 +226978,8 @@ { "id": 136685, "name": "Camugnano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227019,8 +227019,8 @@ { "id": 136686, "name": "Canal San Bovo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227060,8 +227060,8 @@ { "id": 136687, "name": "Canale", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227101,8 +227101,8 @@ { "id": 136688, "name": "Canale Monterano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227142,8 +227142,8 @@ { "id": 136689, "name": "Canale d'Agordo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227183,8 +227183,8 @@ { "id": 136690, "name": "Canalicchio", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -227224,8 +227224,8 @@ { "id": 136691, "name": "Canaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227265,8 +227265,8 @@ { "id": 136692, "name": "Canavaccio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -227306,8 +227306,8 @@ { "id": 136693, "name": "Canazei", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227347,8 +227347,8 @@ { "id": 136694, "name": "Cancellara", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227388,8 +227388,8 @@ { "id": 136695, "name": "Cancello-Arnone", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "section", @@ -227429,8 +227429,8 @@ { "id": 136696, "name": "Canda", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227470,8 +227470,8 @@ { "id": 136697, "name": "Candela", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227511,8 +227511,8 @@ { "id": 136698, "name": "Candelo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227552,8 +227552,8 @@ { "id": 136699, "name": "Candelù", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -227593,8 +227593,8 @@ { "id": 136700, "name": "Candia Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227634,8 +227634,8 @@ { "id": 136701, "name": "Candia Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227675,8 +227675,8 @@ { "id": 136702, "name": "Candiana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227716,8 +227716,8 @@ { "id": 136703, "name": "Candida", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227757,8 +227757,8 @@ { "id": 136704, "name": "Candide", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227798,8 +227798,8 @@ { "id": 136705, "name": "Candidoni", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227839,8 +227839,8 @@ { "id": 136706, "name": "Candiolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227880,8 +227880,8 @@ { "id": 136707, "name": "Canegrate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227921,8 +227921,8 @@ { "id": 136708, "name": "Canelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -227962,8 +227962,8 @@ { "id": 136709, "name": "Canepina", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228003,8 +228003,8 @@ { "id": 136710, "name": "Caneva", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228044,8 +228044,8 @@ { "id": 136711, "name": "Canicattini Bagni", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228085,8 +228085,8 @@ { "id": 136712, "name": "Canicattì", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228126,8 +228126,8 @@ { "id": 136713, "name": "Caniezza", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228167,8 +228167,8 @@ { "id": 136714, "name": "Canino", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228208,8 +228208,8 @@ { "id": 136715, "name": "Canischio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228249,8 +228249,8 @@ { "id": 136716, "name": "Canistro Inferiore", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228290,8 +228290,8 @@ { "id": 136717, "name": "Canna", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228331,8 +228331,8 @@ { "id": 136718, "name": "Cannalonga", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228372,8 +228372,8 @@ { "id": 136719, "name": "Cannara", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228413,8 +228413,8 @@ { "id": 136720, "name": "Cannero Riviera", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228454,8 +228454,8 @@ { "id": 136721, "name": "Canneto", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -228495,8 +228495,8 @@ { "id": 136722, "name": "Canneto", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228536,8 +228536,8 @@ { "id": 136723, "name": "Canneto Pavese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228577,8 +228577,8 @@ { "id": 136724, "name": "Canneto sull'Oglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228618,8 +228618,8 @@ { "id": 136725, "name": "Cannizzaro-Favara", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -228659,8 +228659,8 @@ { "id": 136726, "name": "Cannobio", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228700,8 +228700,8 @@ { "id": 136727, "name": "Cannole", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228741,8 +228741,8 @@ { "id": 136728, "name": "Canolo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228782,8 +228782,8 @@ { "id": 136729, "name": "Canonica", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -228823,8 +228823,8 @@ { "id": 136730, "name": "Canonica d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228864,8 +228864,8 @@ { "id": 136731, "name": "Canosa Sannita", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228946,8 +228946,8 @@ { "id": 136733, "name": "Canosio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -228987,8 +228987,8 @@ { "id": 136734, "name": "Canova-San Zeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229028,8 +229028,8 @@ { "id": 136735, "name": "Canove di Roana", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229069,8 +229069,8 @@ { "id": 136736, "name": "Cansano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229110,8 +229110,8 @@ { "id": 136737, "name": "Cantagallo", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229151,8 +229151,8 @@ { "id": 136738, "name": "Cantagrillo-Casalguidi", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -229192,8 +229192,8 @@ { "id": 136739, "name": "Cantalice", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229233,8 +229233,8 @@ { "id": 136740, "name": "Cantalupa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229274,8 +229274,8 @@ { "id": 136741, "name": "Cantalupo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -229315,8 +229315,8 @@ { "id": 136742, "name": "Cantalupo Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229356,8 +229356,8 @@ { "id": 136743, "name": "Cantalupo in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229397,8 +229397,8 @@ { "id": 136744, "name": "Cantalupo nel Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229438,8 +229438,8 @@ { "id": 136745, "name": "Cantarana", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229479,8 +229479,8 @@ { "id": 136746, "name": "Cantello", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229520,8 +229520,8 @@ { "id": 136747, "name": "Canterano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229561,8 +229561,8 @@ { "id": 136748, "name": "Cantiano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229602,8 +229602,8 @@ { "id": 136749, "name": "Cantinella", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -229643,8 +229643,8 @@ { "id": 136750, "name": "Cantoira", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229684,8 +229684,8 @@ { "id": 136751, "name": "Cantù", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229725,8 +229725,8 @@ { "id": 136752, "name": "Canzano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229766,8 +229766,8 @@ { "id": 136753, "name": "Canzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229807,8 +229807,8 @@ { "id": 136754, "name": "Caorle", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229848,8 +229848,8 @@ { "id": 136755, "name": "Caorso", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229889,8 +229889,8 @@ { "id": 136756, "name": "Capaccio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -229930,8 +229930,8 @@ { "id": 136757, "name": "Capaccio Scalo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -229971,8 +229971,8 @@ { "id": 136758, "name": "Capaci", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230012,8 +230012,8 @@ { "id": 136759, "name": "Capalbio", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230053,8 +230053,8 @@ { "id": 136760, "name": "Capanne-Prato-Cinquale", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -230094,8 +230094,8 @@ { "id": 136761, "name": "Capannoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230135,8 +230135,8 @@ { "id": 136762, "name": "Capannori", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230176,8 +230176,8 @@ { "id": 136763, "name": "Capena", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230217,8 +230217,8 @@ { "id": 136764, "name": "Capergnanica", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230258,8 +230258,8 @@ { "id": 136765, "name": "Capestrano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230299,8 +230299,8 @@ { "id": 136766, "name": "Capezzano Inferiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -230340,8 +230340,8 @@ { "id": 136767, "name": "Capezzano-Cologna", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -230381,8 +230381,8 @@ { "id": 136768, "name": "Capiago-Intimiano-Olmeda", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230422,8 +230422,8 @@ { "id": 136769, "name": "Capirro", - "state_id": 1688, - "state_code": "75", + "state_id": 1686, + "state_code": "BT", "country_id": 107, "country_code": "IT", "type": "city", @@ -230463,8 +230463,8 @@ { "id": 136770, "name": "Capistrano", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230504,8 +230504,8 @@ { "id": 136771, "name": "Capistrello", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230545,8 +230545,8 @@ { "id": 136772, "name": "Capitan Loreto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -230586,8 +230586,8 @@ { "id": 136773, "name": "Capitello", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230627,8 +230627,8 @@ { "id": 136774, "name": "Capitignano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230668,8 +230668,8 @@ { "id": 136775, "name": "Capitignano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230709,8 +230709,8 @@ { "id": 136776, "name": "Capizzi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230750,8 +230750,8 @@ { "id": 136777, "name": "Capo Rizzuto", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -230791,8 +230791,8 @@ { "id": 136778, "name": "Capo d'Orlando", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230832,8 +230832,8 @@ { "id": 136779, "name": "Capo di Ponte", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230873,8 +230873,8 @@ { "id": 136780, "name": "Capodarco", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -230914,8 +230914,8 @@ { "id": 136781, "name": "Capodimonte", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230955,8 +230955,8 @@ { "id": 136782, "name": "Capodrise", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -230996,8 +230996,8 @@ { "id": 136783, "name": "Capoliveri", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231037,8 +231037,8 @@ { "id": 136784, "name": "Capolona", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231078,8 +231078,8 @@ { "id": 136785, "name": "Caponago", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231119,8 +231119,8 @@ { "id": 136786, "name": "Caporciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231160,8 +231160,8 @@ { "id": 136787, "name": "Caposele", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231201,8 +231201,8 @@ { "id": 136788, "name": "Capoterra", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231242,8 +231242,8 @@ { "id": 136789, "name": "Capovalle", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231283,8 +231283,8 @@ { "id": 136790, "name": "Cappadocia", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231324,8 +231324,8 @@ { "id": 136791, "name": "Cappella Cantone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231365,8 +231365,8 @@ { "id": 136792, "name": "Cappella Maggiore", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231406,8 +231406,8 @@ { "id": 136793, "name": "Cappella de' Picenardi", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231447,8 +231447,8 @@ { "id": 136794, "name": "Cappelle sul Tavo", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231488,8 +231488,8 @@ { "id": 136795, "name": "Cappelletta", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -231529,8 +231529,8 @@ { "id": 136796, "name": "Cappone", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -231570,8 +231570,8 @@ { "id": 136797, "name": "Capracotta", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231611,8 +231611,8 @@ { "id": 136798, "name": "Capraia Isola", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231652,8 +231652,8 @@ { "id": 136799, "name": "Capraia e Limite", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231693,8 +231693,8 @@ { "id": 136800, "name": "Capralba", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231734,8 +231734,8 @@ { "id": 136801, "name": "Capranica", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231775,8 +231775,8 @@ { "id": 136802, "name": "Capranica Prenestina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231816,8 +231816,8 @@ { "id": 136803, "name": "Caprara", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -231857,8 +231857,8 @@ { "id": 136804, "name": "Caprarica di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231898,8 +231898,8 @@ { "id": 136805, "name": "Caprarola", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231939,8 +231939,8 @@ { "id": 136806, "name": "Caprauna", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -231980,8 +231980,8 @@ { "id": 136807, "name": "Caprese Michelangelo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232021,8 +232021,8 @@ { "id": 136808, "name": "Caprezzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232062,8 +232062,8 @@ { "id": 136809, "name": "Capri", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232103,8 +232103,8 @@ { "id": 136810, "name": "Capri Leone", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232144,8 +232144,8 @@ { "id": 136811, "name": "Capriana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232185,8 +232185,8 @@ { "id": 136812, "name": "Capriano", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -232226,8 +232226,8 @@ { "id": 136813, "name": "Capriano del Colle", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232267,8 +232267,8 @@ { "id": 136814, "name": "Capriata d'Orba", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232308,8 +232308,8 @@ { "id": 136815, "name": "Capriate San Gervasio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232349,8 +232349,8 @@ { "id": 136816, "name": "Capriati A Volturno", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232390,8 +232390,8 @@ { "id": 136817, "name": "Caprie", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232431,8 +232431,8 @@ { "id": 136818, "name": "Capriglia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -232472,8 +232472,8 @@ { "id": 136819, "name": "Capriglia Irpina", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232513,8 +232513,8 @@ { "id": 136820, "name": "Capriglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232554,8 +232554,8 @@ { "id": 136821, "name": "Caprino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232595,8 +232595,8 @@ { "id": 136822, "name": "Caprino Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232636,8 +232636,8 @@ { "id": 136823, "name": "Capriolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232677,8 +232677,8 @@ { "id": 136824, "name": "Capriva del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232718,8 +232718,8 @@ { "id": 136825, "name": "Capua", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232759,8 +232759,8 @@ { "id": 136826, "name": "Capurso", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232800,8 +232800,8 @@ { "id": 136827, "name": "Caraffa del Bianco", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232841,8 +232841,8 @@ { "id": 136828, "name": "Caraffa di Catanzaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232882,8 +232882,8 @@ { "id": 136829, "name": "Caraglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232923,8 +232923,8 @@ { "id": 136830, "name": "Caramagna Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -232964,8 +232964,8 @@ { "id": 136831, "name": "Caramanico Terme", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233005,8 +233005,8 @@ { "id": 136832, "name": "Carano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -233046,8 +233046,8 @@ { "id": 136833, "name": "Carano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233087,8 +233087,8 @@ { "id": 136834, "name": "Carapelle", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233128,8 +233128,8 @@ { "id": 136835, "name": "Carapelle Calvisio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233169,8 +233169,8 @@ { "id": 136836, "name": "Carasco", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233210,8 +233210,8 @@ { "id": 136837, "name": "Carassai", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233251,8 +233251,8 @@ { "id": 136838, "name": "Carate Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233292,8 +233292,8 @@ { "id": 136839, "name": "Carate Urio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233333,8 +233333,8 @@ { "id": 136840, "name": "Caravaggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233374,8 +233374,8 @@ { "id": 136841, "name": "Caravate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233415,8 +233415,8 @@ { "id": 136842, "name": "Caravino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233456,8 +233456,8 @@ { "id": 136843, "name": "Caravonica", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233497,8 +233497,8 @@ { "id": 136844, "name": "Carbognano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233538,8 +233538,8 @@ { "id": 136845, "name": "Carbonara Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233579,8 +233579,8 @@ { "id": 136846, "name": "Carbonara al Ticino", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233620,8 +233620,8 @@ { "id": 136847, "name": "Carbonara di Nola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233661,8 +233661,8 @@ { "id": 136848, "name": "Carbonara di Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233702,8 +233702,8 @@ { "id": 136849, "name": "Carbonate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233743,8 +233743,8 @@ { "id": 136850, "name": "Carbone", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233784,8 +233784,8 @@ { "id": 136851, "name": "Carbonera", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233825,8 +233825,8 @@ { "id": 136852, "name": "Carbonia", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -233866,8 +233866,8 @@ { "id": 136853, "name": "Carcare", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233907,8 +233907,8 @@ { "id": 136854, "name": "Carceri", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -233948,8 +233948,8 @@ { "id": 136855, "name": "Carchitti", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -233989,8 +233989,8 @@ { "id": 136856, "name": "Carcoforo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234030,8 +234030,8 @@ { "id": 136857, "name": "Cardano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234071,8 +234071,8 @@ { "id": 136858, "name": "Cardano al Campo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234112,8 +234112,8 @@ { "id": 136859, "name": "Cardedu", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234153,8 +234153,8 @@ { "id": 136860, "name": "Cardeto", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234194,8 +234194,8 @@ { "id": 136861, "name": "Cardinale", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234235,8 +234235,8 @@ { "id": 136862, "name": "Cardito", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234276,8 +234276,8 @@ { "id": 136863, "name": "Cardè", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234317,8 +234317,8 @@ { "id": 136864, "name": "Careggine", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234358,8 +234358,8 @@ { "id": 136865, "name": "Carema", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234399,8 +234399,8 @@ { "id": 136866, "name": "Carenno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234440,8 +234440,8 @@ { "id": 136867, "name": "Carentino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234481,8 +234481,8 @@ { "id": 136868, "name": "Careri", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234522,8 +234522,8 @@ { "id": 136869, "name": "Caresana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234563,8 +234563,8 @@ { "id": 136870, "name": "Caresanablot", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234604,8 +234604,8 @@ { "id": 136871, "name": "Carezzano Maggiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234645,8 +234645,8 @@ { "id": 136872, "name": "Carfizzi", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234686,8 +234686,8 @@ { "id": 136873, "name": "Cargeghe", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234727,8 +234727,8 @@ { "id": 136874, "name": "Cariati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234768,8 +234768,8 @@ { "id": 136875, "name": "Carife", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234809,8 +234809,8 @@ { "id": 136876, "name": "Carifi-Torello-Priscoli", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -234850,8 +234850,8 @@ { "id": 136877, "name": "Carignano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234891,8 +234891,8 @@ { "id": 136878, "name": "Carimate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234932,8 +234932,8 @@ { "id": 136879, "name": "Carinaro", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -234973,8 +234973,8 @@ { "id": 136880, "name": "Carini", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235014,8 +235014,8 @@ { "id": 136881, "name": "Carinola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235055,8 +235055,8 @@ { "id": 136882, "name": "Carisio", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235096,8 +235096,8 @@ { "id": 136883, "name": "Carisolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235137,8 +235137,8 @@ { "id": 136884, "name": "Carlantino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235178,8 +235178,8 @@ { "id": 136885, "name": "Carlazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235219,8 +235219,8 @@ { "id": 136886, "name": "Carlentini", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235260,8 +235260,8 @@ { "id": 136887, "name": "Carlino", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235301,8 +235301,8 @@ { "id": 136888, "name": "Carloforte", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235342,8 +235342,8 @@ { "id": 136889, "name": "Carlopoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235383,8 +235383,8 @@ { "id": 136890, "name": "Carmagnola", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235424,8 +235424,8 @@ { "id": 136891, "name": "Carmiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235465,8 +235465,8 @@ { "id": 136892, "name": "Carmignano", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235506,8 +235506,8 @@ { "id": 136893, "name": "Carmignano di Brenta", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235547,8 +235547,8 @@ { "id": 136894, "name": "Carnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235588,8 +235588,8 @@ { "id": 136895, "name": "Carnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235629,8 +235629,8 @@ { "id": 136896, "name": "Carobbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235670,8 +235670,8 @@ { "id": 136897, "name": "Carobbio degli Angeli", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235711,8 +235711,8 @@ { "id": 136898, "name": "Carolei", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235752,8 +235752,8 @@ { "id": 136899, "name": "Carona", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235793,8 +235793,8 @@ { "id": 136900, "name": "Caronia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235834,8 +235834,8 @@ { "id": 136901, "name": "Caronno Pertusella", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235875,8 +235875,8 @@ { "id": 136902, "name": "Caronno Varesino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235916,8 +235916,8 @@ { "id": 136903, "name": "Carosino", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235957,8 +235957,8 @@ { "id": 136904, "name": "Carovigno", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -235998,8 +235998,8 @@ { "id": 136905, "name": "Carovilli", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236039,8 +236039,8 @@ { "id": 136906, "name": "Carpaneto Piacentino", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236080,8 +236080,8 @@ { "id": 136907, "name": "Carpanzano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236121,8 +236121,8 @@ { "id": 136908, "name": "Carpasio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236162,8 +236162,8 @@ { "id": 136909, "name": "Carpegna", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236203,8 +236203,8 @@ { "id": 136910, "name": "Carpenedolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236244,8 +236244,8 @@ { "id": 136911, "name": "Carpeneto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236285,8 +236285,8 @@ { "id": 136912, "name": "Carpesica", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -236326,8 +236326,8 @@ { "id": 136913, "name": "Carpi Centro", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236367,8 +236367,8 @@ { "id": 136914, "name": "Carpiano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236408,8 +236408,8 @@ { "id": 136915, "name": "Carpignano Salentino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236449,8 +236449,8 @@ { "id": 136916, "name": "Carpignano Sesia", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236490,8 +236490,8 @@ { "id": 136917, "name": "Carpineti", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236531,8 +236531,8 @@ { "id": 136918, "name": "Carpineto Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236572,8 +236572,8 @@ { "id": 136919, "name": "Carpineto Sinello", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236613,8 +236613,8 @@ { "id": 136920, "name": "Carpineto della Nora", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236654,8 +236654,8 @@ { "id": 136921, "name": "Carpino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236695,8 +236695,8 @@ { "id": 136922, "name": "Carpinone", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236736,8 +236736,8 @@ { "id": 136923, "name": "Carraia", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -236777,8 +236777,8 @@ { "id": 136924, "name": "Carrara", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236818,8 +236818,8 @@ { "id": 136925, "name": "Carrara San Giorgio", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236859,8 +236859,8 @@ { "id": 136926, "name": "Carrara-Pontenuovo", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -236900,8 +236900,8 @@ { "id": 136927, "name": "Carrega Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236941,8 +236941,8 @@ { "id": 136928, "name": "Carro", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -236982,8 +236982,8 @@ { "id": 136929, "name": "Carrodano", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237023,8 +237023,8 @@ { "id": 136930, "name": "Carrosio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237064,8 +237064,8 @@ { "id": 136931, "name": "Carrozziere", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -237105,8 +237105,8 @@ { "id": 136932, "name": "Carruba", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -237146,8 +237146,8 @@ { "id": 136933, "name": "Carrubazza-Motta", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -237187,8 +237187,8 @@ { "id": 136934, "name": "Carrè", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237228,8 +237228,8 @@ { "id": 136935, "name": "Carrù", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237269,8 +237269,8 @@ { "id": 136936, "name": "Carsoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237310,8 +237310,8 @@ { "id": 136937, "name": "Cartiera-Stazione", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -237351,8 +237351,8 @@ { "id": 136938, "name": "Cartigliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237392,8 +237392,8 @@ { "id": 136939, "name": "Cartignano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237433,8 +237433,8 @@ { "id": 136940, "name": "Cartoceto", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237474,8 +237474,8 @@ { "id": 136941, "name": "Cartosio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237515,8 +237515,8 @@ { "id": 136942, "name": "Cartura", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237556,8 +237556,8 @@ { "id": 136943, "name": "Carugate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237597,8 +237597,8 @@ { "id": 136944, "name": "Carugo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237638,8 +237638,8 @@ { "id": 136945, "name": "Carunchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237679,8 +237679,8 @@ { "id": 136946, "name": "Carvico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237720,8 +237720,8 @@ { "id": 136947, "name": "Carzago Riviera", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -237761,8 +237761,8 @@ { "id": 136948, "name": "Carzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237802,8 +237802,8 @@ { "id": 136949, "name": "Casa Ponte", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237843,8 +237843,8 @@ { "id": 136950, "name": "Casa Santa", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -237884,8 +237884,8 @@ { "id": 136951, "name": "Casa del Diavolo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -237925,8 +237925,8 @@ { "id": 136952, "name": "Casabona", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -237966,8 +237966,8 @@ { "id": 136953, "name": "Casacalenda", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238007,8 +238007,8 @@ { "id": 136954, "name": "Casacanditella", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238048,8 +238048,8 @@ { "id": 136955, "name": "Casacorba", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -238089,8 +238089,8 @@ { "id": 136956, "name": "Casagiove", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238130,8 +238130,8 @@ { "id": 136957, "name": "Casal Cermelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238171,8 +238171,8 @@ { "id": 136958, "name": "Casal Palocco", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "section", @@ -238212,8 +238212,8 @@ { "id": 136959, "name": "Casal Velino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238253,8 +238253,8 @@ { "id": 136960, "name": "Casal di Principe", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238294,8 +238294,8 @@ { "id": 136961, "name": "Casalanguida", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238335,8 +238335,8 @@ { "id": 136962, "name": "Casalattico", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238376,8 +238376,8 @@ { "id": 136963, "name": "Casalazzara", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -238417,8 +238417,8 @@ { "id": 136964, "name": "Casalbeltrame", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238458,8 +238458,8 @@ { "id": 136965, "name": "Casalbordino-Miracoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238499,8 +238499,8 @@ { "id": 136966, "name": "Casalbore", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238540,8 +238540,8 @@ { "id": 136967, "name": "Casalborgone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238581,8 +238581,8 @@ { "id": 136968, "name": "Casalbuono", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238622,8 +238622,8 @@ { "id": 136969, "name": "Casalbuttano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238663,8 +238663,8 @@ { "id": 136970, "name": "Casalciprano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238704,8 +238704,8 @@ { "id": 136971, "name": "Casalduni", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238745,8 +238745,8 @@ { "id": 136972, "name": "Casale", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -238786,8 +238786,8 @@ { "id": 136973, "name": "Casale", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238827,8 +238827,8 @@ { "id": 136974, "name": "Casale Corte Cerro", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238868,8 +238868,8 @@ { "id": 136975, "name": "Casale Cremasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238909,8 +238909,8 @@ { "id": 136976, "name": "Casale Litta", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238950,8 +238950,8 @@ { "id": 136977, "name": "Casale Marittimo", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -238991,8 +238991,8 @@ { "id": 136978, "name": "Casale Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239032,8 +239032,8 @@ { "id": 136979, "name": "Casale di Scodosia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239073,8 +239073,8 @@ { "id": 136980, "name": "Casale sul Sile", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239114,8 +239114,8 @@ { "id": 136981, "name": "Casalecchio di Reno", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239155,8 +239155,8 @@ { "id": 136982, "name": "Casaleggio Boiro", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239196,8 +239196,8 @@ { "id": 136983, "name": "Casaleggio Novara", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239237,8 +239237,8 @@ { "id": 136984, "name": "Casaleone", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239278,8 +239278,8 @@ { "id": 136985, "name": "Casaletto Ceredano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239319,8 +239319,8 @@ { "id": 136986, "name": "Casaletto Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239360,8 +239360,8 @@ { "id": 136987, "name": "Casaletto Spartano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239401,8 +239401,8 @@ { "id": 136988, "name": "Casaletto Vaprio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239442,8 +239442,8 @@ { "id": 136989, "name": "Casaletto di Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239483,8 +239483,8 @@ { "id": 136990, "name": "Casalfiumanese", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239524,8 +239524,8 @@ { "id": 136991, "name": "Casalgrande", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239565,8 +239565,8 @@ { "id": 136992, "name": "Casalgrasso", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239606,8 +239606,8 @@ { "id": 136993, "name": "Casali", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239647,8 +239647,8 @@ { "id": 136994, "name": "Casali-San Potito", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -239688,8 +239688,8 @@ { "id": 136995, "name": "Casalincontrada", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239729,8 +239729,8 @@ { "id": 136996, "name": "Casalini", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -239770,8 +239770,8 @@ { "id": 136997, "name": "Casalino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239811,8 +239811,8 @@ { "id": 136998, "name": "Casalmaggiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239852,8 +239852,8 @@ { "id": 136999, "name": "Casalmaiocco", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239893,8 +239893,8 @@ { "id": 137000, "name": "Casalmorano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239934,8 +239934,8 @@ { "id": 137001, "name": "Casalmoro", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -239975,8 +239975,8 @@ { "id": 137002, "name": "Casalnoceto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240016,8 +240016,8 @@ { "id": 137003, "name": "Casalnuovo Monterotaro", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240057,8 +240057,8 @@ { "id": 137004, "name": "Casalnuovo di Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240098,8 +240098,8 @@ { "id": 137005, "name": "Casaloldo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240139,8 +240139,8 @@ { "id": 137006, "name": "Casalpusterlengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240180,8 +240180,8 @@ { "id": 137007, "name": "Casalromano", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240221,8 +240221,8 @@ { "id": 137008, "name": "Casalserugo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240262,8 +240262,8 @@ { "id": 137009, "name": "Casaluce", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240303,8 +240303,8 @@ { "id": 137010, "name": "Casalvecchio Siculo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240344,8 +240344,8 @@ { "id": 137011, "name": "Casalvecchio di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240385,8 +240385,8 @@ { "id": 137012, "name": "Casalvieri", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240426,8 +240426,8 @@ { "id": 137013, "name": "Casalvolone", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240467,8 +240467,8 @@ { "id": 137014, "name": "Casalzuigno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240508,8 +240508,8 @@ { "id": 137015, "name": "Casamarciano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240549,8 +240549,8 @@ { "id": 137016, "name": "Casamassella", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -240590,8 +240590,8 @@ { "id": 137017, "name": "Casamassima", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240631,8 +240631,8 @@ { "id": 137018, "name": "Casamicciola Terme", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240672,8 +240672,8 @@ { "id": 137019, "name": "Casandrino", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240713,8 +240713,8 @@ { "id": 137020, "name": "Casano-Dogana-Isola", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240754,8 +240754,8 @@ { "id": 137021, "name": "Casanova", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -240795,8 +240795,8 @@ { "id": 137022, "name": "Casanova Elvo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240836,8 +240836,8 @@ { "id": 137023, "name": "Casanova Lerrone", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240877,8 +240877,8 @@ { "id": 137024, "name": "Casanova Lonati", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240918,8 +240918,8 @@ { "id": 137025, "name": "Casape", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -240959,8 +240959,8 @@ { "id": 137026, "name": "Casapesenna", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241000,8 +241000,8 @@ { "id": 137027, "name": "Casapinta", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241041,8 +241041,8 @@ { "id": 137028, "name": "Casaprota", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241082,8 +241082,8 @@ { "id": 137029, "name": "Casapulla", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241123,8 +241123,8 @@ { "id": 137030, "name": "Casarano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241164,8 +241164,8 @@ { "id": 137031, "name": "Casarea", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -241205,8 +241205,8 @@ { "id": 137032, "name": "Casargo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241246,8 +241246,8 @@ { "id": 137033, "name": "Casarile", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241287,8 +241287,8 @@ { "id": 137034, "name": "Casarsa della Delizia", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241328,8 +241328,8 @@ { "id": 137035, "name": "Casarza Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241369,8 +241369,8 @@ { "id": 137036, "name": "Casasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241410,8 +241410,8 @@ { "id": 137037, "name": "Casasco Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241451,8 +241451,8 @@ { "id": 137038, "name": "Casate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -241492,8 +241492,8 @@ { "id": 137039, "name": "Casatenovo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241533,8 +241533,8 @@ { "id": 137040, "name": "Casatisma", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241574,8 +241574,8 @@ { "id": 137041, "name": "Casavatore", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241615,8 +241615,8 @@ { "id": 137042, "name": "Casavecchia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241656,8 +241656,8 @@ { "id": 137043, "name": "Casazza", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241697,8 +241697,8 @@ { "id": 137044, "name": "Cascano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -241738,8 +241738,8 @@ { "id": 137045, "name": "Cascia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241779,8 +241779,8 @@ { "id": 137046, "name": "Casciago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241820,8 +241820,8 @@ { "id": 137047, "name": "Casciana Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241861,8 +241861,8 @@ { "id": 137048, "name": "Cascina", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -241902,8 +241902,8 @@ { "id": 137049, "name": "Cascina Elisa", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -241943,8 +241943,8 @@ { "id": 137050, "name": "Cascinare", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -241984,8 +241984,8 @@ { "id": 137051, "name": "Cascine-La Croce", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -242025,8 +242025,8 @@ { "id": 137052, "name": "Cascinette d'Ivrea", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242066,8 +242066,8 @@ { "id": 137053, "name": "Casco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242107,8 +242107,8 @@ { "id": 137054, "name": "Case Campoli-Panetta", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -242148,8 +242148,8 @@ { "id": 137055, "name": "Case Nuove", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242189,8 +242189,8 @@ { "id": 137056, "name": "Casei", - "state_id": 1705, - "state_code": "25", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242230,8 +242230,8 @@ { "id": 137057, "name": "Caselette", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242271,8 +242271,8 @@ { "id": 137058, "name": "Casella", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242312,8 +242312,8 @@ { "id": 137059, "name": "Caselle", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -242353,8 +242353,8 @@ { "id": 137060, "name": "Caselle Landi", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242394,8 +242394,8 @@ { "id": 137061, "name": "Caselle Lurani", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242435,8 +242435,8 @@ { "id": 137062, "name": "Caselle Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242476,8 +242476,8 @@ { "id": 137063, "name": "Caselle in Pittari", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242517,8 +242517,8 @@ { "id": 137064, "name": "Caseo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242558,8 +242558,8 @@ { "id": 137065, "name": "Caserta", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -242599,8 +242599,8 @@ { "id": 137066, "name": "Casette Verdini", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -242640,8 +242640,8 @@ { "id": 137067, "name": "Casette d'Ete", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -242681,8 +242681,8 @@ { "id": 137068, "name": "Casier", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -242722,8 +242722,8 @@ { "id": 137069, "name": "Casignana", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242763,8 +242763,8 @@ { "id": 137070, "name": "Casina", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242804,8 +242804,8 @@ { "id": 137071, "name": "Casine", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -242845,8 +242845,8 @@ { "id": 137072, "name": "Casinina", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -242886,8 +242886,8 @@ { "id": 137073, "name": "Casirate d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242927,8 +242927,8 @@ { "id": 137074, "name": "Caslino d'Erba", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -242968,8 +242968,8 @@ { "id": 137075, "name": "Casnate Con Bernate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243009,8 +243009,8 @@ { "id": 137076, "name": "Casnigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243050,8 +243050,8 @@ { "id": 137077, "name": "Casola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -243132,8 +243132,8 @@ { "id": 137079, "name": "Casola di Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243173,8 +243173,8 @@ { "id": 137080, "name": "Casola in Lunigiana", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243214,8 +243214,8 @@ { "id": 137081, "name": "Casole Bruzio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243255,8 +243255,8 @@ { "id": 137082, "name": "Casole d'Elsa", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243296,8 +243296,8 @@ { "id": 137083, "name": "Casoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -243337,8 +243337,8 @@ { "id": 137084, "name": "Casone", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -243378,8 +243378,8 @@ { "id": 137085, "name": "Casoni", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -243419,8 +243419,8 @@ { "id": 137086, "name": "Casorate Primo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243460,8 +243460,8 @@ { "id": 137087, "name": "Casorate Sempione", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243501,8 +243501,8 @@ { "id": 137088, "name": "Casorezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243542,8 +243542,8 @@ { "id": 137089, "name": "Casoria", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243583,8 +243583,8 @@ { "id": 137090, "name": "Casorzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243624,8 +243624,8 @@ { "id": 137091, "name": "Casperia", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243665,8 +243665,8 @@ { "id": 137092, "name": "Caspoggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243706,8 +243706,8 @@ { "id": 137093, "name": "Cassacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243747,8 +243747,8 @@ { "id": 137094, "name": "Cassago Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243788,8 +243788,8 @@ { "id": 137095, "name": "Cassano Allo Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243829,8 +243829,8 @@ { "id": 137096, "name": "Cassano Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243870,8 +243870,8 @@ { "id": 137097, "name": "Cassano Magnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243911,8 +243911,8 @@ { "id": 137098, "name": "Cassano Spinola", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243952,8 +243952,8 @@ { "id": 137099, "name": "Cassano Valcuvia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -243993,8 +243993,8 @@ { "id": 137100, "name": "Cassano d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244034,8 +244034,8 @@ { "id": 137101, "name": "Cassano delle Murge", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244075,8 +244075,8 @@ { "id": 137102, "name": "Cassaro", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244116,8 +244116,8 @@ { "id": 137103, "name": "Cassibile", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -244157,8 +244157,8 @@ { "id": 137104, "name": "Cassiglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244198,8 +244198,8 @@ { "id": 137105, "name": "Cassina Rizzardi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244239,8 +244239,8 @@ { "id": 137106, "name": "Cassina Valsassina", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244280,8 +244280,8 @@ { "id": 137107, "name": "Cassina de' Pecchi", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244321,8 +244321,8 @@ { "id": 137108, "name": "Cassinasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244362,8 +244362,8 @@ { "id": 137109, "name": "Cassine", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244403,8 +244403,8 @@ { "id": 137110, "name": "Cassinelle-Concentrico", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244444,8 +244444,8 @@ { "id": 137111, "name": "Cassinetta di Lugagnano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244485,8 +244485,8 @@ { "id": 137112, "name": "Cassino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244526,8 +244526,8 @@ { "id": 137113, "name": "Cassino d'Alberi", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -244567,8 +244567,8 @@ { "id": 137114, "name": "Cassola", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244608,8 +244608,8 @@ { "id": 137115, "name": "Cassolnovo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244649,8 +244649,8 @@ { "id": 137116, "name": "Castagnaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244690,8 +244690,8 @@ { "id": 137117, "name": "Castagneto Carducci", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244731,8 +244731,8 @@ { "id": 137118, "name": "Castagneto Po", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244772,8 +244772,8 @@ { "id": 137119, "name": "Castagnito", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244813,8 +244813,8 @@ { "id": 137120, "name": "Castagnole", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -244854,8 +244854,8 @@ { "id": 137121, "name": "Castagnole Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244895,8 +244895,8 @@ { "id": 137122, "name": "Castagnole Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244936,8 +244936,8 @@ { "id": 137123, "name": "Castagnole delle Lanze", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -244977,8 +244977,8 @@ { "id": 137124, "name": "Castana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245018,8 +245018,8 @@ { "id": 137125, "name": "Castanea delle Furie", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -245059,8 +245059,8 @@ { "id": 137126, "name": "Castano Primo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245100,8 +245100,8 @@ { "id": 137127, "name": "Casteggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245141,8 +245141,8 @@ { "id": 137128, "name": "Castegnato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245182,8 +245182,8 @@ { "id": 137129, "name": "Castel Baronia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245223,8 +245223,8 @@ { "id": 137130, "name": "Castel Boglione", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245305,8 +245305,8 @@ { "id": 137132, "name": "Castel Campagnano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245346,8 +245346,8 @@ { "id": 137133, "name": "Castel Castagna", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245387,8 +245387,8 @@ { "id": 137134, "name": "Castel Chiodato", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -245428,8 +245428,8 @@ { "id": 137135, "name": "Castel Condino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245469,8 +245469,8 @@ { "id": 137136, "name": "Castel Frentano", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245510,8 +245510,8 @@ { "id": 137137, "name": "Castel Fusano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -245551,8 +245551,8 @@ { "id": 137138, "name": "Castel Gabbiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245592,8 +245592,8 @@ { "id": 137139, "name": "Castel Gandolfo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245633,8 +245633,8 @@ { "id": 137140, "name": "Castel Giorgio", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245674,8 +245674,8 @@ { "id": 137141, "name": "Castel Goffredo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245715,8 +245715,8 @@ { "id": 137142, "name": "Castel Guelfo di Bologna", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245756,8 +245756,8 @@ { "id": 137143, "name": "Castel Madama", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245797,8 +245797,8 @@ { "id": 137144, "name": "Castel Maggiore", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245838,8 +245838,8 @@ { "id": 137145, "name": "Castel Mella", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245879,8 +245879,8 @@ { "id": 137146, "name": "Castel Morrone", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245920,8 +245920,8 @@ { "id": 137147, "name": "Castel Ritaldi", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -245961,8 +245961,8 @@ { "id": 137148, "name": "Castel Rocchero", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246002,8 +246002,8 @@ { "id": 137149, "name": "Castel Rozzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246043,8 +246043,8 @@ { "id": 137150, "name": "Castel San Giorgio", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246084,8 +246084,8 @@ { "id": 137151, "name": "Castel San Giovanni", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246125,8 +246125,8 @@ { "id": 137152, "name": "Castel San Lorenzo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246166,8 +246166,8 @@ { "id": 137153, "name": "Castel San Niccolò", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246207,8 +246207,8 @@ { "id": 137154, "name": "Castel San Pietro Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246248,8 +246248,8 @@ { "id": 137155, "name": "Castel San Pietro Terme", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246289,8 +246289,8 @@ { "id": 137156, "name": "Castel San Vincenzo", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246330,8 +246330,8 @@ { "id": 137157, "name": "Castel Sant'Angelo", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246371,8 +246371,8 @@ { "id": 137158, "name": "Castel Sant'Elia", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246412,8 +246412,8 @@ { "id": 137159, "name": "Castel Viscardo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246453,8 +246453,8 @@ { "id": 137160, "name": "Castel Vittorio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246494,8 +246494,8 @@ { "id": 137161, "name": "Castel Volturno", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246535,8 +246535,8 @@ { "id": 137162, "name": "Castel d'Aiano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246576,8 +246576,8 @@ { "id": 137163, "name": "Castel d'Ario", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246617,8 +246617,8 @@ { "id": 137164, "name": "Castel del Giudice", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246658,8 +246658,8 @@ { "id": 137165, "name": "Castel del Monte", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246699,8 +246699,8 @@ { "id": 137166, "name": "Castel del Piano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246740,8 +246740,8 @@ { "id": 137167, "name": "Castel del Rio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246781,8 +246781,8 @@ { "id": 137168, "name": "Castel di Casio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246822,8 +246822,8 @@ { "id": 137169, "name": "Castel di Ieri", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246863,8 +246863,8 @@ { "id": 137170, "name": "Castel di Judica", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246904,8 +246904,8 @@ { "id": 137171, "name": "Castel di Lama", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246945,8 +246945,8 @@ { "id": 137172, "name": "Castel di Lucio", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -246986,8 +246986,8 @@ { "id": 137173, "name": "Castel di Sangro", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247027,8 +247027,8 @@ { "id": 137174, "name": "Castel di Sasso", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247068,8 +247068,8 @@ { "id": 137175, "name": "Castel di Tora", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247109,8 +247109,8 @@ { "id": 137176, "name": "Castelbaldo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247150,8 +247150,8 @@ { "id": 137177, "name": "Castelbelforte", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247191,8 +247191,8 @@ { "id": 137178, "name": "Castelbellino", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247232,8 +247232,8 @@ { "id": 137179, "name": "Castelbello", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247273,8 +247273,8 @@ { "id": 137180, "name": "Castelbello-Ciardes - Kastelbell-Tschars", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247314,8 +247314,8 @@ { "id": 137181, "name": "Castelbianco", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247355,8 +247355,8 @@ { "id": 137182, "name": "Castelbottaccio", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247396,8 +247396,8 @@ { "id": 137183, "name": "Castelbuono", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247437,8 +247437,8 @@ { "id": 137184, "name": "Castelceriolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -247478,8 +247478,8 @@ { "id": 137185, "name": "Castelcivita", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247519,8 +247519,8 @@ { "id": 137186, "name": "Castelcovati", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247560,8 +247560,8 @@ { "id": 137187, "name": "Castelcucco", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247601,8 +247601,8 @@ { "id": 137188, "name": "Casteldaccia", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247642,8 +247642,8 @@ { "id": 137189, "name": "Casteldelci", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247683,8 +247683,8 @@ { "id": 137190, "name": "Casteldelfino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247724,8 +247724,8 @@ { "id": 137191, "name": "Casteldidone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247765,8 +247765,8 @@ { "id": 137192, "name": "Castelfidardo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247806,8 +247806,8 @@ { "id": 137193, "name": "Castelfiorentino", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247847,8 +247847,8 @@ { "id": 137194, "name": "Castelfondo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247888,8 +247888,8 @@ { "id": 137195, "name": "Castelforte", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247929,8 +247929,8 @@ { "id": 137196, "name": "Castelfranci", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -247970,8 +247970,8 @@ { "id": 137197, "name": "Castelfranco Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248011,8 +248011,8 @@ { "id": 137198, "name": "Castelfranco Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248052,8 +248052,8 @@ { "id": 137199, "name": "Castelfranco di Sopra", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248093,8 +248093,8 @@ { "id": 137200, "name": "Castelfranco di Sotto", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248134,8 +248134,8 @@ { "id": 137201, "name": "Castelfranco in Miscano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248175,8 +248175,8 @@ { "id": 137202, "name": "Castelgomberto", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248216,8 +248216,8 @@ { "id": 137203, "name": "Castelgrande", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248257,8 +248257,8 @@ { "id": 137204, "name": "Castelguglielmo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248298,8 +248298,8 @@ { "id": 137205, "name": "Castelguidone", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248339,8 +248339,8 @@ { "id": 137206, "name": "Castell'Alfero", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248380,8 +248380,8 @@ { "id": 137207, "name": "Castell'Arquato", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248421,8 +248421,8 @@ { "id": 137208, "name": "Castell'Azzara", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248462,8 +248462,8 @@ { "id": 137209, "name": "Castell'Umberto", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248503,8 +248503,8 @@ { "id": 137210, "name": "Castellafiume", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248544,8 +248544,8 @@ { "id": 137211, "name": "Castellalto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248585,8 +248585,8 @@ { "id": 137212, "name": "Castellammare del Golfo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248626,8 +248626,8 @@ { "id": 137213, "name": "Castellammare di Stabia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248667,8 +248667,8 @@ { "id": 137214, "name": "Castellamonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248708,8 +248708,8 @@ { "id": 137215, "name": "Castellana", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248749,8 +248749,8 @@ { "id": 137216, "name": "Castellana Sicula", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248790,8 +248790,8 @@ { "id": 137217, "name": "Castellaneta", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248831,8 +248831,8 @@ { "id": 137218, "name": "Castellania", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248872,8 +248872,8 @@ { "id": 137219, "name": "Castellanza", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248913,8 +248913,8 @@ { "id": 137220, "name": "Castellar", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248954,8 +248954,8 @@ { "id": 137221, "name": "Castellar Guidobono", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -248995,8 +248995,8 @@ { "id": 137222, "name": "Castellarano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249036,8 +249036,8 @@ { "id": 137223, "name": "Castellaro", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249077,8 +249077,8 @@ { "id": 137224, "name": "Castellazzo Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249118,8 +249118,8 @@ { "id": 137225, "name": "Castellazzo Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249159,8 +249159,8 @@ { "id": 137226, "name": "Castelleone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249200,8 +249200,8 @@ { "id": 137227, "name": "Castelleone di Suasa", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249241,8 +249241,8 @@ { "id": 137228, "name": "Castellero", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249282,8 +249282,8 @@ { "id": 137229, "name": "Castelletto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249323,8 +249323,8 @@ { "id": 137230, "name": "Castelletto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -249364,8 +249364,8 @@ { "id": 137231, "name": "Castelletto Cervo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249405,8 +249405,8 @@ { "id": 137232, "name": "Castelletto Merli", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249446,8 +249446,8 @@ { "id": 137233, "name": "Castelletto Molina", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249487,8 +249487,8 @@ { "id": 137234, "name": "Castelletto Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249528,8 +249528,8 @@ { "id": 137235, "name": "Castelletto Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249569,8 +249569,8 @@ { "id": 137236, "name": "Castelletto Sopra Ticino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249610,8 +249610,8 @@ { "id": 137237, "name": "Castelletto Stura", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249651,8 +249651,8 @@ { "id": 137238, "name": "Castelletto Uzzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249692,8 +249692,8 @@ { "id": 137239, "name": "Castelletto d'Erro", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249733,8 +249733,8 @@ { "id": 137240, "name": "Castelletto d'Orba", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249774,8 +249774,8 @@ { "id": 137241, "name": "Castelletto di Branduzzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249815,8 +249815,8 @@ { "id": 137242, "name": "Castelli", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249856,8 +249856,8 @@ { "id": 137243, "name": "Castelli Calepio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249897,8 +249897,8 @@ { "id": 137244, "name": "Castellina Marittima", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -249938,8 +249938,8 @@ { "id": 137245, "name": "Castellina Scalo", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -249979,8 +249979,8 @@ { "id": 137246, "name": "Castellina in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250020,8 +250020,8 @@ { "id": 137247, "name": "Castellinaldo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250061,8 +250061,8 @@ { "id": 137248, "name": "Castellino Tanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250102,8 +250102,8 @@ { "id": 137249, "name": "Castellino del Biferno", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250143,8 +250143,8 @@ { "id": 137250, "name": "Castelliri", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250184,8 +250184,8 @@ { "id": 137251, "name": "Castello", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250225,8 +250225,8 @@ { "id": 137252, "name": "Castello Cabiaglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250266,8 +250266,8 @@ { "id": 137253, "name": "Castello Molina di Fiemme", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250307,8 +250307,8 @@ { "id": 137254, "name": "Castello Tesino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250348,8 +250348,8 @@ { "id": 137255, "name": "Castello d'Agogna", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250389,8 +250389,8 @@ { "id": 137256, "name": "Castello d'Argile", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250430,8 +250430,8 @@ { "id": 137257, "name": "Castello del Matese", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250471,8 +250471,8 @@ { "id": 137258, "name": "Castello dell'Acqua", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250512,8 +250512,8 @@ { "id": 137259, "name": "Castello di Annone", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250553,8 +250553,8 @@ { "id": 137260, "name": "Castello di Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250594,8 +250594,8 @@ { "id": 137261, "name": "Castello di Cisterna", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250635,8 +250635,8 @@ { "id": 137262, "name": "Castello di Godego", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250676,8 +250676,8 @@ { "id": 137263, "name": "Castellucchio", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250717,8 +250717,8 @@ { "id": 137264, "name": "Castelluccio Inferiore", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250758,8 +250758,8 @@ { "id": 137265, "name": "Castelluccio Superiore", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250799,8 +250799,8 @@ { "id": 137266, "name": "Castelluccio Valmaggiore", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250840,8 +250840,8 @@ { "id": 137267, "name": "Castelluccio dei Sauri", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250881,8 +250881,8 @@ { "id": 137268, "name": "Castelluzzo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -250922,8 +250922,8 @@ { "id": 137269, "name": "Castelmarte", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -250963,8 +250963,8 @@ { "id": 137270, "name": "Castelmassa", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251004,8 +251004,8 @@ { "id": 137271, "name": "Castelmassimo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -251045,8 +251045,8 @@ { "id": 137272, "name": "Castelmauro", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251086,8 +251086,8 @@ { "id": 137273, "name": "Castelmezzano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251127,8 +251127,8 @@ { "id": 137274, "name": "Castelminio", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -251168,8 +251168,8 @@ { "id": 137275, "name": "Castelmola", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251209,8 +251209,8 @@ { "id": 137276, "name": "Castelnovetto", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251250,8 +251250,8 @@ { "id": 137277, "name": "Castelnovo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -251291,8 +251291,8 @@ { "id": 137278, "name": "Castelnovo Bariano", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251332,8 +251332,8 @@ { "id": 137279, "name": "Castelnovo di Sotto", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251373,8 +251373,8 @@ { "id": 137280, "name": "Castelnovo ne'Monti", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251414,8 +251414,8 @@ { "id": 137281, "name": "Castelnuovo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251455,8 +251455,8 @@ { "id": 137282, "name": "Castelnuovo Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251496,8 +251496,8 @@ { "id": 137283, "name": "Castelnuovo Berardenga", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251537,8 +251537,8 @@ { "id": 137284, "name": "Castelnuovo Bocca d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251578,8 +251578,8 @@ { "id": 137285, "name": "Castelnuovo Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251619,8 +251619,8 @@ { "id": 137286, "name": "Castelnuovo Bozzente", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251660,8 +251660,8 @@ { "id": 137287, "name": "Castelnuovo Calcea", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251701,8 +251701,8 @@ { "id": 137288, "name": "Castelnuovo Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251742,8 +251742,8 @@ { "id": 137289, "name": "Castelnuovo Don Bosco", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251783,8 +251783,8 @@ { "id": 137290, "name": "Castelnuovo Magra", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251824,8 +251824,8 @@ { "id": 137291, "name": "Castelnuovo Nigra", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251865,8 +251865,8 @@ { "id": 137292, "name": "Castelnuovo Parano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251906,8 +251906,8 @@ { "id": 137293, "name": "Castelnuovo Rangone", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251947,8 +251947,8 @@ { "id": 137294, "name": "Castelnuovo Scrivia", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -251988,8 +251988,8 @@ { "id": 137295, "name": "Castelnuovo Vomano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -252029,8 +252029,8 @@ { "id": 137296, "name": "Castelnuovo dei Sabbioni", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -252070,8 +252070,8 @@ { "id": 137297, "name": "Castelnuovo del Garda", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252111,8 +252111,8 @@ { "id": 137298, "name": "Castelnuovo della Daunia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252152,8 +252152,8 @@ { "id": 137299, "name": "Castelnuovo di Ceva", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252193,8 +252193,8 @@ { "id": 137300, "name": "Castelnuovo di Conza", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252234,8 +252234,8 @@ { "id": 137301, "name": "Castelnuovo di Farfa", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252275,8 +252275,8 @@ { "id": 137302, "name": "Castelnuovo di Garfagnana", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252316,8 +252316,8 @@ { "id": 137303, "name": "Castelnuovo di Porto", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252357,8 +252357,8 @@ { "id": 137304, "name": "Castelnuovo di Val di Cecina", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252398,8 +252398,8 @@ { "id": 137305, "name": "Castelpagano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252439,8 +252439,8 @@ { "id": 137306, "name": "Castelpetroso", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252480,8 +252480,8 @@ { "id": 137307, "name": "Castelpizzuto", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252521,8 +252521,8 @@ { "id": 137308, "name": "Castelplanio", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252562,8 +252562,8 @@ { "id": 137309, "name": "Castelpoto", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252603,8 +252603,8 @@ { "id": 137310, "name": "Castelraimondo", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252644,8 +252644,8 @@ { "id": 137311, "name": "Castelrotto", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252685,8 +252685,8 @@ { "id": 137312, "name": "Castelsantangelo sul Nera", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252726,8 +252726,8 @@ { "id": 137313, "name": "Castelsaraceno", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252767,8 +252767,8 @@ { "id": 137314, "name": "Castelsardo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252808,8 +252808,8 @@ { "id": 137315, "name": "Castelseprio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252849,8 +252849,8 @@ { "id": 137316, "name": "Castelsilano", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252890,8 +252890,8 @@ { "id": 137317, "name": "Castelspina", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252931,8 +252931,8 @@ { "id": 137318, "name": "Casteltermini", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -252972,8 +252972,8 @@ { "id": 137319, "name": "Casteltodino", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -253013,8 +253013,8 @@ { "id": 137320, "name": "Castelveccana", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253054,8 +253054,8 @@ { "id": 137321, "name": "Castelvecchio Calvisio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253095,8 +253095,8 @@ { "id": 137322, "name": "Castelvecchio Subequo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253136,8 +253136,8 @@ { "id": 137323, "name": "Castelvecchio di Rocca Barbena", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253177,8 +253177,8 @@ { "id": 137324, "name": "Castelvenere", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253218,8 +253218,8 @@ { "id": 137325, "name": "Castelverde", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253259,8 +253259,8 @@ { "id": 137326, "name": "Castelverrino", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253300,8 +253300,8 @@ { "id": 137327, "name": "Castelvetere in Val Fortore", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253341,8 +253341,8 @@ { "id": 137328, "name": "Castelvetere sul Calore", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253382,8 +253382,8 @@ { "id": 137329, "name": "Castelvetrano", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253423,8 +253423,8 @@ { "id": 137330, "name": "Castelvetro Piacentino", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253464,8 +253464,8 @@ { "id": 137331, "name": "Castelvetro di Modena", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253505,8 +253505,8 @@ { "id": 137332, "name": "Castelvisconti", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253546,8 +253546,8 @@ { "id": 137333, "name": "Castenaso", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253587,8 +253587,8 @@ { "id": 137334, "name": "Castenedolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253628,8 +253628,8 @@ { "id": 137335, "name": "Castiadas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253669,8 +253669,8 @@ { "id": 137336, "name": "Castiglion Fibocchi", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253710,8 +253710,8 @@ { "id": 137337, "name": "Castiglion Fiorentino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253751,8 +253751,8 @@ { "id": 137338, "name": "Castiglione", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -253792,8 +253792,8 @@ { "id": 137339, "name": "Castiglione", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253833,8 +253833,8 @@ { "id": 137340, "name": "Castiglione Cosentino", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253874,8 +253874,8 @@ { "id": 137341, "name": "Castiglione Falletto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253915,8 +253915,8 @@ { "id": 137342, "name": "Castiglione Messer Marino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253956,8 +253956,8 @@ { "id": 137343, "name": "Castiglione Messer Raimondo", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -253997,8 +253997,8 @@ { "id": 137344, "name": "Castiglione Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254038,8 +254038,8 @@ { "id": 137345, "name": "Castiglione Tinella", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254079,8 +254079,8 @@ { "id": 137346, "name": "Castiglione Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254120,8 +254120,8 @@ { "id": 137347, "name": "Castiglione a Casauria", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254161,8 +254161,8 @@ { "id": 137348, "name": "Castiglione d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254202,8 +254202,8 @@ { "id": 137349, "name": "Castiglione d'Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254243,8 +254243,8 @@ { "id": 137350, "name": "Castiglione d'Orcia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254284,8 +254284,8 @@ { "id": 137351, "name": "Castiglione dei Pepoli", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254325,8 +254325,8 @@ { "id": 137352, "name": "Castiglione del Genovesi", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254366,8 +254366,8 @@ { "id": 137353, "name": "Castiglione del Lago", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254407,8 +254407,8 @@ { "id": 137354, "name": "Castiglione della Pescaia", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254448,8 +254448,8 @@ { "id": 137355, "name": "Castiglione delle Stiviere", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254489,8 +254489,8 @@ { "id": 137356, "name": "Castiglione di Garfagnana", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254530,8 +254530,8 @@ { "id": 137357, "name": "Castiglione di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254571,8 +254571,8 @@ { "id": 137358, "name": "Castiglione in Teverina", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254612,8 +254612,8 @@ { "id": 137359, "name": "Castignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254653,8 +254653,8 @@ { "id": 137360, "name": "Castilenti", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254694,8 +254694,8 @@ { "id": 137361, "name": "Castino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254735,8 +254735,8 @@ { "id": 137362, "name": "Castion", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "city", @@ -254776,8 +254776,8 @@ { "id": 137363, "name": "Castione", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254817,8 +254817,8 @@ { "id": 137364, "name": "Castione Andevenno", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254858,8 +254858,8 @@ { "id": 137365, "name": "Castione della Presolana", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254899,8 +254899,8 @@ { "id": 137366, "name": "Castions", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -254940,8 +254940,8 @@ { "id": 137367, "name": "Castions di Strada", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -254981,8 +254981,8 @@ { "id": 137368, "name": "Castiraga Vidardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255022,8 +255022,8 @@ { "id": 137369, "name": "Casto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255063,8 +255063,8 @@ { "id": 137370, "name": "Castorano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255104,8 +255104,8 @@ { "id": 137371, "name": "Castrezzato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255145,8 +255145,8 @@ { "id": 137372, "name": "Castri di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255186,8 +255186,8 @@ { "id": 137373, "name": "Castrignano De' Greci", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255227,8 +255227,8 @@ { "id": 137374, "name": "Castrignano del Capo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255268,8 +255268,8 @@ { "id": 137375, "name": "Castro", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255309,8 +255309,8 @@ { "id": 137376, "name": "Castro", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255350,8 +255350,8 @@ { "id": 137377, "name": "Castro dei Volsci", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255391,8 +255391,8 @@ { "id": 137378, "name": "Castrocaro Terme e Terra del Sole", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255432,8 +255432,8 @@ { "id": 137379, "name": "Castrocielo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255473,8 +255473,8 @@ { "id": 137380, "name": "Castrofilippo", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255514,8 +255514,8 @@ { "id": 137381, "name": "Castrolibero", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255555,8 +255555,8 @@ { "id": 137382, "name": "Castromediano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -255596,8 +255596,8 @@ { "id": 137383, "name": "Castronno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255637,8 +255637,8 @@ { "id": 137384, "name": "Castronuovo di Sant'Andrea", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255678,8 +255678,8 @@ { "id": 137385, "name": "Castronuovo di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255719,8 +255719,8 @@ { "id": 137386, "name": "Castropignano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255760,8 +255760,8 @@ { "id": 137387, "name": "Castroreale", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255801,8 +255801,8 @@ { "id": 137388, "name": "Castroregio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255842,8 +255842,8 @@ { "id": 137389, "name": "Castrovillari", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255883,8 +255883,8 @@ { "id": 137390, "name": "Cataeggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255924,8 +255924,8 @@ { "id": 137391, "name": "Catania", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -255965,8 +255965,8 @@ { "id": 137392, "name": "Catanzaro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -256006,8 +256006,8 @@ { "id": 137393, "name": "Catena", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "city", @@ -256047,8 +256047,8 @@ { "id": 137394, "name": "Catenanuova", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256088,8 +256088,8 @@ { "id": 137395, "name": "Catignano", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256129,8 +256129,8 @@ { "id": 137396, "name": "Cattolica", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256170,8 +256170,8 @@ { "id": 137397, "name": "Cattolica Eraclea", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256211,8 +256211,8 @@ { "id": 137398, "name": "Caulonia", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256252,8 +256252,8 @@ { "id": 137399, "name": "Caulonia Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -256293,8 +256293,8 @@ { "id": 137400, "name": "Cautano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256334,8 +256334,8 @@ { "id": 137401, "name": "Cava Dè Tirreni", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256375,8 +256375,8 @@ { "id": 137402, "name": "Cava Manara", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256416,8 +256416,8 @@ { "id": 137403, "name": "Cava d'Aliga", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -256457,8 +256457,8 @@ { "id": 137404, "name": "Cava-Cuculera Nobile", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -256498,8 +256498,8 @@ { "id": 137405, "name": "Cavacurta", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256539,8 +256539,8 @@ { "id": 137406, "name": "Cavaglietto", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256580,8 +256580,8 @@ { "id": 137407, "name": "Cavaglio D'Agogna", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256621,8 +256621,8 @@ { "id": 137408, "name": "Cavaglio-Spoccia", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256662,8 +256662,8 @@ { "id": 137409, "name": "Cavaglià", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256703,8 +256703,8 @@ { "id": 137410, "name": "Cavagnolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256744,8 +256744,8 @@ { "id": 137411, "name": "Cavajon Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256785,8 +256785,8 @@ { "id": 137412, "name": "Cavalcaselle", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -256826,8 +256826,8 @@ { "id": 137413, "name": "Cavalese", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256867,8 +256867,8 @@ { "id": 137414, "name": "Cavallasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -256908,8 +256908,8 @@ { "id": 137415, "name": "Cavallerleone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256949,8 +256949,8 @@ { "id": 137416, "name": "Cavallermaggiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -256990,8 +256990,8 @@ { "id": 137417, "name": "Cavallina", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -257031,8 +257031,8 @@ { "id": 137418, "name": "Cavallino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257072,8 +257072,8 @@ { "id": 137419, "name": "Cavallino", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -257113,8 +257113,8 @@ { "id": 137420, "name": "Cavallirio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257154,8 +257154,8 @@ { "id": 137421, "name": "Cavareno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257195,8 +257195,8 @@ { "id": 137422, "name": "Cavargna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257236,8 +257236,8 @@ { "id": 137423, "name": "Cavaria Con Premezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257277,8 +257277,8 @@ { "id": 137424, "name": "Cavarzere", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257318,8 +257318,8 @@ { "id": 137425, "name": "Cavaso del Tomba", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257359,8 +257359,8 @@ { "id": 137426, "name": "Cavasso Nuovo", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257400,8 +257400,8 @@ { "id": 137427, "name": "Cavatore", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257441,8 +257441,8 @@ { "id": 137428, "name": "Cavazzo Carnico", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257482,8 +257482,8 @@ { "id": 137429, "name": "Cavazzona", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -257523,8 +257523,8 @@ { "id": 137430, "name": "Cave", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257564,8 +257564,8 @@ { "id": 137431, "name": "Cavedago", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257605,8 +257605,8 @@ { "id": 137432, "name": "Cavedine", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257646,8 +257646,8 @@ { "id": 137433, "name": "Cavenago d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257687,8 +257687,8 @@ { "id": 137434, "name": "Cavenago di Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257728,8 +257728,8 @@ { "id": 137435, "name": "Cavernago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257769,8 +257769,8 @@ { "id": 137436, "name": "Cavezzo", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257810,8 +257810,8 @@ { "id": 137437, "name": "Cavino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -257851,8 +257851,8 @@ { "id": 137438, "name": "Cavizzana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -257892,8 +257892,8 @@ { "id": 137439, "name": "Cavolano-Schiavoi", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -257933,8 +257933,8 @@ { "id": 137440, "name": "Cavoni-Ginestreto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -257974,8 +257974,8 @@ { "id": 137441, "name": "Cavour", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258015,8 +258015,8 @@ { "id": 137442, "name": "Cavriago", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258056,8 +258056,8 @@ { "id": 137443, "name": "Cavriana", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258097,8 +258097,8 @@ { "id": 137444, "name": "Cavriglia-Monastero", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258138,8 +258138,8 @@ { "id": 137445, "name": "Cazzago Brabbia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258179,8 +258179,8 @@ { "id": 137446, "name": "Cazzago San Martino-Calino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258220,8 +258220,8 @@ { "id": 137447, "name": "Cazzago-Ex Polo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -258261,8 +258261,8 @@ { "id": 137448, "name": "Cazzano Sant'Andrea", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258302,8 +258302,8 @@ { "id": 137449, "name": "Cazzano di Tramigna", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258343,8 +258343,8 @@ { "id": 137450, "name": "Ceccano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258384,8 +258384,8 @@ { "id": 137451, "name": "Cecchina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -258425,8 +258425,8 @@ { "id": 137452, "name": "Cecchini", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -258466,8 +258466,8 @@ { "id": 137453, "name": "Cecima", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258507,8 +258507,8 @@ { "id": 137454, "name": "Cecina", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258548,8 +258548,8 @@ { "id": 137455, "name": "Cedegolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258589,8 +258589,8 @@ { "id": 137456, "name": "Cedessano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258630,8 +258630,8 @@ { "id": 137457, "name": "Cedrasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258671,8 +258671,8 @@ { "id": 137458, "name": "Cefalà Diana", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258712,8 +258712,8 @@ { "id": 137459, "name": "Cefalù", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258753,8 +258753,8 @@ { "id": 137460, "name": "Ceggia", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258794,8 +258794,8 @@ { "id": 137461, "name": "Ceglie Messapica", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258835,8 +258835,8 @@ { "id": 137462, "name": "Celano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258876,8 +258876,8 @@ { "id": 137463, "name": "Celat-San Tomaso Agordino", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258917,8 +258917,8 @@ { "id": 137464, "name": "Celenza Valfortore", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258958,8 +258958,8 @@ { "id": 137465, "name": "Celenza sul Trigno", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -258999,8 +258999,8 @@ { "id": 137466, "name": "Celico", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259040,8 +259040,8 @@ { "id": 137467, "name": "Cella Dati", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259081,8 +259081,8 @@ { "id": 137468, "name": "Cella Monte", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259122,8 +259122,8 @@ { "id": 137469, "name": "Cellamare", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259163,8 +259163,8 @@ { "id": 137470, "name": "Cellara", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259204,8 +259204,8 @@ { "id": 137471, "name": "Cellarengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259245,8 +259245,8 @@ { "id": 137472, "name": "Cellatica", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259286,8 +259286,8 @@ { "id": 137473, "name": "Celle Enomondo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259327,8 +259327,8 @@ { "id": 137474, "name": "Celle Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259368,8 +259368,8 @@ { "id": 137475, "name": "Celle di Bulgheria", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259409,8 +259409,8 @@ { "id": 137476, "name": "Celle di San Vito", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259450,8 +259450,8 @@ { "id": 137477, "name": "Celleno", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259491,8 +259491,8 @@ { "id": 137478, "name": "Cellere", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259532,8 +259532,8 @@ { "id": 137479, "name": "Cellino Attanasio", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259573,8 +259573,8 @@ { "id": 137480, "name": "Cellino San Marco", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259614,8 +259614,8 @@ { "id": 137481, "name": "Cellio", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259655,8 +259655,8 @@ { "id": 137482, "name": "Cellole", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259696,8 +259696,8 @@ { "id": 137483, "name": "Cellore", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -259737,8 +259737,8 @@ { "id": 137484, "name": "Cembra", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259778,8 +259778,8 @@ { "id": 137485, "name": "Cenadi", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259819,8 +259819,8 @@ { "id": 137486, "name": "Cenaia", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -259860,8 +259860,8 @@ { "id": 137487, "name": "Cenate Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259901,8 +259901,8 @@ { "id": 137488, "name": "Cenate di Sotto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259942,8 +259942,8 @@ { "id": 137489, "name": "Cencenighe Agordino", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -259983,8 +259983,8 @@ { "id": 137490, "name": "Cendon", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -260024,8 +260024,8 @@ { "id": 137491, "name": "Cene", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260065,8 +260065,8 @@ { "id": 137492, "name": "Ceneselli", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260106,8 +260106,8 @@ { "id": 137493, "name": "Cengio Alto", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260147,8 +260147,8 @@ { "id": 137494, "name": "Centa San Nicolò", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260188,8 +260188,8 @@ { "id": 137495, "name": "Centallo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260229,8 +260229,8 @@ { "id": 137496, "name": "Centinarola", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -260270,8 +260270,8 @@ { "id": 137497, "name": "Cento", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260311,8 +260311,8 @@ { "id": 137498, "name": "Centobuchi", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "city", @@ -260352,8 +260352,8 @@ { "id": 137499, "name": "Centola", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260393,8 +260393,8 @@ { "id": 137500, "name": "Centrache", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260434,8 +260434,8 @@ { "id": 137501, "name": "Centrale", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -260475,8 +260475,8 @@ { "id": 137502, "name": "Centrale", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260516,8 +260516,8 @@ { "id": 137503, "name": "Centro Urbano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260557,8 +260557,8 @@ { "id": 137504, "name": "Centuripe", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260598,8 +260598,8 @@ { "id": 137505, "name": "Cepagatti", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260639,8 +260639,8 @@ { "id": 137506, "name": "Ceparana-Carpena", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -260680,8 +260680,8 @@ { "id": 137507, "name": "Cepina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260721,8 +260721,8 @@ { "id": 137508, "name": "Ceppaloni", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260762,8 +260762,8 @@ { "id": 137509, "name": "Ceppo Morelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260803,8 +260803,8 @@ { "id": 137510, "name": "Ceprano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260844,8 +260844,8 @@ { "id": 137511, "name": "Cerami", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260885,8 +260885,8 @@ { "id": 137512, "name": "Ceramida-Pellegrina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -260926,8 +260926,8 @@ { "id": 137513, "name": "Ceranesi", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -260967,8 +260967,8 @@ { "id": 137514, "name": "Cerano", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261008,8 +261008,8 @@ { "id": 137515, "name": "Cerano d'Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261049,8 +261049,8 @@ { "id": 137516, "name": "Ceranova", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261090,8 +261090,8 @@ { "id": 137517, "name": "Ceraso", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261131,8 +261131,8 @@ { "id": 137518, "name": "Cerasolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -261172,8 +261172,8 @@ { "id": 137519, "name": "Cerbaia", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -261213,8 +261213,8 @@ { "id": 137520, "name": "Cerbara", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -261254,8 +261254,8 @@ { "id": 137521, "name": "Cercemaggiore", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261295,8 +261295,8 @@ { "id": 137522, "name": "Cercenasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261336,8 +261336,8 @@ { "id": 137523, "name": "Cercepiccola", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261377,8 +261377,8 @@ { "id": 137524, "name": "Cerchiara di Calabria", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261418,8 +261418,8 @@ { "id": 137525, "name": "Cerchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261459,8 +261459,8 @@ { "id": 137526, "name": "Cercino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261500,8 +261500,8 @@ { "id": 137527, "name": "Cercivento", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261541,8 +261541,8 @@ { "id": 137528, "name": "Cercola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261582,8 +261582,8 @@ { "id": 137529, "name": "Cerda", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261623,8 +261623,8 @@ { "id": 137530, "name": "Cerea", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261664,8 +261664,8 @@ { "id": 137531, "name": "Cereda-Cozza Cornedo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -261705,8 +261705,8 @@ { "id": 137532, "name": "Ceregnano", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261746,8 +261746,8 @@ { "id": 137533, "name": "Cerello-Battuello", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -261787,8 +261787,8 @@ { "id": 137534, "name": "Cerenzia", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261828,8 +261828,8 @@ { "id": 137535, "name": "Ceres", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261869,8 +261869,8 @@ { "id": 137536, "name": "Ceresane-Curanuova", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261910,8 +261910,8 @@ { "id": 137537, "name": "Ceresara", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261951,8 +261951,8 @@ { "id": 137538, "name": "Cerese", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -261992,8 +261992,8 @@ { "id": 137539, "name": "Cereseto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262033,8 +262033,8 @@ { "id": 137540, "name": "Ceresole Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262074,8 +262074,8 @@ { "id": 137541, "name": "Ceresole Reale", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262115,8 +262115,8 @@ { "id": 137542, "name": "Cerete Alto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262156,8 +262156,8 @@ { "id": 137543, "name": "Ceretto Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262197,8 +262197,8 @@ { "id": 137544, "name": "Cerfignano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -262238,8 +262238,8 @@ { "id": 137545, "name": "Cergnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262279,8 +262279,8 @@ { "id": 137546, "name": "Ceriale", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262320,8 +262320,8 @@ { "id": 137547, "name": "Ceriana", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262361,8 +262361,8 @@ { "id": 137548, "name": "Ceriano Laghetto", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262402,8 +262402,8 @@ { "id": 137549, "name": "Cerignale", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262443,8 +262443,8 @@ { "id": 137550, "name": "Cerignola", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262484,8 +262484,8 @@ { "id": 137551, "name": "Cerisano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262525,8 +262525,8 @@ { "id": 137552, "name": "Cerlongo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -262566,8 +262566,8 @@ { "id": 137553, "name": "Cermenate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262607,8 +262607,8 @@ { "id": 137554, "name": "Cermes", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262648,8 +262648,8 @@ { "id": 137555, "name": "Cermignano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262689,8 +262689,8 @@ { "id": 137556, "name": "Cernobbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262730,8 +262730,8 @@ { "id": 137557, "name": "Cernusco Lombardone", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262771,8 +262771,8 @@ { "id": 137558, "name": "Cernusco sul Naviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262812,8 +262812,8 @@ { "id": 137559, "name": "Cerquotti-Madonna del Piano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -262853,8 +262853,8 @@ { "id": 137560, "name": "Cerratina", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -262894,8 +262894,8 @@ { "id": 137561, "name": "Cerreto Castello", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262935,8 +262935,8 @@ { "id": 137562, "name": "Cerreto Grue", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -262976,8 +262976,8 @@ { "id": 137563, "name": "Cerreto Guidi", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263017,8 +263017,8 @@ { "id": 137564, "name": "Cerreto Langhe", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263058,8 +263058,8 @@ { "id": 137565, "name": "Cerreto Laziale", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263099,8 +263099,8 @@ { "id": 137566, "name": "Cerreto Sannita", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263140,8 +263140,8 @@ { "id": 137567, "name": "Cerreto d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263181,8 +263181,8 @@ { "id": 137568, "name": "Cerreto d'Esi", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263222,8 +263222,8 @@ { "id": 137569, "name": "Cerreto di Spoleto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263263,8 +263263,8 @@ { "id": 137570, "name": "Cerrina", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263304,8 +263304,8 @@ { "id": 137571, "name": "Cerrione", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263345,8 +263345,8 @@ { "id": 137572, "name": "Cerro Maggiore", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263386,8 +263386,8 @@ { "id": 137573, "name": "Cerro Tanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263427,8 +263427,8 @@ { "id": 137574, "name": "Cerro Veronese", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263468,8 +263468,8 @@ { "id": 137575, "name": "Cerro al Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263509,8 +263509,8 @@ { "id": 137576, "name": "Cerro al Volturno", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263550,8 +263550,8 @@ { "id": 137577, "name": "Cersosimo", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263591,8 +263591,8 @@ { "id": 137578, "name": "Certaldo", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263632,8 +263632,8 @@ { "id": 137579, "name": "Certosa", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263673,8 +263673,8 @@ { "id": 137580, "name": "Certosa di Pavia", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263714,8 +263714,8 @@ { "id": 137581, "name": "Cerva", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263755,8 +263755,8 @@ { "id": 137582, "name": "Cervara di Roma", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263796,8 +263796,8 @@ { "id": 137583, "name": "Cervarese Santa Croce", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263837,8 +263837,8 @@ { "id": 137584, "name": "Cervaro", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263878,8 +263878,8 @@ { "id": 137585, "name": "Cervasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263919,8 +263919,8 @@ { "id": 137586, "name": "Cervatto", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -263960,8 +263960,8 @@ { "id": 137587, "name": "Cerveno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264001,8 +264001,8 @@ { "id": 137588, "name": "Cervere", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264042,8 +264042,8 @@ { "id": 137589, "name": "Cervesina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264083,8 +264083,8 @@ { "id": 137590, "name": "Cerveteri", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264165,8 +264165,8 @@ { "id": 137592, "name": "Cervicati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264206,8 +264206,8 @@ { "id": 137593, "name": "Cervignano d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264247,8 +264247,8 @@ { "id": 137594, "name": "Cervignano del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264288,8 +264288,8 @@ { "id": 137595, "name": "Cervinara", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264329,8 +264329,8 @@ { "id": 137596, "name": "Cervino", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264370,8 +264370,8 @@ { "id": 137597, "name": "Cervo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264411,8 +264411,8 @@ { "id": 137598, "name": "Cerza", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -264452,8 +264452,8 @@ { "id": 137599, "name": "Cerzeto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264493,8 +264493,8 @@ { "id": 137600, "name": "Cesa", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264534,8 +264534,8 @@ { "id": 137601, "name": "Cesa", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -264575,8 +264575,8 @@ { "id": 137602, "name": "Cesana Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264616,8 +264616,8 @@ { "id": 137603, "name": "Cesana Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264657,8 +264657,8 @@ { "id": 137604, "name": "Cesano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -264698,8 +264698,8 @@ { "id": 137605, "name": "Cesano Boscone", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264739,8 +264739,8 @@ { "id": 137606, "name": "Cesano Maderno", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264780,8 +264780,8 @@ { "id": 137607, "name": "Cesara", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264821,8 +264821,8 @@ { "id": 137608, "name": "Cesarolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -264862,8 +264862,8 @@ { "id": 137609, "name": "Cesarò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264903,8 +264903,8 @@ { "id": 137610, "name": "Cesate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264944,8 +264944,8 @@ { "id": 137611, "name": "Cesena", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -264985,8 +264985,8 @@ { "id": 137612, "name": "Cesenatico", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265026,8 +265026,8 @@ { "id": 137613, "name": "Cesinali", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265067,8 +265067,8 @@ { "id": 137614, "name": "Cesio", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265108,8 +265108,8 @@ { "id": 137615, "name": "Cesiomaggiore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265149,8 +265149,8 @@ { "id": 137616, "name": "Cessalto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265190,8 +265190,8 @@ { "id": 137617, "name": "Cessaniti", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265231,8 +265231,8 @@ { "id": 137618, "name": "Cessapalombo", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265272,8 +265272,8 @@ { "id": 137619, "name": "Cessole", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265313,8 +265313,8 @@ { "id": 137620, "name": "Cetara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265354,8 +265354,8 @@ { "id": 137621, "name": "Ceto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265395,8 +265395,8 @@ { "id": 137622, "name": "Cetona", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265436,8 +265436,8 @@ { "id": 137623, "name": "Cetraro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265477,8 +265477,8 @@ { "id": 137624, "name": "Cetraro Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -265518,8 +265518,8 @@ { "id": 137625, "name": "Ceva", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265559,8 +265559,8 @@ { "id": 137626, "name": "Cevo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -265969,8 +265969,8 @@ { "id": 137636, "name": "Cherasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266010,8 +266010,8 @@ { "id": 137637, "name": "Cheremule", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266051,8 +266051,8 @@ { "id": 137638, "name": "Chiaia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -266092,8 +266092,8 @@ { "id": 137639, "name": "Chiaiano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -266133,8 +266133,8 @@ { "id": 137640, "name": "Chialamberto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266174,8 +266174,8 @@ { "id": 137641, "name": "Chiampo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266215,8 +266215,8 @@ { "id": 137642, "name": "Chianche", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266256,8 +266256,8 @@ { "id": 137643, "name": "Chianchitta-Pallio", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -266297,8 +266297,8 @@ { "id": 137644, "name": "Chianchitta-Trappitello", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -266338,8 +266338,8 @@ { "id": 137645, "name": "Chianciano Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266379,8 +266379,8 @@ { "id": 137646, "name": "Chianni", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266420,8 +266420,8 @@ { "id": 137647, "name": "Chianocco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266461,8 +266461,8 @@ { "id": 137648, "name": "Chiaramonte Gulfi", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266502,8 +266502,8 @@ { "id": 137649, "name": "Chiaramonti", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266543,8 +266543,8 @@ { "id": 137650, "name": "Chiarano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266584,8 +266584,8 @@ { "id": 137651, "name": "Chiaravalle", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266625,8 +266625,8 @@ { "id": 137652, "name": "Chiaravalle", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -266666,8 +266666,8 @@ { "id": 137653, "name": "Chiaravalle Centrale", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266707,8 +266707,8 @@ { "id": 137654, "name": "Chiari", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266748,8 +266748,8 @@ { "id": 137655, "name": "Chiaromonte", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266789,8 +266789,8 @@ { "id": 137656, "name": "Chiassa-Tregozzano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "locality", @@ -266830,8 +266830,8 @@ { "id": 137657, "name": "Chiauci", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266871,8 +266871,8 @@ { "id": 137658, "name": "Chiaulis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266912,8 +266912,8 @@ { "id": 137659, "name": "Chiavari", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266953,8 +266953,8 @@ { "id": 137660, "name": "Chiavenna", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -266994,8 +266994,8 @@ { "id": 137661, "name": "Chiaverano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267035,8 +267035,8 @@ { "id": 137662, "name": "Chienes", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267076,8 +267076,8 @@ { "id": 137663, "name": "Chieri", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267117,8 +267117,8 @@ { "id": 137664, "name": "Chiesa", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267158,8 +267158,8 @@ { "id": 137665, "name": "Chiesa", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267199,8 +267199,8 @@ { "id": 137666, "name": "Chiesa Nuova", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267240,8 +267240,8 @@ { "id": 137667, "name": "Chiesa di Macra", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267281,8 +267281,8 @@ { "id": 137668, "name": "Chiesa in Valmalenco", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267322,8 +267322,8 @@ { "id": 137669, "name": "Chiesanuova", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267363,8 +267363,8 @@ { "id": 137670, "name": "Chiesina Uzzanese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267404,8 +267404,8 @@ { "id": 137671, "name": "Chiesino-Collodi", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -267445,8 +267445,8 @@ { "id": 137672, "name": "Chieti", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -267486,8 +267486,8 @@ { "id": 137673, "name": "Chieuti", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267527,8 +267527,8 @@ { "id": 137674, "name": "Chieve", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267568,8 +267568,8 @@ { "id": 137675, "name": "Chignolo Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267609,8 +267609,8 @@ { "id": 137676, "name": "Chignolo d'Isola", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267650,8 +267650,8 @@ { "id": 137677, "name": "Chioggia", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267691,8 +267691,8 @@ { "id": 137678, "name": "Chiomonte", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267732,8 +267732,8 @@ { "id": 137679, "name": "Chions", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -267773,8 +267773,8 @@ { "id": 137680, "name": "Chiopris", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267814,8 +267814,8 @@ { "id": 137681, "name": "Chitignano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267855,8 +267855,8 @@ { "id": 137682, "name": "Chiuduno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267896,8 +267896,8 @@ { "id": 137683, "name": "Chiugiana-La Commenda", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -267937,8 +267937,8 @@ { "id": 137684, "name": "Chiuppano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -267978,8 +267978,8 @@ { "id": 137685, "name": "Chiuro", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268019,8 +268019,8 @@ { "id": 137686, "name": "Chiusa", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268060,8 +268060,8 @@ { "id": 137687, "name": "Chiusa Sclafani", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268101,8 +268101,8 @@ { "id": 137688, "name": "Chiusa di Pesio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268142,8 +268142,8 @@ { "id": 137689, "name": "Chiusa di San Michele", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268183,8 +268183,8 @@ { "id": 137690, "name": "Chiusaforte", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268224,8 +268224,8 @@ { "id": 137691, "name": "Chiusanico", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268265,8 +268265,8 @@ { "id": 137692, "name": "Chiusano d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268306,8 +268306,8 @@ { "id": 137693, "name": "Chiusano di San Domenico", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268347,8 +268347,8 @@ { "id": 137694, "name": "Chiusavecchia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268388,8 +268388,8 @@ { "id": 137695, "name": "Chiusdino", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268429,8 +268429,8 @@ { "id": 137696, "name": "Chiusi", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268470,8 +268470,8 @@ { "id": 137697, "name": "Chiusi Scalo", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -268511,8 +268511,8 @@ { "id": 137698, "name": "Chiusi della Verna", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268552,8 +268552,8 @@ { "id": 137699, "name": "Chivasso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268593,8 +268593,8 @@ { "id": 137700, "name": "Ciaculli", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -268634,8 +268634,8 @@ { "id": 137701, "name": "Ciampino", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268675,8 +268675,8 @@ { "id": 137702, "name": "Cianciana", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268716,8 +268716,8 @@ { "id": 137703, "name": "Ciano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -268757,8 +268757,8 @@ { "id": 137704, "name": "Ciano d'Enza", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268798,8 +268798,8 @@ { "id": 137705, "name": "Ciavolo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -268839,8 +268839,8 @@ { "id": 137706, "name": "Cibiana", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268880,8 +268880,8 @@ { "id": 137707, "name": "Cicagna", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268921,8 +268921,8 @@ { "id": 137708, "name": "Cicala", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -268962,8 +268962,8 @@ { "id": 137709, "name": "Cicciano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269003,8 +269003,8 @@ { "id": 137710, "name": "Cicerale", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269044,8 +269044,8 @@ { "id": 137711, "name": "Ciciliano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269085,8 +269085,8 @@ { "id": 137712, "name": "Cicognolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269126,8 +269126,8 @@ { "id": 137713, "name": "Ciconia", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -269167,8 +269167,8 @@ { "id": 137714, "name": "Ciconio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269208,8 +269208,8 @@ { "id": 137715, "name": "Cigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269249,8 +269249,8 @@ { "id": 137716, "name": "Cigliè", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269290,8 +269290,8 @@ { "id": 137717, "name": "Cigognola", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269331,8 +269331,8 @@ { "id": 137718, "name": "Cigole", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269372,8 +269372,8 @@ { "id": 137719, "name": "Cilavegna", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269413,8 +269413,8 @@ { "id": 137720, "name": "Cimadolmo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269454,8 +269454,8 @@ { "id": 137721, "name": "Cimbergo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269495,8 +269495,8 @@ { "id": 137722, "name": "Cimbro", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -269536,8 +269536,8 @@ { "id": 137723, "name": "Cimego", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269577,8 +269577,8 @@ { "id": 137724, "name": "Ciminna", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269618,8 +269618,8 @@ { "id": 137725, "name": "Ciminà", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269659,8 +269659,8 @@ { "id": 137726, "name": "Cimitile", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269700,8 +269700,8 @@ { "id": 137727, "name": "Cimolais", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269741,8 +269741,8 @@ { "id": 137728, "name": "Cimoneri", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269782,8 +269782,8 @@ { "id": 137729, "name": "Cinaglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269823,8 +269823,8 @@ { "id": 137730, "name": "Cineto Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269864,8 +269864,8 @@ { "id": 137731, "name": "Cingia de' Botti", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269905,8 +269905,8 @@ { "id": 137732, "name": "Cingoli", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269946,8 +269946,8 @@ { "id": 137733, "name": "Cinigiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -269987,8 +269987,8 @@ { "id": 137734, "name": "Cinisello Balsamo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270028,8 +270028,8 @@ { "id": 137735, "name": "Cinisi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270069,8 +270069,8 @@ { "id": 137736, "name": "Cino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270110,8 +270110,8 @@ { "id": 137737, "name": "Cinque Frondi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270151,8 +270151,8 @@ { "id": 137738, "name": "Cintano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270192,8 +270192,8 @@ { "id": 137739, "name": "Cinte Tesino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270233,8 +270233,8 @@ { "id": 137740, "name": "Cinto Caomaggiore", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270274,8 +270274,8 @@ { "id": 137741, "name": "Cintolese", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -270315,8 +270315,8 @@ { "id": 137742, "name": "Cinzano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270356,8 +270356,8 @@ { "id": 137743, "name": "Ciorlano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270397,8 +270397,8 @@ { "id": 137744, "name": "Cipolleto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -270438,8 +270438,8 @@ { "id": 137745, "name": "Cipressa", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270479,8 +270479,8 @@ { "id": 137746, "name": "Circello", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270520,8 +270520,8 @@ { "id": 137747, "name": "Cirigliano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270561,8 +270561,8 @@ { "id": 137748, "name": "Cirimido", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270602,8 +270602,8 @@ { "id": 137749, "name": "Ciriè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270643,8 +270643,8 @@ { "id": 137750, "name": "Cirò", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270684,8 +270684,8 @@ { "id": 137751, "name": "Cirò Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270725,8 +270725,8 @@ { "id": 137752, "name": "Cis", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270766,8 +270766,8 @@ { "id": 137753, "name": "Cisano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270807,8 +270807,8 @@ { "id": 137754, "name": "Cisano Bergamasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270848,8 +270848,8 @@ { "id": 137755, "name": "Ciserano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270889,8 +270889,8 @@ { "id": 137756, "name": "Cislago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270930,8 +270930,8 @@ { "id": 137757, "name": "Cisliano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -270971,8 +270971,8 @@ { "id": 137758, "name": "Cismon del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271012,8 +271012,8 @@ { "id": 137759, "name": "Cison di Valmarino", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271053,8 +271053,8 @@ { "id": 137760, "name": "Cissone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271094,8 +271094,8 @@ { "id": 137761, "name": "Cisterna d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271135,8 +271135,8 @@ { "id": 137762, "name": "Cisterna di Latina", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271176,8 +271176,8 @@ { "id": 137763, "name": "Cisternino", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271217,8 +271217,8 @@ { "id": 137764, "name": "Citerna", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271258,8 +271258,8 @@ { "id": 137765, "name": "Cittadella", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271299,8 +271299,8 @@ { "id": 137766, "name": "Cittadella del Capo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -271340,8 +271340,8 @@ { "id": 137767, "name": "Cittaducale", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271381,8 +271381,8 @@ { "id": 137768, "name": "Cittanova", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271422,8 +271422,8 @@ { "id": 137769, "name": "Cittareale", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271463,8 +271463,8 @@ { "id": 137770, "name": "Cittiglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271504,8 +271504,8 @@ { "id": 137771, "name": "Città Giardino", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "city", @@ -271545,8 +271545,8 @@ { "id": 137772, "name": "Città Sant'Angelo", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271586,8 +271586,8 @@ { "id": 137773, "name": "Città della Pieve", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271627,8 +271627,8 @@ { "id": 137774, "name": "Città di Castello", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271668,8 +271668,8 @@ { "id": 137775, "name": "Metropolitan City of Milan", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "section", @@ -271709,8 +271709,8 @@ { "id": 137776, "name": "Città metropolitana di Roma Capitale", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -271750,8 +271750,8 @@ { "id": 137777, "name": "Civate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271791,8 +271791,8 @@ { "id": 137778, "name": "Civesio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -271832,8 +271832,8 @@ { "id": 137779, "name": "Civezza", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271873,8 +271873,8 @@ { "id": 137780, "name": "Civezzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271914,8 +271914,8 @@ { "id": 137781, "name": "Civiasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271955,8 +271955,8 @@ { "id": 137782, "name": "Cividale del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -271996,8 +271996,8 @@ { "id": 137783, "name": "Cividate Camuno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272037,8 +272037,8 @@ { "id": 137784, "name": "Cividate al Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272078,8 +272078,8 @@ { "id": 137785, "name": "Civita", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272119,8 +272119,8 @@ { "id": 137786, "name": "Civita Castellana", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272160,8 +272160,8 @@ { "id": 137787, "name": "Civita d'Antino", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272201,8 +272201,8 @@ { "id": 137788, "name": "Civitacampomarano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272242,8 +272242,8 @@ { "id": 137789, "name": "Civitaluparella", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272283,8 +272283,8 @@ { "id": 137790, "name": "Civitanova Alta", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "city", @@ -272324,8 +272324,8 @@ { "id": 137791, "name": "Civitanova Marche", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272365,8 +272365,8 @@ { "id": 137792, "name": "Civitanova del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272406,8 +272406,8 @@ { "id": 137793, "name": "Civitaquana", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272447,8 +272447,8 @@ { "id": 137794, "name": "Civitavecchia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272488,8 +272488,8 @@ { "id": 137795, "name": "Civitella Alfedena", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272529,8 +272529,8 @@ { "id": 137796, "name": "Civitella Casanova", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272570,8 +272570,8 @@ { "id": 137797, "name": "Civitella Marittima", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272611,8 +272611,8 @@ { "id": 137798, "name": "Civitella Messer Raimondo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272652,8 +272652,8 @@ { "id": 137799, "name": "Civitella Roveto", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272693,8 +272693,8 @@ { "id": 137800, "name": "Civitella San Paolo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272734,8 +272734,8 @@ { "id": 137801, "name": "Civitella d'Agliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272775,8 +272775,8 @@ { "id": 137802, "name": "Civitella del Tronto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272816,8 +272816,8 @@ { "id": 137803, "name": "Civitella di Romagna", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272857,8 +272857,8 @@ { "id": 137804, "name": "Civitella in Val di Chiana", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272898,8 +272898,8 @@ { "id": 137805, "name": "Cizzago-Comezzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -272939,8 +272939,8 @@ { "id": 137806, "name": "Classe", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -272980,8 +272980,8 @@ { "id": 137807, "name": "Claut", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273021,8 +273021,8 @@ { "id": 137808, "name": "Clauzetto", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273062,8 +273062,8 @@ { "id": 137809, "name": "Clavesana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273103,8 +273103,8 @@ { "id": 137810, "name": "Claviere", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273144,8 +273144,8 @@ { "id": 137811, "name": "Cles", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273185,8 +273185,8 @@ { "id": 137812, "name": "Cleto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273226,8 +273226,8 @@ { "id": 137813, "name": "Clivio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273267,8 +273267,8 @@ { "id": 137814, "name": "Clodig", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273308,8 +273308,8 @@ { "id": 137815, "name": "Cloz", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273349,8 +273349,8 @@ { "id": 137816, "name": "Clusane", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -273390,8 +273390,8 @@ { "id": 137817, "name": "Clusone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273431,8 +273431,8 @@ { "id": 137818, "name": "Coassolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273472,8 +273472,8 @@ { "id": 137819, "name": "Coassolo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273513,8 +273513,8 @@ { "id": 137820, "name": "Coazze", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273554,8 +273554,8 @@ { "id": 137821, "name": "Coazzolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273595,8 +273595,8 @@ { "id": 137822, "name": "Coccaglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273636,8 +273636,8 @@ { "id": 137823, "name": "Coccanile-Cesta", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -273677,8 +273677,8 @@ { "id": 137824, "name": "Cocconato", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273718,8 +273718,8 @@ { "id": 137825, "name": "Cocquio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273759,8 +273759,8 @@ { "id": 137826, "name": "Cocullo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273800,8 +273800,8 @@ { "id": 137827, "name": "Codaruina", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273841,8 +273841,8 @@ { "id": 137828, "name": "Codemondo-Quaresimo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -273882,8 +273882,8 @@ { "id": 137829, "name": "Codevigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273923,8 +273923,8 @@ { "id": 137830, "name": "Codevilla", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -273964,8 +273964,8 @@ { "id": 137831, "name": "Codigoro", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274005,8 +274005,8 @@ { "id": 137832, "name": "Codisotto", - "state_id": 1773, - "state_code": "45", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -274046,8 +274046,8 @@ { "id": 137833, "name": "Codiverno", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -274087,8 +274087,8 @@ { "id": 137834, "name": "Codogna-Cardano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274128,8 +274128,8 @@ { "id": 137835, "name": "Codogno", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274169,8 +274169,8 @@ { "id": 137836, "name": "Codognè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274210,8 +274210,8 @@ { "id": 137837, "name": "Codroipo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274251,8 +274251,8 @@ { "id": 137838, "name": "Codrongianos", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274292,8 +274292,8 @@ { "id": 137839, "name": "Coggiola", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274333,8 +274333,8 @@ { "id": 137840, "name": "Cogliate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274415,8 +274415,8 @@ { "id": 137842, "name": "Cogoleto", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274456,8 +274456,8 @@ { "id": 137843, "name": "Cogollo del Cengio", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274497,8 +274497,8 @@ { "id": 137844, "name": "Cogolo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274538,8 +274538,8 @@ { "id": 137845, "name": "Cogorno", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274579,8 +274579,8 @@ { "id": 137846, "name": "Col San Martino", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274620,8 +274620,8 @@ { "id": 137847, "name": "Colazza", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274661,8 +274661,8 @@ { "id": 137848, "name": "Colbordolo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274702,8 +274702,8 @@ { "id": 137849, "name": "Coldragone", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274743,8 +274743,8 @@ { "id": 137850, "name": "Colere", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274784,8 +274784,8 @@ { "id": 137851, "name": "Coli", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274825,8 +274825,8 @@ { "id": 137852, "name": "Colico Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274866,8 +274866,8 @@ { "id": 137853, "name": "Colla-Muggiasca", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274907,8 +274907,8 @@ { "id": 137854, "name": "Collagna", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274948,8 +274948,8 @@ { "id": 137855, "name": "Collalbo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -274989,8 +274989,8 @@ { "id": 137856, "name": "Collalto Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275030,8 +275030,8 @@ { "id": 137857, "name": "Collarmele", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275071,8 +275071,8 @@ { "id": 137858, "name": "Collazzone", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275112,8 +275112,8 @@ { "id": 137859, "name": "Colle Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275153,8 +275153,8 @@ { "id": 137860, "name": "Colle Campano-Scrima", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -275194,8 +275194,8 @@ { "id": 137861, "name": "Colle Isarco", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275235,8 +275235,8 @@ { "id": 137862, "name": "Colle Mainello", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -275276,8 +275276,8 @@ { "id": 137863, "name": "Colle San Magno", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275317,8 +275317,8 @@ { "id": 137864, "name": "Colle Sannita", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275358,8 +275358,8 @@ { "id": 137865, "name": "Colle Santa Lucia", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275399,8 +275399,8 @@ { "id": 137866, "name": "Colle Spina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -275440,8 +275440,8 @@ { "id": 137867, "name": "Colle Umberto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275481,8 +275481,8 @@ { "id": 137868, "name": "Colle Verde", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -275522,8 +275522,8 @@ { "id": 137869, "name": "Colle d'Anchise", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275563,8 +275563,8 @@ { "id": 137870, "name": "Colle del Pino", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -275604,8 +275604,8 @@ { "id": 137871, "name": "Colle di Fuori", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -275645,8 +275645,8 @@ { "id": 137872, "name": "Colle di Tora", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275686,8 +275686,8 @@ { "id": 137873, "name": "Colle di Val d'Elsa", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275727,8 +275727,8 @@ { "id": 137874, "name": "Collebeato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275768,8 +275768,8 @@ { "id": 137875, "name": "Collecchio", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275809,8 +275809,8 @@ { "id": 137876, "name": "Collecorvino", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275850,8 +275850,8 @@ { "id": 137877, "name": "Colledara", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275891,8 +275891,8 @@ { "id": 137878, "name": "Colledimacine", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275932,8 +275932,8 @@ { "id": 137879, "name": "Colledimezzo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -275973,8 +275973,8 @@ { "id": 137880, "name": "Colleferro", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276014,8 +276014,8 @@ { "id": 137881, "name": "Collefontana-Fontana Liri Inferiore", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276055,8 +276055,8 @@ { "id": 137882, "name": "Collegiove", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276096,8 +276096,8 @@ { "id": 137883, "name": "Collegno", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276137,8 +276137,8 @@ { "id": 137884, "name": "Collelongo", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276178,8 +276178,8 @@ { "id": 137885, "name": "Collemeto", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -276219,8 +276219,8 @@ { "id": 137886, "name": "Collepardo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276260,8 +276260,8 @@ { "id": 137887, "name": "Collepasso", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276301,8 +276301,8 @@ { "id": 137888, "name": "Collepepe", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -276342,8 +276342,8 @@ { "id": 137889, "name": "Collepietro", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276383,8 +276383,8 @@ { "id": 137890, "name": "Colleranesco", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -276424,8 +276424,8 @@ { "id": 137891, "name": "Colleretto Castelnuovo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276465,8 +276465,8 @@ { "id": 137892, "name": "Colleretto Giacosa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276506,8 +276506,8 @@ { "id": 137893, "name": "Collesalvetti", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276547,8 +276547,8 @@ { "id": 137894, "name": "Collesano", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276588,8 +276588,8 @@ { "id": 137895, "name": "Colletorto", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276629,8 +276629,8 @@ { "id": 137896, "name": "Collevecchio", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276670,8 +276670,8 @@ { "id": 137897, "name": "Colleverde II", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -276711,8 +276711,8 @@ { "id": 137898, "name": "Colli a Volturno", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276752,8 +276752,8 @@ { "id": 137899, "name": "Colli del Tronto", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276793,8 +276793,8 @@ { "id": 137900, "name": "Colli di Enea", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -276834,8 +276834,8 @@ { "id": 137901, "name": "Colli sul Velino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276875,8 +276875,8 @@ { "id": 137902, "name": "Colliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276916,8 +276916,8 @@ { "id": 137903, "name": "Collinas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276957,8 +276957,8 @@ { "id": 137904, "name": "Collio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -276998,8 +276998,8 @@ { "id": 137905, "name": "Collobiano", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277039,8 +277039,8 @@ { "id": 137906, "name": "Colloredo di Monte Albano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277080,8 +277080,8 @@ { "id": 137907, "name": "Colloredo di Monte Albano-Lauzzana", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277121,8 +277121,8 @@ { "id": 137908, "name": "Colloredo di Prato", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -277162,8 +277162,8 @@ { "id": 137909, "name": "Colmurano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277203,8 +277203,8 @@ { "id": 137910, "name": "Colobraro", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277244,8 +277244,8 @@ { "id": 137911, "name": "Cologna Spiaggia", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -277285,8 +277285,8 @@ { "id": 137912, "name": "Cologna Veneta", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277326,8 +277326,8 @@ { "id": 137913, "name": "Cologna-Caraverio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277367,8 +277367,8 @@ { "id": 137914, "name": "Cologne", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277408,8 +277408,8 @@ { "id": 137915, "name": "Cologno Monzese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277449,8 +277449,8 @@ { "id": 137916, "name": "Cologno al Serio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277490,8 +277490,8 @@ { "id": 137917, "name": "Colognola ai Colli", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277531,8 +277531,8 @@ { "id": 137918, "name": "Colombaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -277572,8 +277572,8 @@ { "id": 137919, "name": "Colombaro-Timoline", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -277613,8 +277613,8 @@ { "id": 137920, "name": "Colombella", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -277654,8 +277654,8 @@ { "id": 137921, "name": "Colombiera-Molicciara", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -277695,8 +277695,8 @@ { "id": 137922, "name": "Colonna", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277736,8 +277736,8 @@ { "id": 137923, "name": "Colonnella", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277777,8 +277777,8 @@ { "id": 137924, "name": "Colonno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277818,8 +277818,8 @@ { "id": 137925, "name": "Colorina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277859,8 +277859,8 @@ { "id": 137926, "name": "Colorno", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277900,8 +277900,8 @@ { "id": 137927, "name": "Colosimi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277941,8 +277941,8 @@ { "id": 137928, "name": "Colturano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -277982,8 +277982,8 @@ { "id": 137929, "name": "Colubro", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -278023,8 +278023,8 @@ { "id": 137930, "name": "Colugna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -278064,8 +278064,8 @@ { "id": 137931, "name": "Colzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278105,8 +278105,8 @@ { "id": 137932, "name": "Colà", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -278146,8 +278146,8 @@ { "id": 137933, "name": "Comabbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278187,8 +278187,8 @@ { "id": 137934, "name": "Comacchio", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278228,8 +278228,8 @@ { "id": 137935, "name": "Comano", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278269,8 +278269,8 @@ { "id": 137936, "name": "Comazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278310,8 +278310,8 @@ { "id": 137937, "name": "Comeana", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "city", @@ -278351,8 +278351,8 @@ { "id": 137938, "name": "Comeglians", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278392,8 +278392,8 @@ { "id": 137939, "name": "Comerio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278433,8 +278433,8 @@ { "id": 137940, "name": "Comignago", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278474,8 +278474,8 @@ { "id": 137941, "name": "Cominio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -278515,8 +278515,8 @@ { "id": 137942, "name": "Comiso", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278556,8 +278556,8 @@ { "id": 137943, "name": "Comitini", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278597,8 +278597,8 @@ { "id": 137944, "name": "Comiziano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278638,8 +278638,8 @@ { "id": 137945, "name": "Commessaggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278679,8 +278679,8 @@ { "id": 137946, "name": "Commezzadura", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278720,8 +278720,8 @@ { "id": 137947, "name": "Como", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -278761,8 +278761,8 @@ { "id": 137948, "name": "Compiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278802,8 +278802,8 @@ { "id": 137949, "name": "Compiobbi", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -278843,8 +278843,8 @@ { "id": 137950, "name": "Comun Nuovo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278884,8 +278884,8 @@ { "id": 137951, "name": "Comunanza", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -278925,8 +278925,8 @@ { "id": 137952, "name": "Cona", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "section", @@ -278966,8 +278966,8 @@ { "id": 137953, "name": "Conca Casale", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279007,8 +279007,8 @@ { "id": 137954, "name": "Conca dei Marini", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279048,8 +279048,8 @@ { "id": 137955, "name": "Conca della Campania", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279089,8 +279089,8 @@ { "id": 137956, "name": "Concerviano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279130,8 +279130,8 @@ { "id": 137957, "name": "Concesio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279171,8 +279171,8 @@ { "id": 137958, "name": "Conco", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279212,8 +279212,8 @@ { "id": 137959, "name": "Concordia Sagittaria", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279253,8 +279253,8 @@ { "id": 137960, "name": "Concordia sulla Secchia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279294,8 +279294,8 @@ { "id": 137961, "name": "Concorezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279335,8 +279335,8 @@ { "id": 137962, "name": "Condino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279376,8 +279376,8 @@ { "id": 137963, "name": "Condofuri", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279417,8 +279417,8 @@ { "id": 137964, "name": "Condove", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279458,8 +279458,8 @@ { "id": 137965, "name": "Condrò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279499,8 +279499,8 @@ { "id": 137966, "name": "Conegliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279540,8 +279540,8 @@ { "id": 137967, "name": "Confienza", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279581,8 +279581,8 @@ { "id": 137968, "name": "Configni", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279622,8 +279622,8 @@ { "id": 137969, "name": "Conflenti", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279663,8 +279663,8 @@ { "id": 137970, "name": "Coniolo Bricco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279704,8 +279704,8 @@ { "id": 137971, "name": "Consandolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -279745,8 +279745,8 @@ { "id": 137972, "name": "Conscenti", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279786,8 +279786,8 @@ { "id": 137973, "name": "Conscio", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -279868,8 +279868,8 @@ { "id": 137975, "name": "Conselve", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279909,8 +279909,8 @@ { "id": 137976, "name": "Consiglio di Rumo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -279950,8 +279950,8 @@ { "id": 137977, "name": "Contessa Entellina", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -279991,8 +279991,8 @@ { "id": 137978, "name": "Contigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280032,8 +280032,8 @@ { "id": 137979, "name": "Contrada", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280073,8 +280073,8 @@ { "id": 137980, "name": "Controguerra", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280114,8 +280114,8 @@ { "id": 137981, "name": "Controne", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280155,8 +280155,8 @@ { "id": 137982, "name": "Contursi Terme", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280196,8 +280196,8 @@ { "id": 137983, "name": "Conversano", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280237,8 +280237,8 @@ { "id": 137984, "name": "Conzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280278,8 +280278,8 @@ { "id": 137985, "name": "Coperchia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -280319,8 +280319,8 @@ { "id": 137986, "name": "Copertino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280360,8 +280360,8 @@ { "id": 137987, "name": "Copiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280401,8 +280401,8 @@ { "id": 137988, "name": "Copparo", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280442,8 +280442,8 @@ { "id": 137989, "name": "Coppito", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -280483,8 +280483,8 @@ { "id": 137990, "name": "Corana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280524,8 +280524,8 @@ { "id": 137991, "name": "Corato", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280565,8 +280565,8 @@ { "id": 137992, "name": "Corbanese", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -280606,8 +280606,8 @@ { "id": 137993, "name": "Corbara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280647,8 +280647,8 @@ { "id": 137994, "name": "Corbetta", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280688,8 +280688,8 @@ { "id": 137995, "name": "Corbola", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280729,8 +280729,8 @@ { "id": 137996, "name": "Corbolone", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -280770,8 +280770,8 @@ { "id": 137997, "name": "Corcagnano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -280811,8 +280811,8 @@ { "id": 137998, "name": "Corchiano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280852,8 +280852,8 @@ { "id": 137999, "name": "Corciano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280893,8 +280893,8 @@ { "id": 138000, "name": "Corcolle", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -280934,8 +280934,8 @@ { "id": 138001, "name": "Cordenons", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -280975,8 +280975,8 @@ { "id": 138002, "name": "Cordignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281016,8 +281016,8 @@ { "id": 138003, "name": "Cordovado", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281057,8 +281057,8 @@ { "id": 138004, "name": "Coredo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281098,8 +281098,8 @@ { "id": 138005, "name": "Coreglia Antelminelli", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281139,8 +281139,8 @@ { "id": 138006, "name": "Coreglia Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281180,8 +281180,8 @@ { "id": 138007, "name": "Coreno Ausonio", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281221,8 +281221,8 @@ { "id": 138008, "name": "Corfinio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281262,8 +281262,8 @@ { "id": 138009, "name": "Corgeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -281303,8 +281303,8 @@ { "id": 138010, "name": "Cori", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281344,8 +281344,8 @@ { "id": 138011, "name": "Coriano", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281385,8 +281385,8 @@ { "id": 138012, "name": "Corigliano Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281426,8 +281426,8 @@ { "id": 138013, "name": "Corigliano Scalo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -281467,8 +281467,8 @@ { "id": 138014, "name": "Corigliano d'Otranto", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281508,8 +281508,8 @@ { "id": 138015, "name": "Corinaldo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281549,8 +281549,8 @@ { "id": 138016, "name": "Corio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281590,8 +281590,8 @@ { "id": 138017, "name": "Corleone", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281631,8 +281631,8 @@ { "id": 138018, "name": "Corleto Monforte", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281672,8 +281672,8 @@ { "id": 138019, "name": "Corleto Perticara", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281713,8 +281713,8 @@ { "id": 138020, "name": "Cormano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281754,8 +281754,8 @@ { "id": 138021, "name": "Cormons", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281795,8 +281795,8 @@ { "id": 138022, "name": "Corna Imagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281836,8 +281836,8 @@ { "id": 138023, "name": "Cornaiano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -281877,8 +281877,8 @@ { "id": 138024, "name": "Cornalba", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281918,8 +281918,8 @@ { "id": 138025, "name": "Cornale", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -281959,8 +281959,8 @@ { "id": 138026, "name": "Cornaredo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282000,8 +282000,8 @@ { "id": 138027, "name": "Cornate d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282041,8 +282041,8 @@ { "id": 138028, "name": "Cornedo All'Isarco", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282082,8 +282082,8 @@ { "id": 138029, "name": "Cornedo Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282123,8 +282123,8 @@ { "id": 138030, "name": "Corneliano d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282164,8 +282164,8 @@ { "id": 138031, "name": "Corneno-Galliano-Carella Mariaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282205,8 +282205,8 @@ { "id": 138032, "name": "Corniglio", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282246,8 +282246,8 @@ { "id": 138033, "name": "Corno Giovine", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282287,8 +282287,8 @@ { "id": 138034, "name": "Corno di Rosazzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282328,8 +282328,8 @@ { "id": 138035, "name": "Cornovecchio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282369,8 +282369,8 @@ { "id": 138036, "name": "Cornuda", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282410,8 +282410,8 @@ { "id": 138037, "name": "Corpo Reno", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -282451,8 +282451,8 @@ { "id": 138038, "name": "Corpolò", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -282492,8 +282492,8 @@ { "id": 138039, "name": "Correggio", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282533,8 +282533,8 @@ { "id": 138040, "name": "Correzzana", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282574,8 +282574,8 @@ { "id": 138041, "name": "Correzzola", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282615,8 +282615,8 @@ { "id": 138042, "name": "Corrido", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282656,8 +282656,8 @@ { "id": 138043, "name": "Corridonia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282697,8 +282697,8 @@ { "id": 138044, "name": "Corropoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282738,8 +282738,8 @@ { "id": 138045, "name": "Corrubbio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -282779,8 +282779,8 @@ { "id": 138046, "name": "Corsanico-Bargecchia", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -282820,8 +282820,8 @@ { "id": 138047, "name": "Corsano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282861,8 +282861,8 @@ { "id": 138048, "name": "Corsico", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282902,8 +282902,8 @@ { "id": 138049, "name": "Corsione", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282943,8 +282943,8 @@ { "id": 138050, "name": "Cortaccia sulla Strada del Vino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -282984,8 +282984,8 @@ { "id": 138051, "name": "Cortale", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283025,8 +283025,8 @@ { "id": 138052, "name": "Cortandone", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283066,8 +283066,8 @@ { "id": 138053, "name": "Cortanze", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283107,8 +283107,8 @@ { "id": 138054, "name": "Cortazzone", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283148,8 +283148,8 @@ { "id": 138055, "name": "Corte", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -283189,8 +283189,8 @@ { "id": 138056, "name": "Corte Franca", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283230,8 +283230,8 @@ { "id": 138057, "name": "Corte de' Cortesi", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283271,8 +283271,8 @@ { "id": 138058, "name": "Corte de' Cortesi con Cignone", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283312,8 +283312,8 @@ { "id": 138059, "name": "Corte de' Frati", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283353,8 +283353,8 @@ { "id": 138060, "name": "Cortemaggiore", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283394,8 +283394,8 @@ { "id": 138061, "name": "Cortemilia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283435,8 +283435,8 @@ { "id": 138062, "name": "Corteno Golgi", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283476,8 +283476,8 @@ { "id": 138063, "name": "Cortenova", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283517,8 +283517,8 @@ { "id": 138064, "name": "Cortenuova", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283558,8 +283558,8 @@ { "id": 138065, "name": "Corteolona", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283599,8 +283599,8 @@ { "id": 138066, "name": "Cortiglione", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283640,8 +283640,8 @@ { "id": 138067, "name": "Cortina d'Ampezzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283681,8 +283681,8 @@ { "id": 138068, "name": "Cortina sulla Strada del Vino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283722,8 +283722,8 @@ { "id": 138069, "name": "Cortino", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283763,8 +283763,8 @@ { "id": 138070, "name": "Cortoghiana", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "city", @@ -283804,8 +283804,8 @@ { "id": 138071, "name": "Cortona", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283845,8 +283845,8 @@ { "id": 138072, "name": "Corvara", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283886,8 +283886,8 @@ { "id": 138073, "name": "Corvara in Badia", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -283927,8 +283927,8 @@ { "id": 138074, "name": "Corvaro", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "city", @@ -283968,8 +283968,8 @@ { "id": 138075, "name": "Corvino San Quirico", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284009,8 +284009,8 @@ { "id": 138076, "name": "Corzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284050,8 +284050,8 @@ { "id": 138077, "name": "Coseano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284091,8 +284091,8 @@ { "id": 138078, "name": "Cosenza", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -284132,8 +284132,8 @@ { "id": 138079, "name": "Cosio Valtellino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284173,8 +284173,8 @@ { "id": 138080, "name": "Cosio di Arroscia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284214,8 +284214,8 @@ { "id": 138081, "name": "Cosniga-Zoppè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -284255,8 +284255,8 @@ { "id": 138082, "name": "Cosoleto", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284296,8 +284296,8 @@ { "id": 138083, "name": "Cossano Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284337,8 +284337,8 @@ { "id": 138084, "name": "Cossano Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284378,8 +284378,8 @@ { "id": 138085, "name": "Cossato", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284419,8 +284419,8 @@ { "id": 138086, "name": "Cosseria", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284460,8 +284460,8 @@ { "id": 138087, "name": "Cossignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284501,8 +284501,8 @@ { "id": 138088, "name": "Cossogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284542,8 +284542,8 @@ { "id": 138089, "name": "Cossoine", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284583,8 +284583,8 @@ { "id": 138090, "name": "Cossombrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284624,8 +284624,8 @@ { "id": 138091, "name": "Costa Lambro", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "city", @@ -284665,8 +284665,8 @@ { "id": 138092, "name": "Costa Masnaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284706,8 +284706,8 @@ { "id": 138093, "name": "Costa Sant'Abramo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -284747,8 +284747,8 @@ { "id": 138094, "name": "Costa Valle Imagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284788,8 +284788,8 @@ { "id": 138095, "name": "Costa Vescovato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284829,8 +284829,8 @@ { "id": 138096, "name": "Costa Volpino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284870,8 +284870,8 @@ { "id": 138097, "name": "Costa de' Nobili", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284911,8 +284911,8 @@ { "id": 138098, "name": "Costa di Mezzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284952,8 +284952,8 @@ { "id": 138099, "name": "Costa di Rovigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -284993,8 +284993,8 @@ { "id": 138100, "name": "Costa di Serina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285034,8 +285034,8 @@ { "id": 138101, "name": "Costa-Barco", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -285075,8 +285075,8 @@ { "id": 138102, "name": "Costabissara", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285116,8 +285116,8 @@ { "id": 138103, "name": "Costacciaro", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285157,8 +285157,8 @@ { "id": 138104, "name": "Costano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -285198,8 +285198,8 @@ { "id": 138105, "name": "Costanzana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285239,8 +285239,8 @@ { "id": 138106, "name": "Costarainera", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285280,8 +285280,8 @@ { "id": 138107, "name": "Costaroni", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -285321,8 +285321,8 @@ { "id": 138108, "name": "Costermano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285362,8 +285362,8 @@ { "id": 138109, "name": "Costigliole d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285403,8 +285403,8 @@ { "id": 138110, "name": "Costiglione Saluzzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285485,8 +285485,8 @@ { "id": 138112, "name": "Cotronei", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285526,8 +285526,8 @@ { "id": 138113, "name": "Cottanello", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285567,8 +285567,8 @@ { "id": 138114, "name": "Country Park", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -285649,8 +285649,8 @@ { "id": 138116, "name": "Covelo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285690,8 +285690,8 @@ { "id": 138117, "name": "Covo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285731,8 +285731,8 @@ { "id": 138118, "name": "Covolo-Levada", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -285772,8 +285772,8 @@ { "id": 138119, "name": "Cozzana", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -285813,8 +285813,8 @@ { "id": 138120, "name": "Cozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285854,8 +285854,8 @@ { "id": 138121, "name": "Craco-Sant'Angelo", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285895,8 +285895,8 @@ { "id": 138122, "name": "Crandola Valsassina", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285936,8 +285936,8 @@ { "id": 138123, "name": "Cras", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -285977,8 +285977,8 @@ { "id": 138124, "name": "Crava", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286018,8 +286018,8 @@ { "id": 138125, "name": "Cravagliana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286059,8 +286059,8 @@ { "id": 138126, "name": "Cravanzana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286100,8 +286100,8 @@ { "id": 138127, "name": "Craveggia", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286141,8 +286141,8 @@ { "id": 138128, "name": "Creazzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286182,8 +286182,8 @@ { "id": 138129, "name": "Crecchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286223,8 +286223,8 @@ { "id": 138130, "name": "Credaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286264,8 +286264,8 @@ { "id": 138131, "name": "Credera", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286305,8 +286305,8 @@ { "id": 138132, "name": "Crema", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286346,8 +286346,8 @@ { "id": 138133, "name": "Cremella", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286387,8 +286387,8 @@ { "id": 138134, "name": "Cremenaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286428,8 +286428,8 @@ { "id": 138135, "name": "Cremeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286469,8 +286469,8 @@ { "id": 138136, "name": "Cremia", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286510,8 +286510,8 @@ { "id": 138137, "name": "Cremolino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286551,8 +286551,8 @@ { "id": 138138, "name": "Cremona", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -286592,8 +286592,8 @@ { "id": 138139, "name": "Cremosano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286633,8 +286633,8 @@ { "id": 138140, "name": "Crepaldo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -286674,8 +286674,8 @@ { "id": 138141, "name": "Crescentino", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286715,8 +286715,8 @@ { "id": 138142, "name": "Crespadoro", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286756,8 +286756,8 @@ { "id": 138143, "name": "Crespano del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286797,8 +286797,8 @@ { "id": 138144, "name": "Crespellano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286838,8 +286838,8 @@ { "id": 138145, "name": "Crespiatica", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286879,8 +286879,8 @@ { "id": 138146, "name": "Crespina", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286920,8 +286920,8 @@ { "id": 138147, "name": "Crespino", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -286961,8 +286961,8 @@ { "id": 138148, "name": "Cressa", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287002,8 +287002,8 @@ { "id": 138149, "name": "Creto", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287043,8 +287043,8 @@ { "id": 138150, "name": "Cretone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -287084,8 +287084,8 @@ { "id": 138151, "name": "Crevacuore", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287125,8 +287125,8 @@ { "id": 138152, "name": "Crevalcore", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287166,8 +287166,8 @@ { "id": 138153, "name": "Crevoladossola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287207,8 +287207,8 @@ { "id": 138154, "name": "Crichi", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287248,8 +287248,8 @@ { "id": 138155, "name": "Crispano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287289,8 +287289,8 @@ { "id": 138156, "name": "Crispi Cavour", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -287330,8 +287330,8 @@ { "id": 138157, "name": "Crispiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287371,8 +287371,8 @@ { "id": 138158, "name": "Crissolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287412,8 +287412,8 @@ { "id": 138159, "name": "Crocefieschi", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287453,8 +287453,8 @@ { "id": 138160, "name": "Crocetta del Montello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287494,8 +287494,8 @@ { "id": 138161, "name": "Crocetta-Nogarè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287535,8 +287535,8 @@ { "id": 138162, "name": "Crodo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287576,8 +287576,8 @@ { "id": 138163, "name": "Crognaleto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287617,8 +287617,8 @@ { "id": 138164, "name": "Crone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287658,8 +287658,8 @@ { "id": 138165, "name": "Cropalati", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287699,8 +287699,8 @@ { "id": 138166, "name": "Cropani", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287740,8 +287740,8 @@ { "id": 138167, "name": "Cropani Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -287781,8 +287781,8 @@ { "id": 138168, "name": "Crosia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287822,8 +287822,8 @@ { "id": 138169, "name": "Crosio della Valle", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287863,8 +287863,8 @@ { "id": 138170, "name": "Crotone", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -287904,8 +287904,8 @@ { "id": 138171, "name": "Crotta d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287945,8 +287945,8 @@ { "id": 138172, "name": "Crova", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -287986,8 +287986,8 @@ { "id": 138173, "name": "Croviana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288027,8 +288027,8 @@ { "id": 138174, "name": "Crucoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288068,8 +288068,8 @@ { "id": 138175, "name": "Crugnola", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -288109,8 +288109,8 @@ { "id": 138176, "name": "Cuasso al Monte", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288150,8 +288150,8 @@ { "id": 138177, "name": "Cuasso al Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -288191,8 +288191,8 @@ { "id": 138178, "name": "Cuccaro Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288232,8 +288232,8 @@ { "id": 138179, "name": "Cuccaro Vetere", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288273,8 +288273,8 @@ { "id": 138180, "name": "Cucciago", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288314,8 +288314,8 @@ { "id": 138181, "name": "Cuccurano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -288355,8 +288355,8 @@ { "id": 138182, "name": "Cuceglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288396,8 +288396,8 @@ { "id": 138183, "name": "Cuggiono", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288437,8 +288437,8 @@ { "id": 138184, "name": "Cugliate-Fabiasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288478,8 +288478,8 @@ { "id": 138185, "name": "Cuglieri", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288519,8 +288519,8 @@ { "id": 138186, "name": "Cugnoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288560,8 +288560,8 @@ { "id": 138187, "name": "Cumiana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288601,8 +288601,8 @@ { "id": 138188, "name": "Cumignano sul Naviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288642,8 +288642,8 @@ { "id": 138189, "name": "Cunardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288683,8 +288683,8 @@ { "id": 138190, "name": "Cuneo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -288724,8 +288724,8 @@ { "id": 138191, "name": "Cunettone-Villa", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -288765,8 +288765,8 @@ { "id": 138192, "name": "Cunevo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288806,8 +288806,8 @@ { "id": 138193, "name": "Cunico", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288847,8 +288847,8 @@ { "id": 138194, "name": "Cuorgnè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288888,8 +288888,8 @@ { "id": 138195, "name": "Cupello", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288929,8 +288929,8 @@ { "id": 138196, "name": "Cupra Marittima", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -288970,8 +288970,8 @@ { "id": 138197, "name": "Cupramontana", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289011,8 +289011,8 @@ { "id": 138198, "name": "Cura Carpignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289052,8 +289052,8 @@ { "id": 138199, "name": "Curcuris", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289093,8 +289093,8 @@ { "id": 138200, "name": "Cureggio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289134,8 +289134,8 @@ { "id": 138201, "name": "Curiglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289175,8 +289175,8 @@ { "id": 138202, "name": "Curinga", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -289216,8 +289216,8 @@ { "id": 138203, "name": "Curino", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289257,8 +289257,8 @@ { "id": 138204, "name": "Curno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289298,8 +289298,8 @@ { "id": 138205, "name": "Curon Venosta", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289339,8 +289339,8 @@ { "id": 138206, "name": "Cursi", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289380,8 +289380,8 @@ { "id": 138207, "name": "Cursolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289421,8 +289421,8 @@ { "id": 138208, "name": "Curtarolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289462,8 +289462,8 @@ { "id": 138209, "name": "Curti", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289503,8 +289503,8 @@ { "id": 138210, "name": "Cusago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289544,8 +289544,8 @@ { "id": 138211, "name": "Cusano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289585,8 +289585,8 @@ { "id": 138212, "name": "Cusano Mutri", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289626,8 +289626,8 @@ { "id": 138213, "name": "Cusercoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -289667,8 +289667,8 @@ { "id": 138214, "name": "Cusino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289708,8 +289708,8 @@ { "id": 138215, "name": "Cusio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289749,8 +289749,8 @@ { "id": 138216, "name": "Custonaci", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289790,8 +289790,8 @@ { "id": 138217, "name": "Cutigliano", - "state_id": 1664, - "state_code": "52", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289831,8 +289831,8 @@ { "id": 138218, "name": "Cutro", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289872,8 +289872,8 @@ { "id": 138219, "name": "Cutrofiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289913,8 +289913,8 @@ { "id": 138220, "name": "Cuveglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289954,8 +289954,8 @@ { "id": 138221, "name": "Cuvio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -289995,8 +289995,8 @@ { "id": 138222, "name": "Cà Dè Fabbri", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -290036,8 +290036,8 @@ { "id": 138223, "name": "Daiano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290077,8 +290077,8 @@ { "id": 138224, "name": "Dairago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290118,8 +290118,8 @@ { "id": 138225, "name": "Dalmine", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290159,8 +290159,8 @@ { "id": 138226, "name": "Dambel", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290200,8 +290200,8 @@ { "id": 138227, "name": "Danta", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290241,8 +290241,8 @@ { "id": 138228, "name": "Daone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290282,8 +290282,8 @@ { "id": 138229, "name": "Darfo Boario Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290323,8 +290323,8 @@ { "id": 138230, "name": "Dasà", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290364,8 +290364,8 @@ { "id": 138231, "name": "Davagna", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290405,8 +290405,8 @@ { "id": 138232, "name": "Daverio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290446,8 +290446,8 @@ { "id": 138233, "name": "Davoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290487,8 +290487,8 @@ { "id": 138234, "name": "Dazio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290528,8 +290528,8 @@ { "id": 138235, "name": "Decima", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -290569,8 +290569,8 @@ { "id": 138236, "name": "Decimomannu", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290610,8 +290610,8 @@ { "id": 138237, "name": "Decimoputzu", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290651,8 +290651,8 @@ { "id": 138238, "name": "Decollatura", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290692,8 +290692,8 @@ { "id": 138239, "name": "Dego", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290733,8 +290733,8 @@ { "id": 138240, "name": "Deiva Marina", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290774,8 +290774,8 @@ { "id": 138241, "name": "Delebio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290815,8 +290815,8 @@ { "id": 138242, "name": "Delia", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290856,8 +290856,8 @@ { "id": 138243, "name": "Delianuova", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290897,8 +290897,8 @@ { "id": 138244, "name": "Deliceto", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290938,8 +290938,8 @@ { "id": 138245, "name": "Dello", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -290979,8 +290979,8 @@ { "id": 138246, "name": "Demonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291020,8 +291020,8 @@ { "id": 138247, "name": "Denice", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291061,8 +291061,8 @@ { "id": 138248, "name": "Denno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291102,8 +291102,8 @@ { "id": 138249, "name": "Depressa", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -291143,8 +291143,8 @@ { "id": 138250, "name": "Dernice", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291184,8 +291184,8 @@ { "id": 138251, "name": "Derovere", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291225,8 +291225,8 @@ { "id": 138252, "name": "Deruta", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291266,8 +291266,8 @@ { "id": 138253, "name": "Dervio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291307,8 +291307,8 @@ { "id": 138254, "name": "Desana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291348,8 +291348,8 @@ { "id": 138255, "name": "Dese", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -291389,8 +291389,8 @@ { "id": 138256, "name": "Desenzano del Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291430,8 +291430,8 @@ { "id": 138257, "name": "Desio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291471,8 +291471,8 @@ { "id": 138258, "name": "Desulo", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291512,8 +291512,8 @@ { "id": 138259, "name": "Diamante", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291553,8 +291553,8 @@ { "id": 138260, "name": "Diano Arentino", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291594,8 +291594,8 @@ { "id": 138261, "name": "Diano Castello", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291635,8 +291635,8 @@ { "id": 138262, "name": "Diano Marina", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291676,8 +291676,8 @@ { "id": 138263, "name": "Diano San Pietro", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291717,8 +291717,8 @@ { "id": 138264, "name": "Diano d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291758,8 +291758,8 @@ { "id": 138265, "name": "Dicomano", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291799,8 +291799,8 @@ { "id": 138266, "name": "Dignano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291840,8 +291840,8 @@ { "id": 138267, "name": "Dimaro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291881,8 +291881,8 @@ { "id": 138268, "name": "Dinami", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291922,8 +291922,8 @@ { "id": 138269, "name": "Dipignano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -291963,8 +291963,8 @@ { "id": 138270, "name": "Diso", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292004,8 +292004,8 @@ { "id": 138271, "name": "Divignano", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292045,8 +292045,8 @@ { "id": 138272, "name": "Dizzasco-Biazzeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292086,8 +292086,8 @@ { "id": 138273, "name": "Dobbiaco", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292127,8 +292127,8 @@ { "id": 138274, "name": "Doberdò del Lago", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292168,8 +292168,8 @@ { "id": 138275, "name": "Dodici Morelli", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -292209,8 +292209,8 @@ { "id": 138276, "name": "Dogliani", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292250,8 +292250,8 @@ { "id": 138277, "name": "Dogliola", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292291,8 +292291,8 @@ { "id": 138278, "name": "Dogna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292332,8 +292332,8 @@ { "id": 138279, "name": "Dolceacqua", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292373,8 +292373,8 @@ { "id": 138280, "name": "Dolcedo", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292414,8 +292414,8 @@ { "id": 138281, "name": "Dolcè", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292455,8 +292455,8 @@ { "id": 138282, "name": "Dolegna del Collio", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292496,8 +292496,8 @@ { "id": 138283, "name": "Dolianova", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292537,8 +292537,8 @@ { "id": 138284, "name": "Dolina", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292578,8 +292578,8 @@ { "id": 138285, "name": "Dolo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292619,8 +292619,8 @@ { "id": 138286, "name": "Dolzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292660,8 +292660,8 @@ { "id": 138287, "name": "Domanico", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292701,8 +292701,8 @@ { "id": 138288, "name": "Domaso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292742,8 +292742,8 @@ { "id": 138289, "name": "Domegge di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292783,8 +292783,8 @@ { "id": 138290, "name": "Domicella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292824,8 +292824,8 @@ { "id": 138291, "name": "Domio", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "city", @@ -292865,8 +292865,8 @@ { "id": 138292, "name": "Domodossola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292906,8 +292906,8 @@ { "id": 138293, "name": "Domus de Maria", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292947,8 +292947,8 @@ { "id": 138294, "name": "Domusnovas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -292988,8 +292988,8 @@ { "id": 138295, "name": "Don", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293029,8 +293029,8 @@ { "id": 138296, "name": "Don", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293070,8 +293070,8 @@ { "id": 138297, "name": "Donato", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293111,8 +293111,8 @@ { "id": 138298, "name": "Dongo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293152,8 +293152,8 @@ { "id": 138299, "name": "Donigala Fenugheddu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "city", @@ -293193,8 +293193,8 @@ { "id": 138300, "name": "Donnalucata", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -293275,8 +293275,8 @@ { "id": 138302, "name": "Donnici Inferiore", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -293316,8 +293316,8 @@ { "id": 138303, "name": "Donoratico", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -293357,8 +293357,8 @@ { "id": 138304, "name": "Donorì", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293398,8 +293398,8 @@ { "id": 138305, "name": "Donzella", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -293439,8 +293439,8 @@ { "id": 138306, "name": "Dorgali", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293480,8 +293480,8 @@ { "id": 138307, "name": "Doria", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -293521,8 +293521,8 @@ { "id": 138308, "name": "Dorio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293562,8 +293562,8 @@ { "id": 138309, "name": "Dormelletto", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293603,8 +293603,8 @@ { "id": 138310, "name": "Dorno", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293644,8 +293644,8 @@ { "id": 138311, "name": "Dorsino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293685,8 +293685,8 @@ { "id": 138312, "name": "Dorzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293726,8 +293726,8 @@ { "id": 138313, "name": "Dosimo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293767,8 +293767,8 @@ { "id": 138314, "name": "Dosolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293808,8 +293808,8 @@ { "id": 138315, "name": "Dossena", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293849,8 +293849,8 @@ { "id": 138316, "name": "Dosso", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -293890,8 +293890,8 @@ { "id": 138317, "name": "Dosso del Liro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293931,8 +293931,8 @@ { "id": 138318, "name": "Dosso-Ville", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -293972,8 +293972,8 @@ { "id": 138319, "name": "Dossobuono", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -294013,8 +294013,8 @@ { "id": 138320, "name": "Dosson", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294095,8 +294095,8 @@ { "id": 138322, "name": "Dovadola", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294136,8 +294136,8 @@ { "id": 138323, "name": "Dovera", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294177,8 +294177,8 @@ { "id": 138324, "name": "Dozza", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294218,8 +294218,8 @@ { "id": 138325, "name": "Dragonea", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -294259,8 +294259,8 @@ { "id": 138326, "name": "Dragoni", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -294300,8 +294300,8 @@ { "id": 138327, "name": "Drapia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294341,8 +294341,8 @@ { "id": 138328, "name": "Drena", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294382,8 +294382,8 @@ { "id": 138329, "name": "Dresano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294423,8 +294423,8 @@ { "id": 138330, "name": "Drizzona", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294464,8 +294464,8 @@ { "id": 138331, "name": "Dro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294505,8 +294505,8 @@ { "id": 138332, "name": "Dronero", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294546,8 +294546,8 @@ { "id": 138333, "name": "Drubiaglio-Grangia", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -294587,8 +294587,8 @@ { "id": 138334, "name": "Druento", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294628,8 +294628,8 @@ { "id": 138335, "name": "Druogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294669,8 +294669,8 @@ { "id": 138336, "name": "Dualchi", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294710,8 +294710,8 @@ { "id": 138337, "name": "Dubino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294751,8 +294751,8 @@ { "id": 138338, "name": "Due Carrare", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294792,8 +294792,8 @@ { "id": 138339, "name": "Dueville", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294833,8 +294833,8 @@ { "id": 138340, "name": "Dugenta", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294874,8 +294874,8 @@ { "id": 138341, "name": "Duino", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "city", @@ -294915,8 +294915,8 @@ { "id": 138342, "name": "Dumenza", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294956,8 +294956,8 @@ { "id": 138343, "name": "Duno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -294997,8 +294997,8 @@ { "id": 138344, "name": "Duomo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -295038,8 +295038,8 @@ { "id": 138345, "name": "Durazzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295079,8 +295079,8 @@ { "id": 138346, "name": "Duronia", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295120,8 +295120,8 @@ { "id": 138347, "name": "Dusino", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295161,8 +295161,8 @@ { "id": 138348, "name": "Eboli", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295202,8 +295202,8 @@ { "id": 138349, "name": "Edolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295243,8 +295243,8 @@ { "id": 138350, "name": "Egna", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295284,8 +295284,8 @@ { "id": 138351, "name": "Elice", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295325,8 +295325,8 @@ { "id": 138352, "name": "Elini", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295366,8 +295366,8 @@ { "id": 138353, "name": "Ello", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295407,8 +295407,8 @@ { "id": 138354, "name": "Elmas", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295489,8 +295489,8 @@ { "id": 138356, "name": "Empoli", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295530,8 +295530,8 @@ { "id": 138357, "name": "Endine", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295571,8 +295571,8 @@ { "id": 138358, "name": "Enego", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295612,8 +295612,8 @@ { "id": 138359, "name": "Enemonzo-Quinis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295653,8 +295653,8 @@ { "id": 138360, "name": "Enna", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295694,8 +295694,8 @@ { "id": 138361, "name": "Entracque", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295735,8 +295735,8 @@ { "id": 138362, "name": "Entratico", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295776,8 +295776,8 @@ { "id": 138363, "name": "Envie", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295817,8 +295817,8 @@ { "id": 138364, "name": "Episcopia", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295858,8 +295858,8 @@ { "id": 138365, "name": "Era", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295899,8 +295899,8 @@ { "id": 138366, "name": "Eraclea", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295940,8 +295940,8 @@ { "id": 138367, "name": "Erba", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -295981,8 +295981,8 @@ { "id": 138368, "name": "Erbezzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296022,8 +296022,8 @@ { "id": 138369, "name": "Erbusco", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296063,8 +296063,8 @@ { "id": 138370, "name": "Erbè", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296104,8 +296104,8 @@ { "id": 138371, "name": "Erchie", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296145,8 +296145,8 @@ { "id": 138372, "name": "Ercolano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296186,8 +296186,8 @@ { "id": 138373, "name": "Eremo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -296227,8 +296227,8 @@ { "id": 138374, "name": "Erice", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296268,8 +296268,8 @@ { "id": 138375, "name": "Erli", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296309,8 +296309,8 @@ { "id": 138376, "name": "Erto", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296350,8 +296350,8 @@ { "id": 138377, "name": "Erula", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296391,8 +296391,8 @@ { "id": 138378, "name": "Erve", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296432,8 +296432,8 @@ { "id": 138379, "name": "Esanatoglia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296473,8 +296473,8 @@ { "id": 138380, "name": "Escalaplano", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296514,8 +296514,8 @@ { "id": 138381, "name": "Escolca", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296555,8 +296555,8 @@ { "id": 138382, "name": "Esine", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296596,8 +296596,8 @@ { "id": 138383, "name": "Esino Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296637,8 +296637,8 @@ { "id": 138384, "name": "Esperia", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296678,8 +296678,8 @@ { "id": 138385, "name": "Esporlatu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296719,8 +296719,8 @@ { "id": 138386, "name": "Este", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296760,8 +296760,8 @@ { "id": 138387, "name": "Esterzili", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296842,8 +296842,8 @@ { "id": 138389, "name": "Evangelisti-Rubino", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296883,8 +296883,8 @@ { "id": 138390, "name": "Exilles", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296924,8 +296924,8 @@ { "id": 138391, "name": "Fabbriche di Vallico", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -296965,8 +296965,8 @@ { "id": 138392, "name": "Fabbrico", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297006,8 +297006,8 @@ { "id": 138393, "name": "Fabriano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297047,8 +297047,8 @@ { "id": 138394, "name": "Fabrica di Roma", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297088,8 +297088,8 @@ { "id": 138395, "name": "Fabrizia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297129,8 +297129,8 @@ { "id": 138396, "name": "Fabrizio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -297170,8 +297170,8 @@ { "id": 138397, "name": "Fabro", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297211,8 +297211,8 @@ { "id": 138398, "name": "Fabro Scalo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -297252,8 +297252,8 @@ { "id": 138399, "name": "Faedis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297293,8 +297293,8 @@ { "id": 138400, "name": "Faedo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297334,8 +297334,8 @@ { "id": 138401, "name": "Faedo Valtellino", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297375,8 +297375,8 @@ { "id": 138402, "name": "Faella", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -297457,8 +297457,8 @@ { "id": 138404, "name": "Faeto", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297498,8 +297498,8 @@ { "id": 138405, "name": "Fagagna", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297539,8 +297539,8 @@ { "id": 138406, "name": "Faggeto Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297580,8 +297580,8 @@ { "id": 138407, "name": "Faggiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297621,8 +297621,8 @@ { "id": 138408, "name": "Fagnano Castello", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297662,8 +297662,8 @@ { "id": 138409, "name": "Fagnano Olona-Bergoro", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297703,8 +297703,8 @@ { "id": 138410, "name": "Fai della Paganella", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297744,8 +297744,8 @@ { "id": 138411, "name": "Faiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -297785,8 +297785,8 @@ { "id": 138412, "name": "Faicchio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297826,8 +297826,8 @@ { "id": 138413, "name": "Falcade Alto", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297867,8 +297867,8 @@ { "id": 138414, "name": "Falciano del Massico", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297908,8 +297908,8 @@ { "id": 138415, "name": "Falconara Albanese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297949,8 +297949,8 @@ { "id": 138416, "name": "Falconara Marittima", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -297990,8 +297990,8 @@ { "id": 138417, "name": "Falcone", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298031,8 +298031,8 @@ { "id": 138418, "name": "Faleria", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298072,8 +298072,8 @@ { "id": 138419, "name": "Falerna", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298113,8 +298113,8 @@ { "id": 138420, "name": "Falerna Scalo", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -298154,8 +298154,8 @@ { "id": 138421, "name": "Falerone", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298195,8 +298195,8 @@ { "id": 138422, "name": "Fallo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298236,8 +298236,8 @@ { "id": 138423, "name": "Falmenta", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298277,8 +298277,8 @@ { "id": 138424, "name": "Faloppio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298318,8 +298318,8 @@ { "id": 138425, "name": "Falvaterra", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298359,8 +298359,8 @@ { "id": 138426, "name": "Falzes", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298400,8 +298400,8 @@ { "id": 138427, "name": "Falzè di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -298441,8 +298441,8 @@ { "id": 138428, "name": "Falzè-Signoressa", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298482,8 +298482,8 @@ { "id": 138429, "name": "Fanano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298523,8 +298523,8 @@ { "id": 138430, "name": "Fanano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -298564,8 +298564,8 @@ { "id": 138431, "name": "Fane", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -298605,8 +298605,8 @@ { "id": 138432, "name": "Fanna", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298646,8 +298646,8 @@ { "id": 138433, "name": "Fano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298687,8 +298687,8 @@ { "id": 138434, "name": "Fano Adriano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298728,8 +298728,8 @@ { "id": 138435, "name": "Fantasina", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -298769,8 +298769,8 @@ { "id": 138436, "name": "Fanzolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -298810,8 +298810,8 @@ { "id": 138437, "name": "Fara Filiorum Petri", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298851,8 +298851,8 @@ { "id": 138438, "name": "Fara Gera d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298892,8 +298892,8 @@ { "id": 138439, "name": "Fara Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298933,8 +298933,8 @@ { "id": 138440, "name": "Fara Olivana", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -298974,8 +298974,8 @@ { "id": 138441, "name": "Fara San Martino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299015,8 +299015,8 @@ { "id": 138442, "name": "Fara Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299056,8 +299056,8 @@ { "id": 138443, "name": "Fara in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299097,8 +299097,8 @@ { "id": 138444, "name": "Faraldo-Nocelleto", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -299138,8 +299138,8 @@ { "id": 138445, "name": "Fardella", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299179,8 +299179,8 @@ { "id": 138446, "name": "Farigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299220,8 +299220,8 @@ { "id": 138447, "name": "Farindola", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299261,8 +299261,8 @@ { "id": 138448, "name": "Farini", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299302,8 +299302,8 @@ { "id": 138449, "name": "Farnese", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299343,8 +299343,8 @@ { "id": 138450, "name": "Faro Superiore", - "state_id": 1709, - "state_code": "82", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -299384,8 +299384,8 @@ { "id": 138451, "name": "Farra d'Alpago", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299425,8 +299425,8 @@ { "id": 138452, "name": "Farra d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299466,8 +299466,8 @@ { "id": 138453, "name": "Farra di Soligo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299507,8 +299507,8 @@ { "id": 138454, "name": "Fasano", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299548,8 +299548,8 @@ { "id": 138455, "name": "Fascia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299589,8 +299589,8 @@ { "id": 138456, "name": "Fauglia", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299630,8 +299630,8 @@ { "id": 138457, "name": "Faule", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299671,8 +299671,8 @@ { "id": 138458, "name": "Favale di Malvaro", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299712,8 +299712,8 @@ { "id": 138459, "name": "Favara", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299753,8 +299753,8 @@ { "id": 138460, "name": "Favari-Avatanei", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -299794,8 +299794,8 @@ { "id": 138461, "name": "Faver", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299835,8 +299835,8 @@ { "id": 138462, "name": "Favignana", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299876,8 +299876,8 @@ { "id": 138463, "name": "Favria", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299917,8 +299917,8 @@ { "id": 138464, "name": "Feglino", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299958,8 +299958,8 @@ { "id": 138465, "name": "Feisoglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -299999,8 +299999,8 @@ { "id": 138466, "name": "Felegara", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -300040,8 +300040,8 @@ { "id": 138467, "name": "Feletto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300081,8 +300081,8 @@ { "id": 138468, "name": "Felina", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -300122,8 +300122,8 @@ { "id": 138469, "name": "Felino", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300163,8 +300163,8 @@ { "id": 138470, "name": "Felitto", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300204,8 +300204,8 @@ { "id": 138471, "name": "Felizzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300245,8 +300245,8 @@ { "id": 138472, "name": "Fellegara", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -300286,8 +300286,8 @@ { "id": 138473, "name": "Felline", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -300327,8 +300327,8 @@ { "id": 138474, "name": "Felonica", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300368,8 +300368,8 @@ { "id": 138475, "name": "Feltre", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300409,8 +300409,8 @@ { "id": 138476, "name": "Fenegrò", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300450,8 +300450,8 @@ { "id": 138477, "name": "Fenestrelle", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300491,8 +300491,8 @@ { "id": 138478, "name": "Fenile", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -300532,8 +300532,8 @@ { "id": 138479, "name": "Ferentillo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300573,8 +300573,8 @@ { "id": 138480, "name": "Ferentino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300614,8 +300614,8 @@ { "id": 138481, "name": "Ferla", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300655,8 +300655,8 @@ { "id": 138482, "name": "Fermignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300696,8 +300696,8 @@ { "id": 138483, "name": "Fermo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -300737,8 +300737,8 @@ { "id": 138484, "name": "Ferno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300778,8 +300778,8 @@ { "id": 138485, "name": "Feroleto Antico", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300819,8 +300819,8 @@ { "id": 138486, "name": "Feroleto della Chiesa", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300860,8 +300860,8 @@ { "id": 138487, "name": "Ferrada", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300901,8 +300901,8 @@ { "id": 138488, "name": "Ferrandina", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -300942,8 +300942,8 @@ { "id": 138489, "name": "Ferrara", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -300983,8 +300983,8 @@ { "id": 138490, "name": "Ferrara di Monte Baldo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301024,8 +301024,8 @@ { "id": 138491, "name": "Ferrazzano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301065,8 +301065,8 @@ { "id": 138492, "name": "Ferrera Erbognone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301106,8 +301106,8 @@ { "id": 138493, "name": "Ferrera di Varese", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301147,8 +301147,8 @@ { "id": 138494, "name": "Ferrere", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301188,8 +301188,8 @@ { "id": 138495, "name": "Ferriera", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -301229,8 +301229,8 @@ { "id": 138496, "name": "Ferriere", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301270,8 +301270,8 @@ { "id": 138497, "name": "Ferriere", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301311,8 +301311,8 @@ { "id": 138498, "name": "Ferruzzano", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301352,8 +301352,8 @@ { "id": 138499, "name": "Fiamignano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301393,8 +301393,8 @@ { "id": 138500, "name": "Fiano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301434,8 +301434,8 @@ { "id": 138501, "name": "Fiano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301475,8 +301475,8 @@ { "id": 138502, "name": "Fiavè", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301516,8 +301516,8 @@ { "id": 138503, "name": "Ficarazzi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301557,8 +301557,8 @@ { "id": 138504, "name": "Ficarolo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301598,8 +301598,8 @@ { "id": 138505, "name": "Ficarra", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301639,8 +301639,8 @@ { "id": 138506, "name": "Ficulle", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301680,8 +301680,8 @@ { "id": 138507, "name": "Fidenza", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301721,8 +301721,8 @@ { "id": 138508, "name": "Fiera di Primiero", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301762,8 +301762,8 @@ { "id": 138509, "name": "Fierozzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301803,8 +301803,8 @@ { "id": 138510, "name": "Fiesco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301844,8 +301844,8 @@ { "id": 138511, "name": "Fiesole", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301885,8 +301885,8 @@ { "id": 138512, "name": "Fiesse", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301926,8 +301926,8 @@ { "id": 138513, "name": "Fiesso", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -301967,8 +301967,8 @@ { "id": 138514, "name": "Fiesso Umbertiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302008,8 +302008,8 @@ { "id": 138515, "name": "Fiesso d'Artico", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302049,8 +302049,8 @@ { "id": 138516, "name": "Figino", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -302090,8 +302090,8 @@ { "id": 138517, "name": "Figino Serenza", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302131,8 +302131,8 @@ { "id": 138518, "name": "Figliaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302172,8 +302172,8 @@ { "id": 138519, "name": "Figline Valdarno", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302213,8 +302213,8 @@ { "id": 138520, "name": "Figline Vegliaturo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302254,8 +302254,8 @@ { "id": 138521, "name": "Filacciano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302295,8 +302295,8 @@ { "id": 138522, "name": "Filadelfia", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302336,8 +302336,8 @@ { "id": 138523, "name": "Filago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302377,8 +302377,8 @@ { "id": 138524, "name": "Filandari", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302418,8 +302418,8 @@ { "id": 138525, "name": "Filattiera", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302459,8 +302459,8 @@ { "id": 138526, "name": "Filettino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302500,8 +302500,8 @@ { "id": 138527, "name": "Filetto", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302541,8 +302541,8 @@ { "id": 138528, "name": "Filettole", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -302582,8 +302582,8 @@ { "id": 138529, "name": "Filiano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302623,8 +302623,8 @@ { "id": 138530, "name": "Filighera", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302664,8 +302664,8 @@ { "id": 138531, "name": "Filignano", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302705,8 +302705,8 @@ { "id": 138532, "name": "Filogaso", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302746,8 +302746,8 @@ { "id": 138533, "name": "Filottrano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302787,8 +302787,8 @@ { "id": 138534, "name": "Finale", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -302828,8 +302828,8 @@ { "id": 138535, "name": "Finale Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302869,8 +302869,8 @@ { "id": 138536, "name": "Finale Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302910,8 +302910,8 @@ { "id": 138537, "name": "Fino Mornasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302951,8 +302951,8 @@ { "id": 138538, "name": "Fino del Monte", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -302992,8 +302992,8 @@ { "id": 138539, "name": "Fiorano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303033,8 +303033,8 @@ { "id": 138540, "name": "Fiorano Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303074,8 +303074,8 @@ { "id": 138541, "name": "Fiorano al Serio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303115,8 +303115,8 @@ { "id": 138542, "name": "Fiorenzuola d'Arda", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303156,8 +303156,8 @@ { "id": 138543, "name": "Firenzuola", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303197,8 +303197,8 @@ { "id": 138544, "name": "Firmo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303238,8 +303238,8 @@ { "id": 138545, "name": "Fisciano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303279,8 +303279,8 @@ { "id": 138546, "name": "Fiuggi", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303320,8 +303320,8 @@ { "id": 138547, "name": "Fiumalbo-Dogana", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303361,8 +303361,8 @@ { "id": 138548, "name": "Fiumana", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -303402,8 +303402,8 @@ { "id": 138549, "name": "Fiumara", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303443,8 +303443,8 @@ { "id": 138550, "name": "Fiume Veneto", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303484,8 +303484,8 @@ { "id": 138551, "name": "Fiumedinisi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303525,8 +303525,8 @@ { "id": 138552, "name": "Fiumefreddo Bruzio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303566,8 +303566,8 @@ { "id": 138553, "name": "Fiumefreddo Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303607,8 +303607,8 @@ { "id": 138554, "name": "Fiumicello", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -303648,8 +303648,8 @@ { "id": 138555, "name": "Fiumicino-Isola Sacra", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -303689,8 +303689,8 @@ { "id": 138556, "name": "Fivizzano", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303730,8 +303730,8 @@ { "id": 138557, "name": "Fizzonasco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -303771,8 +303771,8 @@ { "id": 138558, "name": "Fiè Allo Sciliar", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303812,8 +303812,8 @@ { "id": 138559, "name": "Flaibano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303853,8 +303853,8 @@ { "id": 138560, "name": "Flavon", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303894,8 +303894,8 @@ { "id": 138561, "name": "Fleccia-Chianavasso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303935,8 +303935,8 @@ { "id": 138562, "name": "Flero", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -303976,8 +303976,8 @@ { "id": 138563, "name": "Florence", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -304017,8 +304017,8 @@ { "id": 138564, "name": "Floresta", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304058,8 +304058,8 @@ { "id": 138565, "name": "Floridia", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304099,8 +304099,8 @@ { "id": 138566, "name": "Florinas", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304140,8 +304140,8 @@ { "id": 138567, "name": "Flumeri", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304181,8 +304181,8 @@ { "id": 138568, "name": "Fluminimaggiore", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304222,8 +304222,8 @@ { "id": 138569, "name": "Flussio", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304263,8 +304263,8 @@ { "id": 138570, "name": "Fobello", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304304,8 +304304,8 @@ { "id": 138571, "name": "Focene", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -304345,8 +304345,8 @@ { "id": 138572, "name": "Foggia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -304386,8 +304386,8 @@ { "id": 138573, "name": "Foglianise", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304427,8 +304427,8 @@ { "id": 138574, "name": "Fogliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304468,8 +304468,8 @@ { "id": 138575, "name": "Fogliano", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -304509,8 +304509,8 @@ { "id": 138576, "name": "Foglizzo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304550,8 +304550,8 @@ { "id": 138577, "name": "Fognano", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -304591,8 +304591,8 @@ { "id": 138578, "name": "Foiano della Chiana", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304632,8 +304632,8 @@ { "id": 138579, "name": "Foiano di Val Fortore", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304673,8 +304673,8 @@ { "id": 138580, "name": "Folgaria", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304714,8 +304714,8 @@ { "id": 138581, "name": "Folignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304755,8 +304755,8 @@ { "id": 138582, "name": "Foligno", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304796,8 +304796,8 @@ { "id": 138583, "name": "Follina", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304837,8 +304837,8 @@ { "id": 138584, "name": "Follonica", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304878,8 +304878,8 @@ { "id": 138585, "name": "Folzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -304919,8 +304919,8 @@ { "id": 138586, "name": "Fombio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -304960,8 +304960,8 @@ { "id": 138587, "name": "Fondachelli-Fantina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305001,8 +305001,8 @@ { "id": 138588, "name": "Fondi", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305042,8 +305042,8 @@ { "id": 138589, "name": "Fondo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305083,8 +305083,8 @@ { "id": 138590, "name": "Fonni", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305165,8 +305165,8 @@ { "id": 138592, "name": "Fontana Nuova-Bevia", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305206,8 +305206,8 @@ { "id": 138593, "name": "Fontana delle Monache", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305247,8 +305247,8 @@ { "id": 138594, "name": "Fontanafredda", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305288,8 +305288,8 @@ { "id": 138595, "name": "Fontanarosa", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305329,8 +305329,8 @@ { "id": 138596, "name": "Fontane-Zurane-Gresine", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305370,8 +305370,8 @@ { "id": 138597, "name": "Fontanelice", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305411,8 +305411,8 @@ { "id": 138598, "name": "Fontanella", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305452,8 +305452,8 @@ { "id": 138599, "name": "Fontanella-Ozino", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305493,8 +305493,8 @@ { "id": 138600, "name": "Fontanellato", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305534,8 +305534,8 @@ { "id": 138601, "name": "Fontanelle", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305575,8 +305575,8 @@ { "id": 138602, "name": "Fontaneto D'Agogna", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305616,8 +305616,8 @@ { "id": 138603, "name": "Fontanetto Po", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305657,8 +305657,8 @@ { "id": 138604, "name": "Fontanigorda", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305698,8 +305698,8 @@ { "id": 138605, "name": "Fontanile", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305739,8 +305739,8 @@ { "id": 138606, "name": "Fontaniva", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305780,8 +305780,8 @@ { "id": 138607, "name": "Fonte Umano-San Martino Alta", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -305821,8 +305821,8 @@ { "id": 138608, "name": "Fonteblanda", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -305862,8 +305862,8 @@ { "id": 138609, "name": "Fontecchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305903,8 +305903,8 @@ { "id": 138610, "name": "Fontechiari", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305944,8 +305944,8 @@ { "id": 138611, "name": "Fontegreca", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -305985,8 +305985,8 @@ { "id": 138612, "name": "Fonteno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306026,8 +306026,8 @@ { "id": 138613, "name": "Fontevivo", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306067,8 +306067,8 @@ { "id": 138614, "name": "Fontignano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -306108,8 +306108,8 @@ { "id": 138615, "name": "Fonzaso", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306149,8 +306149,8 @@ { "id": 138616, "name": "Foppolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306190,8 +306190,8 @@ { "id": 138617, "name": "Forano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306231,8 +306231,8 @@ { "id": 138618, "name": "Force", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306272,8 +306272,8 @@ { "id": 138619, "name": "Forche", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -306313,8 +306313,8 @@ { "id": 138620, "name": "Forchia", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306354,8 +306354,8 @@ { "id": 138621, "name": "Forcola", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306395,8 +306395,8 @@ { "id": 138622, "name": "Forcoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -306436,8 +306436,8 @@ { "id": 138623, "name": "Fordongianus", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306477,8 +306477,8 @@ { "id": 138624, "name": "Forenza", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306518,8 +306518,8 @@ { "id": 138625, "name": "Foresta", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -306559,8 +306559,8 @@ { "id": 138626, "name": "Foresto Sparso", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306600,8 +306600,8 @@ { "id": 138627, "name": "Forette", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -306641,8 +306641,8 @@ { "id": 138628, "name": "Forgaria nel Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306682,8 +306682,8 @@ { "id": 138629, "name": "Forino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306723,8 +306723,8 @@ { "id": 138630, "name": "Forio", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306764,8 +306764,8 @@ { "id": 138631, "name": "Forlimpopoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306805,8 +306805,8 @@ { "id": 138632, "name": "Forlì", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -306846,8 +306846,8 @@ { "id": 138633, "name": "Forlì del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306887,8 +306887,8 @@ { "id": 138634, "name": "Formazza", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306928,8 +306928,8 @@ { "id": 138635, "name": "Formello", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -306969,8 +306969,8 @@ { "id": 138636, "name": "Formia", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307010,8 +307010,8 @@ { "id": 138637, "name": "Formica", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -307051,8 +307051,8 @@ { "id": 138638, "name": "Formicola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307092,8 +307092,8 @@ { "id": 138639, "name": "Formigara", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307133,8 +307133,8 @@ { "id": 138640, "name": "Formigine", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307174,8 +307174,8 @@ { "id": 138641, "name": "Formigliana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307215,8 +307215,8 @@ { "id": 138642, "name": "Formignana", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307256,8 +307256,8 @@ { "id": 138643, "name": "Fornace", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307297,8 +307297,8 @@ { "id": 138644, "name": "Fornace Zarattini", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -307338,8 +307338,8 @@ { "id": 138645, "name": "Fornacelle", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307379,8 +307379,8 @@ { "id": 138646, "name": "Fornacette", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -307420,8 +307420,8 @@ { "id": 138647, "name": "Fornaci", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307461,8 +307461,8 @@ { "id": 138648, "name": "Fornaci", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -307502,8 +307502,8 @@ { "id": 138649, "name": "Fornaci", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307543,8 +307543,8 @@ { "id": 138650, "name": "Fornaci di Barga", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -307584,8 +307584,8 @@ { "id": 138651, "name": "Fornase", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -307625,8 +307625,8 @@ { "id": 138652, "name": "Fornelli", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307666,8 +307666,8 @@ { "id": 138653, "name": "Forni Avoltri", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307707,8 +307707,8 @@ { "id": 138654, "name": "Forni di Sopra", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307748,8 +307748,8 @@ { "id": 138655, "name": "Forni di Sotto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307789,8 +307789,8 @@ { "id": 138656, "name": "Forno Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307830,8 +307830,8 @@ { "id": 138657, "name": "Forno di Zoldo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307871,8 +307871,8 @@ { "id": 138658, "name": "Fornole", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -307912,8 +307912,8 @@ { "id": 138659, "name": "Fornovo San Giovanni", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307953,8 +307953,8 @@ { "id": 138660, "name": "Fornovo di Taro", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -307994,8 +307994,8 @@ { "id": 138661, "name": "Forte dei Marmi", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308035,8 +308035,8 @@ { "id": 138662, "name": "Fortezza", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308076,8 +308076,8 @@ { "id": 138663, "name": "Fortunago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308117,8 +308117,8 @@ { "id": 138664, "name": "Forza d'Agrò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308158,8 +308158,8 @@ { "id": 138665, "name": "Fosciandora", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308199,8 +308199,8 @@ { "id": 138666, "name": "Fosdinovo", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308240,8 +308240,8 @@ { "id": 138667, "name": "Fossa", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308281,8 +308281,8 @@ { "id": 138668, "name": "Fossa", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -308322,8 +308322,8 @@ { "id": 138669, "name": "Fossacesia", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308363,8 +308363,8 @@ { "id": 138670, "name": "Fossalta di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308404,8 +308404,8 @@ { "id": 138671, "name": "Fossalta di Portogruaro", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308445,8 +308445,8 @@ { "id": 138672, "name": "Fossalto", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308486,8 +308486,8 @@ { "id": 138673, "name": "Fossalunga", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -308527,8 +308527,8 @@ { "id": 138674, "name": "Fossano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308568,8 +308568,8 @@ { "id": 138675, "name": "Fossato Ionico-Fossatello-San Luca Marcelluzzo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -308609,8 +308609,8 @@ { "id": 138676, "name": "Fossato Serralta", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308650,8 +308650,8 @@ { "id": 138677, "name": "Fossato di Vico", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308691,8 +308691,8 @@ { "id": 138678, "name": "Fossignano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -308732,8 +308732,8 @@ { "id": 138679, "name": "Fosso Ghiaia", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -308773,8 +308773,8 @@ { "id": 138680, "name": "Fossoli", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "locality", @@ -308814,8 +308814,8 @@ { "id": 138681, "name": "Fossombrone", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308855,8 +308855,8 @@ { "id": 138682, "name": "Fossò", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308896,8 +308896,8 @@ { "id": 138683, "name": "Foza", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308937,8 +308937,8 @@ { "id": 138684, "name": "Frabosa Soprana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -308978,8 +308978,8 @@ { "id": 138685, "name": "Frabosa Sottana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309019,8 +309019,8 @@ { "id": 138686, "name": "Fraconalto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309060,8 +309060,8 @@ { "id": 138687, "name": "Fragagnano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309101,8 +309101,8 @@ { "id": 138688, "name": "Fragneto L'Abate", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309142,8 +309142,8 @@ { "id": 138689, "name": "Fragneto Monforte", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309183,8 +309183,8 @@ { "id": 138690, "name": "Fraine", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309224,8 +309224,8 @@ { "id": 138691, "name": "Framura", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309265,8 +309265,8 @@ { "id": 138692, "name": "Francavilla Angitola", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309306,8 +309306,8 @@ { "id": 138693, "name": "Francavilla Bisio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309347,8 +309347,8 @@ { "id": 138694, "name": "Francavilla Fontana", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309388,8 +309388,8 @@ { "id": 138695, "name": "Francavilla Marittima", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309429,8 +309429,8 @@ { "id": 138696, "name": "Francavilla al Mare", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309470,8 +309470,8 @@ { "id": 138697, "name": "Francavilla d'Ete", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309511,8 +309511,8 @@ { "id": 138698, "name": "Francavilla di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309552,8 +309552,8 @@ { "id": 138699, "name": "Francavilla in Sinni", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309593,8 +309593,8 @@ { "id": 138700, "name": "Francenigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -309634,8 +309634,8 @@ { "id": 138701, "name": "Franche", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -309675,8 +309675,8 @@ { "id": 138702, "name": "Francica", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309716,8 +309716,8 @@ { "id": 138703, "name": "Francofonte", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309757,8 +309757,8 @@ { "id": 138704, "name": "Francolino", - "state_id": 1773, - "state_code": "45", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -309798,8 +309798,8 @@ { "id": 138705, "name": "Francolise", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309839,8 +309839,8 @@ { "id": 138706, "name": "Frascaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309880,8 +309880,8 @@ { "id": 138707, "name": "Frascarolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309921,8 +309921,8 @@ { "id": 138708, "name": "Frascati", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -309962,8 +309962,8 @@ { "id": 138709, "name": "Frascineto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310003,8 +310003,8 @@ { "id": 138710, "name": "Frassilongo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310044,8 +310044,8 @@ { "id": 138711, "name": "Frassinelle Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310085,8 +310085,8 @@ { "id": 138712, "name": "Frassinello Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310126,8 +310126,8 @@ { "id": 138713, "name": "Frassineto Po", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310167,8 +310167,8 @@ { "id": 138714, "name": "Frassinetto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310208,8 +310208,8 @@ { "id": 138715, "name": "Frassino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310249,8 +310249,8 @@ { "id": 138716, "name": "Frassinoro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310290,8 +310290,8 @@ { "id": 138717, "name": "Frasso Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310331,8 +310331,8 @@ { "id": 138718, "name": "Frasso Telesino", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310372,8 +310372,8 @@ { "id": 138719, "name": "Fratta Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310413,8 +310413,8 @@ { "id": 138720, "name": "Fratta Terme", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -310454,8 +310454,8 @@ { "id": 138721, "name": "Fratta Todina", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310495,8 +310495,8 @@ { "id": 138722, "name": "Frattamaggiore", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310536,8 +310536,8 @@ { "id": 138723, "name": "Frattaminore", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310577,8 +310577,8 @@ { "id": 138724, "name": "Fratte Rosa", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310618,8 +310618,8 @@ { "id": 138725, "name": "Fraviano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310659,8 +310659,8 @@ { "id": 138726, "name": "Frazione Chiesa", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310700,8 +310700,8 @@ { "id": 138727, "name": "Frazzanò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310741,8 +310741,8 @@ { "id": 138728, "name": "Fregene", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -310782,8 +310782,8 @@ { "id": 138729, "name": "Fregona", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310823,8 +310823,8 @@ { "id": 138730, "name": "Fresagrandinaria", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310864,8 +310864,8 @@ { "id": 138731, "name": "Frescada", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -310905,8 +310905,8 @@ { "id": 138732, "name": "Fresonara", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310946,8 +310946,8 @@ { "id": 138733, "name": "Frigento", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -310987,8 +310987,8 @@ { "id": 138734, "name": "Frignano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311028,8 +311028,8 @@ { "id": 138735, "name": "Frinco", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311069,8 +311069,8 @@ { "id": 138736, "name": "Frisa", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311110,8 +311110,8 @@ { "id": 138737, "name": "Frisanco", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311151,8 +311151,8 @@ { "id": 138738, "name": "Front", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311192,8 +311192,8 @@ { "id": 138739, "name": "Frontino", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311233,8 +311233,8 @@ { "id": 138740, "name": "Frontone", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311274,8 +311274,8 @@ { "id": 138741, "name": "Frosinone", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -311315,8 +311315,8 @@ { "id": 138742, "name": "Frosolone", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311356,8 +311356,8 @@ { "id": 138743, "name": "Frossasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311397,8 +311397,8 @@ { "id": 138744, "name": "Frugarolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311438,8 +311438,8 @@ { "id": 138745, "name": "Fubine", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311479,8 +311479,8 @@ { "id": 138746, "name": "Fucecchio", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311520,8 +311520,8 @@ { "id": 138747, "name": "Fuipiano Valle Imagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311561,8 +311561,8 @@ { "id": 138748, "name": "Fulgatore-Torretta", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -311602,8 +311602,8 @@ { "id": 138749, "name": "Fumane", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311643,8 +311643,8 @@ { "id": 138750, "name": "Fumone", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311684,8 +311684,8 @@ { "id": 138751, "name": "Funes - Villnoess", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311725,8 +311725,8 @@ { "id": 138752, "name": "Fuorigrotta", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -311766,8 +311766,8 @@ { "id": 138753, "name": "Fuorni", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -311807,8 +311807,8 @@ { "id": 138754, "name": "Furato", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -311848,8 +311848,8 @@ { "id": 138755, "name": "Furci", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311889,8 +311889,8 @@ { "id": 138756, "name": "Furci Siculo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311930,8 +311930,8 @@ { "id": 138757, "name": "Furnari", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -311971,8 +311971,8 @@ { "id": 138758, "name": "Furore", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312012,8 +312012,8 @@ { "id": 138759, "name": "Furtei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312053,8 +312053,8 @@ { "id": 138760, "name": "Fuscaldo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312135,8 +312135,8 @@ { "id": 138762, "name": "Fusine", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312176,8 +312176,8 @@ { "id": 138763, "name": "Fusine", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312217,8 +312217,8 @@ { "id": 138764, "name": "Futani", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312299,8 +312299,8 @@ { "id": 138766, "name": "Gabbio-Cereda-Ramate", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "city", @@ -312340,8 +312340,8 @@ { "id": 138767, "name": "Gabbioneta", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312381,8 +312381,8 @@ { "id": 138768, "name": "Gabella", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -312422,8 +312422,8 @@ { "id": 138769, "name": "Gabiano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312463,8 +312463,8 @@ { "id": 138770, "name": "Gabicce Mare", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312545,8 +312545,8 @@ { "id": 138772, "name": "Gadesco-Pieve Delmona", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312586,8 +312586,8 @@ { "id": 138773, "name": "Gadoni", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312627,8 +312627,8 @@ { "id": 138774, "name": "Gaeta", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312668,8 +312668,8 @@ { "id": 138775, "name": "Gaggi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312709,8 +312709,8 @@ { "id": 138776, "name": "Gaggiano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312750,8 +312750,8 @@ { "id": 138777, "name": "Gaggino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312791,8 +312791,8 @@ { "id": 138778, "name": "Gaggio", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -312832,8 +312832,8 @@ { "id": 138779, "name": "Gaggio Montano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312873,8 +312873,8 @@ { "id": 138780, "name": "Gaglianico", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312914,8 +312914,8 @@ { "id": 138781, "name": "Gagliano Aterno", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312955,8 +312955,8 @@ { "id": 138782, "name": "Gagliano Castelferrato", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -312996,8 +312996,8 @@ { "id": 138783, "name": "Gagliano del Capo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313037,8 +313037,8 @@ { "id": 138784, "name": "Gagliato", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313078,8 +313078,8 @@ { "id": 138785, "name": "Gagliole", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313119,8 +313119,8 @@ { "id": 138786, "name": "Gaiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -313160,8 +313160,8 @@ { "id": 138787, "name": "Gaiarine", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313201,8 +313201,8 @@ { "id": 138788, "name": "Gaiba", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313242,8 +313242,8 @@ { "id": 138789, "name": "Gaibanella-Sant'Edigio", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -313283,8 +313283,8 @@ { "id": 138790, "name": "Gaiola", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313324,8 +313324,8 @@ { "id": 138791, "name": "Gaiole in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313365,8 +313365,8 @@ { "id": 138792, "name": "Gairo Sant'Elena", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313406,8 +313406,8 @@ { "id": 138793, "name": "Gais", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313447,8 +313447,8 @@ { "id": 138794, "name": "Galati Mamertino", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313488,8 +313488,8 @@ { "id": 138795, "name": "Galatina", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313529,8 +313529,8 @@ { "id": 138796, "name": "Galatone", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313570,8 +313570,8 @@ { "id": 138797, "name": "Galatro", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313611,8 +313611,8 @@ { "id": 138798, "name": "Galbiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313652,8 +313652,8 @@ { "id": 138799, "name": "Galeata", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313693,8 +313693,8 @@ { "id": 138800, "name": "Galgagnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313734,8 +313734,8 @@ { "id": 138801, "name": "Gallarate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313775,8 +313775,8 @@ { "id": 138802, "name": "Gallese", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313816,8 +313816,8 @@ { "id": 138803, "name": "Galliano", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -313857,8 +313857,8 @@ { "id": 138804, "name": "Galliate", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313898,8 +313898,8 @@ { "id": 138805, "name": "Galliate Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313939,8 +313939,8 @@ { "id": 138806, "name": "Galliavola", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -313980,8 +313980,8 @@ { "id": 138807, "name": "Gallicano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314021,8 +314021,8 @@ { "id": 138808, "name": "Gallicano nel Lazio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314062,8 +314062,8 @@ { "id": 138809, "name": "Gallicchio", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314103,8 +314103,8 @@ { "id": 138810, "name": "Galliera Veneta", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314144,8 +314144,8 @@ { "id": 138811, "name": "Gallinaro", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314185,8 +314185,8 @@ { "id": 138812, "name": "Gallio", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314226,8 +314226,8 @@ { "id": 138813, "name": "Gallipoli", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314267,8 +314267,8 @@ { "id": 138814, "name": "Gallo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -314308,8 +314308,8 @@ { "id": 138815, "name": "Gallo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -314349,8 +314349,8 @@ { "id": 138816, "name": "Gallo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314390,8 +314390,8 @@ { "id": 138817, "name": "Gallo Matese", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314431,8 +314431,8 @@ { "id": 138818, "name": "Gallo-Tre Re-Mezzana Corti", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -314472,8 +314472,8 @@ { "id": 138819, "name": "Gallodoro", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314513,8 +314513,8 @@ { "id": 138820, "name": "Galluccio", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314554,8 +314554,8 @@ { "id": 138821, "name": "Galta", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -314595,8 +314595,8 @@ { "id": 138822, "name": "Galtellì", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314636,8 +314636,8 @@ { "id": 138823, "name": "Galugnano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -314677,8 +314677,8 @@ { "id": 138824, "name": "Galzignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314718,8 +314718,8 @@ { "id": 138825, "name": "Gamalero", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314759,8 +314759,8 @@ { "id": 138826, "name": "Gambara", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314800,8 +314800,8 @@ { "id": 138827, "name": "Gambarana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314841,8 +314841,8 @@ { "id": 138828, "name": "Gambasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314882,8 +314882,8 @@ { "id": 138829, "name": "Gambassi Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314923,8 +314923,8 @@ { "id": 138830, "name": "Gambatesa", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -314964,8 +314964,8 @@ { "id": 138831, "name": "Gambellara", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315005,8 +315005,8 @@ { "id": 138832, "name": "Gamberale", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315046,8 +315046,8 @@ { "id": 138833, "name": "Gambettola", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315087,8 +315087,8 @@ { "id": 138834, "name": "Gambolò", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315128,8 +315128,8 @@ { "id": 138835, "name": "Gambugliano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315169,8 +315169,8 @@ { "id": 138836, "name": "Ganda", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315210,8 +315210,8 @@ { "id": 138837, "name": "Gandellino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315251,8 +315251,8 @@ { "id": 138838, "name": "Gandino", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315292,8 +315292,8 @@ { "id": 138839, "name": "Gandosso", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315333,8 +315333,8 @@ { "id": 138840, "name": "Gangi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315374,8 +315374,8 @@ { "id": 138841, "name": "Ganna", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315415,8 +315415,8 @@ { "id": 138842, "name": "Garadassi", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315456,8 +315456,8 @@ { "id": 138843, "name": "Garaguso", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315497,8 +315497,8 @@ { "id": 138844, "name": "Garbagna", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315538,8 +315538,8 @@ { "id": 138845, "name": "Garbagna Novarese", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315579,8 +315579,8 @@ { "id": 138846, "name": "Garbagnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315620,8 +315620,8 @@ { "id": 138847, "name": "Garbagnate Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315661,8 +315661,8 @@ { "id": 138848, "name": "Garbagnate Monastero", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315702,8 +315702,8 @@ { "id": 138849, "name": "Garda", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315743,8 +315743,8 @@ { "id": 138850, "name": "Gardola", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315784,8 +315784,8 @@ { "id": 138851, "name": "Gardone Riviera", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315825,8 +315825,8 @@ { "id": 138852, "name": "Gardone Val Trompia", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315866,8 +315866,8 @@ { "id": 138853, "name": "Garessio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315907,8 +315907,8 @@ { "id": 138854, "name": "Gargallo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315948,8 +315948,8 @@ { "id": 138855, "name": "Gargazzone", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -315989,8 +315989,8 @@ { "id": 138856, "name": "Gargnano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316030,8 +316030,8 @@ { "id": 138857, "name": "Garino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -316071,8 +316071,8 @@ { "id": 138858, "name": "Garlasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316112,8 +316112,8 @@ { "id": 138859, "name": "Garlate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316153,8 +316153,8 @@ { "id": 138860, "name": "Garlenda", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316194,8 +316194,8 @@ { "id": 138861, "name": "Garniga Nuova", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316235,8 +316235,8 @@ { "id": 138862, "name": "Garzeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316276,8 +316276,8 @@ { "id": 138863, "name": "Garzigliana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316317,8 +316317,8 @@ { "id": 138864, "name": "Gasperina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316358,8 +316358,8 @@ { "id": 138865, "name": "Gassino Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316399,8 +316399,8 @@ { "id": 138866, "name": "Gatteo a Mare", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "city", @@ -316440,8 +316440,8 @@ { "id": 138867, "name": "Gatteo-Sant'Angelo", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316481,8 +316481,8 @@ { "id": 138868, "name": "Gattico", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316522,8 +316522,8 @@ { "id": 138869, "name": "Gattinara", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316563,8 +316563,8 @@ { "id": 138870, "name": "Gavardo-Sopraponte", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316604,8 +316604,8 @@ { "id": 138871, "name": "Gavarno Rinnovata", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -316645,8 +316645,8 @@ { "id": 138872, "name": "Gavarno-Tribulina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -316686,8 +316686,8 @@ { "id": 138873, "name": "Gavazzana", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316727,8 +316727,8 @@ { "id": 138874, "name": "Gavello", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316768,8 +316768,8 @@ { "id": 138875, "name": "Gaverina Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316809,8 +316809,8 @@ { "id": 138876, "name": "Gavi", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316850,8 +316850,8 @@ { "id": 138877, "name": "Gavignano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316891,8 +316891,8 @@ { "id": 138878, "name": "Gavirate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316932,8 +316932,8 @@ { "id": 138879, "name": "Gavoi", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -316973,8 +316973,8 @@ { "id": 138880, "name": "Gavorrano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317014,8 +317014,8 @@ { "id": 138881, "name": "Gazoldo degli Ippoliti", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317055,8 +317055,8 @@ { "id": 138882, "name": "Gazzada Schianno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317096,8 +317096,8 @@ { "id": 138883, "name": "Gazzaniga", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317137,8 +317137,8 @@ { "id": 138884, "name": "Gazzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317178,8 +317178,8 @@ { "id": 138885, "name": "Gazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317219,8 +317219,8 @@ { "id": 138886, "name": "Gazzola", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317260,8 +317260,8 @@ { "id": 138887, "name": "Gazzolo-Volpino", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -317301,8 +317301,8 @@ { "id": 138888, "name": "Gazzuolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317342,8 +317342,8 @@ { "id": 138889, "name": "Gela", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317383,8 +317383,8 @@ { "id": 138890, "name": "Gello", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -317424,8 +317424,8 @@ { "id": 138891, "name": "Gemini", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -317465,8 +317465,8 @@ { "id": 138892, "name": "Gemmano", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317506,8 +317506,8 @@ { "id": 138893, "name": "Gemona", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317547,8 +317547,8 @@ { "id": 138894, "name": "Gemonio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317588,8 +317588,8 @@ { "id": 138895, "name": "Genazzano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317629,8 +317629,8 @@ { "id": 138896, "name": "Genga", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317670,8 +317670,8 @@ { "id": 138897, "name": "Genio Civile", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -317711,8 +317711,8 @@ { "id": 138898, "name": "Genivolta", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317752,8 +317752,8 @@ { "id": 138899, "name": "Genoa", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -317793,8 +317793,8 @@ { "id": 138900, "name": "Genola", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317834,8 +317834,8 @@ { "id": 138901, "name": "Genoni", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317875,8 +317875,8 @@ { "id": 138902, "name": "Genuri", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317916,8 +317916,8 @@ { "id": 138903, "name": "Genzano di Lucania", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317957,8 +317957,8 @@ { "id": 138904, "name": "Genzano di Roma", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -317998,8 +317998,8 @@ { "id": 138905, "name": "Genzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318039,8 +318039,8 @@ { "id": 138906, "name": "Gera Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318080,8 +318080,8 @@ { "id": 138907, "name": "Gerace", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318121,8 +318121,8 @@ { "id": 138908, "name": "Geraci Siculo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318162,8 +318162,8 @@ { "id": 138909, "name": "Gerano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318203,8 +318203,8 @@ { "id": 138910, "name": "Gerbido", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -318244,8 +318244,8 @@ { "id": 138911, "name": "Gerbole", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -318285,8 +318285,8 @@ { "id": 138912, "name": "Gerbole-Zucche", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -318326,8 +318326,8 @@ { "id": 138913, "name": "Gerenzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318367,8 +318367,8 @@ { "id": 138914, "name": "Gerenzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318408,8 +318408,8 @@ { "id": 138915, "name": "Gergei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318449,8 +318449,8 @@ { "id": 138916, "name": "Germagnano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318490,8 +318490,8 @@ { "id": 138917, "name": "Germagno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318531,8 +318531,8 @@ { "id": 138918, "name": "Germignaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318572,8 +318572,8 @@ { "id": 138919, "name": "Gerocarne", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318613,8 +318613,8 @@ { "id": 138920, "name": "Gerola Alta", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318654,8 +318654,8 @@ { "id": 138921, "name": "Geromina", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -318695,8 +318695,8 @@ { "id": 138922, "name": "Gerosa", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318736,8 +318736,8 @@ { "id": 138923, "name": "Gerre de' Caprioli", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318777,8 +318777,8 @@ { "id": 138924, "name": "Gesico", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318818,8 +318818,8 @@ { "id": 138925, "name": "Gessate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318859,8 +318859,8 @@ { "id": 138926, "name": "Gessopalena", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318900,8 +318900,8 @@ { "id": 138927, "name": "Gesturi", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318941,8 +318941,8 @@ { "id": 138928, "name": "Gesualdo", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -318982,8 +318982,8 @@ { "id": 138929, "name": "Ghedi", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319023,8 +319023,8 @@ { "id": 138930, "name": "Ghemme", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319064,8 +319064,8 @@ { "id": 138931, "name": "Ghiaie", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -319105,8 +319105,8 @@ { "id": 138932, "name": "Ghiare-Madonna", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319146,8 +319146,8 @@ { "id": 138933, "name": "Ghiffa", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319187,8 +319187,8 @@ { "id": 138934, "name": "Ghilarza", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319228,8 +319228,8 @@ { "id": 138935, "name": "Ghisalba", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319269,8 +319269,8 @@ { "id": 138936, "name": "Ghislarengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319310,8 +319310,8 @@ { "id": 138937, "name": "Giacalone", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "city", @@ -319351,8 +319351,8 @@ { "id": 138938, "name": "Giacciano con Baruchella", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319392,8 +319392,8 @@ { "id": 138939, "name": "Giaglione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319433,8 +319433,8 @@ { "id": 138940, "name": "Giammoro", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -319474,8 +319474,8 @@ { "id": 138941, "name": "Gianico", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319515,8 +319515,8 @@ { "id": 138942, "name": "Giano Vetusto", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319556,8 +319556,8 @@ { "id": 138943, "name": "Giano dell'Umbria", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319597,8 +319597,8 @@ { "id": 138944, "name": "Giardina Gallotti", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "city", @@ -319638,8 +319638,8 @@ { "id": 138945, "name": "Giardinello", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319679,8 +319679,8 @@ { "id": 138946, "name": "Giardini-Naxos", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319720,8 +319720,8 @@ { "id": 138947, "name": "Giarole", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319761,8 +319761,8 @@ { "id": 138948, "name": "Giarratana", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319802,8 +319802,8 @@ { "id": 138949, "name": "Giarre", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319843,8 +319843,8 @@ { "id": 138950, "name": "Giave", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319884,8 +319884,8 @@ { "id": 138951, "name": "Giavenale", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -319925,8 +319925,8 @@ { "id": 138952, "name": "Giaveno", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -319966,8 +319966,8 @@ { "id": 138953, "name": "Giavera del Montello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320007,8 +320007,8 @@ { "id": 138954, "name": "Giba", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320048,8 +320048,8 @@ { "id": 138955, "name": "Gifflenga", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320089,8 +320089,8 @@ { "id": 138956, "name": "Giffone", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320130,8 +320130,8 @@ { "id": 138957, "name": "Giffoni Valle Piana", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320171,8 +320171,8 @@ { "id": 138958, "name": "Giglio Castello", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320212,8 +320212,8 @@ { "id": 138959, "name": "Gignese", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320294,8 +320294,8 @@ { "id": 138961, "name": "Gildone", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320335,8 +320335,8 @@ { "id": 138962, "name": "Gimigliano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320376,8 +320376,8 @@ { "id": 138963, "name": "Ginestra", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320417,8 +320417,8 @@ { "id": 138964, "name": "Ginestra Fiorentina", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -320458,8 +320458,8 @@ { "id": 138965, "name": "Ginestra degli Schiavoni", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320499,8 +320499,8 @@ { "id": 138966, "name": "Ginosa", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320540,8 +320540,8 @@ { "id": 138967, "name": "Gioi", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320581,8 +320581,8 @@ { "id": 138968, "name": "Gioia Sannitica", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320622,8 +320622,8 @@ { "id": 138969, "name": "Gioia Tauro", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320663,8 +320663,8 @@ { "id": 138970, "name": "Gioia dei Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320704,8 +320704,8 @@ { "id": 138971, "name": "Gioia del Colle", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320745,8 +320745,8 @@ { "id": 138972, "name": "Gioiosa Ionica", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320786,8 +320786,8 @@ { "id": 138973, "name": "Gioiosa Marea", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320827,8 +320827,8 @@ { "id": 138974, "name": "Gionghi-Cappella", - "state_id": 1725, - "state_code": "32", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320868,8 +320868,8 @@ { "id": 138975, "name": "Giorgilorio", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -320909,8 +320909,8 @@ { "id": 138976, "name": "Giove", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -320950,8 +320950,8 @@ { "id": 138977, "name": "Giovenzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -320991,8 +320991,8 @@ { "id": 138978, "name": "Giovi-Ponte alla Chiassa", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -321032,8 +321032,8 @@ { "id": 138979, "name": "Giovinazzo", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321073,8 +321073,8 @@ { "id": 138980, "name": "Giovo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321114,8 +321114,8 @@ { "id": 138981, "name": "Girardi-Bellavista-Terrazze", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -321155,8 +321155,8 @@ { "id": 138982, "name": "Girasole", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321196,8 +321196,8 @@ { "id": 138983, "name": "Girifalco", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321237,8 +321237,8 @@ { "id": 138984, "name": "Gironico al Piano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -321278,8 +321278,8 @@ { "id": 138985, "name": "Gissi", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321319,8 +321319,8 @@ { "id": 138986, "name": "Giudecca", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -321360,8 +321360,8 @@ { "id": 138987, "name": "Giuggianello", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321401,8 +321401,8 @@ { "id": 138988, "name": "Giugliano in Campania", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321442,8 +321442,8 @@ { "id": 138989, "name": "Giuliana", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321483,8 +321483,8 @@ { "id": 138990, "name": "Giulianello", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -321524,8 +321524,8 @@ { "id": 138991, "name": "Giuliano Teatino", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321565,8 +321565,8 @@ { "id": 138992, "name": "Giuliano di Roma", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321606,8 +321606,8 @@ { "id": 138993, "name": "Giulianova", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321647,8 +321647,8 @@ { "id": 138994, "name": "Giuncugnano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321688,8 +321688,8 @@ { "id": 138995, "name": "Giungano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321729,8 +321729,8 @@ { "id": 138996, "name": "Giurdignano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321770,8 +321770,8 @@ { "id": 138997, "name": "Giussago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321811,8 +321811,8 @@ { "id": 138998, "name": "Giussano", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321852,8 +321852,8 @@ { "id": 138999, "name": "Giustenice", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321893,8 +321893,8 @@ { "id": 139000, "name": "Giustino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321934,8 +321934,8 @@ { "id": 139001, "name": "Giusvalla", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -321975,8 +321975,8 @@ { "id": 139002, "name": "Givoletto", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322016,8 +322016,8 @@ { "id": 139003, "name": "Gizzeria", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322057,8 +322057,8 @@ { "id": 139004, "name": "Gliaca", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -322098,8 +322098,8 @@ { "id": 139005, "name": "Glorenza", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322139,8 +322139,8 @@ { "id": 139006, "name": "Glorie", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -322180,8 +322180,8 @@ { "id": 139007, "name": "Godega", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322221,8 +322221,8 @@ { "id": 139008, "name": "Godiasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322262,8 +322262,8 @@ { "id": 139009, "name": "Godo", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -322303,8 +322303,8 @@ { "id": 139010, "name": "Godrano", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322344,8 +322344,8 @@ { "id": 139011, "name": "Goito", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322385,8 +322385,8 @@ { "id": 139012, "name": "Golasecca", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322426,8 +322426,8 @@ { "id": 139013, "name": "Golferenzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322467,8 +322467,8 @@ { "id": 139014, "name": "Golfo Aranci", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -322508,8 +322508,8 @@ { "id": 139015, "name": "Gombito", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322549,8 +322549,8 @@ { "id": 139016, "name": "Gonars", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322590,8 +322590,8 @@ { "id": 139017, "name": "Goni", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322631,8 +322631,8 @@ { "id": 139018, "name": "Gonnesa", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322672,8 +322672,8 @@ { "id": 139019, "name": "Gonnoscodina", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322713,8 +322713,8 @@ { "id": 139020, "name": "Gonnosfanadiga", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322754,8 +322754,8 @@ { "id": 139021, "name": "Gonnosnò", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322795,8 +322795,8 @@ { "id": 139022, "name": "Gonnostramatza", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322836,8 +322836,8 @@ { "id": 139023, "name": "Gonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322877,8 +322877,8 @@ { "id": 139024, "name": "Gonzaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322918,8 +322918,8 @@ { "id": 139025, "name": "Gordona", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -322959,8 +322959,8 @@ { "id": 139026, "name": "Gorga", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323000,8 +323000,8 @@ { "id": 139027, "name": "Gorgo al Monticano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323041,8 +323041,8 @@ { "id": 139028, "name": "Gorgo della Chiesa", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323082,8 +323082,8 @@ { "id": 139029, "name": "Gorgoglione", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323123,8 +323123,8 @@ { "id": 139030, "name": "Gorgonzola", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323164,8 +323164,8 @@ { "id": 139031, "name": "Goriano Sicoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323205,8 +323205,8 @@ { "id": 139032, "name": "Gorizia", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -323246,8 +323246,8 @@ { "id": 139033, "name": "Gorla Maggiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323287,8 +323287,8 @@ { "id": 139034, "name": "Gorla Minore", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323328,8 +323328,8 @@ { "id": 139035, "name": "Gorlago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323369,8 +323369,8 @@ { "id": 139036, "name": "Gorle", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323410,8 +323410,8 @@ { "id": 139037, "name": "Gornate Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323451,8 +323451,8 @@ { "id": 139038, "name": "Gorno", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323492,8 +323492,8 @@ { "id": 139039, "name": "Goro", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323533,8 +323533,8 @@ { "id": 139040, "name": "Gorreto", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323574,8 +323574,8 @@ { "id": 139041, "name": "Gorzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -323615,8 +323615,8 @@ { "id": 139042, "name": "Gorzegno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323656,8 +323656,8 @@ { "id": 139043, "name": "Gosaldo", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323697,8 +323697,8 @@ { "id": 139044, "name": "Gossolengo", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323738,8 +323738,8 @@ { "id": 139045, "name": "Gottasecca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323779,8 +323779,8 @@ { "id": 139046, "name": "Gottolengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323820,8 +323820,8 @@ { "id": 139047, "name": "Govone", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323861,8 +323861,8 @@ { "id": 139048, "name": "Gozzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323902,8 +323902,8 @@ { "id": 139049, "name": "Gradara", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323943,8 +323943,8 @@ { "id": 139050, "name": "Gradisca d'Isonzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -323984,8 +323984,8 @@ { "id": 139051, "name": "Grado", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324025,8 +324025,8 @@ { "id": 139052, "name": "Gradoli", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324066,8 +324066,8 @@ { "id": 139053, "name": "Graffignana", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324107,8 +324107,8 @@ { "id": 139054, "name": "Graffignano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324148,8 +324148,8 @@ { "id": 139055, "name": "Graglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324189,8 +324189,8 @@ { "id": 139056, "name": "Gragnano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324230,8 +324230,8 @@ { "id": 139057, "name": "Gragnano Trebbiense", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324271,8 +324271,8 @@ { "id": 139058, "name": "Grammichele", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324312,8 +324312,8 @@ { "id": 139059, "name": "Grana", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324353,8 +324353,8 @@ { "id": 139060, "name": "Granarolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "section", @@ -324394,8 +324394,8 @@ { "id": 139061, "name": "Granarolo dell'Emilia e Viadagola", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324435,8 +324435,8 @@ { "id": 139062, "name": "Grancona", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324517,8 +324517,8 @@ { "id": 139064, "name": "Grandate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324558,8 +324558,8 @@ { "id": 139065, "name": "Grandola ed Uniti", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324599,8 +324599,8 @@ { "id": 139066, "name": "Graniti", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324640,8 +324640,8 @@ { "id": 139067, "name": "Granozzo con Monticello", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324681,8 +324681,8 @@ { "id": 139068, "name": "Grantola", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324722,8 +324722,8 @@ { "id": 139069, "name": "Grantorto", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324763,8 +324763,8 @@ { "id": 139070, "name": "Granvilla", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -324804,8 +324804,8 @@ { "id": 139071, "name": "Granze", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324845,8 +324845,8 @@ { "id": 139072, "name": "Grassano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324886,8 +324886,8 @@ { "id": 139073, "name": "Grassina Ponte a Ema", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -324927,8 +324927,8 @@ { "id": 139074, "name": "Grassobbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -324968,8 +324968,8 @@ { "id": 139075, "name": "Gratacasolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -325009,8 +325009,8 @@ { "id": 139076, "name": "Gratteri", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325050,8 +325050,8 @@ { "id": 139077, "name": "Grauno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325091,8 +325091,8 @@ { "id": 139078, "name": "Gravedona-San Gregorio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325132,8 +325132,8 @@ { "id": 139079, "name": "Gravellona", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325173,8 +325173,8 @@ { "id": 139080, "name": "Gravellona Toce", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325214,8 +325214,8 @@ { "id": 139081, "name": "Gravere", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325255,8 +325255,8 @@ { "id": 139082, "name": "Gravina di Catania", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325296,8 +325296,8 @@ { "id": 139083, "name": "Gravina in Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325337,8 +325337,8 @@ { "id": 139084, "name": "Grazzanise", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325378,8 +325378,8 @@ { "id": 139085, "name": "Grazzano Badoglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325419,8 +325419,8 @@ { "id": 139086, "name": "Greci", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325460,8 +325460,8 @@ { "id": 139087, "name": "Greggio", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325501,8 +325501,8 @@ { "id": 139088, "name": "Gremiasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325665,8 +325665,8 @@ { "id": 139092, "name": "Greve in Chianti", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325706,8 +325706,8 @@ { "id": 139093, "name": "Grezzago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325747,8 +325747,8 @@ { "id": 139094, "name": "Grezzana", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325788,8 +325788,8 @@ { "id": 139095, "name": "Griante", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325829,8 +325829,8 @@ { "id": 139096, "name": "Gricignano di Aversa", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325870,8 +325870,8 @@ { "id": 139097, "name": "Grignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -325911,8 +325911,8 @@ { "id": 139098, "name": "Grignano Polesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -325952,8 +325952,8 @@ { "id": 139099, "name": "Grignasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -325993,8 +325993,8 @@ { "id": 139100, "name": "Grigno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326034,8 +326034,8 @@ { "id": 139101, "name": "Grimaldi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326075,8 +326075,8 @@ { "id": 139102, "name": "Grinzane Cavour", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326116,8 +326116,8 @@ { "id": 139103, "name": "Grisignano di Zocco", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326157,8 +326157,8 @@ { "id": 139104, "name": "Grisolia", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326198,8 +326198,8 @@ { "id": 139105, "name": "Grizzana", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326239,8 +326239,8 @@ { "id": 139106, "name": "Grizzana Morandi", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326280,8 +326280,8 @@ { "id": 139107, "name": "Grognardo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326321,8 +326321,8 @@ { "id": 139108, "name": "Gromlongo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -326362,8 +326362,8 @@ { "id": 139109, "name": "Gromo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326403,8 +326403,8 @@ { "id": 139110, "name": "Grondona", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326444,8 +326444,8 @@ { "id": 139111, "name": "Grone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326485,8 +326485,8 @@ { "id": 139112, "name": "Grontardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326526,8 +326526,8 @@ { "id": 139113, "name": "Gropello Cairoli", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326567,8 +326567,8 @@ { "id": 139114, "name": "Gropparello", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326608,8 +326608,8 @@ { "id": 139115, "name": "Groscavallo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326649,8 +326649,8 @@ { "id": 139116, "name": "Grosio", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326690,8 +326690,8 @@ { "id": 139117, "name": "Grosotto", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326731,8 +326731,8 @@ { "id": 139118, "name": "Grosseto", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -326772,8 +326772,8 @@ { "id": 139119, "name": "Grosso", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326813,8 +326813,8 @@ { "id": 139120, "name": "Grottaferrata", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326854,8 +326854,8 @@ { "id": 139121, "name": "Grottaglie", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326895,8 +326895,8 @@ { "id": 139122, "name": "Grottaminarda", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326936,8 +326936,8 @@ { "id": 139123, "name": "Grottammare", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -326977,8 +326977,8 @@ { "id": 139124, "name": "Grottazzolina", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327018,8 +327018,8 @@ { "id": 139125, "name": "Grotte", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327059,8 +327059,8 @@ { "id": 139126, "name": "Grotte Santo Stefano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -327100,8 +327100,8 @@ { "id": 139127, "name": "Grotte di Castro", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327141,8 +327141,8 @@ { "id": 139128, "name": "Grotteria", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327182,8 +327182,8 @@ { "id": 139129, "name": "Grottola", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327223,8 +327223,8 @@ { "id": 139130, "name": "Grottole", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327264,8 +327264,8 @@ { "id": 139131, "name": "Grottolella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327305,8 +327305,8 @@ { "id": 139132, "name": "Gruaro", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327346,8 +327346,8 @@ { "id": 139133, "name": "Gruaro-Bagnara", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327387,8 +327387,8 @@ { "id": 139134, "name": "Grugliasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327428,8 +327428,8 @@ { "id": 139135, "name": "Grumello Cremonese", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327469,8 +327469,8 @@ { "id": 139136, "name": "Grumello del Monte", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327510,8 +327510,8 @@ { "id": 139137, "name": "Grumento Nova", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327551,8 +327551,8 @@ { "id": 139138, "name": "Grumes", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327592,8 +327592,8 @@ { "id": 139139, "name": "Grumo Appula", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327633,8 +327633,8 @@ { "id": 139140, "name": "Grumo Nevano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327674,8 +327674,8 @@ { "id": 139141, "name": "Grumolo Pedemonte", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -327715,8 +327715,8 @@ { "id": 139142, "name": "Grumolo delle Abbadesse", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327756,8 +327756,8 @@ { "id": 139143, "name": "Grunuovo-Campomaggiore San Luca", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -327797,8 +327797,8 @@ { "id": 139144, "name": "Guagnano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327838,8 +327838,8 @@ { "id": 139145, "name": "Gualdo", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327879,8 +327879,8 @@ { "id": 139146, "name": "Gualdo Cattaneo", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327920,8 +327920,8 @@ { "id": 139147, "name": "Gualdo Tadino", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -327961,8 +327961,8 @@ { "id": 139148, "name": "Gualtieri", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328002,8 +328002,8 @@ { "id": 139149, "name": "Gualtieri Sicaminò", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328043,8 +328043,8 @@ { "id": 139150, "name": "Guamaggiore", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328084,8 +328084,8 @@ { "id": 139151, "name": "Guanzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328125,8 +328125,8 @@ { "id": 139152, "name": "Guarcino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328166,8 +328166,8 @@ { "id": 139153, "name": "Guarda Veneta", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328207,8 +328207,8 @@ { "id": 139154, "name": "Guardabosone", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328248,8 +328248,8 @@ { "id": 139155, "name": "Guardamiglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328289,8 +328289,8 @@ { "id": 139156, "name": "Guardavalle", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328330,8 +328330,8 @@ { "id": 139157, "name": "Guardavalle Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -328371,8 +328371,8 @@ { "id": 139158, "name": "Guardea", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328412,8 +328412,8 @@ { "id": 139159, "name": "Guardia Lombardi", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328453,8 +328453,8 @@ { "id": 139160, "name": "Guardia Perticara", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328494,8 +328494,8 @@ { "id": 139161, "name": "Guardia Piemontese", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328535,8 +328535,8 @@ { "id": 139162, "name": "Guardia Sanframondi", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328576,8 +328576,8 @@ { "id": 139163, "name": "Guardiagrele", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328617,8 +328617,8 @@ { "id": 139164, "name": "Guardialfiera", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328658,8 +328658,8 @@ { "id": 139165, "name": "Guardiaregia", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328699,8 +328699,8 @@ { "id": 139166, "name": "Guardistallo", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328740,8 +328740,8 @@ { "id": 139167, "name": "Guarene", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328781,8 +328781,8 @@ { "id": 139168, "name": "Guasila", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328822,8 +328822,8 @@ { "id": 139169, "name": "Guastalla", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328863,8 +328863,8 @@ { "id": 139170, "name": "Guasticce", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -328904,8 +328904,8 @@ { "id": 139171, "name": "Guazzino", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -328945,8 +328945,8 @@ { "id": 139172, "name": "Guazzora", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -328986,8 +328986,8 @@ { "id": 139173, "name": "Gubbio", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329027,8 +329027,8 @@ { "id": 139174, "name": "Gudo Visconti", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329068,8 +329068,8 @@ { "id": 139175, "name": "Guglionesi", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329109,8 +329109,8 @@ { "id": 139176, "name": "Guidizzolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329150,8 +329150,8 @@ { "id": 139177, "name": "Guidomandri Marina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329191,8 +329191,8 @@ { "id": 139178, "name": "Guidonia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329232,8 +329232,8 @@ { "id": 139179, "name": "Guidonia Montecelio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329273,8 +329273,8 @@ { "id": 139180, "name": "Guiglia", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329314,8 +329314,8 @@ { "id": 139181, "name": "Guilmi", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329355,8 +329355,8 @@ { "id": 139182, "name": "Guinzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "city", @@ -329396,8 +329396,8 @@ { "id": 139183, "name": "Gurro", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329437,8 +329437,8 @@ { "id": 139184, "name": "Guspini", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329478,8 +329478,8 @@ { "id": 139185, "name": "Gussago", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329519,8 +329519,8 @@ { "id": 139186, "name": "Gussola", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329601,8 +329601,8 @@ { "id": 139188, "name": "Ialmicco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -329642,8 +329642,8 @@ { "id": 139189, "name": "Idro", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329683,8 +329683,8 @@ { "id": 139190, "name": "Iesolo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329724,8 +329724,8 @@ { "id": 139191, "name": "Iglesias", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329765,8 +329765,8 @@ { "id": 139192, "name": "Igliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329806,8 +329806,8 @@ { "id": 139193, "name": "Il Romito", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -329847,8 +329847,8 @@ { "id": 139194, "name": "Ilbono", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329888,8 +329888,8 @@ { "id": 139195, "name": "Illasi", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329929,8 +329929,8 @@ { "id": 139196, "name": "Illorai", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -329970,8 +329970,8 @@ { "id": 139197, "name": "Imbersago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330011,8 +330011,8 @@ { "id": 139198, "name": "Imer", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330052,8 +330052,8 @@ { "id": 139199, "name": "Imola", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330093,8 +330093,8 @@ { "id": 139200, "name": "Imperia", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -330134,8 +330134,8 @@ { "id": 139201, "name": "Imposte", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330175,8 +330175,8 @@ { "id": 139202, "name": "Impruneta", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330216,8 +330216,8 @@ { "id": 139203, "name": "Inarzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330257,8 +330257,8 @@ { "id": 139204, "name": "Incisa Scapaccino", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330298,8 +330298,8 @@ { "id": 139205, "name": "Incisa in Val d'Arno", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330339,8 +330339,8 @@ { "id": 139206, "name": "Incudine", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330380,8 +330380,8 @@ { "id": 139207, "name": "Induno Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330421,8 +330421,8 @@ { "id": 139208, "name": "Ingria", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330462,8 +330462,8 @@ { "id": 139209, "name": "Intragna", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330503,8 +330503,8 @@ { "id": 139210, "name": "Introbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330585,8 +330585,8 @@ { "id": 139212, "name": "Introdacqua", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330626,8 +330626,8 @@ { "id": 139213, "name": "Introzzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330667,8 +330667,8 @@ { "id": 139214, "name": "Inverigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330708,8 +330708,8 @@ { "id": 139215, "name": "Inverno", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330749,8 +330749,8 @@ { "id": 139216, "name": "Inverno e Monteleone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330790,8 +330790,8 @@ { "id": 139217, "name": "Inverso Pinasca", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330831,8 +330831,8 @@ { "id": 139218, "name": "Inveruno", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330872,8 +330872,8 @@ { "id": 139219, "name": "Invorio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330913,8 +330913,8 @@ { "id": 139220, "name": "Inzago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330954,8 +330954,8 @@ { "id": 139221, "name": "Irgoli", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -330995,8 +330995,8 @@ { "id": 139222, "name": "Irma", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331036,8 +331036,8 @@ { "id": 139223, "name": "Irsina", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331077,8 +331077,8 @@ { "id": 139224, "name": "Isasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331118,8 +331118,8 @@ { "id": 139225, "name": "Isca Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -331159,8 +331159,8 @@ { "id": 139226, "name": "Isca sullo Ionio", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331200,8 +331200,8 @@ { "id": 139227, "name": "Ischia", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331241,8 +331241,8 @@ { "id": 139228, "name": "Ischia Porto", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -331282,8 +331282,8 @@ { "id": 139229, "name": "Ischia di Castro", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331323,8 +331323,8 @@ { "id": 139230, "name": "Ischitella", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331364,8 +331364,8 @@ { "id": 139231, "name": "Iseo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331405,8 +331405,8 @@ { "id": 139232, "name": "Isera", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331446,8 +331446,8 @@ { "id": 139233, "name": "Isernia", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -331487,8 +331487,8 @@ { "id": 139234, "name": "Isili", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331528,8 +331528,8 @@ { "id": 139235, "name": "Isnello", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331569,8 +331569,8 @@ { "id": 139236, "name": "Isola", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331610,8 +331610,8 @@ { "id": 139237, "name": "Isola D'Arbia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -331651,8 +331651,8 @@ { "id": 139238, "name": "Isola Dovarese", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331692,8 +331692,8 @@ { "id": 139239, "name": "Isola Rizza", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331733,8 +331733,8 @@ { "id": 139240, "name": "Isola Sant'Antonio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331774,8 +331774,8 @@ { "id": 139241, "name": "Isola Vicentina", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331815,8 +331815,8 @@ { "id": 139242, "name": "Isola d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331856,8 +331856,8 @@ { "id": 139243, "name": "Isola del Cantone", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331897,8 +331897,8 @@ { "id": 139244, "name": "Isola del Giglio", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331938,8 +331938,8 @@ { "id": 139245, "name": "Isola del Gran Sasso d'Italia", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -331979,8 +331979,8 @@ { "id": 139246, "name": "Isola del Liri", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332020,8 +332020,8 @@ { "id": 139247, "name": "Isola del Piano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332061,8 +332061,8 @@ { "id": 139248, "name": "Isola della Scala", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332102,8 +332102,8 @@ { "id": 139249, "name": "Isola delle Femmine", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332143,8 +332143,8 @@ { "id": 139250, "name": "Isola di Capo Rizzuto", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332184,8 +332184,8 @@ { "id": 139251, "name": "Isola di Fondra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332225,8 +332225,8 @@ { "id": 139252, "name": "Isolabella", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332266,8 +332266,8 @@ { "id": 139253, "name": "Isolabona", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332307,8 +332307,8 @@ { "id": 139254, "name": "Isolaccia", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332348,8 +332348,8 @@ { "id": 139255, "name": "Isole Tremiti", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332389,8 +332389,8 @@ { "id": 139256, "name": "Isorella", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332430,8 +332430,8 @@ { "id": 139257, "name": "Isoverde", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "city", @@ -332471,8 +332471,8 @@ { "id": 139258, "name": "Ispani", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332512,8 +332512,8 @@ { "id": 139259, "name": "Ispica", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332553,8 +332553,8 @@ { "id": 139260, "name": "Ispra", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332594,8 +332594,8 @@ { "id": 139261, "name": "Issiglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332676,8 +332676,8 @@ { "id": 139263, "name": "Isso", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332758,8 +332758,8 @@ { "id": 139265, "name": "Istia D'Ombrone-Le Stiacciole", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -332799,8 +332799,8 @@ { "id": 139266, "name": "Istrana", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332840,8 +332840,8 @@ { "id": 139267, "name": "Itala", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332881,8 +332881,8 @@ { "id": 139268, "name": "Itri", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332922,8 +332922,8 @@ { "id": 139269, "name": "Ittireddu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -332963,8 +332963,8 @@ { "id": 139270, "name": "Ittiri", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333004,8 +333004,8 @@ { "id": 139271, "name": "Ivrea", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333045,8 +333045,8 @@ { "id": 139272, "name": "Izano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333086,8 +333086,8 @@ { "id": 139273, "name": "Jacurso", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333127,8 +333127,8 @@ { "id": 139274, "name": "Jelsi", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333168,8 +333168,8 @@ { "id": 139275, "name": "Jenne", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333209,8 +333209,8 @@ { "id": 139276, "name": "Jerago Con Orago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333250,8 +333250,8 @@ { "id": 139277, "name": "Jerzu", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333291,8 +333291,8 @@ { "id": 139278, "name": "Jesi", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333332,8 +333332,8 @@ { "id": 139279, "name": "Jolanda di Savoia", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333373,8 +333373,8 @@ { "id": 139280, "name": "Jonadi", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333414,8 +333414,8 @@ { "id": 139281, "name": "Joppolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333455,8 +333455,8 @@ { "id": 139282, "name": "Joppolo Giancaxio", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333537,8 +333537,8 @@ { "id": 139284, "name": "Kamma", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -333578,8 +333578,8 @@ { "id": 139285, "name": "L'Aquila", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -333619,8 +333619,8 @@ { "id": 139286, "name": "La Botte", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -333660,8 +333660,8 @@ { "id": 139287, "name": "La Caletta", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "city", @@ -333701,8 +333701,8 @@ { "id": 139288, "name": "La California", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "city", @@ -333742,8 +333742,8 @@ { "id": 139289, "name": "La Cassa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333824,8 +333824,8 @@ { "id": 139291, "name": "La Forma", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -333865,8 +333865,8 @@ { "id": 139292, "name": "La Loggia", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -333906,8 +333906,8 @@ { "id": 139293, "name": "La Maddalena", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -333988,8 +333988,8 @@ { "id": 139295, "name": "La Martella", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "city", @@ -334029,8 +334029,8 @@ { "id": 139296, "name": "La Massimina-Casal Lumbroso", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -334070,8 +334070,8 @@ { "id": 139297, "name": "La Morra", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334111,8 +334111,8 @@ { "id": 139298, "name": "La Pieve-Molino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334193,8 +334193,8 @@ { "id": 139300, "name": "La Rosa", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -334234,8 +334234,8 @@ { "id": 139301, "name": "La Rotta", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -334275,8 +334275,8 @@ { "id": 139302, "name": "La Saletta-Tamara", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -334357,8 +334357,8 @@ { "id": 139304, "name": "La Salute di Livenza", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -334398,8 +334398,8 @@ { "id": 139305, "name": "La Spezia", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -334480,8 +334480,8 @@ { "id": 139307, "name": "La Valle - Wengen", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334521,8 +334521,8 @@ { "id": 139308, "name": "La Valle Agordina", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334562,8 +334562,8 @@ { "id": 139309, "name": "La Villa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334603,8 +334603,8 @@ { "id": 139310, "name": "Labico", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334644,8 +334644,8 @@ { "id": 139311, "name": "Labro", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334685,8 +334685,8 @@ { "id": 139312, "name": "Lacchiarella", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334726,8 +334726,8 @@ { "id": 139313, "name": "Lacco Ameno", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334767,8 +334767,8 @@ { "id": 139314, "name": "Lacedonia", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334808,8 +334808,8 @@ { "id": 139315, "name": "Laces", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334849,8 +334849,8 @@ { "id": 139316, "name": "Laconi", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334890,8 +334890,8 @@ { "id": 139317, "name": "Lacugnano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -334931,8 +334931,8 @@ { "id": 139318, "name": "Ladispoli", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -334972,8 +334972,8 @@ { "id": 139319, "name": "Laerru", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335013,8 +335013,8 @@ { "id": 139320, "name": "Laganadi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335054,8 +335054,8 @@ { "id": 139321, "name": "Laghetti", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -335095,8 +335095,8 @@ { "id": 139322, "name": "Laghetto", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -335136,8 +335136,8 @@ { "id": 139323, "name": "Laghi", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335177,8 +335177,8 @@ { "id": 139324, "name": "Laglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335218,8 +335218,8 @@ { "id": 139325, "name": "Lagnasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335259,8 +335259,8 @@ { "id": 139326, "name": "Lago", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335300,8 +335300,8 @@ { "id": 139327, "name": "Lagonegro", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335341,8 +335341,8 @@ { "id": 139328, "name": "Lagosanto", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335382,8 +335382,8 @@ { "id": 139329, "name": "Lagundo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335423,8 +335423,8 @@ { "id": 139330, "name": "Laigueglia", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335464,8 +335464,8 @@ { "id": 139331, "name": "Lainate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335505,8 +335505,8 @@ { "id": 139332, "name": "Laino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335546,8 +335546,8 @@ { "id": 139333, "name": "Laino Borgo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335587,8 +335587,8 @@ { "id": 139334, "name": "Laino Castello-Nuovo Centro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335628,8 +335628,8 @@ { "id": 139335, "name": "Laion", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335669,8 +335669,8 @@ { "id": 139336, "name": "Laives", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335710,8 +335710,8 @@ { "id": 139337, "name": "Lajatico", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335751,8 +335751,8 @@ { "id": 139338, "name": "Lallio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335792,8 +335792,8 @@ { "id": 139339, "name": "Lama", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335833,8 +335833,8 @@ { "id": 139340, "name": "Lama Pezzoli", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -335874,8 +335874,8 @@ { "id": 139341, "name": "Lama dei Peligni", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335915,8 +335915,8 @@ { "id": 139342, "name": "Lambrinia", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "city", @@ -335956,8 +335956,8 @@ { "id": 139343, "name": "Lambrugo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -335997,8 +335997,8 @@ { "id": 139344, "name": "Lamezia Terme", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336038,8 +336038,8 @@ { "id": 139345, "name": "Lamie", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -336079,8 +336079,8 @@ { "id": 139346, "name": "Lamie di Olimpie-Selva", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -336120,8 +336120,8 @@ { "id": 139347, "name": "Lamon", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336161,8 +336161,8 @@ { "id": 139348, "name": "Lamosano", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336202,8 +336202,8 @@ { "id": 139349, "name": "Lampedusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336243,8 +336243,8 @@ { "id": 139350, "name": "Lamporecchio", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336284,8 +336284,8 @@ { "id": 139351, "name": "Lamporo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336325,8 +336325,8 @@ { "id": 139352, "name": "Lana", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336366,8 +336366,8 @@ { "id": 139353, "name": "Lancenigo-Villorba", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336407,8 +336407,8 @@ { "id": 139354, "name": "Lanciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336448,8 +336448,8 @@ { "id": 139355, "name": "Lancusi-Penta-Bolano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -336489,8 +336489,8 @@ { "id": 139356, "name": "Landiona", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336530,8 +336530,8 @@ { "id": 139357, "name": "Landriano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336571,8 +336571,8 @@ { "id": 139358, "name": "Langhirano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336612,8 +336612,8 @@ { "id": 139359, "name": "Langosco", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336653,8 +336653,8 @@ { "id": 139360, "name": "Lanusei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336694,8 +336694,8 @@ { "id": 139361, "name": "Lanuvio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336735,8 +336735,8 @@ { "id": 139362, "name": "Lanvario", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336776,8 +336776,8 @@ { "id": 139363, "name": "Lanzada", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336817,8 +336817,8 @@ { "id": 139364, "name": "Lanzara", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -336858,8 +336858,8 @@ { "id": 139365, "name": "Lanzo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336899,8 +336899,8 @@ { "id": 139366, "name": "Lanzo d'Intelvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336940,8 +336940,8 @@ { "id": 139367, "name": "Lapedona", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -336981,8 +336981,8 @@ { "id": 139368, "name": "Lapio", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337022,8 +337022,8 @@ { "id": 139369, "name": "Lappano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337063,8 +337063,8 @@ { "id": 139370, "name": "Larciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337104,8 +337104,8 @@ { "id": 139371, "name": "Lardaro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337145,8 +337145,8 @@ { "id": 139372, "name": "Larderia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -337186,8 +337186,8 @@ { "id": 139373, "name": "Lardirago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337227,8 +337227,8 @@ { "id": 139374, "name": "Lari", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337268,8 +337268,8 @@ { "id": 139375, "name": "Lariano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337309,8 +337309,8 @@ { "id": 139376, "name": "Larino", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337350,8 +337350,8 @@ { "id": 139377, "name": "Las Plassas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337391,8 +337391,8 @@ { "id": 139378, "name": "Lasa", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337432,8 +337432,8 @@ { "id": 139379, "name": "Lascari", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337473,8 +337473,8 @@ { "id": 139380, "name": "Lases", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337514,8 +337514,8 @@ { "id": 139381, "name": "Lasino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337555,8 +337555,8 @@ { "id": 139382, "name": "Lasnigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337637,8 +337637,8 @@ { "id": 139384, "name": "Lastebasse", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337678,8 +337678,8 @@ { "id": 139385, "name": "Lastra a Signa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337719,8 +337719,8 @@ { "id": 139386, "name": "Latera", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337760,8 +337760,8 @@ { "id": 139387, "name": "Laterina", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337801,8 +337801,8 @@ { "id": 139388, "name": "Laterza", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337842,8 +337842,8 @@ { "id": 139389, "name": "Latiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -337883,8 +337883,8 @@ { "id": 139390, "name": "Latina", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -337924,8 +337924,8 @@ { "id": 139391, "name": "Latina Scalo", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -337965,8 +337965,8 @@ { "id": 139392, "name": "Latisana", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338006,8 +338006,8 @@ { "id": 139393, "name": "Latronico", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338047,8 +338047,8 @@ { "id": 139394, "name": "Lattarico", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338088,8 +338088,8 @@ { "id": 139395, "name": "Lauco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338129,8 +338129,8 @@ { "id": 139396, "name": "Laura", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -338170,8 +338170,8 @@ { "id": 139397, "name": "Laureana Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338211,8 +338211,8 @@ { "id": 139398, "name": "Laureana di Borrello", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338252,8 +338252,8 @@ { "id": 139399, "name": "Lauregno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338293,8 +338293,8 @@ { "id": 139400, "name": "Laurenzana", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338334,8 +338334,8 @@ { "id": 139401, "name": "Lauria", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338375,8 +338375,8 @@ { "id": 139402, "name": "Lauriano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338416,8 +338416,8 @@ { "id": 139403, "name": "Laurignano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -338457,8 +338457,8 @@ { "id": 139404, "name": "Laurino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338498,8 +338498,8 @@ { "id": 139405, "name": "Laurito", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338539,8 +338539,8 @@ { "id": 139406, "name": "Lauro", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338580,8 +338580,8 @@ { "id": 139407, "name": "Lauzacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338621,8 +338621,8 @@ { "id": 139408, "name": "Lavagna", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338662,8 +338662,8 @@ { "id": 139409, "name": "Lavagno", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338703,8 +338703,8 @@ { "id": 139410, "name": "Lavello", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338744,8 +338744,8 @@ { "id": 139411, "name": "Lavena Ponte Tresa", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338785,8 +338785,8 @@ { "id": 139412, "name": "Laveno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338826,8 +338826,8 @@ { "id": 139413, "name": "Lavenone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338867,8 +338867,8 @@ { "id": 139414, "name": "Lavezzola", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -338908,8 +338908,8 @@ { "id": 139415, "name": "Laviano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -338949,8 +338949,8 @@ { "id": 139416, "name": "Lavinaio-Monterosso", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -338990,8 +338990,8 @@ { "id": 139417, "name": "Lavinio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -339031,8 +339031,8 @@ { "id": 139418, "name": "Lavis", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339072,8 +339072,8 @@ { "id": 139419, "name": "Laxolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -339113,8 +339113,8 @@ { "id": 139420, "name": "Lazise", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339154,8 +339154,8 @@ { "id": 139421, "name": "Lazzaro", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -339195,8 +339195,8 @@ { "id": 139422, "name": "Lazzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339236,8 +339236,8 @@ { "id": 139423, "name": "Lazzeretto", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -339277,8 +339277,8 @@ { "id": 139424, "name": "Le Casine-Perignano-Spinelli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -339318,8 +339318,8 @@ { "id": 139425, "name": "Le Castella", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "city", @@ -339359,8 +339359,8 @@ { "id": 139426, "name": "Le Forna", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -339400,8 +339400,8 @@ { "id": 139427, "name": "Le Grazie", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -339441,8 +339441,8 @@ { "id": 139428, "name": "Le Grazie di Ancona", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "section", @@ -339482,8 +339482,8 @@ { "id": 139429, "name": "Le Rughe", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -339523,8 +339523,8 @@ { "id": 139430, "name": "Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -339564,8 +339564,8 @@ { "id": 139431, "name": "Lecce Nei Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339605,8 +339605,8 @@ { "id": 139432, "name": "Lecco", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -339646,8 +339646,8 @@ { "id": 139433, "name": "Leffe", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339687,8 +339687,8 @@ { "id": 139434, "name": "Leggiuno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339728,8 +339728,8 @@ { "id": 139435, "name": "Legnago", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339769,8 +339769,8 @@ { "id": 139436, "name": "Legnano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339810,8 +339810,8 @@ { "id": 139437, "name": "Legnaro", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339851,8 +339851,8 @@ { "id": 139438, "name": "Lei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339892,8 +339892,8 @@ { "id": 139439, "name": "Leini", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339933,8 +339933,8 @@ { "id": 139440, "name": "Leivi", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -339974,8 +339974,8 @@ { "id": 139441, "name": "Lemie", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340015,8 +340015,8 @@ { "id": 139442, "name": "Lemna", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340056,8 +340056,8 @@ { "id": 139443, "name": "Lendinara", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340097,8 +340097,8 @@ { "id": 139444, "name": "Leni", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340138,8 +340138,8 @@ { "id": 139445, "name": "Lenna", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340179,8 +340179,8 @@ { "id": 139446, "name": "Lenno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340220,8 +340220,8 @@ { "id": 139447, "name": "Leno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340261,8 +340261,8 @@ { "id": 139448, "name": "Lenola", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340302,8 +340302,8 @@ { "id": 139449, "name": "Lenta", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340343,8 +340343,8 @@ { "id": 139450, "name": "Lentate sul Seveso", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340384,8 +340384,8 @@ { "id": 139451, "name": "Lentella", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340425,8 +340425,8 @@ { "id": 139452, "name": "Lentiai", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340466,8 +340466,8 @@ { "id": 139453, "name": "Lentigione-Sorbolo a Mane", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -340507,8 +340507,8 @@ { "id": 139454, "name": "Lentini", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340548,8 +340548,8 @@ { "id": 139455, "name": "Leone-Santa Elisabetta", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -340589,8 +340589,8 @@ { "id": 139456, "name": "Leonessa", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340630,8 +340630,8 @@ { "id": 139457, "name": "Leonforte", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340671,8 +340671,8 @@ { "id": 139458, "name": "Leporano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340712,8 +340712,8 @@ { "id": 139459, "name": "Leporano Marina", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "city", @@ -340753,8 +340753,8 @@ { "id": 139460, "name": "Lequile", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340794,8 +340794,8 @@ { "id": 139461, "name": "Lequio Berria", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340835,8 +340835,8 @@ { "id": 139462, "name": "Lequio Tanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340876,8 +340876,8 @@ { "id": 139463, "name": "Lercara Friddi", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340917,8 +340917,8 @@ { "id": 139464, "name": "Lerici", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340958,8 +340958,8 @@ { "id": 139465, "name": "Lerma", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -340999,8 +340999,8 @@ { "id": 139466, "name": "Lesa", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341040,8 +341040,8 @@ { "id": 139467, "name": "Lesegno", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341081,8 +341081,8 @@ { "id": 139468, "name": "Lesignano de'Bagni", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341122,8 +341122,8 @@ { "id": 139469, "name": "Lesina", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341163,8 +341163,8 @@ { "id": 139470, "name": "Lesmo", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341204,8 +341204,8 @@ { "id": 139471, "name": "Lesna", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "section", @@ -341245,8 +341245,8 @@ { "id": 139472, "name": "Lessolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341286,8 +341286,8 @@ { "id": 139473, "name": "Lessona", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341327,8 +341327,8 @@ { "id": 139474, "name": "Lestans", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -341368,8 +341368,8 @@ { "id": 139475, "name": "Lestizza", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341409,8 +341409,8 @@ { "id": 139476, "name": "Letino", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341450,8 +341450,8 @@ { "id": 139477, "name": "Letojanni", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341491,8 +341491,8 @@ { "id": 139478, "name": "Lettere", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341532,8 +341532,8 @@ { "id": 139479, "name": "Lettomanoppello", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341573,8 +341573,8 @@ { "id": 139480, "name": "Lettopalena", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341614,8 +341614,8 @@ { "id": 139481, "name": "Leuca", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -341655,8 +341655,8 @@ { "id": 139482, "name": "Levada", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -341696,8 +341696,8 @@ { "id": 139483, "name": "Levanto", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341737,8 +341737,8 @@ { "id": 139484, "name": "Levata", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -341778,8 +341778,8 @@ { "id": 139485, "name": "Levate", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341819,8 +341819,8 @@ { "id": 139486, "name": "Leverano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341860,8 +341860,8 @@ { "id": 139487, "name": "Levice", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341901,8 +341901,8 @@ { "id": 139488, "name": "Levico Terme", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341942,8 +341942,8 @@ { "id": 139489, "name": "Levone", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -341983,8 +341983,8 @@ { "id": 139490, "name": "Lezzeno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342024,8 +342024,8 @@ { "id": 139491, "name": "Li Punti-San Giovanni", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -342065,8 +342065,8 @@ { "id": 139492, "name": "Liberi", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342106,8 +342106,8 @@ { "id": 139493, "name": "Librizzi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342147,8 +342147,8 @@ { "id": 139494, "name": "Licata", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342188,8 +342188,8 @@ { "id": 139495, "name": "Licciana Nardi", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342229,8 +342229,8 @@ { "id": 139496, "name": "Licenza", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342270,8 +342270,8 @@ { "id": 139497, "name": "Licinella-Torre di Paestum", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -342311,8 +342311,8 @@ { "id": 139498, "name": "Licodia Eubea", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342352,8 +342352,8 @@ { "id": 139499, "name": "Licusati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -342393,8 +342393,8 @@ { "id": 139500, "name": "Lido", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -342434,8 +342434,8 @@ { "id": 139501, "name": "Lido", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "city", @@ -342475,8 +342475,8 @@ { "id": 139502, "name": "Lido Adriano", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -342516,8 +342516,8 @@ { "id": 139503, "name": "Lido degli Estensi", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -342557,8 +342557,8 @@ { "id": 139504, "name": "Lido dei Pini", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -342598,8 +342598,8 @@ { "id": 139505, "name": "Lido di Fermo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -342639,8 +342639,8 @@ { "id": 139506, "name": "Lido di Jesolo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -342680,8 +342680,8 @@ { "id": 139507, "name": "Lido di Ostia", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -342721,8 +342721,8 @@ { "id": 139508, "name": "Lido di Pomposa-Lido degli Scacchi", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -342762,8 +342762,8 @@ { "id": 139509, "name": "Lierna", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342803,8 +342803,8 @@ { "id": 139510, "name": "Lignana", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342844,8 +342844,8 @@ { "id": 139511, "name": "Lignano Sabbiadoro", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342885,8 +342885,8 @@ { "id": 139512, "name": "Ligonchio", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -342926,8 +342926,8 @@ { "id": 139513, "name": "Ligosullo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343008,8 +343008,8 @@ { "id": 139515, "name": "Limana", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343049,8 +343049,8 @@ { "id": 139516, "name": "Limatola", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343090,8 +343090,8 @@ { "id": 139517, "name": "Limbadi-Caroni", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343131,8 +343131,8 @@ { "id": 139518, "name": "Limbiate", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343172,8 +343172,8 @@ { "id": 139519, "name": "Limena", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343213,8 +343213,8 @@ { "id": 139520, "name": "Limidi", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -343254,8 +343254,8 @@ { "id": 139521, "name": "Limido Comasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343295,8 +343295,8 @@ { "id": 139522, "name": "Limina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343336,8 +343336,8 @@ { "id": 139523, "name": "Limite", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343377,8 +343377,8 @@ { "id": 139524, "name": "Limiti di Greccio", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343418,8 +343418,8 @@ { "id": 139525, "name": "Limone Piemonte", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343459,8 +343459,8 @@ { "id": 139526, "name": "Limone sul Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343500,8 +343500,8 @@ { "id": 139527, "name": "Limosano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343541,8 +343541,8 @@ { "id": 139528, "name": "Linarolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343582,8 +343582,8 @@ { "id": 139529, "name": "Linate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -343623,8 +343623,8 @@ { "id": 139530, "name": "Linera", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -343664,8 +343664,8 @@ { "id": 139531, "name": "Linguaglossa", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343705,8 +343705,8 @@ { "id": 139532, "name": "Lioni", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343746,8 +343746,8 @@ { "id": 139533, "name": "Lipari", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343787,8 +343787,8 @@ { "id": 139534, "name": "Lipomo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343828,8 +343828,8 @@ { "id": 139535, "name": "Lirio", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343869,8 +343869,8 @@ { "id": 139536, "name": "Lisanza", - "state_id": 1705, - "state_code": "25", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "city", @@ -343910,8 +343910,8 @@ { "id": 139537, "name": "Liscate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343951,8 +343951,8 @@ { "id": 139538, "name": "Liscia", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -343992,8 +343992,8 @@ { "id": 139539, "name": "Lisciano Niccone", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344033,8 +344033,8 @@ { "id": 139540, "name": "Lisiera", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "section", @@ -344074,8 +344074,8 @@ { "id": 139541, "name": "Lisignago", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344115,8 +344115,8 @@ { "id": 139542, "name": "Lisio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344156,8 +344156,8 @@ { "id": 139543, "name": "Lissone", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344197,8 +344197,8 @@ { "id": 139544, "name": "Litta Parodi-Cascinagrossa", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -344238,8 +344238,8 @@ { "id": 139545, "name": "Livera", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344279,8 +344279,8 @@ { "id": 139546, "name": "Liveri", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344320,8 +344320,8 @@ { "id": 139547, "name": "Livigno", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344361,8 +344361,8 @@ { "id": 139548, "name": "Livinallongo del Col di Lana", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344402,8 +344402,8 @@ { "id": 139549, "name": "Livo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344443,8 +344443,8 @@ { "id": 139550, "name": "Livo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344484,8 +344484,8 @@ { "id": 139551, "name": "Livorno", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -344525,8 +344525,8 @@ { "id": 139552, "name": "Livorno Ferraris", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344566,8 +344566,8 @@ { "id": 139553, "name": "Livraga", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344607,8 +344607,8 @@ { "id": 139554, "name": "Lizzanello", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344648,8 +344648,8 @@ { "id": 139555, "name": "Lizzano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344689,8 +344689,8 @@ { "id": 139556, "name": "Lizzano in Belvedere", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344730,8 +344730,8 @@ { "id": 139557, "name": "Loano", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344771,8 +344771,8 @@ { "id": 139558, "name": "Loazzolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344812,8 +344812,8 @@ { "id": 139559, "name": "Locana", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344853,8 +344853,8 @@ { "id": 139560, "name": "Locara", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -344894,8 +344894,8 @@ { "id": 139561, "name": "Locate Varesino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344935,8 +344935,8 @@ { "id": 139562, "name": "Locate di Triulzi", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -344976,8 +344976,8 @@ { "id": 139563, "name": "Locatello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345017,8 +345017,8 @@ { "id": 139564, "name": "Loceri", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345058,8 +345058,8 @@ { "id": 139565, "name": "Locorotondo", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345099,8 +345099,8 @@ { "id": 139566, "name": "Locri", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345140,8 +345140,8 @@ { "id": 139567, "name": "Loculi", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345181,8 +345181,8 @@ { "id": 139568, "name": "Lodetto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -345222,8 +345222,8 @@ { "id": 139569, "name": "Lodi", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -345263,8 +345263,8 @@ { "id": 139570, "name": "Lodi Vecchio", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345304,8 +345304,8 @@ { "id": 139571, "name": "Lodine", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345345,8 +345345,8 @@ { "id": 139572, "name": "Lodrino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345386,8 +345386,8 @@ { "id": 139573, "name": "Lodrone-Darzo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -345427,8 +345427,8 @@ { "id": 139574, "name": "Lodè", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345468,8 +345468,8 @@ { "id": 139575, "name": "Lograto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345509,8 +345509,8 @@ { "id": 139576, "name": "Loiano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345550,8 +345550,8 @@ { "id": 139577, "name": "Loiri Porto San Paolo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345591,8 +345591,8 @@ { "id": 139578, "name": "Lomagna", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345632,8 +345632,8 @@ { "id": 139579, "name": "Lomazzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345673,8 +345673,8 @@ { "id": 139580, "name": "Lombardore", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345714,8 +345714,8 @@ { "id": 139581, "name": "Lombriasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345755,8 +345755,8 @@ { "id": 139582, "name": "Lomello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345796,8 +345796,8 @@ { "id": 139583, "name": "Lona-Lases", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345837,8 +345837,8 @@ { "id": 139584, "name": "Lonate Ceppino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345878,8 +345878,8 @@ { "id": 139585, "name": "Lonate Pozzolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345919,8 +345919,8 @@ { "id": 139586, "name": "Lonato", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -345960,8 +345960,8 @@ { "id": 139587, "name": "Londa", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346001,8 +346001,8 @@ { "id": 139588, "name": "Longano", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346042,8 +346042,8 @@ { "id": 139589, "name": "Longara", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -346083,8 +346083,8 @@ { "id": 139590, "name": "Longare", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346124,8 +346124,8 @@ { "id": 139591, "name": "Longarone", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346165,8 +346165,8 @@ { "id": 139592, "name": "Longastrino", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -346206,8 +346206,8 @@ { "id": 139593, "name": "Longhena", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346247,8 +346247,8 @@ { "id": 139594, "name": "Longhi", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346288,8 +346288,8 @@ { "id": 139595, "name": "Longi", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346329,8 +346329,8 @@ { "id": 139596, "name": "Longiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346370,8 +346370,8 @@ { "id": 139597, "name": "Longobardi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346411,8 +346411,8 @@ { "id": 139598, "name": "Longobucco", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346452,8 +346452,8 @@ { "id": 139599, "name": "Longone Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346493,8 +346493,8 @@ { "id": 139600, "name": "Longone al Segrino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346534,8 +346534,8 @@ { "id": 139601, "name": "Lonigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346575,8 +346575,8 @@ { "id": 139602, "name": "Loranzè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346616,8 +346616,8 @@ { "id": 139603, "name": "Loreggia", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346657,8 +346657,8 @@ { "id": 139604, "name": "Loreggiola", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -346698,8 +346698,8 @@ { "id": 139605, "name": "Loreglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346739,8 +346739,8 @@ { "id": 139606, "name": "Lorenzago di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346780,8 +346780,8 @@ { "id": 139607, "name": "Lorenzana", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346821,8 +346821,8 @@ { "id": 139608, "name": "Loreo", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346862,8 +346862,8 @@ { "id": 139609, "name": "Loreto", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346903,8 +346903,8 @@ { "id": 139610, "name": "Loreto Aprutino", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -346944,8 +346944,8 @@ { "id": 139611, "name": "Loreto Stazione", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -346985,8 +346985,8 @@ { "id": 139612, "name": "Loria Bessica", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347026,8 +347026,8 @@ { "id": 139613, "name": "Loro Ciuffenna", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347067,8 +347067,8 @@ { "id": 139614, "name": "Loro Piceno", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347108,8 +347108,8 @@ { "id": 139615, "name": "Lorsica", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347149,8 +347149,8 @@ { "id": 139616, "name": "Loseto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -347190,8 +347190,8 @@ { "id": 139617, "name": "Losine", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347231,8 +347231,8 @@ { "id": 139618, "name": "Lotzorai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347272,8 +347272,8 @@ { "id": 139619, "name": "Lovere", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347313,8 +347313,8 @@ { "id": 139620, "name": "Lovero", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347354,8 +347354,8 @@ { "id": 139621, "name": "Lozio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347395,8 +347395,8 @@ { "id": 139622, "name": "Lozza", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347436,8 +347436,8 @@ { "id": 139623, "name": "Lozzo Atestino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347477,8 +347477,8 @@ { "id": 139624, "name": "Lozzo di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347518,8 +347518,8 @@ { "id": 139625, "name": "Lozzolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347559,8 +347559,8 @@ { "id": 139626, "name": "Lu", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347600,8 +347600,8 @@ { "id": 139627, "name": "Lu Bagnu", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -347641,8 +347641,8 @@ { "id": 139628, "name": "Lubriano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347682,8 +347682,8 @@ { "id": 139629, "name": "Lucca", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -347723,8 +347723,8 @@ { "id": 139630, "name": "Lucca Sicula", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347764,8 +347764,8 @@ { "id": 139631, "name": "Lucera", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347805,8 +347805,8 @@ { "id": 139632, "name": "Lucignano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347846,8 +347846,8 @@ { "id": 139633, "name": "Lucinasco", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347887,8 +347887,8 @@ { "id": 139634, "name": "Lucino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347928,8 +347928,8 @@ { "id": 139635, "name": "Lucino-Rodano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -347969,8 +347969,8 @@ { "id": 139636, "name": "Lucito", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348010,8 +348010,8 @@ { "id": 139637, "name": "Luco Mugello", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -348051,8 +348051,8 @@ { "id": 139638, "name": "Luco dei Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348092,8 +348092,8 @@ { "id": 139639, "name": "Lucoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348133,8 +348133,8 @@ { "id": 139640, "name": "Lucrezia", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -348174,8 +348174,8 @@ { "id": 139641, "name": "Lucugnano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -348215,8 +348215,8 @@ { "id": 139642, "name": "Ludriano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -348256,8 +348256,8 @@ { "id": 139643, "name": "Lugagnano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -348297,8 +348297,8 @@ { "id": 139644, "name": "Lugagnano Val d'Arda", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348338,8 +348338,8 @@ { "id": 139645, "name": "Lughignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -348379,8 +348379,8 @@ { "id": 139646, "name": "Lugnacco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348420,8 +348420,8 @@ { "id": 139647, "name": "Lugnano in Teverina", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348502,8 +348502,8 @@ { "id": 139649, "name": "Lugo di Vicenza", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348543,8 +348543,8 @@ { "id": 139650, "name": "Lugugnana", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -348584,8 +348584,8 @@ { "id": 139651, "name": "Luino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348625,8 +348625,8 @@ { "id": 139652, "name": "Luisago", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348666,8 +348666,8 @@ { "id": 139653, "name": "Lula", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348707,8 +348707,8 @@ { "id": 139654, "name": "Lumellogno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "city", @@ -348748,8 +348748,8 @@ { "id": 139655, "name": "Lumezzane", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348789,8 +348789,8 @@ { "id": 139656, "name": "Lumignano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -348830,8 +348830,8 @@ { "id": 139657, "name": "Lunamatrona", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348871,8 +348871,8 @@ { "id": 139658, "name": "Lunano", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348912,8 +348912,8 @@ { "id": 139659, "name": "Lunetta-Frassino", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "city", @@ -348953,8 +348953,8 @@ { "id": 139660, "name": "Lungavilla", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -348994,8 +348994,8 @@ { "id": 139661, "name": "Lungro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349035,8 +349035,8 @@ { "id": 139662, "name": "Luogosano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349076,8 +349076,8 @@ { "id": 139663, "name": "Luogosanto", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349117,8 +349117,8 @@ { "id": 139664, "name": "Lupara", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349158,8 +349158,8 @@ { "id": 139665, "name": "Lurago Marinone", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349199,8 +349199,8 @@ { "id": 139666, "name": "Lurago d'Erba", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349240,8 +349240,8 @@ { "id": 139667, "name": "Lurano", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349281,8 +349281,8 @@ { "id": 139668, "name": "Luras", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349322,8 +349322,8 @@ { "id": 139669, "name": "Lurate Caccivio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349363,8 +349363,8 @@ { "id": 139670, "name": "Lusciano", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349404,8 +349404,8 @@ { "id": 139671, "name": "Luserna", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349445,8 +349445,8 @@ { "id": 139672, "name": "Luserna", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -349486,8 +349486,8 @@ { "id": 139673, "name": "Lusernetta", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349527,8 +349527,8 @@ { "id": 139674, "name": "Lusevera", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349568,8 +349568,8 @@ { "id": 139675, "name": "Lusia", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349609,8 +349609,8 @@ { "id": 139676, "name": "Lusiana", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349650,8 +349650,8 @@ { "id": 139677, "name": "Lusigliè", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349691,8 +349691,8 @@ { "id": 139678, "name": "Luson - Luesen", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349732,8 +349732,8 @@ { "id": 139679, "name": "Lustra", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349773,8 +349773,8 @@ { "id": 139680, "name": "Lutrano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -349814,8 +349814,8 @@ { "id": 139681, "name": "Luvinate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349855,8 +349855,8 @@ { "id": 139682, "name": "Luzzana", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349896,8 +349896,8 @@ { "id": 139683, "name": "Luzzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "city", @@ -349937,8 +349937,8 @@ { "id": 139684, "name": "Luzzara", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -349978,8 +349978,8 @@ { "id": 139685, "name": "Luzzi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350019,8 +350019,8 @@ { "id": 139686, "name": "Maccacari", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -350060,8 +350060,8 @@ { "id": 139687, "name": "Maccagno", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350101,8 +350101,8 @@ { "id": 139688, "name": "Maccarese", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -350142,8 +350142,8 @@ { "id": 139689, "name": "Maccastorna", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350183,8 +350183,8 @@ { "id": 139690, "name": "Macchia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -350224,8 +350224,8 @@ { "id": 139691, "name": "Macchia Valfortore", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350265,8 +350265,8 @@ { "id": 139692, "name": "Macchia d'Isernia", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350306,8 +350306,8 @@ { "id": 139693, "name": "Macchiagodena", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350347,8 +350347,8 @@ { "id": 139694, "name": "Maccoli-Perrillo", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "city", @@ -350388,8 +350388,8 @@ { "id": 139695, "name": "Macello", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350429,8 +350429,8 @@ { "id": 139696, "name": "Macerata", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -350470,8 +350470,8 @@ { "id": 139697, "name": "Macerata Campania", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350511,8 +350511,8 @@ { "id": 139698, "name": "Macerata Feltria", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350552,8 +350552,8 @@ { "id": 139699, "name": "Macere", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -350593,8 +350593,8 @@ { "id": 139700, "name": "Macherio", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350634,8 +350634,8 @@ { "id": 139701, "name": "Macine-Borgo Loreto", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -350675,8 +350675,8 @@ { "id": 139702, "name": "Maclodio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350716,8 +350716,8 @@ { "id": 139703, "name": "Macomer", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350757,8 +350757,8 @@ { "id": 139704, "name": "Macra", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350798,8 +350798,8 @@ { "id": 139705, "name": "Macugnaga", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350839,8 +350839,8 @@ { "id": 139706, "name": "Maddaloni", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350880,8 +350880,8 @@ { "id": 139707, "name": "Madignano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350921,8 +350921,8 @@ { "id": 139708, "name": "Madone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -350962,8 +350962,8 @@ { "id": 139709, "name": "Madonna Dell'Albero", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -351003,8 +351003,8 @@ { "id": 139710, "name": "Madonna del Sasso", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351044,8 +351044,8 @@ { "id": 139711, "name": "Madonna dell'Acqua", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -351085,8 +351085,8 @@ { "id": 139712, "name": "Madrano-Canzolino", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -351126,8 +351126,8 @@ { "id": 139713, "name": "Maenza", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351167,8 +351167,8 @@ { "id": 139714, "name": "Maerne", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -351208,8 +351208,8 @@ { "id": 139715, "name": "Mafalda", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351249,8 +351249,8 @@ { "id": 139716, "name": "Magasa", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351290,8 +351290,8 @@ { "id": 139717, "name": "Magenta", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351331,8 +351331,8 @@ { "id": 139718, "name": "Maggiora", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351372,8 +351372,8 @@ { "id": 139719, "name": "Magherno", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351413,8 +351413,8 @@ { "id": 139720, "name": "Magione", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351454,8 +351454,8 @@ { "id": 139721, "name": "Magisano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351495,8 +351495,8 @@ { "id": 139722, "name": "Magliano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -351536,8 +351536,8 @@ { "id": 139723, "name": "Magliano Alfieri", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351577,8 +351577,8 @@ { "id": 139724, "name": "Magliano Alpi", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351618,8 +351618,8 @@ { "id": 139725, "name": "Magliano De'Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351659,8 +351659,8 @@ { "id": 139726, "name": "Magliano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351700,8 +351700,8 @@ { "id": 139727, "name": "Magliano Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351741,8 +351741,8 @@ { "id": 139728, "name": "Magliano Vetere", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351782,8 +351782,8 @@ { "id": 139729, "name": "Magliano di Tenna", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351823,8 +351823,8 @@ { "id": 139730, "name": "Magliano in Toscana", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351864,8 +351864,8 @@ { "id": 139731, "name": "Maglie", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351905,8 +351905,8 @@ { "id": 139732, "name": "Magliolo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351946,8 +351946,8 @@ { "id": 139733, "name": "Maglione", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -351987,8 +351987,8 @@ { "id": 139734, "name": "Maglione-Crosa", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352028,8 +352028,8 @@ { "id": 139735, "name": "Magnacavallo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352069,8 +352069,8 @@ { "id": 139736, "name": "Magnago", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352110,8 +352110,8 @@ { "id": 139737, "name": "Magnano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352151,8 +352151,8 @@ { "id": 139738, "name": "Magnano in Riviera", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352192,8 +352192,8 @@ { "id": 139739, "name": "Magno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -352233,8 +352233,8 @@ { "id": 139740, "name": "Magomadas", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352274,8 +352274,8 @@ { "id": 139741, "name": "Magreglio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352315,8 +352315,8 @@ { "id": 139742, "name": "Magreta", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -352356,8 +352356,8 @@ { "id": 139743, "name": "Magrè sulla Strada del Vino", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352397,8 +352397,8 @@ { "id": 139744, "name": "Magugnano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352438,8 +352438,8 @@ { "id": 139745, "name": "Maida", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352479,8 +352479,8 @@ { "id": 139746, "name": "Maierato", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352520,8 +352520,8 @@ { "id": 139747, "name": "Maierà", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352561,8 +352561,8 @@ { "id": 139748, "name": "Maiolati Spontini", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352602,8 +352602,8 @@ { "id": 139749, "name": "Maiori", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352643,8 +352643,8 @@ { "id": 139750, "name": "Mairago", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352684,8 +352684,8 @@ { "id": 139751, "name": "Mairano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352725,8 +352725,8 @@ { "id": 139752, "name": "Maissana", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352766,8 +352766,8 @@ { "id": 139753, "name": "Majano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352807,8 +352807,8 @@ { "id": 139754, "name": "Malagnino", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352848,8 +352848,8 @@ { "id": 139755, "name": "Malalbergo", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352889,8 +352889,8 @@ { "id": 139756, "name": "Malavicina", - "state_id": 1705, - "state_code": "25", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -352930,8 +352930,8 @@ { "id": 139757, "name": "Malborghetto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -352971,8 +352971,8 @@ { "id": 139758, "name": "Malcesine", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353012,8 +353012,8 @@ { "id": 139759, "name": "Malche-Santa Croce-Serroni", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -353053,8 +353053,8 @@ { "id": 139760, "name": "Malegno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353094,8 +353094,8 @@ { "id": 139761, "name": "Maleo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353135,8 +353135,8 @@ { "id": 139762, "name": "Malesco", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353176,8 +353176,8 @@ { "id": 139763, "name": "Maletto", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353217,8 +353217,8 @@ { "id": 139764, "name": "Malfa", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353258,8 +353258,8 @@ { "id": 139765, "name": "Malgesso", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353299,8 +353299,8 @@ { "id": 139766, "name": "Malgrate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353340,8 +353340,8 @@ { "id": 139767, "name": "Malito", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353381,8 +353381,8 @@ { "id": 139768, "name": "Mallare", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353422,8 +353422,8 @@ { "id": 139769, "name": "Malles Venosta", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353463,8 +353463,8 @@ { "id": 139770, "name": "Malmantile", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -353504,8 +353504,8 @@ { "id": 139771, "name": "Malnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353545,8 +353545,8 @@ { "id": 139772, "name": "Malo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353586,8 +353586,8 @@ { "id": 139773, "name": "Malonno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353627,8 +353627,8 @@ { "id": 139774, "name": "Malosco", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353668,8 +353668,8 @@ { "id": 139775, "name": "Maltignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353709,8 +353709,8 @@ { "id": 139776, "name": "Malvagna", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353750,8 +353750,8 @@ { "id": 139777, "name": "Malvicino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353791,8 +353791,8 @@ { "id": 139778, "name": "Malvito", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353832,8 +353832,8 @@ { "id": 139779, "name": "Malè", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353873,8 +353873,8 @@ { "id": 139780, "name": "Mammola", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353914,8 +353914,8 @@ { "id": 139781, "name": "Mamoiada", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353955,8 +353955,8 @@ { "id": 139782, "name": "Manciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -353996,8 +353996,8 @@ { "id": 139783, "name": "Mandanici", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354037,8 +354037,8 @@ { "id": 139784, "name": "Mandas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354078,8 +354078,8 @@ { "id": 139785, "name": "Mandatoriccio", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354119,8 +354119,8 @@ { "id": 139786, "name": "Mandela", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354160,8 +354160,8 @@ { "id": 139787, "name": "Mandello Vitta", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354201,8 +354201,8 @@ { "id": 139788, "name": "Mandello del Lario", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354242,8 +354242,8 @@ { "id": 139789, "name": "Mandriola-Sant'Agostino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -354283,8 +354283,8 @@ { "id": 139790, "name": "Mandrogne", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "city", @@ -354324,8 +354324,8 @@ { "id": 139791, "name": "Manduria", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354365,8 +354365,8 @@ { "id": 139792, "name": "Manera", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -354406,8 +354406,8 @@ { "id": 139793, "name": "Manerba del Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354447,8 +354447,8 @@ { "id": 139794, "name": "Manerbio", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354488,8 +354488,8 @@ { "id": 139795, "name": "Manesseno", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "city", @@ -354529,8 +354529,8 @@ { "id": 139796, "name": "Manfredonia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354570,8 +354570,8 @@ { "id": 139797, "name": "Mango", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354611,8 +354611,8 @@ { "id": 139798, "name": "Mangone", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354652,8 +354652,8 @@ { "id": 139799, "name": "Maniace", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354693,8 +354693,8 @@ { "id": 139800, "name": "Maniago", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354734,8 +354734,8 @@ { "id": 139801, "name": "Manocalzati", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354775,8 +354775,8 @@ { "id": 139802, "name": "Manoppello", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354816,8 +354816,8 @@ { "id": 139803, "name": "Manoppello Scalo", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "city", @@ -354857,8 +354857,8 @@ { "id": 139804, "name": "Mansuè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354898,8 +354898,8 @@ { "id": 139805, "name": "Manta", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -354939,8 +354939,8 @@ { "id": 139806, "name": "Mantegazza", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -354980,8 +354980,8 @@ { "id": 139807, "name": "Mantello", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355021,8 +355021,8 @@ { "id": 139808, "name": "Mantiglia di Ardea", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -355062,8 +355062,8 @@ { "id": 139809, "name": "Mantignana", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -355103,8 +355103,8 @@ { "id": 139810, "name": "Mantignano-Ugnano", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -355144,8 +355144,8 @@ { "id": 139811, "name": "Mantova", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -355185,8 +355185,8 @@ { "id": 139812, "name": "Manzano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355226,8 +355226,8 @@ { "id": 139813, "name": "Manziana", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355267,8 +355267,8 @@ { "id": 139814, "name": "Manzolino", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -355308,8 +355308,8 @@ { "id": 139815, "name": "Mapello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355349,8 +355349,8 @@ { "id": 139816, "name": "Mappano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355390,8 +355390,8 @@ { "id": 139817, "name": "Mara", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355431,8 +355431,8 @@ { "id": 139818, "name": "Maracalagonis", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355472,8 +355472,8 @@ { "id": 139819, "name": "Maranello", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355513,8 +355513,8 @@ { "id": 139820, "name": "Marano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -355554,8 +355554,8 @@ { "id": 139821, "name": "Marano Equo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355595,8 +355595,8 @@ { "id": 139822, "name": "Marano Lagunare", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355636,8 +355636,8 @@ { "id": 139823, "name": "Marano Marchesato", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355677,8 +355677,8 @@ { "id": 139824, "name": "Marano Principato", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355718,8 +355718,8 @@ { "id": 139825, "name": "Marano Ticino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355759,8 +355759,8 @@ { "id": 139826, "name": "Marano Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355800,8 +355800,8 @@ { "id": 139827, "name": "Marano di Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355841,8 +355841,8 @@ { "id": 139828, "name": "Marano di Valpolicella", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355882,8 +355882,8 @@ { "id": 139829, "name": "Marano sul Panaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -355923,8 +355923,8 @@ { "id": 139830, "name": "Maranola-Trivio", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -355964,8 +355964,8 @@ { "id": 139831, "name": "Maranzana", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356005,8 +356005,8 @@ { "id": 139832, "name": "Maratea", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356046,8 +356046,8 @@ { "id": 139833, "name": "Marausa", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -356087,8 +356087,8 @@ { "id": 139834, "name": "Marcallo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356128,8 +356128,8 @@ { "id": 139835, "name": "Marcaria", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356169,8 +356169,8 @@ { "id": 139836, "name": "Marcedusa", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356210,8 +356210,8 @@ { "id": 139837, "name": "Marcelli", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -356251,8 +356251,8 @@ { "id": 139838, "name": "Marcellina", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356292,8 +356292,8 @@ { "id": 139839, "name": "Marcellina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -356333,8 +356333,8 @@ { "id": 139840, "name": "Marcellinara", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356374,8 +356374,8 @@ { "id": 139841, "name": "Marcetelli", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356415,8 +356415,8 @@ { "id": 139842, "name": "Marcheno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356456,8 +356456,8 @@ { "id": 139843, "name": "Marchesino-Bovo", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -356497,8 +356497,8 @@ { "id": 139844, "name": "Marchirolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356538,8 +356538,8 @@ { "id": 139845, "name": "Marciana", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356579,8 +356579,8 @@ { "id": 139846, "name": "Marciana Marina", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356620,8 +356620,8 @@ { "id": 139847, "name": "Marcianise", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356661,8 +356661,8 @@ { "id": 139848, "name": "Marciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356702,8 +356702,8 @@ { "id": 139849, "name": "Marciano della Chiana", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356743,8 +356743,8 @@ { "id": 139850, "name": "Marcignago", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356784,8 +356784,8 @@ { "id": 139851, "name": "Marcignana", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -356825,8 +356825,8 @@ { "id": 139852, "name": "Marco", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -356866,8 +356866,8 @@ { "id": 139853, "name": "Marco Simone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -356907,8 +356907,8 @@ { "id": 139854, "name": "Marcon-Gaggio-Colmello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -356948,8 +356948,8 @@ { "id": 139855, "name": "Marconia", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "city", @@ -356989,8 +356989,8 @@ { "id": 139856, "name": "Mardimago", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "city", @@ -357030,8 +357030,8 @@ { "id": 139857, "name": "Marene", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357071,8 +357071,8 @@ { "id": 139858, "name": "Mareno di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357112,8 +357112,8 @@ { "id": 139859, "name": "Marentino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357153,8 +357153,8 @@ { "id": 139860, "name": "Maresso", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -357194,8 +357194,8 @@ { "id": 139861, "name": "Maretto", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357235,8 +357235,8 @@ { "id": 139862, "name": "Margarita", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357317,8 +357317,8 @@ { "id": 139864, "name": "Margine Coperta-Traversagna", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "city", @@ -357358,8 +357358,8 @@ { "id": 139865, "name": "Margno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357399,8 +357399,8 @@ { "id": 139866, "name": "Mariana Mantovana", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357440,8 +357440,8 @@ { "id": 139867, "name": "Mariano Comense", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357481,8 +357481,8 @@ { "id": 139868, "name": "Mariano del Friuli", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357522,8 +357522,8 @@ { "id": 139869, "name": "Marianopoli", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357563,8 +357563,8 @@ { "id": 139870, "name": "Mariglianella", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357604,8 +357604,8 @@ { "id": 139871, "name": "Marigliano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357645,8 +357645,8 @@ { "id": 139872, "name": "Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -357686,8 +357686,8 @@ { "id": 139873, "name": "Marina Romea", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -357727,8 +357727,8 @@ { "id": 139874, "name": "Marina San Nicola", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "section", @@ -357768,8 +357768,8 @@ { "id": 139875, "name": "Marina di Altidona", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "city", @@ -357809,8 +357809,8 @@ { "id": 139876, "name": "Marina di Andora", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357850,8 +357850,8 @@ { "id": 139877, "name": "Marina di Ardea-Tor San Lorenzo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -357891,8 +357891,8 @@ { "id": 139878, "name": "Marina di Camerota", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -357932,8 +357932,8 @@ { "id": 139879, "name": "Marina di Campo", - "state_id": 1664, - "state_code": "52", + "state_id": 1745, + "state_code": "LI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -357973,8 +357973,8 @@ { "id": 139880, "name": "Marina di Caronia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -358014,8 +358014,8 @@ { "id": 139881, "name": "Marina di Carrara", - "state_id": 1664, - "state_code": "52", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "city", @@ -358055,8 +358055,8 @@ { "id": 139882, "name": "Marina di Casal Velino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -358096,8 +358096,8 @@ { "id": 139883, "name": "Marina di Cerveteri", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -358137,8 +358137,8 @@ { "id": 139884, "name": "Marina di Davoli", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -358178,8 +358178,8 @@ { "id": 139885, "name": "Marina di Fuscaldo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -358219,8 +358219,8 @@ { "id": 139886, "name": "Marina di Ginosa", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "city", @@ -358260,8 +358260,8 @@ { "id": 139887, "name": "Marina di Gioiosa Ionica", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -358301,8 +358301,8 @@ { "id": 139888, "name": "Marina di Grosseto", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -358342,8 +358342,8 @@ { "id": 139889, "name": "Marina di Massa", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "city", @@ -358383,8 +358383,8 @@ { "id": 139890, "name": "Marina di Montemarciano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -358424,8 +358424,8 @@ { "id": 139891, "name": "Marina di Pisa", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -358465,8 +358465,8 @@ { "id": 139892, "name": "Marina di Pisa-Tirrenia-Calambrone", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -358506,8 +358506,8 @@ { "id": 139893, "name": "Marina di Ragusa", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "city", @@ -358547,8 +358547,8 @@ { "id": 139894, "name": "Marina di Ravenna", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -358588,8 +358588,8 @@ { "id": 139895, "name": "Marina di San Vito", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -358629,8 +358629,8 @@ { "id": 139896, "name": "Marina di Schiavonea", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -358670,8 +358670,8 @@ { "id": 139897, "name": "Marina di Vasto", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "city", @@ -358711,8 +358711,8 @@ { "id": 139898, "name": "Marinella", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -358752,8 +358752,8 @@ { "id": 139899, "name": "Marineo", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -358793,8 +358793,8 @@ { "id": 139900, "name": "Marino", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -358834,8 +358834,8 @@ { "id": 139901, "name": "Mariotto", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "city", @@ -358875,8 +358875,8 @@ { "id": 139902, "name": "Marittima", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -358916,8 +358916,8 @@ { "id": 139903, "name": "Marlengo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -358957,8 +358957,8 @@ { "id": 139904, "name": "Marliana", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -358998,8 +358998,8 @@ { "id": 139905, "name": "Marmentino", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359039,8 +359039,8 @@ { "id": 139906, "name": "Marmirolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359080,8 +359080,8 @@ { "id": 139907, "name": "Marmora", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359121,8 +359121,8 @@ { "id": 139908, "name": "Marnate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359162,8 +359162,8 @@ { "id": 139909, "name": "Marocchi", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -359203,8 +359203,8 @@ { "id": 139910, "name": "Marola", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -359244,8 +359244,8 @@ { "id": 139911, "name": "Marone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359285,8 +359285,8 @@ { "id": 139912, "name": "Maropati", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359326,8 +359326,8 @@ { "id": 139913, "name": "Marostica", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359367,8 +359367,8 @@ { "id": 139914, "name": "Marotta", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -359408,8 +359408,8 @@ { "id": 139915, "name": "Marradi", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359449,8 +359449,8 @@ { "id": 139916, "name": "Marrubiu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359490,8 +359490,8 @@ { "id": 139917, "name": "Marsaglia", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359531,8 +359531,8 @@ { "id": 139918, "name": "Marsaglia", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359572,8 +359572,8 @@ { "id": 139919, "name": "Marsala", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359613,8 +359613,8 @@ { "id": 139920, "name": "Marsciano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359654,8 +359654,8 @@ { "id": 139921, "name": "Marsia", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359695,8 +359695,8 @@ { "id": 139922, "name": "Marsico Nuovo", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359736,8 +359736,8 @@ { "id": 139923, "name": "Marsicovetere", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359777,8 +359777,8 @@ { "id": 139924, "name": "Marsure", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -359818,8 +359818,8 @@ { "id": 139925, "name": "Marta", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359859,8 +359859,8 @@ { "id": 139926, "name": "Martano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359900,8 +359900,8 @@ { "id": 139927, "name": "Martellago", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -359941,8 +359941,8 @@ { "id": 139928, "name": "Martelli-Laganosa", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -359982,8 +359982,8 @@ { "id": 139929, "name": "Marti", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -360023,8 +360023,8 @@ { "id": 139930, "name": "Martignacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360064,8 +360064,8 @@ { "id": 139931, "name": "Martignana di Po", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360105,8 +360105,8 @@ { "id": 139932, "name": "Martignano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360146,8 +360146,8 @@ { "id": 139933, "name": "Martina Franca", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360187,8 +360187,8 @@ { "id": 139934, "name": "Martinengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360228,8 +360228,8 @@ { "id": 139935, "name": "Martiniana Po", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360269,8 +360269,8 @@ { "id": 139936, "name": "Martinsicuro", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360310,8 +360310,8 @@ { "id": 139937, "name": "Martirano", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360351,8 +360351,8 @@ { "id": 139938, "name": "Martirano Lombardo", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360392,8 +360392,8 @@ { "id": 139939, "name": "Martis", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360433,8 +360433,8 @@ { "id": 139940, "name": "Martone", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360474,8 +360474,8 @@ { "id": 139941, "name": "Marudo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360515,8 +360515,8 @@ { "id": 139942, "name": "Maruggio", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360556,8 +360556,8 @@ { "id": 139943, "name": "Marzabotto", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360597,8 +360597,8 @@ { "id": 139944, "name": "Marzanello", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -360638,8 +360638,8 @@ { "id": 139945, "name": "Marzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360679,8 +360679,8 @@ { "id": 139946, "name": "Marzano Appio", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -360720,8 +360720,8 @@ { "id": 139947, "name": "Marzano di Nola", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360761,8 +360761,8 @@ { "id": 139948, "name": "Marzi", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360802,8 +360802,8 @@ { "id": 139949, "name": "Marzio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360843,8 +360843,8 @@ { "id": 139950, "name": "Masainas", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360884,8 +360884,8 @@ { "id": 139951, "name": "Masate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360925,8 +360925,8 @@ { "id": 139952, "name": "Mascali", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -360966,8 +360966,8 @@ { "id": 139953, "name": "Mascalucia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361007,8 +361007,8 @@ { "id": 139954, "name": "Maschito", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361048,8 +361048,8 @@ { "id": 139955, "name": "Masciago Primo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361089,8 +361089,8 @@ { "id": 139956, "name": "Maser", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361130,8 +361130,8 @@ { "id": 139957, "name": "Masera", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361171,8 +361171,8 @@ { "id": 139958, "name": "Maserada sul Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361212,8 +361212,8 @@ { "id": 139959, "name": "Maserà di Padova", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361253,8 +361253,8 @@ { "id": 139960, "name": "Masi", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361294,8 +361294,8 @@ { "id": 139961, "name": "Masi-Torello", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361335,8 +361335,8 @@ { "id": 139962, "name": "Masio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361376,8 +361376,8 @@ { "id": 139963, "name": "Maslianico", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361417,8 +361417,8 @@ { "id": 139964, "name": "Mason Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361458,8 +361458,8 @@ { "id": 139965, "name": "Masone", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361499,8 +361499,8 @@ { "id": 139966, "name": "Massa", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361540,8 +361540,8 @@ { "id": 139967, "name": "Massa", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361581,8 +361581,8 @@ { "id": 139968, "name": "Massa Fermana", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361622,8 +361622,8 @@ { "id": 139969, "name": "Massa Finalese", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -361663,8 +361663,8 @@ { "id": 139970, "name": "Massa Fiscaglia", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -361745,8 +361745,8 @@ { "id": 139972, "name": "Massa Lubrense", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361786,8 +361786,8 @@ { "id": 139973, "name": "Massa Marittima", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361827,8 +361827,8 @@ { "id": 139974, "name": "Massa Martana", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361868,8 +361868,8 @@ { "id": 139975, "name": "Massa d'Albe-Corona", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361909,8 +361909,8 @@ { "id": 139976, "name": "Massa di Somma", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361950,8 +361950,8 @@ { "id": 139977, "name": "Massafra", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -361991,8 +361991,8 @@ { "id": 139978, "name": "Massalengo-Motta Vigana", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362032,8 +362032,8 @@ { "id": 139979, "name": "Massanzago-Ca' Baglioni-San Dono", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362073,8 +362073,8 @@ { "id": 139980, "name": "Massarosa", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362114,8 +362114,8 @@ { "id": 139981, "name": "Massazza", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362155,8 +362155,8 @@ { "id": 139982, "name": "Massello", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362196,8 +362196,8 @@ { "id": 139983, "name": "Massenzatico", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -362237,8 +362237,8 @@ { "id": 139984, "name": "Masserano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362278,8 +362278,8 @@ { "id": 139985, "name": "Masseria Vecchia Ovest", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -362319,8 +362319,8 @@ { "id": 139986, "name": "Massignano", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362360,8 +362360,8 @@ { "id": 139987, "name": "Massimeno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362401,8 +362401,8 @@ { "id": 139988, "name": "Massimino", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362442,8 +362442,8 @@ { "id": 139989, "name": "Massino Visconti", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362483,8 +362483,8 @@ { "id": 139990, "name": "Massiola", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362524,8 +362524,8 @@ { "id": 139991, "name": "Masullas", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362565,8 +362565,8 @@ { "id": 139992, "name": "Matelica", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362606,8 +362606,8 @@ { "id": 139993, "name": "Matera", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -362647,8 +362647,8 @@ { "id": 139994, "name": "Materdomini", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -362688,8 +362688,8 @@ { "id": 139995, "name": "Mathi", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362729,8 +362729,8 @@ { "id": 139996, "name": "Matinella", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -362770,8 +362770,8 @@ { "id": 139997, "name": "Matino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362811,8 +362811,8 @@ { "id": 139998, "name": "Matrice", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362852,8 +362852,8 @@ { "id": 139999, "name": "Mattarello", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -362893,8 +362893,8 @@ { "id": 140000, "name": "Mattie", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362934,8 +362934,8 @@ { "id": 140001, "name": "Mattinata", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -362975,8 +362975,8 @@ { "id": 140002, "name": "Maugeri", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -363016,8 +363016,8 @@ { "id": 140003, "name": "Mazara II", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "city", @@ -363057,8 +363057,8 @@ { "id": 140004, "name": "Mazara del Vallo", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363098,8 +363098,8 @@ { "id": 140005, "name": "Mazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -363139,8 +363139,8 @@ { "id": 140006, "name": "Mazzano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363180,8 +363180,8 @@ { "id": 140007, "name": "Mazzarino", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363221,8 +363221,8 @@ { "id": 140008, "name": "Mazzarrone", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363262,8 +363262,8 @@ { "id": 140009, "name": "Mazzarrà Sant'Andrea", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363303,8 +363303,8 @@ { "id": 140010, "name": "Mazze", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363344,8 +363344,8 @@ { "id": 140011, "name": "Mazzin", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363385,8 +363385,8 @@ { "id": 140012, "name": "Mazzo di Valtellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363426,8 +363426,8 @@ { "id": 140013, "name": "Meana Sardo", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363467,8 +363467,8 @@ { "id": 140014, "name": "Meana di Susa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363508,8 +363508,8 @@ { "id": 140015, "name": "Meano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -363549,8 +363549,8 @@ { "id": 140016, "name": "Meda", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363590,8 +363590,8 @@ { "id": 140017, "name": "Mede", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363631,8 +363631,8 @@ { "id": 140018, "name": "Medea", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363672,8 +363672,8 @@ { "id": 140019, "name": "Medesano", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363713,8 +363713,8 @@ { "id": 140020, "name": "Medicina-Buda", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363754,8 +363754,8 @@ { "id": 140021, "name": "Mediglia", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -363795,8 +363795,8 @@ { "id": 140022, "name": "Mediis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363836,8 +363836,8 @@ { "id": 140023, "name": "Medolago", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363877,8 +363877,8 @@ { "id": 140024, "name": "Medole", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363918,8 +363918,8 @@ { "id": 140025, "name": "Medolla", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -363959,8 +363959,8 @@ { "id": 140026, "name": "Meduna di Livenza", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364000,8 +364000,8 @@ { "id": 140027, "name": "Meduno", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364041,8 +364041,8 @@ { "id": 140028, "name": "Meggiano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364082,8 +364082,8 @@ { "id": 140029, "name": "Megliadino San Fidenzio", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364123,8 +364123,8 @@ { "id": 140030, "name": "Megliadino San Vitale", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364164,8 +364164,8 @@ { "id": 140031, "name": "Meiern", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364205,8 +364205,8 @@ { "id": 140032, "name": "Meina", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364246,8 +364246,8 @@ { "id": 140033, "name": "Mejaniga", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364287,8 +364287,8 @@ { "id": 140034, "name": "Mel", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364328,8 +364328,8 @@ { "id": 140035, "name": "Melara", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364369,8 +364369,8 @@ { "id": 140036, "name": "Melazzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364410,8 +364410,8 @@ { "id": 140037, "name": "Meldola", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364451,8 +364451,8 @@ { "id": 140038, "name": "Mele", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364492,8 +364492,8 @@ { "id": 140039, "name": "Meledo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -364533,8 +364533,8 @@ { "id": 140040, "name": "Melegnano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364574,8 +364574,8 @@ { "id": 140041, "name": "Melendugno", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364615,8 +364615,8 @@ { "id": 140042, "name": "Meleti", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364656,8 +364656,8 @@ { "id": 140043, "name": "Melfi", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364697,8 +364697,8 @@ { "id": 140044, "name": "Melia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364738,8 +364738,8 @@ { "id": 140045, "name": "Melicucco", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364779,8 +364779,8 @@ { "id": 140046, "name": "Melicuccà", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364820,8 +364820,8 @@ { "id": 140047, "name": "Melilli", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364861,8 +364861,8 @@ { "id": 140048, "name": "Melissa", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364902,8 +364902,8 @@ { "id": 140049, "name": "Melissano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364943,8 +364943,8 @@ { "id": 140050, "name": "Melito Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -364984,8 +364984,8 @@ { "id": 140051, "name": "Melito di Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365025,8 +365025,8 @@ { "id": 140052, "name": "Melito di Porto Salvo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365066,8 +365066,8 @@ { "id": 140053, "name": "Melizzano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365107,8 +365107,8 @@ { "id": 140054, "name": "Melle", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365148,8 +365148,8 @@ { "id": 140055, "name": "Mello", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365189,8 +365189,8 @@ { "id": 140056, "name": "Melpignano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365230,8 +365230,8 @@ { "id": 140057, "name": "Meltina", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365271,8 +365271,8 @@ { "id": 140058, "name": "Melzo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365312,8 +365312,8 @@ { "id": 140059, "name": "Menaggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365353,8 +365353,8 @@ { "id": 140060, "name": "Menarola", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365394,8 +365394,8 @@ { "id": 140061, "name": "Menconico", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365435,8 +365435,8 @@ { "id": 140062, "name": "Mendatica", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365476,8 +365476,8 @@ { "id": 140063, "name": "Mendicino", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365517,8 +365517,8 @@ { "id": 140064, "name": "Menfi", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365558,8 +365558,8 @@ { "id": 140065, "name": "Mentana", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365599,8 +365599,8 @@ { "id": 140066, "name": "Meolo", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365640,8 +365640,8 @@ { "id": 140067, "name": "Merana", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365681,8 +365681,8 @@ { "id": 140068, "name": "Merano", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365722,8 +365722,8 @@ { "id": 140069, "name": "Merate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365763,8 +365763,8 @@ { "id": 140070, "name": "Mercallo", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365804,8 +365804,8 @@ { "id": 140071, "name": "Mercatale", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "city", @@ -365845,8 +365845,8 @@ { "id": 140072, "name": "Mercatale", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -365886,8 +365886,8 @@ { "id": 140073, "name": "Mercatale-San Quirico", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365927,8 +365927,8 @@ { "id": 140074, "name": "Mercatello sul Metauro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -365968,8 +365968,8 @@ { "id": 140075, "name": "Mercatino Conca", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366009,8 +366009,8 @@ { "id": 140076, "name": "Mercato", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366050,8 +366050,8 @@ { "id": 140077, "name": "Mercato San Severino", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366091,8 +366091,8 @@ { "id": 140078, "name": "Mercato Saraceno", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366132,8 +366132,8 @@ { "id": 140079, "name": "Mercato Vecchio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366173,8 +366173,8 @@ { "id": 140080, "name": "Mercenasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366214,8 +366214,8 @@ { "id": 140081, "name": "Mercogliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366255,8 +366255,8 @@ { "id": 140082, "name": "Mereto di Tomba", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366296,8 +366296,8 @@ { "id": 140083, "name": "Mergo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366337,8 +366337,8 @@ { "id": 140084, "name": "Mergozzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366378,8 +366378,8 @@ { "id": 140085, "name": "Merine", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -366419,8 +366419,8 @@ { "id": 140086, "name": "Merlara", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366460,8 +366460,8 @@ { "id": 140087, "name": "Merlino", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366501,8 +366501,8 @@ { "id": 140088, "name": "Merone", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366542,8 +366542,8 @@ { "id": 140089, "name": "Merso di Sopra", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366583,8 +366583,8 @@ { "id": 140090, "name": "Merì", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366624,8 +366624,8 @@ { "id": 140091, "name": "Mesagne", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366665,8 +366665,8 @@ { "id": 140092, "name": "Mese", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366706,8 +366706,8 @@ { "id": 140093, "name": "Mesenzana", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366747,8 +366747,8 @@ { "id": 140094, "name": "Mesero", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366788,8 +366788,8 @@ { "id": 140095, "name": "Mesola", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366829,8 +366829,8 @@ { "id": 140096, "name": "Mesoraca", - "state_id": 1703, - "state_code": "78", + "state_id": 1754, + "state_code": "KR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -366870,8 +366870,8 @@ { "id": 140097, "name": "Messignadi", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -366911,8 +366911,8 @@ { "id": 140098, "name": "Messina", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "city", @@ -366952,8 +366952,8 @@ { "id": 140099, "name": "Mestre", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -366993,8 +366993,8 @@ { "id": 140100, "name": "Mestrino", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367034,8 +367034,8 @@ { "id": 140101, "name": "Meta", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367075,8 +367075,8 @@ { "id": 140102, "name": "Metato", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -367116,8 +367116,8 @@ { "id": 140103, "name": "Meugliano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367157,8 +367157,8 @@ { "id": 140104, "name": "Mezzago", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367198,8 +367198,8 @@ { "id": 140105, "name": "Mezzana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367239,8 +367239,8 @@ { "id": 140106, "name": "Mezzana Bigli", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367280,8 +367280,8 @@ { "id": 140107, "name": "Mezzana Mortigliengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367321,8 +367321,8 @@ { "id": 140108, "name": "Mezzana Rabattone", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367362,8 +367362,8 @@ { "id": 140109, "name": "Mezzane di Sotto", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367403,8 +367403,8 @@ { "id": 140110, "name": "Mezzanego", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367444,8 +367444,8 @@ { "id": 140111, "name": "Mezzanino", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367485,8 +367485,8 @@ { "id": 140112, "name": "Mezzano", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -367526,8 +367526,8 @@ { "id": 140113, "name": "Mezzano", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367567,8 +367567,8 @@ { "id": 140114, "name": "Mezzano Inferiore", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -367608,8 +367608,8 @@ { "id": 140115, "name": "Mezzate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -367649,8 +367649,8 @@ { "id": 140116, "name": "Mezzegra", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367690,8 +367690,8 @@ { "id": 140117, "name": "Mezzenile", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367731,8 +367731,8 @@ { "id": 140118, "name": "Mezzocorona", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367772,8 +367772,8 @@ { "id": 140119, "name": "Mezzogoro", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "city", @@ -367813,8 +367813,8 @@ { "id": 140120, "name": "Mezzojuso", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367854,8 +367854,8 @@ { "id": 140121, "name": "Mezzolara", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -367895,8 +367895,8 @@ { "id": 140122, "name": "Mezzoldo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367936,8 +367936,8 @@ { "id": 140123, "name": "Mezzolombardo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -367977,8 +367977,8 @@ { "id": 140124, "name": "Mezzomerico", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368018,8 +368018,8 @@ { "id": 140125, "name": "Miagliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368059,8 +368059,8 @@ { "id": 140126, "name": "Miane", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368100,8 +368100,8 @@ { "id": 140127, "name": "Miano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -368141,8 +368141,8 @@ { "id": 140128, "name": "Miasino", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368182,8 +368182,8 @@ { "id": 140129, "name": "Miazzina", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368223,8 +368223,8 @@ { "id": 140130, "name": "Micigliano", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368264,8 +368264,8 @@ { "id": 140131, "name": "Miggiano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368305,8 +368305,8 @@ { "id": 140132, "name": "Miglianico", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368346,8 +368346,8 @@ { "id": 140133, "name": "Migliarina", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -368387,8 +368387,8 @@ { "id": 140134, "name": "Migliarino", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -368428,8 +368428,8 @@ { "id": 140135, "name": "Migliarino", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368469,8 +368469,8 @@ { "id": 140136, "name": "Migliaro", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368510,8 +368510,8 @@ { "id": 140137, "name": "Miglierina", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368551,8 +368551,8 @@ { "id": 140138, "name": "Miglionico", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368592,8 +368592,8 @@ { "id": 140139, "name": "Mignagola", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -368633,8 +368633,8 @@ { "id": 140140, "name": "Mignanego", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368674,8 +368674,8 @@ { "id": 140141, "name": "Mignano Monte Lungo", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368715,8 +368715,8 @@ { "id": 140142, "name": "Milan", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -368756,8 +368756,8 @@ { "id": 140143, "name": "Milanere", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -368797,8 +368797,8 @@ { "id": 140144, "name": "Milano Marittima", - "state_id": 1773, - "state_code": "45", + "state_id": 1707, + "state_code": "RA", "country_id": 107, "country_code": "IT", "type": "city", @@ -368838,8 +368838,8 @@ { "id": 140145, "name": "Milazzo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368879,8 +368879,8 @@ { "id": 140146, "name": "Milena", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368920,8 +368920,8 @@ { "id": 140147, "name": "Mileto", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -368961,8 +368961,8 @@ { "id": 140148, "name": "Milis", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369002,8 +369002,8 @@ { "id": 140149, "name": "Militello Rosmarino", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369043,8 +369043,8 @@ { "id": 140150, "name": "Militello in Val di Catania", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369084,8 +369084,8 @@ { "id": 140151, "name": "Millepini", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -369125,8 +369125,8 @@ { "id": 140152, "name": "Millesimo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369166,8 +369166,8 @@ { "id": 140153, "name": "Milo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369207,8 +369207,8 @@ { "id": 140154, "name": "Milzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369248,8 +369248,8 @@ { "id": 140155, "name": "Mimosa-Poggio Verde-Nuova Comunità", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "city", @@ -369289,8 +369289,8 @@ { "id": 140156, "name": "Mineo", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369330,8 +369330,8 @@ { "id": 140157, "name": "Minerbe", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369371,8 +369371,8 @@ { "id": 140158, "name": "Minerbio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369453,8 +369453,8 @@ { "id": 140160, "name": "Minervino di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369494,8 +369494,8 @@ { "id": 140161, "name": "Minori", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369535,8 +369535,8 @@ { "id": 140162, "name": "Minturno", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369576,8 +369576,8 @@ { "id": 140163, "name": "Minucciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369617,8 +369617,8 @@ { "id": 140164, "name": "Mioglia", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369658,8 +369658,8 @@ { "id": 140165, "name": "Miola di Pinè", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -369699,8 +369699,8 @@ { "id": 140166, "name": "Mira Taglio", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369740,8 +369740,8 @@ { "id": 140167, "name": "Mirabella Eclano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369781,8 +369781,8 @@ { "id": 140168, "name": "Mirabella Imbaccari", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369822,8 +369822,8 @@ { "id": 140169, "name": "Mirabello", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369863,8 +369863,8 @@ { "id": 140170, "name": "Mirabello Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369904,8 +369904,8 @@ { "id": 140171, "name": "Mirabello Sannitico", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369945,8 +369945,8 @@ { "id": 140172, "name": "Miradolo Terme", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -369986,8 +369986,8 @@ { "id": 140173, "name": "Miranda", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370027,8 +370027,8 @@ { "id": 140174, "name": "Mirandola", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370068,8 +370068,8 @@ { "id": 140175, "name": "Mirano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370109,8 +370109,8 @@ { "id": 140176, "name": "Mirto", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "city", @@ -370150,8 +370150,8 @@ { "id": 140177, "name": "Mirto", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370191,8 +370191,8 @@ { "id": 140178, "name": "Misano Adriatico", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370232,8 +370232,8 @@ { "id": 140179, "name": "Misano di Gera d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370273,8 +370273,8 @@ { "id": 140180, "name": "Misilmeri", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370314,8 +370314,8 @@ { "id": 140181, "name": "Misinto", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370355,8 +370355,8 @@ { "id": 140182, "name": "Missaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370396,8 +370396,8 @@ { "id": 140183, "name": "Missanello", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370437,8 +370437,8 @@ { "id": 140184, "name": "Misterbianco", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370478,8 +370478,8 @@ { "id": 140185, "name": "Mistretta", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370519,8 +370519,8 @@ { "id": 140186, "name": "Moasca", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370560,8 +370560,8 @@ { "id": 140187, "name": "Moconesi", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370601,8 +370601,8 @@ { "id": 140188, "name": "Modena", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -370642,8 +370642,8 @@ { "id": 140189, "name": "Modica", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370683,8 +370683,8 @@ { "id": 140190, "name": "Modigliana", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370724,8 +370724,8 @@ { "id": 140191, "name": "Modolo", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370765,8 +370765,8 @@ { "id": 140192, "name": "Modugno", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370806,8 +370806,8 @@ { "id": 140193, "name": "Moena", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370847,8 +370847,8 @@ { "id": 140194, "name": "Moggio", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370888,8 +370888,8 @@ { "id": 140195, "name": "Moggio Udinese", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370929,8 +370929,8 @@ { "id": 140196, "name": "Moggio di Sotto", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -370970,8 +370970,8 @@ { "id": 140197, "name": "Moglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371011,8 +371011,8 @@ { "id": 140198, "name": "Mogliano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371052,8 +371052,8 @@ { "id": 140199, "name": "Mogliano Veneto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371093,8 +371093,8 @@ { "id": 140200, "name": "Mogorella", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371134,8 +371134,8 @@ { "id": 140201, "name": "Mogoro", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371175,8 +371175,8 @@ { "id": 140202, "name": "Moiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371216,8 +371216,8 @@ { "id": 140203, "name": "Moie", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -371257,8 +371257,8 @@ { "id": 140204, "name": "Moimacco", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371298,8 +371298,8 @@ { "id": 140205, "name": "Moio Alcantara", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371339,8 +371339,8 @@ { "id": 140206, "name": "Moio de' Calvi", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371380,8 +371380,8 @@ { "id": 140207, "name": "Moio della Civitella-Pellare", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371421,8 +371421,8 @@ { "id": 140208, "name": "Moiola", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371462,8 +371462,8 @@ { "id": 140209, "name": "Mola di Bari", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371503,8 +371503,8 @@ { "id": 140210, "name": "Molare", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371544,8 +371544,8 @@ { "id": 140211, "name": "Molazzana", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371585,8 +371585,8 @@ { "id": 140212, "name": "Molella", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "city", @@ -371626,8 +371626,8 @@ { "id": 140213, "name": "Molfetta", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371667,8 +371667,8 @@ { "id": 140214, "name": "Molina Aterno", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371708,8 +371708,8 @@ { "id": 140215, "name": "Molina di Ledro", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "city", @@ -371749,8 +371749,8 @@ { "id": 140216, "name": "Molinara", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371790,8 +371790,8 @@ { "id": 140217, "name": "Molinella", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371831,8 +371831,8 @@ { "id": 140218, "name": "Molinetto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371872,8 +371872,8 @@ { "id": 140219, "name": "Molini", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371913,8 +371913,8 @@ { "id": 140220, "name": "Molini di Triora", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371954,8 +371954,8 @@ { "id": 140221, "name": "Molino Vecchio-Scapitola-Baio", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -371995,8 +371995,8 @@ { "id": 140222, "name": "Molino dei Torti", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372036,8 +372036,8 @@ { "id": 140223, "name": "Molino del Pallone", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372077,8 +372077,8 @@ { "id": 140224, "name": "Molino del Piano", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -372118,8 +372118,8 @@ { "id": 140225, "name": "Molino-Mozzi-Bittarelli", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -372159,8 +372159,8 @@ { "id": 140226, "name": "Molino-Pera", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372200,8 +372200,8 @@ { "id": 140227, "name": "Molise", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372241,8 +372241,8 @@ { "id": 140228, "name": "Moliterno", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372282,8 +372282,8 @@ { "id": 140229, "name": "Mollia", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372323,8 +372323,8 @@ { "id": 140230, "name": "Molochio", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372364,8 +372364,8 @@ { "id": 140231, "name": "Molteno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372405,8 +372405,8 @@ { "id": 140232, "name": "Moltrasio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372446,8 +372446,8 @@ { "id": 140233, "name": "Molveno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372487,8 +372487,8 @@ { "id": 140234, "name": "Mombaldone", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372528,8 +372528,8 @@ { "id": 140235, "name": "Mombarcaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372569,8 +372569,8 @@ { "id": 140236, "name": "Mombaroccio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372610,8 +372610,8 @@ { "id": 140237, "name": "Mombaruzzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372651,8 +372651,8 @@ { "id": 140238, "name": "Mombasiglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372692,8 +372692,8 @@ { "id": 140239, "name": "Mombelli", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372733,8 +372733,8 @@ { "id": 140240, "name": "Mombello Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372774,8 +372774,8 @@ { "id": 140241, "name": "Mombello di Torino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372815,8 +372815,8 @@ { "id": 140242, "name": "Mombercelli", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372856,8 +372856,8 @@ { "id": 140243, "name": "Mombretto", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -372897,8 +372897,8 @@ { "id": 140244, "name": "Momo", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372938,8 +372938,8 @@ { "id": 140245, "name": "Mompantero", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -372979,8 +372979,8 @@ { "id": 140246, "name": "Mompeo", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373020,8 +373020,8 @@ { "id": 140247, "name": "Momperone", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373061,8 +373061,8 @@ { "id": 140248, "name": "Monacilioni", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373102,8 +373102,8 @@ { "id": 140249, "name": "Monale", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373143,8 +373143,8 @@ { "id": 140250, "name": "Monasterace", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373184,8 +373184,8 @@ { "id": 140251, "name": "Monasterace Marina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -373225,8 +373225,8 @@ { "id": 140252, "name": "Monastero Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373266,8 +373266,8 @@ { "id": 140253, "name": "Monastero di Lanzo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373307,8 +373307,8 @@ { "id": 140254, "name": "Monastero di Vasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373348,8 +373348,8 @@ { "id": 140255, "name": "Monasterolo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "city", @@ -373389,8 +373389,8 @@ { "id": 140256, "name": "Monasterolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373430,8 +373430,8 @@ { "id": 140257, "name": "Monasterolo Casotto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373471,8 +373471,8 @@ { "id": 140258, "name": "Monasterolo del Castello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373512,8 +373512,8 @@ { "id": 140259, "name": "Monasterolo di Savigliano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373553,8 +373553,8 @@ { "id": 140260, "name": "Monastier di Treviso", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373594,8 +373594,8 @@ { "id": 140261, "name": "Monastir", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373635,8 +373635,8 @@ { "id": 140262, "name": "Moncalieri", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373676,8 +373676,8 @@ { "id": 140263, "name": "Moncalvo", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373717,8 +373717,8 @@ { "id": 140264, "name": "Moncenisio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373758,8 +373758,8 @@ { "id": 140265, "name": "Moncestino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373799,8 +373799,8 @@ { "id": 140266, "name": "Monchiero Borgonuovo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373840,8 +373840,8 @@ { "id": 140267, "name": "Monchio delle Corti", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373881,8 +373881,8 @@ { "id": 140268, "name": "Monclassico", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373922,8 +373922,8 @@ { "id": 140269, "name": "Moncrivello", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -373963,8 +373963,8 @@ { "id": 140270, "name": "Moncucco", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -374004,8 +374004,8 @@ { "id": 140271, "name": "Moncucco Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374045,8 +374045,8 @@ { "id": 140272, "name": "Mondaino", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374086,8 +374086,8 @@ { "id": 140273, "name": "Mondavio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374127,8 +374127,8 @@ { "id": 140274, "name": "Mondolfo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374168,8 +374168,8 @@ { "id": 140275, "name": "Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374209,8 +374209,8 @@ { "id": 140276, "name": "Mondragone", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374250,8 +374250,8 @@ { "id": 140277, "name": "Moneglia", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374291,8 +374291,8 @@ { "id": 140278, "name": "Monesiglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374332,8 +374332,8 @@ { "id": 140279, "name": "Monfalcone", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374373,8 +374373,8 @@ { "id": 140280, "name": "Monforte San Giorgio", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374414,8 +374414,8 @@ { "id": 140281, "name": "Monforte d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374455,8 +374455,8 @@ { "id": 140282, "name": "Monfumo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374496,8 +374496,8 @@ { "id": 140283, "name": "Mongardino", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374537,8 +374537,8 @@ { "id": 140284, "name": "Monghidoro", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374578,8 +374578,8 @@ { "id": 140285, "name": "Mongiana", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374619,8 +374619,8 @@ { "id": 140286, "name": "Mongiardino Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374660,8 +374660,8 @@ { "id": 140287, "name": "Mongiuffi Melia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374742,8 +374742,8 @@ { "id": 140289, "name": "Mongrando", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374783,8 +374783,8 @@ { "id": 140290, "name": "Mongrassano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374824,8 +374824,8 @@ { "id": 140291, "name": "Monguelfo", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374865,8 +374865,8 @@ { "id": 140292, "name": "Moniego", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -374906,8 +374906,8 @@ { "id": 140293, "name": "Moniga del Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374947,8 +374947,8 @@ { "id": 140294, "name": "Monleale", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -374988,8 +374988,8 @@ { "id": 140295, "name": "Monno", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375029,8 +375029,8 @@ { "id": 140296, "name": "Monopoli", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375070,8 +375070,8 @@ { "id": 140297, "name": "Monreale", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375111,8 +375111,8 @@ { "id": 140298, "name": "Monsampietro Morico", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375152,8 +375152,8 @@ { "id": 140299, "name": "Monsampolo del Tronto", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375193,8 +375193,8 @@ { "id": 140300, "name": "Monsano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375234,8 +375234,8 @@ { "id": 140301, "name": "Monselice", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375275,8 +375275,8 @@ { "id": 140302, "name": "Monserrato", - "state_id": 1715, - "state_code": "88", + "state_id": 5628, + "state_code": "CA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375316,8 +375316,8 @@ { "id": 140303, "name": "Monsummano Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375357,8 +375357,8 @@ { "id": 140304, "name": "Montabone", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375398,8 +375398,8 @@ { "id": 140305, "name": "Montacuto", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375439,8 +375439,8 @@ { "id": 140306, "name": "Montafia", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375480,8 +375480,8 @@ { "id": 140307, "name": "Montagano", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375521,8 +375521,8 @@ { "id": 140308, "name": "Montagna", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375562,8 +375562,8 @@ { "id": 140309, "name": "Montagna in Valtellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375603,8 +375603,8 @@ { "id": 140310, "name": "Montagnana", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375644,8 +375644,8 @@ { "id": 140311, "name": "Montagnareale", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375685,8 +375685,8 @@ { "id": 140312, "name": "Montagne", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375726,8 +375726,8 @@ { "id": 140313, "name": "Montaguto", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375767,8 +375767,8 @@ { "id": 140314, "name": "Montaione", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375808,8 +375808,8 @@ { "id": 140315, "name": "Montalbano", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "city", @@ -375849,8 +375849,8 @@ { "id": 140316, "name": "Montalbano", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -375890,8 +375890,8 @@ { "id": 140317, "name": "Montalbano Elicona", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375931,8 +375931,8 @@ { "id": 140318, "name": "Montalbano Jonico", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -375972,8 +375972,8 @@ { "id": 140319, "name": "Montalcino", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376013,8 +376013,8 @@ { "id": 140320, "name": "Montaldeo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376054,8 +376054,8 @@ { "id": 140321, "name": "Montaldo Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376095,8 +376095,8 @@ { "id": 140322, "name": "Montaldo Roero", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376136,8 +376136,8 @@ { "id": 140323, "name": "Montaldo Scarampi", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376177,8 +376177,8 @@ { "id": 140324, "name": "Montaldo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376218,8 +376218,8 @@ { "id": 140325, "name": "Montaldo di Mondovì", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376259,8 +376259,8 @@ { "id": 140326, "name": "Montale", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376300,8 +376300,8 @@ { "id": 140327, "name": "Montale", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -376341,8 +376341,8 @@ { "id": 140328, "name": "Montalenghe", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376382,8 +376382,8 @@ { "id": 140329, "name": "Montallegro", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376423,8 +376423,8 @@ { "id": 140330, "name": "Montalto", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "city", @@ -376464,8 +376464,8 @@ { "id": 140331, "name": "Montalto Dora", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376505,8 +376505,8 @@ { "id": 140332, "name": "Montalto Ligure", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376546,8 +376546,8 @@ { "id": 140333, "name": "Montalto Pavese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376587,8 +376587,8 @@ { "id": 140334, "name": "Montalto Uffugo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376628,8 +376628,8 @@ { "id": 140335, "name": "Montalto delle Marche", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376669,8 +376669,8 @@ { "id": 140336, "name": "Montalto di Castro", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376751,8 +376751,8 @@ { "id": 140338, "name": "Montanara", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376792,8 +376792,8 @@ { "id": 140339, "name": "Montanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376833,8 +376833,8 @@ { "id": 140340, "name": "Montanaso Lombardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376874,8 +376874,8 @@ { "id": 140341, "name": "Montanera", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376915,8 +376915,8 @@ { "id": 140342, "name": "Montano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -376956,8 +376956,8 @@ { "id": 140343, "name": "Montano Antilia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -376997,8 +376997,8 @@ { "id": 140344, "name": "Montano Lucino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377038,8 +377038,8 @@ { "id": 140345, "name": "Montappone", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377079,8 +377079,8 @@ { "id": 140346, "name": "Montaquila", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377120,8 +377120,8 @@ { "id": 140347, "name": "Montariolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377161,8 +377161,8 @@ { "id": 140348, "name": "Montasola", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377202,8 +377202,8 @@ { "id": 140349, "name": "Montauro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377243,8 +377243,8 @@ { "id": 140350, "name": "Montazzoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377284,8 +377284,8 @@ { "id": 140351, "name": "Monte", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "city", @@ -377325,8 +377325,8 @@ { "id": 140352, "name": "Monte Argentario", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377366,8 +377366,8 @@ { "id": 140353, "name": "Monte Caminetto", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -377407,8 +377407,8 @@ { "id": 140354, "name": "Monte Castello di Vibio", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377448,8 +377448,8 @@ { "id": 140355, "name": "Monte Cerignone", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377489,8 +377489,8 @@ { "id": 140356, "name": "Monte Colombo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377530,8 +377530,8 @@ { "id": 140357, "name": "Monte Cremasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377571,8 +377571,8 @@ { "id": 140358, "name": "Monte Giberto", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377612,8 +377612,8 @@ { "id": 140359, "name": "Monte Grimano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -377653,8 +377653,8 @@ { "id": 140360, "name": "Monte Grimano Terme", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377694,8 +377694,8 @@ { "id": 140361, "name": "Monte Marenzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377735,8 +377735,8 @@ { "id": 140362, "name": "Monte Migliore La Selvotta", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -377776,8 +377776,8 @@ { "id": 140363, "name": "Monte Porzio", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377817,8 +377817,8 @@ { "id": 140364, "name": "Monte Porzio Catone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377858,8 +377858,8 @@ { "id": 140365, "name": "Monte Rinaldo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377899,8 +377899,8 @@ { "id": 140366, "name": "Monte Roberto", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377940,8 +377940,8 @@ { "id": 140367, "name": "Monte Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -377981,8 +377981,8 @@ { "id": 140368, "name": "Monte San Biagio", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378022,8 +378022,8 @@ { "id": 140369, "name": "Monte San Giacomo", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378063,8 +378063,8 @@ { "id": 140370, "name": "Monte San Giovanni", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -378104,8 +378104,8 @@ { "id": 140371, "name": "Monte San Giovanni Campano", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378145,8 +378145,8 @@ { "id": 140372, "name": "Monte San Giovanni in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378186,8 +378186,8 @@ { "id": 140373, "name": "Monte San Giusto", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378227,8 +378227,8 @@ { "id": 140374, "name": "Monte San Marino", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "city", @@ -378268,8 +378268,8 @@ { "id": 140375, "name": "Monte San Martino", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378309,8 +378309,8 @@ { "id": 140376, "name": "Monte San Pietrangeli", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378350,8 +378350,8 @@ { "id": 140377, "name": "Monte San Savino", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378391,8 +378391,8 @@ { "id": 140378, "name": "Monte San Vito", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378432,8 +378432,8 @@ { "id": 140379, "name": "Monte Sant'Angelo", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378473,8 +378473,8 @@ { "id": 140380, "name": "Monte Santa Maria Tiberina", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378514,8 +378514,8 @@ { "id": 140381, "name": "Monte Urano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378555,8 +378555,8 @@ { "id": 140382, "name": "Monte Vidon Combatte", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378596,8 +378596,8 @@ { "id": 140383, "name": "Monte Vidon Corrado", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378637,8 +378637,8 @@ { "id": 140384, "name": "Monte di Malo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378678,8 +378678,8 @@ { "id": 140385, "name": "Monte di Procida", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378719,8 +378719,8 @@ { "id": 140386, "name": "Montebello", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378760,8 +378760,8 @@ { "id": 140387, "name": "Montebello Jonico", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378801,8 +378801,8 @@ { "id": 140388, "name": "Montebello Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378842,8 +378842,8 @@ { "id": 140389, "name": "Montebello di Bertona", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378883,8 +378883,8 @@ { "id": 140390, "name": "Montebello sul Sangro", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378924,8 +378924,8 @@ { "id": 140391, "name": "Montebelluna", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -378965,8 +378965,8 @@ { "id": 140392, "name": "Montebonello", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "city", @@ -379006,8 +379006,8 @@ { "id": 140393, "name": "Montebruno", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379047,8 +379047,8 @@ { "id": 140394, "name": "Montebuono", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379088,8 +379088,8 @@ { "id": 140395, "name": "Montecalvario", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "section", @@ -379129,8 +379129,8 @@ { "id": 140396, "name": "Montecalvo Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379170,8 +379170,8 @@ { "id": 140397, "name": "Montecalvo Versiggia", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379211,8 +379211,8 @@ { "id": 140398, "name": "Montecalvo in Foglia", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379252,8 +379252,8 @@ { "id": 140399, "name": "Montecalvoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -379293,8 +379293,8 @@ { "id": 140400, "name": "Montecarlo", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379334,8 +379334,8 @@ { "id": 140401, "name": "Montecarotto", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379375,8 +379375,8 @@ { "id": 140402, "name": "Montecassiano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379416,8 +379416,8 @@ { "id": 140403, "name": "Montecastello", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379457,8 +379457,8 @@ { "id": 140404, "name": "Montecastrilli", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379498,8 +379498,8 @@ { "id": 140405, "name": "Montecatini Val di Cecina", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379539,8 +379539,8 @@ { "id": 140406, "name": "Montecatini-Terme", - "state_id": 1664, - "state_code": "52", + "state_id": 1687, + "state_code": "PT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379580,8 +379580,8 @@ { "id": 140407, "name": "Montecavolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -379621,8 +379621,8 @@ { "id": 140408, "name": "Montecchia di Crosara", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379662,8 +379662,8 @@ { "id": 140409, "name": "Montecchio", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379703,8 +379703,8 @@ { "id": 140410, "name": "Montecchio Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379744,8 +379744,8 @@ { "id": 140411, "name": "Montecchio Maggiore-Alte Ceccato", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379785,8 +379785,8 @@ { "id": 140412, "name": "Montecchio Precalcino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379826,8 +379826,8 @@ { "id": 140413, "name": "Montecelio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -379867,8 +379867,8 @@ { "id": 140414, "name": "Montechiaro d'Acqui", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379908,8 +379908,8 @@ { "id": 140415, "name": "Montechiaro d'Asti", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379949,8 +379949,8 @@ { "id": 140416, "name": "Montechiarugolo", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -379990,8 +379990,8 @@ { "id": 140417, "name": "Monteciccardo", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380031,8 +380031,8 @@ { "id": 140418, "name": "Montecilfone", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380072,8 +380072,8 @@ { "id": 140419, "name": "Montecompatri", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380113,8 +380113,8 @@ { "id": 140420, "name": "Montecorice", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380154,8 +380154,8 @@ { "id": 140421, "name": "Montecorvino Pugliano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380195,8 +380195,8 @@ { "id": 140422, "name": "Montecorvino Rovella", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380236,8 +380236,8 @@ { "id": 140423, "name": "Montecosaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380277,8 +380277,8 @@ { "id": 140424, "name": "Montecrestese", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380318,8 +380318,8 @@ { "id": 140425, "name": "Montecreto", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380359,8 +380359,8 @@ { "id": 140426, "name": "Montedecoro", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -380400,8 +380400,8 @@ { "id": 140427, "name": "Montedinove", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380441,8 +380441,8 @@ { "id": 140428, "name": "Montedoro", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380482,8 +380482,8 @@ { "id": 140429, "name": "Montefalcione", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380523,8 +380523,8 @@ { "id": 140430, "name": "Montefalco", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380564,8 +380564,8 @@ { "id": 140431, "name": "Montefalcone Appennino", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380605,8 +380605,8 @@ { "id": 140432, "name": "Montefalcone di Val Fortore", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380646,8 +380646,8 @@ { "id": 140433, "name": "Montefalcone nel Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380687,8 +380687,8 @@ { "id": 140434, "name": "Montefano", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380728,8 +380728,8 @@ { "id": 140435, "name": "Montefelcino", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380769,8 +380769,8 @@ { "id": 140436, "name": "Monteferrante", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380810,8 +380810,8 @@ { "id": 140437, "name": "Montefiascone", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380851,8 +380851,8 @@ { "id": 140438, "name": "Montefino", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380892,8 +380892,8 @@ { "id": 140439, "name": "Montefiore Conca", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380933,8 +380933,8 @@ { "id": 140440, "name": "Montefiore dell'Aso", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -380974,8 +380974,8 @@ { "id": 140441, "name": "Montefiorino", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381015,8 +381015,8 @@ { "id": 140442, "name": "Monteflavio", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381056,8 +381056,8 @@ { "id": 140443, "name": "Monteforte Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381097,8 +381097,8 @@ { "id": 140444, "name": "Monteforte Irpino", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381138,8 +381138,8 @@ { "id": 140445, "name": "Monteforte d'Alpone", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381179,8 +381179,8 @@ { "id": 140446, "name": "Montefortino", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381220,8 +381220,8 @@ { "id": 140447, "name": "Montefranco", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381261,8 +381261,8 @@ { "id": 140448, "name": "Montefredane", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381302,8 +381302,8 @@ { "id": 140449, "name": "Montefusco", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381343,8 +381343,8 @@ { "id": 140450, "name": "Montegabbione", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381384,8 +381384,8 @@ { "id": 140451, "name": "Montegalda", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381425,8 +381425,8 @@ { "id": 140452, "name": "Montegaldella", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381466,8 +381466,8 @@ { "id": 140453, "name": "Montegioco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381507,8 +381507,8 @@ { "id": 140454, "name": "Montegiordano", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381548,8 +381548,8 @@ { "id": 140455, "name": "Montegiorgio", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381589,8 +381589,8 @@ { "id": 140456, "name": "Montegranaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381630,8 +381630,8 @@ { "id": 140457, "name": "Montegridolfo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381671,8 +381671,8 @@ { "id": 140458, "name": "Montegrino Valtravaglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381712,8 +381712,8 @@ { "id": 140459, "name": "Montegrosso", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381753,8 +381753,8 @@ { "id": 140460, "name": "Montegrosso Pian Latte", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381794,8 +381794,8 @@ { "id": 140461, "name": "Montegrotto Terme", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381835,8 +381835,8 @@ { "id": 140462, "name": "Monteiasi", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381876,8 +381876,8 @@ { "id": 140463, "name": "Montelabbate", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381917,8 +381917,8 @@ { "id": 140464, "name": "Montelanico", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381958,8 +381958,8 @@ { "id": 140465, "name": "Montelapiano", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -381999,8 +381999,8 @@ { "id": 140466, "name": "Montelarco", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -382040,8 +382040,8 @@ { "id": 140467, "name": "Monteleone Rocca Doria", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382081,8 +382081,8 @@ { "id": 140468, "name": "Monteleone Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382122,8 +382122,8 @@ { "id": 140469, "name": "Monteleone d'Orvieto", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382163,8 +382163,8 @@ { "id": 140470, "name": "Monteleone di Fermo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382204,8 +382204,8 @@ { "id": 140471, "name": "Monteleone di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382245,8 +382245,8 @@ { "id": 140472, "name": "Monteleone di Spoleto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382286,8 +382286,8 @@ { "id": 140473, "name": "Montelepre", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382327,8 +382327,8 @@ { "id": 140474, "name": "Montelera", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382368,8 +382368,8 @@ { "id": 140475, "name": "Montelibretti", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382409,8 +382409,8 @@ { "id": 140476, "name": "Montella", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382450,8 +382450,8 @@ { "id": 140477, "name": "Montello", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382491,8 +382491,8 @@ { "id": 140478, "name": "Montelongo", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382532,8 +382532,8 @@ { "id": 140479, "name": "Montelparo", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382573,8 +382573,8 @@ { "id": 140480, "name": "Montelupo Albese", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382614,8 +382614,8 @@ { "id": 140481, "name": "Montelupo Fiorentino", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382655,8 +382655,8 @@ { "id": 140482, "name": "Montelupone", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382696,8 +382696,8 @@ { "id": 140483, "name": "Montemaggiore Belsito", - "state_id": 1709, - "state_code": "82", + "state_id": 1668, + "state_code": "PA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382737,8 +382737,8 @@ { "id": 140484, "name": "Montemaggiore al Metauro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382778,8 +382778,8 @@ { "id": 140485, "name": "Montemagno", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382819,8 +382819,8 @@ { "id": 140486, "name": "Montemale di Cuneo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382860,8 +382860,8 @@ { "id": 140487, "name": "Montemarano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382901,8 +382901,8 @@ { "id": 140488, "name": "Montemarciano", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382942,8 +382942,8 @@ { "id": 140489, "name": "Montemarzino", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -382983,8 +382983,8 @@ { "id": 140490, "name": "Montemerlo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "city", @@ -383024,8 +383024,8 @@ { "id": 140491, "name": "Montemesola", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383065,8 +383065,8 @@ { "id": 140492, "name": "Montemezzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383106,8 +383106,8 @@ { "id": 140493, "name": "Montemignaio", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383147,8 +383147,8 @@ { "id": 140494, "name": "Montemiletto", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383188,8 +383188,8 @@ { "id": 140495, "name": "Montemilone", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383229,8 +383229,8 @@ { "id": 140496, "name": "Montemitro", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383270,8 +383270,8 @@ { "id": 140497, "name": "Montemonaco", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383311,8 +383311,8 @@ { "id": 140498, "name": "Montemurlo", - "state_id": 1664, - "state_code": "52", + "state_id": 1700, + "state_code": "PO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383352,8 +383352,8 @@ { "id": 140499, "name": "Montemurro", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383393,8 +383393,8 @@ { "id": 140500, "name": "Montenars", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383434,8 +383434,8 @@ { "id": 140501, "name": "Montenero Sabino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383475,8 +383475,8 @@ { "id": 140502, "name": "Montenero Val Cocchiara", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383516,8 +383516,8 @@ { "id": 140503, "name": "Montenero di Bisaccia", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383557,8 +383557,8 @@ { "id": 140504, "name": "Montenerodomo", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383598,8 +383598,8 @@ { "id": 140505, "name": "Monteodorisio", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383639,8 +383639,8 @@ { "id": 140506, "name": "Montepaone", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383680,8 +383680,8 @@ { "id": 140507, "name": "Montepaone Lido", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -383721,8 +383721,8 @@ { "id": 140508, "name": "Monteparano", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383762,8 +383762,8 @@ { "id": 140509, "name": "Monteprandone", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383803,8 +383803,8 @@ { "id": 140510, "name": "Montepulciano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383844,8 +383844,8 @@ { "id": 140511, "name": "Montepulciano Stazione", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "city", @@ -383885,8 +383885,8 @@ { "id": 140512, "name": "Monterado", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383926,8 +383926,8 @@ { "id": 140513, "name": "Monterchi", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -383967,8 +383967,8 @@ { "id": 140514, "name": "Montereale", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384008,8 +384008,8 @@ { "id": 140515, "name": "Montereale Valcellina", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384049,8 +384049,8 @@ { "id": 140516, "name": "Monterenzio", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384090,8 +384090,8 @@ { "id": 140517, "name": "Monteriggioni", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384131,8 +384131,8 @@ { "id": 140518, "name": "Monteroduni", - "state_id": 1695, - "state_code": "67", + "state_id": 1789, + "state_code": "IS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384172,8 +384172,8 @@ { "id": 140519, "name": "Monteroni d'Arbia", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384213,8 +384213,8 @@ { "id": 140520, "name": "Monteroni di Lecce", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384254,8 +384254,8 @@ { "id": 140521, "name": "Monterosi", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384295,8 +384295,8 @@ { "id": 140522, "name": "Monterosso Almo", - "state_id": 1709, - "state_code": "82", + "state_id": 1729, + "state_code": "RG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384336,8 +384336,8 @@ { "id": 140523, "name": "Monterosso Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384377,8 +384377,8 @@ { "id": 140524, "name": "Monterosso Grana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384418,8 +384418,8 @@ { "id": 140525, "name": "Monterosso al Mare", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384459,8 +384459,8 @@ { "id": 140526, "name": "Monterotondo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384500,8 +384500,8 @@ { "id": 140527, "name": "Monterotondo Marittimo", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384541,8 +384541,8 @@ { "id": 140528, "name": "Monterubbiano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384582,8 +384582,8 @@ { "id": 140529, "name": "Monterusciello", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -384623,8 +384623,8 @@ { "id": 140530, "name": "Montesano Salentino", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384664,8 +384664,8 @@ { "id": 140531, "name": "Montesano sulla Marcellana", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384705,8 +384705,8 @@ { "id": 140532, "name": "Montesarchio", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384746,8 +384746,8 @@ { "id": 140533, "name": "Montesardo", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -384787,8 +384787,8 @@ { "id": 140534, "name": "Montescaglioso", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384828,8 +384828,8 @@ { "id": 140535, "name": "Montescano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384869,8 +384869,8 @@ { "id": 140536, "name": "Montescheno", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384910,8 +384910,8 @@ { "id": 140537, "name": "Montescudaio", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384951,8 +384951,8 @@ { "id": 140538, "name": "Montescudo", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -384992,8 +384992,8 @@ { "id": 140539, "name": "Montese", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385033,8 +385033,8 @@ { "id": 140540, "name": "Montesegale", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385074,8 +385074,8 @@ { "id": 140541, "name": "Montesilvano Marina", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385115,8 +385115,8 @@ { "id": 140542, "name": "Montesolaro", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -385156,8 +385156,8 @@ { "id": 140543, "name": "Montespertoli", - "state_id": 1664, - "state_code": "52", + "state_id": 5630, + "state_code": "FI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385197,8 +385197,8 @@ { "id": 140544, "name": "Monteu Roero", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385238,8 +385238,8 @@ { "id": 140545, "name": "Monteu da Po", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385279,8 +385279,8 @@ { "id": 140546, "name": "Montevago", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385320,8 +385320,8 @@ { "id": 140547, "name": "Montevarchi", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385361,8 +385361,8 @@ { "id": 140548, "name": "Montevecchia", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385402,8 +385402,8 @@ { "id": 140549, "name": "Monteverde", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385443,8 +385443,8 @@ { "id": 140550, "name": "Monteverdi Marittimo", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385484,8 +385484,8 @@ { "id": 140551, "name": "Monteviale", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385525,8 +385525,8 @@ { "id": 140552, "name": "Montezemolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385566,8 +385566,8 @@ { "id": 140553, "name": "Monti", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385607,8 +385607,8 @@ { "id": 140554, "name": "Monti", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "city", @@ -385648,8 +385648,8 @@ { "id": 140555, "name": "Monti d'Arena-Bosco Caggione", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "city", @@ -385689,8 +385689,8 @@ { "id": 140556, "name": "Montiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1779, + "state_code": "FC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385730,8 +385730,8 @@ { "id": 140557, "name": "Monticchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -385771,8 +385771,8 @@ { "id": 140558, "name": "Monticelli", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -385812,8 +385812,8 @@ { "id": 140559, "name": "Monticelli Brusati", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385853,8 +385853,8 @@ { "id": 140560, "name": "Monticelli Pavese", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385894,8 +385894,8 @@ { "id": 140561, "name": "Monticelli Terme", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "city", @@ -385935,8 +385935,8 @@ { "id": 140562, "name": "Monticelli d'Ongina", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -385976,8 +385976,8 @@ { "id": 140563, "name": "Monticelli-Fontana", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -386017,8 +386017,8 @@ { "id": 140564, "name": "Monticello", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386058,8 +386058,8 @@ { "id": 140565, "name": "Monticello Brianza", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386099,8 +386099,8 @@ { "id": 140566, "name": "Monticello Conte Otto", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386140,8 +386140,8 @@ { "id": 140567, "name": "Monticello d'Alba", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386181,8 +386181,8 @@ { "id": 140568, "name": "Monticello di Fara", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -386222,8 +386222,8 @@ { "id": 140569, "name": "Montichiari", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386263,8 +386263,8 @@ { "id": 140570, "name": "Monticiano", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386304,8 +386304,8 @@ { "id": 140571, "name": "Montieri", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386345,8 +386345,8 @@ { "id": 140572, "name": "Montiglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386386,8 +386386,8 @@ { "id": 140573, "name": "Montignano-Marzocca", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -386427,8 +386427,8 @@ { "id": 140574, "name": "Montignoso", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386468,8 +386468,8 @@ { "id": 140575, "name": "Montirone", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386550,8 +386550,8 @@ { "id": 140577, "name": "Montodine", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386591,8 +386591,8 @@ { "id": 140578, "name": "Montoggio", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386632,8 +386632,8 @@ { "id": 140579, "name": "Montone", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386673,8 +386673,8 @@ { "id": 140580, "name": "Montopoli", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386714,8 +386714,8 @@ { "id": 140581, "name": "Montopoli in Sabina", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386755,8 +386755,8 @@ { "id": 140582, "name": "Montorfano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386796,8 +386796,8 @@ { "id": 140583, "name": "Montorio", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "city", @@ -386837,8 +386837,8 @@ { "id": 140584, "name": "Montorio Nei Frentani", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386878,8 +386878,8 @@ { "id": 140585, "name": "Montorio Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386919,8 +386919,8 @@ { "id": 140586, "name": "Montorio al Vomano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -386960,8 +386960,8 @@ { "id": 140587, "name": "Montoro Superiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "city", @@ -387001,8 +387001,8 @@ { "id": 140588, "name": "Montorso Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387042,8 +387042,8 @@ { "id": 140589, "name": "Montottone", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387083,8 +387083,8 @@ { "id": 140590, "name": "Montresta", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387124,8 +387124,8 @@ { "id": 140591, "name": "Montà", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387165,8 +387165,8 @@ { "id": 140592, "name": "Montù Beccaria", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387206,8 +387206,8 @@ { "id": 140593, "name": "Monvalle", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387247,8 +387247,8 @@ { "id": 140594, "name": "Monza", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -387288,8 +387288,8 @@ { "id": 140595, "name": "Monzambano", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387329,8 +387329,8 @@ { "id": 140596, "name": "Monzuno", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387370,8 +387370,8 @@ { "id": 140597, "name": "Morano Calabro", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387411,8 +387411,8 @@ { "id": 140598, "name": "Morano sul Po", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387452,8 +387452,8 @@ { "id": 140599, "name": "Moransengo", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387493,8 +387493,8 @@ { "id": 140600, "name": "Moraro", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387534,8 +387534,8 @@ { "id": 140601, "name": "Morazzone", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387575,8 +387575,8 @@ { "id": 140602, "name": "Morbegno", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387616,8 +387616,8 @@ { "id": 140603, "name": "Morbello", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387657,8 +387657,8 @@ { "id": 140604, "name": "Morciano di Leuca", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387698,8 +387698,8 @@ { "id": 140605, "name": "Morciano di Romagna", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387739,8 +387739,8 @@ { "id": 140606, "name": "Morcone", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387780,8 +387780,8 @@ { "id": 140607, "name": "Mordano", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387821,8 +387821,8 @@ { "id": 140608, "name": "Morengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387862,8 +387862,8 @@ { "id": 140609, "name": "Mores", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387903,8 +387903,8 @@ { "id": 140610, "name": "Moresco", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387944,8 +387944,8 @@ { "id": 140611, "name": "Moretta", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -387985,8 +387985,8 @@ { "id": 140612, "name": "Morfasso", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388067,8 +388067,8 @@ { "id": 140614, "name": "Morgongiori", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388108,8 +388108,8 @@ { "id": 140615, "name": "Mori", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388149,8 +388149,8 @@ { "id": 140616, "name": "Moriago della Battaglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388190,8 +388190,8 @@ { "id": 140617, "name": "Moricone", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388231,8 +388231,8 @@ { "id": 140618, "name": "Morigerati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388272,8 +388272,8 @@ { "id": 140619, "name": "Morimondo", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388313,8 +388313,8 @@ { "id": 140620, "name": "Morino", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388354,8 +388354,8 @@ { "id": 140621, "name": "Moriondo Torinese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388395,8 +388395,8 @@ { "id": 140622, "name": "Morlupo", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388436,8 +388436,8 @@ { "id": 140623, "name": "Mormanno", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388477,8 +388477,8 @@ { "id": 140624, "name": "Mornago", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388518,8 +388518,8 @@ { "id": 140625, "name": "Mornese", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388559,8 +388559,8 @@ { "id": 140626, "name": "Mornico", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388600,8 +388600,8 @@ { "id": 140627, "name": "Mornico Losana", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388641,8 +388641,8 @@ { "id": 140628, "name": "Mornico al Serio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388682,8 +388682,8 @@ { "id": 140629, "name": "Morolo", - "state_id": 1678, - "state_code": "62", + "state_id": 1776, + "state_code": "FR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388723,8 +388723,8 @@ { "id": 140630, "name": "Morozzo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388764,8 +388764,8 @@ { "id": 140631, "name": "Morra de Sanctis", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388805,8 +388805,8 @@ { "id": 140632, "name": "Morro Reatino", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388846,8 +388846,8 @@ { "id": 140633, "name": "Morro d'Alba", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388887,8 +388887,8 @@ { "id": 140634, "name": "Morro d'Oro", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388928,8 +388928,8 @@ { "id": 140635, "name": "Morrone del Sannio", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -388969,8 +388969,8 @@ { "id": 140636, "name": "Morrovalle", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389010,8 +389010,8 @@ { "id": 140637, "name": "Morsano", - "state_id": 1756, - "state_code": "36", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389051,8 +389051,8 @@ { "id": 140638, "name": "Morsasco", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389092,8 +389092,8 @@ { "id": 140639, "name": "Mortara", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389133,8 +389133,8 @@ { "id": 140640, "name": "Mortegliano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389174,8 +389174,8 @@ { "id": 140641, "name": "Morterone", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389215,8 +389215,8 @@ { "id": 140642, "name": "Moruzzo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389256,8 +389256,8 @@ { "id": 140643, "name": "Moscazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389297,8 +389297,8 @@ { "id": 140644, "name": "Moscheri", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389338,8 +389338,8 @@ { "id": 140645, "name": "Moschiano", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389379,8 +389379,8 @@ { "id": 140646, "name": "Mosciano Sant'Angelo", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389420,8 +389420,8 @@ { "id": 140647, "name": "Moscufo", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389461,8 +389461,8 @@ { "id": 140648, "name": "Mosnigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -389502,8 +389502,8 @@ { "id": 140649, "name": "Moso in Passiria", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389543,8 +389543,8 @@ { "id": 140650, "name": "Mosorrofa", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -389584,8 +389584,8 @@ { "id": 140651, "name": "Mossa", - "state_id": 1756, - "state_code": "36", + "state_id": 1777, + "state_code": "GO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389625,8 +389625,8 @@ { "id": 140652, "name": "Mossano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389666,8 +389666,8 @@ { "id": 140653, "name": "Mosso", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389707,8 +389707,8 @@ { "id": 140654, "name": "Mosso Santa Maria", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389748,8 +389748,8 @@ { "id": 140655, "name": "Motta", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -389789,8 +389789,8 @@ { "id": 140656, "name": "Motta Baluffi", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389830,8 +389830,8 @@ { "id": 140657, "name": "Motta Camastra", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389871,8 +389871,8 @@ { "id": 140658, "name": "Motta Dè Conti", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389912,8 +389912,8 @@ { "id": 140659, "name": "Motta Montecorvino", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389953,8 +389953,8 @@ { "id": 140660, "name": "Motta San Giovanni", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -389994,8 +389994,8 @@ { "id": 140661, "name": "Motta Sant'Anastasia", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390035,8 +390035,8 @@ { "id": 140662, "name": "Motta Santa Lucia", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390076,8 +390076,8 @@ { "id": 140663, "name": "Motta Visconti", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390117,8 +390117,8 @@ { "id": 140664, "name": "Motta d'Affermo", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390158,8 +390158,8 @@ { "id": 140665, "name": "Motta di Livenza", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390199,8 +390199,8 @@ { "id": 140666, "name": "Mottafollone", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390240,8 +390240,8 @@ { "id": 140667, "name": "Mottalciata", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390281,8 +390281,8 @@ { "id": 140668, "name": "Motteggiana", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390322,8 +390322,8 @@ { "id": 140669, "name": "Mottella", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390363,8 +390363,8 @@ { "id": 140670, "name": "Mottola", - "state_id": 1688, - "state_code": "75", + "state_id": 1743, + "state_code": "TA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390404,8 +390404,8 @@ { "id": 140671, "name": "Mozzagrogna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390445,8 +390445,8 @@ { "id": 140672, "name": "Mozzanica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390486,8 +390486,8 @@ { "id": 140673, "name": "Mozzate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390527,8 +390527,8 @@ { "id": 140674, "name": "Mozzecane", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390568,8 +390568,8 @@ { "id": 140675, "name": "Mozzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390609,8 +390609,8 @@ { "id": 140676, "name": "Muccia", - "state_id": 1670, - "state_code": "57", + "state_id": 1750, + "state_code": "MC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390650,8 +390650,8 @@ { "id": 140677, "name": "Muggia", - "state_id": 1756, - "state_code": "36", + "state_id": 1763, + "state_code": "TS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390691,8 +390691,8 @@ { "id": 140678, "name": "Muggiò", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390732,8 +390732,8 @@ { "id": 140679, "name": "Mugnano del Cardinale", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390773,8 +390773,8 @@ { "id": 140680, "name": "Mugnano di Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390814,8 +390814,8 @@ { "id": 140681, "name": "Mulazzano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390855,8 +390855,8 @@ { "id": 140682, "name": "Mulazzo", - "state_id": 1664, - "state_code": "52", + "state_id": 1759, + "state_code": "MS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390896,8 +390896,8 @@ { "id": 140683, "name": "Mulino", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "city", @@ -390937,8 +390937,8 @@ { "id": 140684, "name": "Mura", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -390978,8 +390978,8 @@ { "id": 140685, "name": "Murano", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -391019,8 +391019,8 @@ { "id": 140686, "name": "Muravera", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391060,8 +391060,8 @@ { "id": 140687, "name": "Murazzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391101,8 +391101,8 @@ { "id": 140688, "name": "Mure", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391142,8 +391142,8 @@ { "id": 140689, "name": "Murello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391183,8 +391183,8 @@ { "id": 140690, "name": "Murialdo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391224,8 +391224,8 @@ { "id": 140691, "name": "Murisengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391265,8 +391265,8 @@ { "id": 140692, "name": "Murlo", - "state_id": 1664, - "state_code": "52", + "state_id": 1734, + "state_code": "SI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391306,8 +391306,8 @@ { "id": 140693, "name": "Muro Leccese", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391347,8 +391347,8 @@ { "id": 140694, "name": "Muro Lucano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391388,8 +391388,8 @@ { "id": 140695, "name": "Muros", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391429,8 +391429,8 @@ { "id": 140696, "name": "Musano", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -391470,8 +391470,8 @@ { "id": 140697, "name": "Musci", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "city", @@ -391511,8 +391511,8 @@ { "id": 140698, "name": "Muscoline", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391552,8 +391552,8 @@ { "id": 140699, "name": "Musei", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391593,8 +391593,8 @@ { "id": 140700, "name": "Musestre", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -391634,8 +391634,8 @@ { "id": 140701, "name": "Musile di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391675,8 +391675,8 @@ { "id": 140702, "name": "Musso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391716,8 +391716,8 @@ { "id": 140703, "name": "Mussolente", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391757,8 +391757,8 @@ { "id": 140704, "name": "Mussomeli", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391798,8 +391798,8 @@ { "id": 140705, "name": "Mussotto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "city", @@ -391839,8 +391839,8 @@ { "id": 140706, "name": "Muzza di Cornegliano Laudense", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391880,8 +391880,8 @@ { "id": 140707, "name": "Muzzana del Turgnano", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391921,8 +391921,8 @@ { "id": 140708, "name": "Muzzano", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -391962,8 +391962,8 @@ { "id": 140709, "name": "Mühlen in Taufers", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -392003,8 +392003,8 @@ { "id": 140710, "name": "Nago-Torbole", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392044,8 +392044,8 @@ { "id": 140711, "name": "Nalles", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392085,8 +392085,8 @@ { "id": 140712, "name": "Nanno", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392126,8 +392126,8 @@ { "id": 140713, "name": "Naples", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm1", @@ -392167,8 +392167,8 @@ { "id": 140714, "name": "Napoli", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392208,8 +392208,8 @@ { "id": 140715, "name": "Narbolia", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392249,8 +392249,8 @@ { "id": 140716, "name": "Narcao", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392290,8 +392290,8 @@ { "id": 140717, "name": "Nardodipace", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392331,8 +392331,8 @@ { "id": 140718, "name": "Nardò", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392372,8 +392372,8 @@ { "id": 140719, "name": "Narni", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392413,8 +392413,8 @@ { "id": 140720, "name": "Narni Scalo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -392454,8 +392454,8 @@ { "id": 140721, "name": "Naro", - "state_id": 1709, - "state_code": "82", + "state_id": 1727, + "state_code": "AG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392495,8 +392495,8 @@ { "id": 140722, "name": "Narzole", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392536,8 +392536,8 @@ { "id": 140723, "name": "Nasino-Borgo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392577,8 +392577,8 @@ { "id": 140724, "name": "Naso", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392618,8 +392618,8 @@ { "id": 140725, "name": "Natile Nuovo", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "city", @@ -392659,8 +392659,8 @@ { "id": 140726, "name": "Naturno", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392700,8 +392700,8 @@ { "id": 140727, "name": "Nava", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392741,8 +392741,8 @@ { "id": 140728, "name": "Nave", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392782,8 +392782,8 @@ { "id": 140729, "name": "Nave San Rocco", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392823,8 +392823,8 @@ { "id": 140730, "name": "Navedano", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "city", @@ -392864,8 +392864,8 @@ { "id": 140731, "name": "Navelli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392905,8 +392905,8 @@ { "id": 140732, "name": "Naz-Sciaves - Natz-Schabs", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392946,8 +392946,8 @@ { "id": 140733, "name": "Nazzano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -392987,8 +392987,8 @@ { "id": 140734, "name": "Nebbiuno", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393028,8 +393028,8 @@ { "id": 140735, "name": "Negrar", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393069,8 +393069,8 @@ { "id": 140736, "name": "Negrone", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "city", @@ -393110,8 +393110,8 @@ { "id": 140737, "name": "Neirone", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393151,8 +393151,8 @@ { "id": 140738, "name": "Neive-Borgonovo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393192,8 +393192,8 @@ { "id": 140739, "name": "Nembro", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393233,8 +393233,8 @@ { "id": 140740, "name": "Nemi", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393274,8 +393274,8 @@ { "id": 140741, "name": "Nemoli", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393315,8 +393315,8 @@ { "id": 140742, "name": "Neoneli", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393356,8 +393356,8 @@ { "id": 140743, "name": "Nepezzano", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "city", @@ -393397,8 +393397,8 @@ { "id": 140744, "name": "Nepi", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393438,8 +393438,8 @@ { "id": 140745, "name": "Nereto", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393479,8 +393479,8 @@ { "id": 140746, "name": "Nerito", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393520,8 +393520,8 @@ { "id": 140747, "name": "Nerola", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393561,8 +393561,8 @@ { "id": 140748, "name": "Nervesa della Battaglia", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393602,8 +393602,8 @@ { "id": 140749, "name": "Nerviano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393643,8 +393643,8 @@ { "id": 140750, "name": "Nespolo", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393684,8 +393684,8 @@ { "id": 140751, "name": "Nesso", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393725,8 +393725,8 @@ { "id": 140752, "name": "Netro", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393766,8 +393766,8 @@ { "id": 140753, "name": "Nettuno", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393807,8 +393807,8 @@ { "id": 140754, "name": "Neviano", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393848,8 +393848,8 @@ { "id": 140755, "name": "Neviano degli Arduini", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393889,8 +393889,8 @@ { "id": 140756, "name": "Neviglie", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393930,8 +393930,8 @@ { "id": 140757, "name": "Niardo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -393971,8 +393971,8 @@ { "id": 140758, "name": "Nibbiano", - "state_id": 1773, - "state_code": "45", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394012,8 +394012,8 @@ { "id": 140759, "name": "Nibbiola", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394053,8 +394053,8 @@ { "id": 140760, "name": "Nibionno", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "city", @@ -394094,8 +394094,8 @@ { "id": 140761, "name": "Nicastro", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "section", @@ -394135,8 +394135,8 @@ { "id": 140762, "name": "Nichelino", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394176,8 +394176,8 @@ { "id": 140763, "name": "Nicolosi", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394217,8 +394217,8 @@ { "id": 140764, "name": "Nicorvo", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394258,8 +394258,8 @@ { "id": 140765, "name": "Nicosia", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394299,8 +394299,8 @@ { "id": 140766, "name": "Nicotera", - "state_id": 1703, - "state_code": "78", + "state_id": 1737, + "state_code": "VV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394340,8 +394340,8 @@ { "id": 140767, "name": "Niella Belbo", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394381,8 +394381,8 @@ { "id": 140768, "name": "Niella Tanaro", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394422,8 +394422,8 @@ { "id": 140769, "name": "Nigoline-Bonomelli", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394463,8 +394463,8 @@ { "id": 140770, "name": "Nimis", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394504,8 +394504,8 @@ { "id": 140771, "name": "Niscemi", - "state_id": 1709, - "state_code": "82", + "state_id": 1718, + "state_code": "CL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394545,8 +394545,8 @@ { "id": 140772, "name": "Nissoria", - "state_id": 1709, - "state_code": "82", + "state_id": 1723, + "state_code": "EN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394586,8 +394586,8 @@ { "id": 140773, "name": "Niviano", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "city", @@ -394627,8 +394627,8 @@ { "id": 140774, "name": "Nizza Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394668,8 +394668,8 @@ { "id": 140775, "name": "Nizza di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394709,8 +394709,8 @@ { "id": 140776, "name": "Noale", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394750,8 +394750,8 @@ { "id": 140777, "name": "Noasca", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394791,8 +394791,8 @@ { "id": 140778, "name": "Nobile-Monguzzo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394832,8 +394832,8 @@ { "id": 140779, "name": "Nocara", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394873,8 +394873,8 @@ { "id": 140780, "name": "Nocciano", - "state_id": 1679, - "state_code": "65", + "state_id": 1694, + "state_code": "PE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394914,8 +394914,8 @@ { "id": 140781, "name": "Nocelleto", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "city", @@ -394955,8 +394955,8 @@ { "id": 140782, "name": "Nocera Inferiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -394996,8 +394996,8 @@ { "id": 140783, "name": "Nocera Scalo", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "city", @@ -395037,8 +395037,8 @@ { "id": 140784, "name": "Nocera Superiore", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395078,8 +395078,8 @@ { "id": 140785, "name": "Nocera Terinese", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395119,8 +395119,8 @@ { "id": 140786, "name": "Nocera Umbra", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395160,8 +395160,8 @@ { "id": 140787, "name": "Noceto", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395201,8 +395201,8 @@ { "id": 140788, "name": "Noci", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395242,8 +395242,8 @@ { "id": 140789, "name": "Nociglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395283,8 +395283,8 @@ { "id": 140790, "name": "Noepoli", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395324,8 +395324,8 @@ { "id": 140791, "name": "Nogara", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395365,8 +395365,8 @@ { "id": 140792, "name": "Nogaredo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395406,8 +395406,8 @@ { "id": 140793, "name": "Nogarole Rocca", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395447,8 +395447,8 @@ { "id": 140794, "name": "Nogarole Vicentino", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395488,8 +395488,8 @@ { "id": 140795, "name": "Noha", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "city", @@ -395529,8 +395529,8 @@ { "id": 140796, "name": "Noicattaro", - "state_id": 1688, - "state_code": "75", + "state_id": 5626, + "state_code": "BA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395570,8 +395570,8 @@ { "id": 140797, "name": "Nola", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395611,8 +395611,8 @@ { "id": 140798, "name": "Nole", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395652,8 +395652,8 @@ { "id": 140799, "name": "Noli", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395693,8 +395693,8 @@ { "id": 140800, "name": "Nomaglio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395734,8 +395734,8 @@ { "id": 140801, "name": "Nomi", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395775,8 +395775,8 @@ { "id": 140802, "name": "Nonantola", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395816,8 +395816,8 @@ { "id": 140803, "name": "None", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395857,8 +395857,8 @@ { "id": 140804, "name": "Nonio", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395898,8 +395898,8 @@ { "id": 140805, "name": "Noragugume", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395939,8 +395939,8 @@ { "id": 140806, "name": "Norbello", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -395980,8 +395980,8 @@ { "id": 140807, "name": "Norcia", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396021,8 +396021,8 @@ { "id": 140808, "name": "Norma", - "state_id": 1678, - "state_code": "62", + "state_id": 1674, + "state_code": "LT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396062,8 +396062,8 @@ { "id": 140809, "name": "Nosadello", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "city", @@ -396103,8 +396103,8 @@ { "id": 140810, "name": "Nosate", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396144,8 +396144,8 @@ { "id": 140811, "name": "Notaresco", - "state_id": 1679, - "state_code": "65", + "state_id": 1752, + "state_code": "TE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396185,8 +396185,8 @@ { "id": 140812, "name": "Noto", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396226,8 +396226,8 @@ { "id": 140813, "name": "Nova Levante", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396267,8 +396267,8 @@ { "id": 140814, "name": "Nova Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396308,8 +396308,8 @@ { "id": 140815, "name": "Nova Ponente", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396349,8 +396349,8 @@ { "id": 140816, "name": "Nova Siri", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396390,8 +396390,8 @@ { "id": 140817, "name": "Nova Siri Scalo", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "city", @@ -396431,8 +396431,8 @@ { "id": 140818, "name": "Novafeltria", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396472,8 +396472,8 @@ { "id": 140819, "name": "Novagli", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "city", @@ -396513,8 +396513,8 @@ { "id": 140820, "name": "Novaledo", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396554,8 +396554,8 @@ { "id": 140821, "name": "Novalesa", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396595,8 +396595,8 @@ { "id": 140822, "name": "Novara", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -396636,8 +396636,8 @@ { "id": 140823, "name": "Novara di Sicilia", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396677,8 +396677,8 @@ { "id": 140824, "name": "Novate Mezzola", - "state_id": 1705, - "state_code": "25", + "state_id": 1741, + "state_code": "SO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396718,8 +396718,8 @@ { "id": 140825, "name": "Novate Milanese", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396759,8 +396759,8 @@ { "id": 140826, "name": "Nove", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396800,8 +396800,8 @@ { "id": 140827, "name": "Novedrate", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396841,8 +396841,8 @@ { "id": 140828, "name": "Novegro-Tregarezzo-San Felice", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "section", @@ -396882,8 +396882,8 @@ { "id": 140829, "name": "Novellara", - "state_id": 1773, - "state_code": "45", + "state_id": 1708, + "state_code": "RE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396923,8 +396923,8 @@ { "id": 140830, "name": "Novello", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -396964,8 +396964,8 @@ { "id": 140831, "name": "Noventa", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397005,8 +397005,8 @@ { "id": 140832, "name": "Noventa Vicentina", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397046,8 +397046,8 @@ { "id": 140833, "name": "Noventa di Piave", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397087,8 +397087,8 @@ { "id": 140834, "name": "Noverasco-Sporting Mirasole", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "section", @@ -397128,8 +397128,8 @@ { "id": 140835, "name": "Novi Ligure", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397169,8 +397169,8 @@ { "id": 140836, "name": "Novi Velia", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397210,8 +397210,8 @@ { "id": 140837, "name": "Novi di Modena", - "state_id": 1773, - "state_code": "45", + "state_id": 1757, + "state_code": "MO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397251,8 +397251,8 @@ { "id": 140838, "name": "Noviglio", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "city", @@ -397292,8 +397292,8 @@ { "id": 140839, "name": "Novoledo", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "city", @@ -397333,8 +397333,8 @@ { "id": 140840, "name": "Novoli", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397374,8 +397374,8 @@ { "id": 140841, "name": "Nucetto", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397415,8 +397415,8 @@ { "id": 140842, "name": "Nucleo Industriale di Bazzano", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city", @@ -397456,8 +397456,8 @@ { "id": 140843, "name": "Nughedu San Nicolò", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397497,8 +397497,8 @@ { "id": 140844, "name": "Nughedu Santa Vittoria", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397538,8 +397538,8 @@ { "id": 140845, "name": "Nule", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397579,8 +397579,8 @@ { "id": 140846, "name": "Nulvi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397620,8 +397620,8 @@ { "id": 140847, "name": "Numana", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397661,8 +397661,8 @@ { "id": 140848, "name": "Nunziata", - "state_id": 1709, - "state_code": "82", + "state_id": 5629, + "state_code": "CT", "country_id": 107, "country_code": "IT", "type": "city", @@ -397702,8 +397702,8 @@ { "id": 140849, "name": "Nuoro", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -397743,8 +397743,8 @@ { "id": 140850, "name": "Nuova Conza della Campania", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397784,8 +397784,8 @@ { "id": 140851, "name": "Nuova Gibellina", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397825,8 +397825,8 @@ { "id": 140852, "name": "Nuovo Centro Urbano Poggioreale", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397866,8 +397866,8 @@ { "id": 140853, "name": "Nurachi", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397907,8 +397907,8 @@ { "id": 140854, "name": "Nuragus", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397948,8 +397948,8 @@ { "id": 140855, "name": "Nurallao", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -397989,8 +397989,8 @@ { "id": 140856, "name": "Nuraminis", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398030,8 +398030,8 @@ { "id": 140857, "name": "Nuraxinieddu", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "city", @@ -398071,8 +398071,8 @@ { "id": 140858, "name": "Nureci", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398112,8 +398112,8 @@ { "id": 140859, "name": "Nurri", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398194,8 +398194,8 @@ { "id": 140861, "name": "Nusco", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398235,8 +398235,8 @@ { "id": 140862, "name": "Nuvolento", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398276,8 +398276,8 @@ { "id": 140863, "name": "Nuvolera", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398317,8 +398317,8 @@ { "id": 140864, "name": "Nuxis", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398358,8 +398358,8 @@ { "id": 140865, "name": "Occagno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398399,8 +398399,8 @@ { "id": 140866, "name": "Occhieppo Inferiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398440,8 +398440,8 @@ { "id": 140867, "name": "Occhieppo Superiore", - "state_id": 1702, - "state_code": "21", + "state_id": 1778, + "state_code": "BI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398481,8 +398481,8 @@ { "id": 140868, "name": "Occhiobello", - "state_id": 1753, - "state_code": "34", + "state_id": 1719, + "state_code": "RO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398522,8 +398522,8 @@ { "id": 140869, "name": "Occimiano", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398563,8 +398563,8 @@ { "id": 140870, "name": "Odalengo Grande", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398604,8 +398604,8 @@ { "id": 140871, "name": "Odalengo Piccolo", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398645,8 +398645,8 @@ { "id": 140872, "name": "Oderzo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398686,8 +398686,8 @@ { "id": 140873, "name": "Odolo", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398727,8 +398727,8 @@ { "id": 140874, "name": "Ofena", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398768,8 +398768,8 @@ { "id": 140875, "name": "Offagna", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398809,8 +398809,8 @@ { "id": 140876, "name": "Offanengo", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398850,8 +398850,8 @@ { "id": 140877, "name": "Offida", - "state_id": 1670, - "state_code": "57", + "state_id": 1681, + "state_code": "AP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398891,8 +398891,8 @@ { "id": 140878, "name": "Offlaga", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398932,8 +398932,8 @@ { "id": 140879, "name": "Oggebbio", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -398973,8 +398973,8 @@ { "id": 140880, "name": "Oggiona-Santo Stefano", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399014,8 +399014,8 @@ { "id": 140881, "name": "Oggiono", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399055,8 +399055,8 @@ { "id": 140882, "name": "Oglianico", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399096,8 +399096,8 @@ { "id": 140883, "name": "Ogliastro Cilento", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399137,8 +399137,8 @@ { "id": 140884, "name": "Olbia", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399178,8 +399178,8 @@ { "id": 140885, "name": "Olcenengo", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399219,8 +399219,8 @@ { "id": 140886, "name": "Oldenico", - "state_id": 1702, - "state_code": "21", + "state_id": 1785, + "state_code": "VC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399260,8 +399260,8 @@ { "id": 140887, "name": "Oleggio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399301,8 +399301,8 @@ { "id": 140888, "name": "Oleggio Castello", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399342,8 +399342,8 @@ { "id": 140889, "name": "Olevano Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399383,8 +399383,8 @@ { "id": 140890, "name": "Olevano di Lomellina", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399424,8 +399424,8 @@ { "id": 140891, "name": "Olevano sul Tusciano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399465,8 +399465,8 @@ { "id": 140892, "name": "Olgiate Comasco", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399506,8 +399506,8 @@ { "id": 140893, "name": "Olgiate Molgora", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399547,8 +399547,8 @@ { "id": 140894, "name": "Olgiate Olona", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399588,8 +399588,8 @@ { "id": 140895, "name": "Olginate", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399629,8 +399629,8 @@ { "id": 140896, "name": "Olia Speciosa", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399670,8 +399670,8 @@ { "id": 140897, "name": "Oliena", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399711,8 +399711,8 @@ { "id": 140898, "name": "Oliva Gessi", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399752,8 +399752,8 @@ { "id": 140899, "name": "Olivadi", - "state_id": 1703, - "state_code": "78", + "state_id": 1728, + "state_code": "CZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399793,8 +399793,8 @@ { "id": 140900, "name": "Oliveri", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399834,8 +399834,8 @@ { "id": 140901, "name": "Oliveto Citra", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399875,8 +399875,8 @@ { "id": 140902, "name": "Oliveto Lucano", - "state_id": 1706, - "state_code": "77", + "state_id": 1760, + "state_code": "MT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399916,8 +399916,8 @@ { "id": 140903, "name": "Olivetta San Michele", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399957,8 +399957,8 @@ { "id": 140904, "name": "Olivola", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -399998,8 +399998,8 @@ { "id": 140905, "name": "Ollastra", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400039,8 +400039,8 @@ { "id": 140906, "name": "Ollolai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400121,8 +400121,8 @@ { "id": 140908, "name": "Olmedo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400162,8 +400162,8 @@ { "id": 140909, "name": "Olmeneta", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400203,8 +400203,8 @@ { "id": 140910, "name": "Olmo Gentile", - "state_id": 1702, - "state_code": "21", + "state_id": 1780, + "state_code": "AT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400244,8 +400244,8 @@ { "id": 140911, "name": "Olmo al Brembo", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400285,8 +400285,8 @@ { "id": 140912, "name": "Oltre Brenta", - "state_id": 1753, - "state_code": "34", + "state_id": 5638, + "state_code": "VE", "country_id": 107, "country_code": "IT", "type": "city", @@ -400326,8 +400326,8 @@ { "id": 140913, "name": "Oltre Il Colle", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400367,8 +400367,8 @@ { "id": 140914, "name": "Oltressenda Alta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400408,8 +400408,8 @@ { "id": 140915, "name": "Oltrona di San Mamette", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400449,8 +400449,8 @@ { "id": 140916, "name": "Olzai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400490,8 +400490,8 @@ { "id": 140917, "name": "Ome", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400531,8 +400531,8 @@ { "id": 140918, "name": "Omegna", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400572,8 +400572,8 @@ { "id": 140919, "name": "Omignano", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400613,8 +400613,8 @@ { "id": 140920, "name": "Onano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400654,8 +400654,8 @@ { "id": 140921, "name": "Onanì", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400695,8 +400695,8 @@ { "id": 140922, "name": "Oncino", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400736,8 +400736,8 @@ { "id": 140923, "name": "Oneta", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400777,8 +400777,8 @@ { "id": 140924, "name": "Onifai", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400818,8 +400818,8 @@ { "id": 140925, "name": "Oniferi", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400859,8 +400859,8 @@ { "id": 140926, "name": "Onigo", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400900,8 +400900,8 @@ { "id": 140927, "name": "Ono San Pietro", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400941,8 +400941,8 @@ { "id": 140928, "name": "Onore", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -400982,8 +400982,8 @@ { "id": 140929, "name": "Onzo", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401023,8 +401023,8 @@ { "id": 140930, "name": "Onè", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401064,8 +401064,8 @@ { "id": 140931, "name": "Opera", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401105,8 +401105,8 @@ { "id": 140932, "name": "Opi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401146,8 +401146,8 @@ { "id": 140933, "name": "Oppeano", - "state_id": 1753, - "state_code": "34", + "state_id": 1736, + "state_code": "VR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401187,8 +401187,8 @@ { "id": 140934, "name": "Oppido Lucano", - "state_id": 1706, - "state_code": "77", + "state_id": 1697, + "state_code": "PZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401228,8 +401228,8 @@ { "id": 140935, "name": "Oppido Mamertina", - "state_id": 1703, - "state_code": "78", + "state_id": 5635, + "state_code": "RC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401269,8 +401269,8 @@ { "id": 140936, "name": "Ora", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401310,8 +401310,8 @@ { "id": 140937, "name": "Orani", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401351,8 +401351,8 @@ { "id": 140938, "name": "Oratino", - "state_id": 1695, - "state_code": "67", + "state_id": 1721, + "state_code": "CB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401392,8 +401392,8 @@ { "id": 140939, "name": "Orbassano", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401433,8 +401433,8 @@ { "id": 140940, "name": "Orbetello", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401474,8 +401474,8 @@ { "id": 140941, "name": "Orbetello Scalo", - "state_id": 1664, - "state_code": "52", + "state_id": 1787, + "state_code": "GR", "country_id": 107, "country_code": "IT", "type": "city", @@ -401515,8 +401515,8 @@ { "id": 140942, "name": "Orcenico Inferiore", - "state_id": 1756, - "state_code": "36", + "state_id": 1690, + "state_code": "PN", "country_id": 107, "country_code": "IT", "type": "city", @@ -401556,8 +401556,8 @@ { "id": 140943, "name": "Orciano Pisano", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401597,8 +401597,8 @@ { "id": 140944, "name": "Orciano di Pesaro", - "state_id": 1670, - "state_code": "57", + "state_id": 1693, + "state_code": "PU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401638,8 +401638,8 @@ { "id": 140945, "name": "Orco Feglino", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401679,8 +401679,8 @@ { "id": 140946, "name": "Ordona", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401720,8 +401720,8 @@ { "id": 140947, "name": "Orentano", - "state_id": 1664, - "state_code": "52", + "state_id": 1749, + "state_code": "LU", "country_id": 107, "country_code": "IT", "type": "locality", @@ -401761,8 +401761,8 @@ { "id": 140948, "name": "Orero", - "state_id": 1768, - "state_code": "42", + "state_id": 5631, + "state_code": "GE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401802,8 +401802,8 @@ { "id": 140949, "name": "Orgiano", - "state_id": 1753, - "state_code": "34", + "state_id": 1738, + "state_code": "VI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401843,8 +401843,8 @@ { "id": 140950, "name": "Orgosolo", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401884,8 +401884,8 @@ { "id": 140951, "name": "Oria", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401925,8 +401925,8 @@ { "id": 140952, "name": "Oricola", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -401966,8 +401966,8 @@ { "id": 140953, "name": "Origgio", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402007,8 +402007,8 @@ { "id": 140954, "name": "Orino", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402048,8 +402048,8 @@ { "id": 140955, "name": "Orio Canavese", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402089,8 +402089,8 @@ { "id": 140956, "name": "Orio Litta", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402130,8 +402130,8 @@ { "id": 140957, "name": "Orio al Serio", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402171,8 +402171,8 @@ { "id": 140958, "name": "Oriolo", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402212,8 +402212,8 @@ { "id": 140959, "name": "Oriolo Romano", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402253,8 +402253,8 @@ { "id": 140960, "name": "Oristano", - "state_id": 1715, - "state_code": "88", + "state_id": 1786, + "state_code": "OR", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -402294,8 +402294,8 @@ { "id": 140961, "name": "Ormea", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402335,8 +402335,8 @@ { "id": 140962, "name": "Ormelle", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402376,8 +402376,8 @@ { "id": 140963, "name": "Ornago", - "state_id": 1705, - "state_code": "25", + "state_id": 1769, + "state_code": "MB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402417,8 +402417,8 @@ { "id": 140964, "name": "Ornavasso", - "state_id": 1702, - "state_code": "21", + "state_id": 1726, + "state_code": "VB", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402458,8 +402458,8 @@ { "id": 140965, "name": "Ornica", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402499,8 +402499,8 @@ { "id": 140966, "name": "Orosei", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402540,8 +402540,8 @@ { "id": 140967, "name": "Orotelli", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402581,8 +402581,8 @@ { "id": 140968, "name": "Orria", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402622,8 +402622,8 @@ { "id": 140969, "name": "Orroli", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402663,8 +402663,8 @@ { "id": 140970, "name": "Orsago", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402704,8 +402704,8 @@ { "id": 140971, "name": "Orsara Bormida", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402745,8 +402745,8 @@ { "id": 140972, "name": "Orsara di Puglia", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402786,8 +402786,8 @@ { "id": 140973, "name": "Orsaria", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "city", @@ -402827,8 +402827,8 @@ { "id": 140974, "name": "Orsenigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402868,8 +402868,8 @@ { "id": 140975, "name": "Orsogna", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402909,8 +402909,8 @@ { "id": 140976, "name": "Orsomarso", - "state_id": 1703, - "state_code": "78", + "state_id": 1742, + "state_code": "CS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402950,8 +402950,8 @@ { "id": 140977, "name": "Orta Nova", - "state_id": 1688, - "state_code": "75", + "state_id": 1771, + "state_code": "FG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -402991,8 +402991,8 @@ { "id": 140978, "name": "Orta San Giulio", - "state_id": 1702, - "state_code": "21", + "state_id": 1774, + "state_code": "NO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403032,8 +403032,8 @@ { "id": 140979, "name": "Orta di Atella", - "state_id": 1669, - "state_code": "72", + "state_id": 1731, + "state_code": "CE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403073,8 +403073,8 @@ { "id": 140980, "name": "Ortacesus", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403114,8 +403114,8 @@ { "id": 140981, "name": "Orte", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403155,8 +403155,8 @@ { "id": 140982, "name": "Orte Scalo", - "state_id": 1678, - "state_code": "62", + "state_id": 1735, + "state_code": "VT", "country_id": 107, "country_code": "IT", "type": "city", @@ -403196,8 +403196,8 @@ { "id": 140983, "name": "Ortelle", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403237,8 +403237,8 @@ { "id": 140984, "name": "Ortezzano", - "state_id": 1670, - "state_code": "57", + "state_id": 1744, + "state_code": "FM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403278,8 +403278,8 @@ { "id": 140985, "name": "Ortignano Raggiolo", - "state_id": 1664, - "state_code": "52", + "state_id": 1761, + "state_code": "AR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403319,8 +403319,8 @@ { "id": 140986, "name": "Ortisei", - "state_id": 1725, - "state_code": "32", + "state_id": 5639, + "state_code": "BZ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403360,8 +403360,8 @@ { "id": 140987, "name": "Ortona", - "state_id": 1679, - "state_code": "65", + "state_id": 1739, + "state_code": "CH", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403401,8 +403401,8 @@ { "id": 140988, "name": "Ortona dei Marsi", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403442,8 +403442,8 @@ { "id": 140989, "name": "Ortovero", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403483,8 +403483,8 @@ { "id": 140990, "name": "Ortucchio", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403524,8 +403524,8 @@ { "id": 140991, "name": "Ortueri", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403565,8 +403565,8 @@ { "id": 140992, "name": "Orune", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403606,8 +403606,8 @@ { "id": 140993, "name": "Orvieto", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403647,8 +403647,8 @@ { "id": 140994, "name": "Orvieto Scalo", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "city", @@ -403688,8 +403688,8 @@ { "id": 140995, "name": "Orvinio", - "state_id": 1678, - "state_code": "62", + "state_id": 1712, + "state_code": "RI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403729,8 +403729,8 @@ { "id": 140996, "name": "Orzignano", - "state_id": 1664, - "state_code": "52", + "state_id": 1685, + "state_code": "PI", "country_id": 107, "country_code": "IT", "type": "city", @@ -403770,8 +403770,8 @@ { "id": 140997, "name": "Orzinuovi", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403811,8 +403811,8 @@ { "id": 140998, "name": "Orzivecchi", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403852,8 +403852,8 @@ { "id": 140999, "name": "Osasco", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403893,8 +403893,8 @@ { "id": 141000, "name": "Osasio", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -403934,8 +403934,8 @@ { "id": 141001, "name": "Oscano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -403975,8 +403975,8 @@ { "id": 141002, "name": "Oschiri", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404016,8 +404016,8 @@ { "id": 141003, "name": "Osidda", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404057,8 +404057,8 @@ { "id": 141004, "name": "Osiglia", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404098,8 +404098,8 @@ { "id": 141005, "name": "Osigo", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404139,8 +404139,8 @@ { "id": 141006, "name": "Osilo", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404180,8 +404180,8 @@ { "id": 141007, "name": "Osimo", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404221,8 +404221,8 @@ { "id": 141008, "name": "Osini", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404262,8 +404262,8 @@ { "id": 141009, "name": "Osio Sopra", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404303,8 +404303,8 @@ { "id": 141010, "name": "Osio Sotto", - "state_id": 1705, - "state_code": "25", + "state_id": 1704, + "state_code": "BG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404344,8 +404344,8 @@ { "id": 141011, "name": "Osmate", - "state_id": 1705, - "state_code": "25", + "state_id": 1765, + "state_code": "VA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404385,8 +404385,8 @@ { "id": 141012, "name": "Osnago", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404426,8 +404426,8 @@ { "id": 141013, "name": "Osoppo", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404467,8 +404467,8 @@ { "id": 141014, "name": "Ospedaletti", - "state_id": 1768, - "state_code": "42", + "state_id": 1788, + "state_code": "IM", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404508,8 +404508,8 @@ { "id": 141015, "name": "Ospedaletto", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404549,8 +404549,8 @@ { "id": 141016, "name": "Ospedaletto", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -404590,8 +404590,8 @@ { "id": 141017, "name": "Ospedaletto", - "state_id": 1773, - "state_code": "45", + "state_id": 1713, + "state_code": "RN", "country_id": 107, "country_code": "IT", "type": "city", @@ -404631,8 +404631,8 @@ { "id": 141018, "name": "Ospedaletto Euganeo", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404672,8 +404672,8 @@ { "id": 141019, "name": "Ospedaletto Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404713,8 +404713,8 @@ { "id": 141020, "name": "Ospedaletto d'Alpinolo", - "state_id": 1669, - "state_code": "72", + "state_id": 1692, + "state_code": "AV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404754,8 +404754,8 @@ { "id": 141021, "name": "Ospedalicchio", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -404795,8 +404795,8 @@ { "id": 141022, "name": "Ospitale di Cadore", - "state_id": 1753, - "state_code": "34", + "state_id": 1689, + "state_code": "BL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404836,8 +404836,8 @@ { "id": 141023, "name": "Ospitaletto", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404877,8 +404877,8 @@ { "id": 141024, "name": "Ossago Lodigiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1747, + "state_code": "LO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404918,8 +404918,8 @@ { "id": 141025, "name": "Ossana", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -404959,8 +404959,8 @@ { "id": 141026, "name": "Ossi", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405000,8 +405000,8 @@ { "id": 141027, "name": "Ossimo Superiore", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405041,8 +405041,8 @@ { "id": 141028, "name": "Ossona", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405082,8 +405082,8 @@ { "id": 141029, "name": "Ossuccio", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405123,8 +405123,8 @@ { "id": 141030, "name": "Ostana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405164,8 +405164,8 @@ { "id": 141031, "name": "Ostellato", - "state_id": 1773, - "state_code": "45", + "state_id": 1746, + "state_code": "FE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405205,8 +405205,8 @@ { "id": 141032, "name": "Osteno", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405246,8 +405246,8 @@ { "id": 141033, "name": "Osteno-Claino", - "state_id": 1705, - "state_code": "25", + "state_id": 1740, + "state_code": "CO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405287,8 +405287,8 @@ { "id": 141034, "name": "Osteria", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -405328,8 +405328,8 @@ { "id": 141035, "name": "Osteria Grande", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -405369,8 +405369,8 @@ { "id": 141036, "name": "Osteria Nuova", - "state_id": 1678, - "state_code": "62", + "state_id": 5636, + "state_code": "RM", "country_id": 107, "country_code": "IT", "type": "city", @@ -405410,8 +405410,8 @@ { "id": 141037, "name": "Osteria Nuova", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "city", @@ -405451,8 +405451,8 @@ { "id": 141038, "name": "Osteria dei Cacciatori-Stella", - "state_id": 1768, - "state_code": "42", + "state_id": 1732, + "state_code": "SV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405492,8 +405492,8 @@ { "id": 141039, "name": "Osteria del Gatto", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -405533,8 +405533,8 @@ { "id": 141040, "name": "Ostiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405574,8 +405574,8 @@ { "id": 141041, "name": "Ostiglia", - "state_id": 1705, - "state_code": "25", + "state_id": 1758, + "state_code": "MN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405615,8 +405615,8 @@ { "id": 141042, "name": "Ostra", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405656,8 +405656,8 @@ { "id": 141043, "name": "Ostra Vetere", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405697,8 +405697,8 @@ { "id": 141044, "name": "Ostuni", - "state_id": 1688, - "state_code": "75", + "state_id": 1714, + "state_code": "BR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405738,8 +405738,8 @@ { "id": 141045, "name": "Otranto", - "state_id": 1688, - "state_code": "75", + "state_id": 1675, + "state_code": "LE", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405779,8 +405779,8 @@ { "id": 141046, "name": "Otricoli", - "state_id": 1683, - "state_code": "55", + "state_id": 1755, + "state_code": "TR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405820,8 +405820,8 @@ { "id": 141047, "name": "Ottana", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405861,8 +405861,8 @@ { "id": 141048, "name": "Ottati", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405902,8 +405902,8 @@ { "id": 141049, "name": "Ottava", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "city", @@ -405943,8 +405943,8 @@ { "id": 141050, "name": "Ottaviano", - "state_id": 1669, - "state_code": "72", + "state_id": 5634, + "state_code": "NA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -405984,8 +405984,8 @@ { "id": 141051, "name": "Ottiglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406025,8 +406025,8 @@ { "id": 141052, "name": "Ottobiano", - "state_id": 1705, - "state_code": "25", + "state_id": 1676, + "state_code": "PV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406066,8 +406066,8 @@ { "id": 141053, "name": "Ottone", - "state_id": 1773, - "state_code": "45", + "state_id": 1696, + "state_code": "PC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406107,8 +406107,8 @@ { "id": 141054, "name": "Oulx", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406148,8 +406148,8 @@ { "id": 141055, "name": "Ovada", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406189,8 +406189,8 @@ { "id": 141056, "name": "Ovaro", - "state_id": 1756, - "state_code": "36", + "state_id": 1764, + "state_code": "UD", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406230,8 +406230,8 @@ { "id": 141057, "name": "Oviglio", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406271,8 +406271,8 @@ { "id": 141058, "name": "Ovindoli", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406312,8 +406312,8 @@ { "id": 141059, "name": "Ovodda", - "state_id": 1715, - "state_code": "88", + "state_id": 1790, + "state_code": "NU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406394,8 +406394,8 @@ { "id": 141061, "name": "Ozegna", - "state_id": 1702, - "state_code": "21", + "state_id": 5637, + "state_code": "TO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406435,8 +406435,8 @@ { "id": 141062, "name": "Ozieri", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406476,8 +406476,8 @@ { "id": 141063, "name": "Ozzano Monferrato", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406517,8 +406517,8 @@ { "id": 141064, "name": "Ozzano Taro", - "state_id": 1773, - "state_code": "45", + "state_id": 1666, + "state_code": "PR", "country_id": 107, "country_code": "IT", "type": "city", @@ -406558,8 +406558,8 @@ { "id": 141065, "name": "Ozzano dell'Emilia", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406599,8 +406599,8 @@ { "id": 141066, "name": "Ozzero", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406640,8 +406640,8 @@ { "id": 141067, "name": "Pabillonis", - "state_id": 1715, - "state_code": "88", + "state_id": 1730, + "state_code": "SU", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406681,8 +406681,8 @@ { "id": 141068, "name": "Pace del Mela", - "state_id": 1709, - "state_code": "82", + "state_id": 5632, + "state_code": "ME", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406722,8 +406722,8 @@ { "id": 141069, "name": "Paceco", - "state_id": 1709, - "state_code": "82", + "state_id": 1733, + "state_code": "TP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406763,8 +406763,8 @@ { "id": 141070, "name": "Pacentro", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406804,8 +406804,8 @@ { "id": 141071, "name": "Pachino", - "state_id": 1709, - "state_code": "82", + "state_id": 1667, + "state_code": "SR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406845,8 +406845,8 @@ { "id": 141072, "name": "Paciano", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406886,8 +406886,8 @@ { "id": 141073, "name": "Padenghe sul Garda", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406927,8 +406927,8 @@ { "id": 141074, "name": "Padergnone", - "state_id": 1725, - "state_code": "32", + "state_id": 5640, + "state_code": "TN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -406968,8 +406968,8 @@ { "id": 141075, "name": "Paderna", - "state_id": 1702, - "state_code": "21", + "state_id": 1783, + "state_code": "AL", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407009,8 +407009,8 @@ { "id": 141076, "name": "Padernello", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "city", @@ -407050,8 +407050,8 @@ { "id": 141077, "name": "Paderno", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407091,8 +407091,8 @@ { "id": 141078, "name": "Paderno Dugnano", - "state_id": 1705, - "state_code": "25", + "state_id": 5633, + "state_code": "MI", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407132,8 +407132,8 @@ { "id": 141079, "name": "Paderno Franciacorta", - "state_id": 1705, - "state_code": "25", + "state_id": 1717, + "state_code": "BS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407173,8 +407173,8 @@ { "id": 141080, "name": "Paderno Ponchielli", - "state_id": 1705, - "state_code": "25", + "state_id": 1751, + "state_code": "CR", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407214,8 +407214,8 @@ { "id": 141081, "name": "Paderno d'Adda", - "state_id": 1705, - "state_code": "25", + "state_id": 1677, + "state_code": "LC", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407255,8 +407255,8 @@ { "id": 141082, "name": "Paderno del Grappa", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407296,8 +407296,8 @@ { "id": 141083, "name": "Padiglione", - "state_id": 1670, - "state_code": "57", + "state_id": 1672, + "state_code": "AN", "country_id": 107, "country_code": "IT", "type": "city", @@ -407337,8 +407337,8 @@ { "id": 141084, "name": "Padivarma", - "state_id": 1768, - "state_code": "42", + "state_id": 1791, + "state_code": "SP", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407378,8 +407378,8 @@ { "id": 141085, "name": "Padova", - "state_id": 1753, - "state_code": "34", + "state_id": 1665, + "state_code": "PD", "country_id": 107, "country_code": "IT", "type": "adm2", @@ -407419,8 +407419,8 @@ { "id": 141086, "name": "Padria", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407460,8 +407460,8 @@ { "id": 141087, "name": "Padru", - "state_id": 1715, - "state_code": "88", + "state_id": 1722, + "state_code": "SS", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407501,8 +407501,8 @@ { "id": 141088, "name": "Padula", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407542,8 +407542,8 @@ { "id": 141089, "name": "Padule-San Marco", - "state_id": 1683, - "state_code": "55", + "state_id": 1691, + "state_code": "PG", "country_id": 107, "country_code": "IT", "type": "city", @@ -407583,8 +407583,8 @@ { "id": 141090, "name": "Paduli", - "state_id": 1669, - "state_code": "72", + "state_id": 1701, + "state_code": "BN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407624,8 +407624,8 @@ { "id": 141091, "name": "Padulle", - "state_id": 1773, - "state_code": "45", + "state_id": 5627, + "state_code": "BO", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407665,8 +407665,8 @@ { "id": 141092, "name": "Paesana", - "state_id": 1702, - "state_code": "21", + "state_id": 1775, + "state_code": "CN", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407706,8 +407706,8 @@ { "id": 141093, "name": "Paese", - "state_id": 1753, - "state_code": "34", + "state_id": 1762, + "state_code": "TV", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407747,8 +407747,8 @@ { "id": 141094, "name": "Pagani", - "state_id": 1669, - "state_code": "72", + "state_id": 1720, + "state_code": "SA", "country_id": 107, "country_code": "IT", "type": "adm3", @@ -407788,8 +407788,8 @@ { "id": 141095, "name": "Paganica-Tempera", - "state_id": 1679, - "state_code": "65", + "state_id": 1781, + "state_code": "AQ", "country_id": 107, "country_code": "IT", "type": "city",