Lithuania
Republic of Lithuania
EuropeSovereign Statelt
Sovereign StateYes
Country CodesLT, LTU (ISO 3166-1)
Official NameRepublic of Lithuania
Capital CityVilnius
ContinentEurope
Population2.9M
Total Area65,300 km²
Currency€ euro (EUR)
Calling Code+370
Internet TLD.lt
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/lt.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/lt.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/lt.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);