Isle of Man
Europeim
Souveräner StaatNein
LändercodesIM, IMN (ISO 3166-1)
Offizieller NameIsle of Man
HauptstadtDouglas
KontinentEurope
Bevölkerung84.5K
Gesamtfläche572 km²
Währung£ British pound (GBP)
Vorwahl+44
Internet-TLD.im
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/im.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/im.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/im.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);