Maldives
Republic of the Maldives
AsiaSovereign Statemv
Souveräner StaatJa
LändercodesMV, MDV (ISO 3166-1)
Offizieller NameRepublic of the Maldives
HauptstadtMalé
KontinentAsia
Bevölkerung515.1K
Gesamtfläche300 km²
Währung.ރ Maldivian rufiyaa (MVR)
Vorwahl+960
Internet-TLD.mv
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mv.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mv.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mv.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);