Haiti flag

Haiti

Republic of Haiti

AmericasSovereign Stateht
Sovereign StateYes
Country CodesHT, HTI (ISO 3166-1)
Official NameRepublic of Haiti
Capital CityPort-au-Prince
ContinentAmericas
Population11.9M
Total Area27,750 km²
CurrencyG Haitian gourde (HTG)
Calling Code+509
Internet TLD.ht

Available Formats

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 Usage

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