Åland Islands flag

Åland Islands

Europeax
Souveräner StaatNein
LändercodesAX, ALA (ISO 3166-1)
Offizieller NameÅland Islands
HauptstadtMariehamn
KontinentEurope
Bevölkerung30.7K
Gesamtfläche1,580 km²
Währung€ euro (EUR)
Vorwahl+35818
Internet-TLD.ax

Verfügbare Formate

SVGVector — Scalable
Åland Islands SVG flag
PNGRaster — Multiple sizes
Åland Islands 20px

w20

Åland Islands 40px

w40

Åland Islands 80px

w80

Åland Islands 160px

w160

Åland Islands 320px

w320

Åland Islands 640px

w640

Åland Islands 1280px

w1280

Åland Islands 2560px

w2560

API-Nutzung

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

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

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