DR Congo
Democratic Republic of the Congo
AfricaSovereign Statecd
Souveräner StaatJa
LändercodesCD, COD (ISO 3166-1)
Offizieller NameDemocratic Republic of the Congo
HauptstadtKinshasa
KontinentAfrica
Bevölkerung112.8M
Gesamtfläche2,344,858 km²
WährungFC Congolese franc (CDF)
Vorwahl+243
Internet-TLD.cd
API-Nutzung
# 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" } }
);