Haiti flag

Haiti

Republic of Haiti

AmericasSovereign Stateht
Souveräner StaatJa
LändercodesHT, HTI (ISO 3166-1)
Offizieller NameRepublic of Haiti
HauptstadtPort-au-Prince
KontinentAmericas
Bevölkerung11.9M
Gesamtfläche27,750 km²
WährungG Haitian gourde (HTG)
Vorwahl+509
Internet-TLD.ht

Verfügbare Formate

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

w20

Haiti 40px

w40

Haiti 80px

w80

Haiti 160px

w160

Haiti 320px

w320

Haiti 640px

w640

Haiti 1280px

w1280

Haiti 2560px

w2560

API-Nutzung

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

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

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