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