Cambodia flag

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

Verfügbare Formate

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

w20

Cambodia 40px

w40

Cambodia 80px

w80

Cambodia 160px

w160

Cambodia 320px

w320

Cambodia 640px

w640

Cambodia 1280px

w1280

Cambodia 2560px

w2560

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