South Georgia flag

South Georgia

South Georgia and the South Sandwich Islands

Antarcticgs
Souveräner StaatNein
LändercodesGS, SGS (ISO 3166-1)
Offizieller NameSouth Georgia and the South Sandwich Islands
HauptstadtKing Edward Point
KontinentAntarctic
Gesamtfläche3,903 km²
Währung£ British pound (GBP)
Vorwahl+500
Internet-TLD.gs

Verfügbare Formate

SVGVector — Scalable
South Georgia SVG flag
PNGRaster — Multiple sizes
South Georgia 20px

w20

South Georgia 40px

w40

South Georgia 80px

w80

South Georgia 160px

w160

South Georgia 320px

w320

South Georgia 640px

w640

South Georgia 1280px

w1280

South Georgia 2560px

w2560

API-Nutzung

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

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

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