Honduras flag

Honduras

Republic of Honduras

AmericasSovereign Statehn
Souveräner StaatJa
LändercodesHN, HND (ISO 3166-1)
Offizieller NameRepublic of Honduras
HauptstadtTegucigalpa
KontinentAmericas
Bevölkerung9.9M
Gesamtfläche112,492 km²
WährungL Honduran lempira (HNL)
Vorwahl+504
Internet-TLD.hn

Verfügbare Formate

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

w20

Honduras 40px

w40

Honduras 80px

w80

Honduras 160px

w160

Honduras 320px

w320

Honduras 640px

w640

Honduras 1280px

w1280

Honduras 2560px

w2560

API-Nutzung

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

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

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