Angola
Republic of Angola
AfricaSovereign Stateao
Sovereign StateYes
Country CodesAO, AGO (ISO 3166-1)
Official NameRepublic of Angola
Capital CityLuanda
ContinentAfrica
Population36.2M
Total Area1,246,700 km²
CurrencyKz Angolan kwanza (AOA)
Calling Code+244
Internet TLD.ao
API Usage
# 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" } }
);