Zambia
Republic of Zambia
AfricaSovereign Statezm
Souveräner StaatJa
LändercodesZM, ZMB (ISO 3166-1)
Offizieller NameRepublic of Zambia
HauptstadtLusaka
KontinentAfrica
Bevölkerung19.7M
Gesamtfläche752,612 km²
WährungZK Zambian kwacha (ZMW)
Vorwahl+260
Internet-TLD.zm
API-Nutzung
# 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" } }
);