Guernsey flag

Guernsey

Bailiwick of Guernsey

Europegg
Sovereign StateNo
Country CodesGG, GGY (ISO 3166-1)
Official NameBailiwick of Guernsey
Capital CitySt. Peter Port
ContinentEurope
Population64.8K
Total Area78 km²
Currency£ British pound (GBP)
Calling Code+44
Internet TLD.gg

Available Formats

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 Usage

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