Åland Islands flag

Åland Islands

Europeax
Sovereign StateNo
Country CodesAX, ALA (ISO 3166-1)
Official NameÅland Islands
Capital CityMariehamn
ContinentEurope
Population30.7K
Total Area1,580 km²
Currency€ euro (EUR)
Calling Code+35818
Internet TLD.ax

Available Formats

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 Usage

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