Kosovo
Republic of Kosovo
EuropeSovereign Statexk
Sovereign StateYes
Country CodesXK, UNK (ISO 3166-1)
Official NameRepublic of Kosovo
Capital CityPristina
ContinentEurope
Population1.6M
Total Area10,908 km²
Currency€ euro (EUR)
Calling Code+383
API Usage
# 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" } }
);