Heard Island and McDonald Islands
Antarctichm
Souveräner StaatNein
LändercodesHM, HMD (ISO 3166-1)
Offizieller NameHeard Island and McDonald Islands
KontinentAntarctic
Gesamtfläche412 km²
Internet-TLD.hm
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hm.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hm.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/hm.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);