Cambodia
Kingdom of Cambodia
AsiaSovereign Statekh
Souveräner StaatJa
LändercodesKH, KHM (ISO 3166-1)
Offizieller NameKingdom of Cambodia
HauptstadtPhnom Penh
KontinentAsia
Bevölkerung17.6M
Gesamtfläche181,035 km²
Währung៛ Cambodian riel (KHR)
Vorwahl+855
Internet-TLD.kh
API-Nutzung
# 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" } }
);