Morocco
Kingdom of Morocco
AfricaSovereign Statema
Sovereign StateYes
Country CodesMA, MAR (ISO 3166-1)
Official NameKingdom of Morocco
Capital CityRabat
ContinentAfrica
Population36.8M
Total Area446,550 km²
Currencyد.م. Moroccan dirham (MAD)
Calling Code+212
Internet TLD.ma
API Usage
# 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" } }
);