Kyrgyzstan flag

Kyrgyzstan

Kyrgyz Republic

AsiaSovereign Statekg
Souveräner StaatJa
LändercodesKG, KGZ (ISO 3166-1)
Offizieller NameKyrgyz Republic
HauptstadtBishkek
KontinentAsia
Bevölkerung7.3M
Gesamtfläche199,951 km²
Währungс Kyrgyzstani som (KGS)
Vorwahl+996
Internet-TLD.kg

Verfügbare Formate

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-Nutzung

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