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
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" } }
);