Republic of the Congo
AfricaSovereign Statecg
Souveräner StaatJa
LändercodesCG, COG (ISO 3166-1)
Offizieller NameRepublic of the Congo
HauptstadtBrazzaville
KontinentAfrica
Bevölkerung6.1M
Gesamtfläche342,000 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+242
Internet-TLD.cg
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);