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