Croatia
Republic of Croatia
EuropeSovereign Statehr
Souveräner StaatJa
LändercodesHR, HRV (ISO 3166-1)
Offizieller NameRepublic of Croatia
HauptstadtZagreb
KontinentEurope
Bevölkerung3.9M
Gesamtfläche56,594 km²
Währung€ euro (EUR)
Vorwahl+385
Internet-TLD.hr
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hr.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hr.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/hr.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);