Kyrgyzstan flag

Kyrgyzstan

Kyrgyz Republic

AsiaSovereign Statekg
Sovereign StateYes
Country CodesKG, KGZ (ISO 3166-1)
Official NameKyrgyz Republic
Capital CityBishkek
ContinentAsia
Population7.3M
Total Area199,951 km²
Currencyс Kyrgyzstani som (KGS)
Calling Code+996
Internet TLD.kg

Available Formats

SVGVector — Scalable
Kyrgyzstan SVG flag
PNGRaster — Multiple sizes
Kyrgyzstan 20px

w20

Kyrgyzstan 40px

w40

Kyrgyzstan 80px

w80

Kyrgyzstan 160px

w160

Kyrgyzstan 320px

w320

Kyrgyzstan 640px

w640

Kyrgyzstan 1280px

w1280

Kyrgyzstan 2560px

w2560

API Usage

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/kg.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/kg.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/kg.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);