United Arab Emirates
AsiaSovereign Stateae
Souveräner StaatJa
LändercodesAE, ARE (ISO 3166-1)
Offizieller NameUnited Arab Emirates
HauptstadtAbu Dhabi
KontinentAsia
Bevölkerung11.3M
Gesamtfläche83,600 km²
Währungد.إ United Arab Emirates dirham (AED)
Vorwahl+971
Internet-TLD.ae
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ae.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ae.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ae.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);