Trinidad and Tobago flag

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

Verfügbare Formate

SVGVector — Scalable
Trinidad and Tobago SVG flag
PNGRaster — Multiple sizes
Trinidad and Tobago 20px

w20

Trinidad and Tobago 40px

w40

Trinidad and Tobago 80px

w80

Trinidad and Tobago 160px

w160

Trinidad and Tobago 320px

w320

Trinidad and Tobago 640px

w640

Trinidad and Tobago 1280px

w1280

Trinidad and Tobago 2560px

w2560

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" } }
);