Tanzania
United Republic of Tanzania
AfricaSovereign Statetz
Sovereign StateYes
Country CodesTZ, TZA (ISO 3166-1)
Official NameUnited Republic of Tanzania
Capital CityDodoma
ContinentAfrica
Population68.2M
Total Area947,303 km²
CurrencySh Tanzanian shilling (TZS)
Calling Code+255
Internet TLD.tz
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tz.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tz.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/tz.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);