Timor-Leste
Democratic Republic of Timor-Leste
AsiaSovereign Statetl
Sovereign StateYes
Country CodesTL, TLS (ISO 3166-1)
Official NameDemocratic Republic of Timor-Leste
Capital CityDili
ContinentAsia
Population1.4M
Total Area14,874 km²
Currency$ United States dollar (USD)
Calling Code+670
Internet TLD.tl
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tl.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tl.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/tl.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);