Zambia
Republic of Zambia
AfricaSovereign Statezm
Sovereign StateYes
Country CodesZM, ZMB (ISO 3166-1)
Official NameRepublic of Zambia
Capital CityLusaka
ContinentAfrica
Population19.7M
Total Area752,612 km²
CurrencyZK Zambian kwacha (ZMW)
Calling Code+260
Internet TLD.zm
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/zm.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/zm.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/zm.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);