Denmark
Kingdom of Denmark
EuropeSovereign Statedk
Sovereign StateYes
Country CodesDK, DNK (ISO 3166-1)
Official NameKingdom of Denmark
Capital CityCopenhagen
ContinentEurope
Population6.0M
Total Area43,094 km²
Currencykr Danish krone (DKK)
Calling Code+45
Internet TLD.dk
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/dk.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/dk.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/dk.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);