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