North Korea
Democratic People's Republic of Korea
AsiaSovereign Statekp
Sovereign StateYes
Country CodesKP, PRK (ISO 3166-1)
Official NameDemocratic People's Republic of Korea
Capital CityPyongyang
ContinentAsia
Population25.9M
Total Area120,538 km²
Currency₩ North Korean won (KPW)
Calling Code+850
Internet TLD.kp
API Usage
# 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" } }
);