Guam flag

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

Verfügbare Formate

SVGVector — Scalable
Guam SVG flag
PNGRaster — Multiple sizes
Guam 20px

w20

Guam 40px

w40

Guam 80px

w80

Guam 160px

w160

Guam 320px

w320

Guam 640px

w640

Guam 1280px

w1280

Guam 2560px

w2560

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