Central African Republic
AfricaSovereign Statecf
Souveräner StaatJa
LändercodesCF, CAF (ISO 3166-1)
Offizieller NameCentral African Republic
HauptstadtBangui
KontinentAfrica
Bevölkerung6.5M
Gesamtfläche622,984 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+236
Internet-TLD.cf
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cf.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cf.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cf.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);