Trinidad and Tobago
Republic of Trinidad and Tobago
AmericasSovereign Statett
Souveräner StaatJa
LändercodesTT, TTO (ISO 3166-1)
Offizieller NameRepublic of Trinidad and Tobago
HauptstadtPort of Spain
KontinentAmericas
Bevölkerung1.4M
Gesamtfläche5,130 km²
Währung$ Trinidad and Tobago dollar (TTD)
Vorwahl+1868
Internet-TLD.tt
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tt.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tt.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/tt.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);