Morocco
Kingdom of Morocco
AfricaSovereign Statema
Souveräner StaatJa
LändercodesMA, MAR (ISO 3166-1)
Offizieller NameKingdom of Morocco
HauptstadtRabat
KontinentAfrica
Bevölkerung36.8M
Gesamtfläche446,550 km²
Währungد.م. Moroccan dirham (MAD)
Vorwahl+212
Internet-TLD.ma
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ma.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ma.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ma.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);