DR Congo
Democratic Republic of the Congo
AfricaSovereign Statecd
Sovereign StateYes
Country CodesCD, COD (ISO 3166-1)
Official NameDemocratic Republic of the Congo
Capital CityKinshasa
ContinentAfrica
Population112.8M
Total Area2,344,858 km²
CurrencyFC Congolese franc (CDF)
Calling Code+243
Internet TLD.cd
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cd.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cd.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cd.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);