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