Greenland flag

Greenland

Americasgl
Souveräner StaatNein
LändercodesGL, GRL (ISO 3166-1)
Offizieller NameGreenland
HauptstadtNuuk
KontinentAmericas
Bevölkerung56.5K
Gesamtfläche2,166,086 km²
Währungkr. krone (DKK)
Vorwahl+299
Internet-TLD.gl

Verfügbare Formate

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

w20

Greenland 40px

w40

Greenland 80px

w80

Greenland 160px

w160

Greenland 320px

w320

Greenland 640px

w640

Greenland 1280px

w1280

Greenland 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gl.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gl.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/gl.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);