Guam
Oceaniagu
Souveräner StaatNein
LändercodesGU, GUM (ISO 3166-1)
Offizieller NameGuam
HauptstadtHagåtña
KontinentOceania
Bevölkerung153.8K
Gesamtfläche549 km²
Währung$ United States dollar (USD)
Vorwahl+1671
Internet-TLD.gu
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gu.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gu.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gu.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);