South Korea flag

South Korea

Republic of Korea

AsiaSovereign Statekr
Souveräner StaatJa
LändercodesKR, KOR (ISO 3166-1)
Offizieller NameRepublic of Korea
HauptstadtSeoul
KontinentAsia
Bevölkerung51.2M
Gesamtfläche100,210 km²
Währung₩ South Korean won (KRW)
Vorwahl+82
Internet-TLD.kr

Verfügbare Formate

SVGVector — Scalable
South Korea SVG flag
PNGRaster — Multiple sizes
South Korea 20px

w20

South Korea 40px

w40

South Korea 80px

w80

South Korea 160px

w160

South Korea 320px

w320

South Korea 640px

w640

South Korea 1280px

w1280

South Korea 2560px

w2560

API-Nutzung

# 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" } }
);