Montenegro
EuropeSovereign Stateme
Souveräner StaatJa
LändercodesME, MNE (ISO 3166-1)
Offizieller NameMontenegro
HauptstadtPodgorica
KontinentEurope
Bevölkerung623.3K
Gesamtfläche13,812 km²
Währung€ euro (EUR)
Vorwahl+382
Internet-TLD.me
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/me.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/me.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/me.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);