North Macedonia
Republic of North Macedonia
EuropeSovereign Statemk
Souveräner StaatJa
LändercodesMK, MKD (ISO 3166-1)
Offizieller NameRepublic of North Macedonia
HauptstadtSkopje
KontinentEurope
Bevölkerung1.8M
Gesamtfläche25,713 km²
Währungden denar (MKD)
Vorwahl+389
Internet-TLD.mk
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mk.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mk.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mk.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);