Kiribati
Independent and Sovereign Republic of Kiribati
OceaniaSovereign Stateki
Sovereign StateYes
Country CodesKI, KIR (ISO 3166-1)
Official NameIndependent and Sovereign Republic of Kiribati
Capital CitySouth Tarawa
ContinentOceania
Population120.7K
Total Area811 km²
Currency$ Australian dollar (AUD)
Calling Code+686
Internet TLD.ki
API Usage
# 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" } }
);