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