South Korea
Republic of Korea
AsiaSovereign Statekr
Sovereign StateYes
Country CodesKR, KOR (ISO 3166-1)
Official NameRepublic of Korea
Capital CitySeoul
ContinentAsia
Population51.2M
Total Area100,210 km²
Currency₩ South Korean won (KRW)
Calling Code+82
Internet TLD.kr
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kr.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kr.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/kr.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);