French Guiana flag

French Guiana

Guiana

Americasgf
Souveräner StaatNein
LändercodesGF, GUF (ISO 3166-1)
Offizieller NameGuiana
HauptstadtCayenne
KontinentAmericas
Bevölkerung292.4K
Gesamtfläche83,534 km²
Währung€ euro (EUR)
Vorwahl+594
Internet-TLD.gf

Verfügbare Formate

SVGVector — Scalable
French Guiana SVG flag
PNGRaster — Multiple sizes
French Guiana 20px

w20

French Guiana 40px

w40

French Guiana 80px

w80

French Guiana 160px

w160

French Guiana 320px

w320

French Guiana 640px

w640

French Guiana 1280px

w1280

French Guiana 2560px

w2560

API-Nutzung

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

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

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