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