Isle of Man
Europeim
Sovereign StateNo
Country CodesIM, IMN (ISO 3166-1)
Official NameIsle of Man
Capital CityDouglas
ContinentEurope
Population84.5K
Total Area572 km²
Currency£ British pound (GBP)
Calling Code+44
Internet TLD.im
API Usage
# 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" } }
);