Kiribati
Independent and Sovereign Republic of Kiribati
OceaniaSovereign Stateki
Souveräner StaatJa
LändercodesKI, KIR (ISO 3166-1)
Offizieller NameIndependent and Sovereign Republic of Kiribati
HauptstadtSouth Tarawa
KontinentOceania
Bevölkerung120.7K
Gesamtfläche811 km²
Währung$ Australian dollar (AUD)
Vorwahl+686
Internet-TLD.ki
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ki.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ki.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ki.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);