Uganda
Republic of Uganda
AfricaSovereign Stateug
Souveräner StaatJa
LändercodesUG, UGA (ISO 3166-1)
Offizieller NameRepublic of Uganda
HauptstadtKampala
KontinentAfrica
Bevölkerung45.9M
Gesamtfläche241,550 km²
WährungSh Ugandan shilling (UGX)
Vorwahl+256
Internet-TLD.ug
API-Nutzung
# 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" } }
);