Malawi
Republic of Malawi
AfricaSovereign Statemw
Souveräner StaatJa
LändercodesMW, MWI (ISO 3166-1)
Offizieller NameRepublic of Malawi
HauptstadtLilongwe
KontinentAfrica
Bevölkerung20.7M
Gesamtfläche118,484 km²
WährungMK Malawian kwacha (MWK)
Vorwahl+265
Internet-TLD.mw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);