Togo
Togolese Republic
AfricaSovereign Statetg
Souveräner StaatJa
LändercodesTG, TGO (ISO 3166-1)
Offizieller NameTogolese Republic
HauptstadtLomé
KontinentAfrica
Bevölkerung8.1M
Gesamtfläche56,785 km²
WährungFr West African CFA franc (XOF)
Vorwahl+228
Internet-TLD.tg
API-Nutzung
# 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" } }
);