Lithuania
Republic of Lithuania
EuropeSovereign Statelt
Souveräner StaatJa
LändercodesLT, LTU (ISO 3166-1)
Offizieller NameRepublic of Lithuania
HauptstadtVilnius
KontinentEurope
Bevölkerung2.9M
Gesamtfläche65,300 km²
Währung€ euro (EUR)
Vorwahl+370
Internet-TLD.lt
API-Nutzung
# 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" } }
);