Togo
Togolese Republic
AfricaSovereign Statetg
Sovereign StateYes
Country CodesTG, TGO (ISO 3166-1)
Official NameTogolese Republic
Capital CityLomé
ContinentAfrica
Population8.1M
Total Area56,785 km²
CurrencyFr West African CFA franc (XOF)
Calling Code+228
Internet TLD.tg
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/tg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);