Kosovo
Republic of Kosovo
EuropeSovereign Statexk
Souveräner StaatJa
LändercodesXK, UNK (ISO 3166-1)
Offizieller NameRepublic of Kosovo
HauptstadtPristina
KontinentEurope
Bevölkerung1.6M
Gesamtfläche10,908 km²
Währung€ euro (EUR)
Vorwahl+383
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/xk.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/xk.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/xk.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);