Hungary
EuropeSovereign Statehu
Souveräner StaatJa
LändercodesHU, HUN (ISO 3166-1)
Offizieller NameHungary
HauptstadtBudapest
KontinentEurope
Bevölkerung9.5M
Gesamtfläche93,028 km²
WährungFt Hungarian forint (HUF)
Vorwahl+36
Internet-TLD.hu
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hu.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hu.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/hu.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);