Chile flag

Chile

Republic of Chile

AmericasSovereign Statecl
Souveräner StaatJa
LändercodesCL, CHL (ISO 3166-1)
Offizieller NameRepublic of Chile
HauptstadtSantiago
KontinentAmericas
Bevölkerung20.2M
Gesamtfläche756,102 km²
Währung$ Chilean peso (CLP)
Vorwahl+56
Internet-TLD.cl

Verfügbare Formate

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

w20

Chile 40px

w40

Chile 80px

w80

Chile 160px

w160

Chile 320px

w320

Chile 640px

w640

Chile 1280px

w1280

Chile 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/cl.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/cl.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/cl.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);