Colombia
Republic of Colombia
AmericasSovereign Stateco
Souveräner StaatJa
LändercodesCO, COL (ISO 3166-1)
Offizieller NameRepublic of Colombia
HauptstadtBogotá
KontinentAmericas
Bevölkerung53.1M
Gesamtfläche1,141,748 km²
Währung$ Colombian peso (COP)
Vorwahl+57
Internet-TLD.co
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/co.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/co.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/co.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);