Republic of the Congo
AfricaSovereign Statecg
Sovereign StateYes
Country CodesCG, COG (ISO 3166-1)
Official NameRepublic of the Congo
Capital CityBrazzaville
ContinentAfrica
Population6.1M
Total Area342,000 km²
CurrencyFr Central African CFA franc (XAF)
Calling Code+242
Internet TLD.cg
API Usage
# 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" } }
);