Tonga
Kingdom of Tonga
OceaniaSovereign Stateto
Sovereign StateYes
Country CodesTO, TON (ISO 3166-1)
Official NameKingdom of Tonga
Capital CityNuku'alofa
ContinentOceania
Population100.2K
Total Area747 km²
CurrencyT$ Tongan paʻanga (TOP)
Calling Code+676
Internet TLD.to
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/to.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/to.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/to.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);