Andorra
Principality of Andorra
EuropeSovereign Statead
Souveräner StaatJa
LändercodesAD, AND (ISO 3166-1)
Offizieller NamePrincipality of Andorra
HauptstadtAndorra la Vella
KontinentEurope
Bevölkerung88.4K
Gesamtfläche468 km²
Währung€ euro (EUR)
Vorwahl+376
Internet-TLD.ad
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ad.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ad.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ad.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);