Guernsey
Bailiwick of Guernsey
Europegg
Souveräner StaatNein
LändercodesGG, GGY (ISO 3166-1)
Offizieller NameBailiwick of Guernsey
HauptstadtSt. Peter Port
KontinentEurope
Bevölkerung64.8K
Gesamtfläche78 km²
Währung£ British pound (GBP)
Vorwahl+44
Internet-TLD.gg
API-Nutzung
# 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" } }
);