Guinea flag

Guinea

Republic of Guinea

AfricaSovereign Stategn
Souveräner StaatJa
LändercodesGN, GIN (ISO 3166-1)
Offizieller NameRepublic of Guinea
HauptstadtConakry
KontinentAfrica
Bevölkerung14.4M
Gesamtfläche245,857 km²
WährungFr Guinean franc (GNF)
Vorwahl+224
Internet-TLD.gn

Verfügbare Formate

SVGVector — Scalable
Guinea SVG flag
PNGRaster — Multiple sizes
Guinea 20px

w20

Guinea 40px

w40

Guinea 80px

w80

Guinea 160px

w160

Guinea 320px

w320

Guinea 640px

w640

Guinea 1280px

w1280

Guinea 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gn.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gn.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/gn.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);