Uganda
Republic of Uganda
AfricaSovereign Stateug
Sovereign StateYes
Country CodesUG, UGA (ISO 3166-1)
Official NameRepublic of Uganda
Capital CityKampala
ContinentAfrica
Population45.9M
Total Area241,550 km²
CurrencySh Ugandan shilling (UGX)
Calling Code+256
Internet TLD.ug
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ug.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ug.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ug.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);