Republic of the Congo flag

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

Available Formats

SVGVector — Scalable
Republic of the Congo SVG flag
PNGRaster — Multiple sizes
Republic of the Congo 20px

w20

Republic of the Congo 40px

w40

Republic of the Congo 80px

w80

Republic of the Congo 160px

w160

Republic of the Congo 320px

w320

Republic of the Congo 640px

w640

Republic of the Congo 1280px

w1280

Republic of the Congo 2560px

w2560

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" } }
);