South Georgia flag

South Georgia

South Georgia and the South Sandwich Islands

Antarcticgs
Sovereign StateNo
Country CodesGS, SGS (ISO 3166-1)
Official NameSouth Georgia and the South Sandwich Islands
Capital CityKing Edward Point
ContinentAntarctic
Total Area3,903 km²
Currency£ British pound (GBP)
Calling Code+500
Internet TLD.gs

Available Formats

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 Usage

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