Mozambique
Republic of Mozambique
AfricaSovereign Statemz
Souveräner StaatJa
LändercodesMZ, MOZ (ISO 3166-1)
Offizieller NameRepublic of Mozambique
HauptstadtMaputo
KontinentAfrica
Bevölkerung34.1M
Gesamtfläche801,590 km²
WährungMT Mozambican metical (MZN)
Vorwahl+258
Internet-TLD.mz
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mz.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mz.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mz.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);