Zimbabwe
Republic of Zimbabwe
AfricaSovereign Statezw
Sovereign StateYes
Country CodesZW, ZWE (ISO 3166-1)
Official NameRepublic of Zimbabwe
Capital CityHarare
ContinentAfrica
Population17.1M
Total Area390,757 km²
Currency$ Zimbabwean dollar (ZWL)
Calling Code+263
Internet TLD.zw
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/zw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/zw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/zw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);