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