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