Comoros
Union of the Comoros
AfricaSovereign Statekm
Souveräner StaatJa
LändercodesKM, COM (ISO 3166-1)
Offizieller NameUnion of the Comoros
HauptstadtMoroni
KontinentAfrica
Bevölkerung919.9K
Gesamtfläche1,862 km²
WährungFr Comorian franc (KMF)
Vorwahl+269
Internet-TLD.km
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/km.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/km.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/km.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);