22 endpoints for Lithuanian open data: api.meteo.lt weather (places/stations/forecast/latest + historical observations by date), get.data.gov.lt Spinta data plane (catalog + per-agency datasets), national public-transport GPS (7 cities), the Vilnius GTFS transit feed (routes + stops), Statistics Lithuania SDMX (dataflows + data), Lietuvos bankas FX rates (latest/historical/currencies), and the LRS Seimas SIP register (members, terms, fractions, committees, commissions, sessions). All no-auth (Seimas returns XML).
Grunnslóð: https://nordapi.ee/api/v1
GET /lithuania/meteo/places
Allir spástaðir í Litháen (~3000 borgir + þorp) með hnitum og stjórnsýslueiningu. Heimild: api.meteo.lt (engin auðkenning).
curl https://nordapi.ee/api/v1/lithuania/meteo/places
GET /lithuania/meteo/stations
Litháískar veðurathugunarstöðvar.
curl https://nordapi.ee/api/v1/lithuania/meteo/stations
GET /lithuania/meteo/hydro-stations
Vatnafræðilegar athugunarstöðvar á litháískum ám.
curl https://nordapi.ee/api/v1/lithuania/meteo/hydro-stations
GET /lithuania/meteo/forecast/:place
Langtíma klukkustundarspá fyrir litháískan stað (notaðu kóða úr /places).
place
nauðsynlegt
curl https://nordapi.ee/api/v1/lithuania/meteo/forecast/vilnius
GET /lithuania/meteo/observations/:station
Nýjustu mælingar frá litháískri veðurstöð.
station
nauðsynlegt
curl https://nordapi.ee/api/v1/lithuania/meteo/observations/vilniaus-ams
GET /lithuania/meteo/station/:code/history
Historical observations from a Lithuanian weather station on a given day. Source: api.meteo.lt (no auth).
code
nauðsynlegt
date
nauðsynlegt
curl "https://nordapi.ee/api/v1/lithuania/meteo/station/vilniaus-ams/history?date=2026-05-01"
GET /lithuania/seimas/fractions
Political fractions of the Seimas (Lithuanian parliament), XML. Source: apps.lrs.lt/sip (no auth).
curl https://nordapi.ee/api/v1/lithuania/seimas/fractions
GET /lithuania/seimas/committees
Committees of the Seimas (Lithuanian parliament), XML. Source: apps.lrs.lt/sip (no auth).
curl https://nordapi.ee/api/v1/lithuania/seimas/committees
GET /lithuania/seimas/commissions
Commissions of the Seimas (Lithuanian parliament), XML. Source: apps.lrs.lt/sip (no auth).
curl https://nordapi.ee/api/v1/lithuania/seimas/commissions
GET /lithuania/seimas/sessions
Sessions of the Seimas (Lithuanian parliament), XML. Source: apps.lrs.lt/sip (no auth).
curl https://nordapi.ee/api/v1/lithuania/seimas/sessions
GET /lithuania/vilnius-transit/routes
All public-transport routes for Vilnius (buses + trolleybuses) from the city's GTFS feed. Source: stops.lt (no auth).
curl https://nordapi.ee/api/v1/lithuania/vilnius-transit/routes
GET /lithuania/vilnius-transit/stops
All public-transport stops for Vilnius (name, code, lat/lon) from the city's GTFS feed. Source: stops.lt (no auth).
curl https://nordapi.ee/api/v1/lithuania/vilnius-transit/stops