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