North Korea
Democratic People's Republic of Korea
AsiaSovereign Statekp
Souveräner StaatJa
LändercodesKP, PRK (ISO 3166-1)
Offizieller NameDemocratic People's Republic of Korea
HauptstadtPyongyang
KontinentAsia
Bevölkerung25.9M
Gesamtfläche120,538 km²
Währung₩ North Korean won (KPW)
Vorwahl+850
Internet-TLD.kp
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kp.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kp.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/kp.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);