Republic of the Congo flag

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

Verfügbare Formate

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