Zimbabwe
Republic of Zimbabwe
AfricaSovereign Statezw
Souveräner StaatJa
LändercodesZW, ZWE (ISO 3166-1)
Offizieller NameRepublic of Zimbabwe
HauptstadtHarare
KontinentAfrica
Bevölkerung17.1M
Gesamtfläche390,757 km²
Währung$ Zimbabwean dollar (ZWL)
Vorwahl+263
Internet-TLD.zw
API-Nutzung
# 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" } }
);