Guyana flag

Guyana

Co-operative Republic of Guyana

AmericasSovereign Stategy
Souveräner StaatJa
LändercodesGY, GUY (ISO 3166-1)
Offizieller NameCo-operative Republic of Guyana
HauptstadtGeorgetown
KontinentAmericas
Bevölkerung773.0K
Gesamtfläche214,969 km²
Währung$ Guyanese dollar (GYD)
Vorwahl+592
Internet-TLD.gy

Verfügbare Formate

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

w20

Guyana 40px

w40

Guyana 80px

w80

Guyana 160px

w160

Guyana 320px

w320

Guyana 640px

w640

Guyana 1280px

w1280

Guyana 2560px

w2560

API-Nutzung

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

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

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