Denmark
Kingdom of Denmark
EuropeSovereign Statedk
Souveräner StaatJa
LändercodesDK, DNK (ISO 3166-1)
Offizieller NameKingdom of Denmark
HauptstadtCopenhagen
KontinentEurope
Bevölkerung6.0M
Gesamtfläche43,094 km²
Währungkr Danish krone (DKK)
Vorwahl+45
Internet-TLD.dk
API-Nutzung
# 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" } }
);