Guernsey flag

Guernsey

Bailiwick of Guernsey

Europegg
Souveräner StaatNein
LändercodesGG, GGY (ISO 3166-1)
Offizieller NameBailiwick of Guernsey
HauptstadtSt. Peter Port
KontinentEurope
Bevölkerung64.8K
Gesamtfläche78 km²
Währung£ British pound (GBP)
Vorwahl+44
Internet-TLD.gg

Verfügbare Formate

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

w20

Guernsey 40px

w40

Guernsey 80px

w80

Guernsey 160px

w160

Guernsey 320px

w320

Guernsey 640px

w640

Guernsey 1280px

w1280

Guernsey 2560px

w2560

API-Nutzung

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

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

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