Cameroon
Republic of Cameroon
AfricaSovereign Statecm
Souveräner StaatJa
LändercodesCM, CMR (ISO 3166-1)
Offizieller NameRepublic of Cameroon
HauptstadtYaoundé
KontinentAfrica
Bevölkerung29.4M
Gesamtfläche475,442 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+237
Internet-TLD.cm
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cm.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cm.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cm.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);