British Indian Ocean Territory
Africaio
Souveräner StaatNein
LändercodesIO, IOT (ISO 3166-1)
Offizieller NameBritish Indian Ocean Territory
HauptstadtDiego Garcia
KontinentAfrica
Gesamtfläche60 km²
Währung$ United States dollar (USD)
Vorwahl+246
Internet-TLD.io
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/io.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/io.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/io.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);