Cambodia
Kingdom of Cambodia
AsiaSovereign Statekh
Sovereign StateYes
Country CodesKH, KHM (ISO 3166-1)
Official NameKingdom of Cambodia
Capital CityPhnom Penh
ContinentAsia
Population17.6M
Total Area181,035 km²
Currency៛ Cambodian riel (KHR)
Calling Code+855
Internet TLD.kh
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kh.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kh.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/kh.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);