Hungary flag

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

Verfügbare Formate

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

w20

Hungary 40px

w40

Hungary 80px

w80

Hungary 160px

w160

Hungary 320px

w320

Hungary 640px

w640

Hungary 1280px

w1280

Hungary 2560px

w2560

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