Angola
Republic of Angola
AfricaSovereign Stateao
Souveräner StaatJa
LändercodesAO, AGO (ISO 3166-1)
Offizieller NameRepublic of Angola
HauptstadtLuanda
KontinentAfrica
Bevölkerung36.2M
Gesamtfläche1,246,700 km²
WährungKz Angolan kwanza (AOA)
Vorwahl+244
Internet-TLD.ao
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ao.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ao.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ao.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);