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