French Guiana flag

French Guiana

Guiana

Americasgf
Sovereign StateNo
Country CodesGF, GUF (ISO 3166-1)
Official NameGuiana
Capital CityCayenne
ContinentAmericas
Population292.4K
Total Area83,534 km²
Currency€ euro (EUR)
Calling Code+594
Internet TLD.gf

Available Formats

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 Usage

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