Italy flag

Italy

Italian Republic

EuropeSovereign Stateit
Souveräner StaatJa
LändercodesIT, ITA (ISO 3166-1)
Offizieller NameItalian Republic
HauptstadtRome
KontinentEurope
Bevölkerung58.9M
Gesamtfläche301,336 km²
Währung€ euro (EUR)
Vorwahl+39
Internet-TLD.it

Verfügbare Formate

SVGVector — Scalable
Italy SVG flag
PNGRaster — Multiple sizes
Italy 20px

w20

Italy 40px

w40

Italy 80px

w80

Italy 160px

w160

Italy 320px

w320

Italy 640px

w640

Italy 1280px

w1280

Italy 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/it.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/it.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/it.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);