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).
Basis-URL: https://nordapi.ee/api/v1
GET /lithuania/meteo/places
Alle varslingssteder i Litauen (~3000 byer og landsbyer) med koordinater og administrativ inndeling. Kilde: api.meteo.lt (ingen autentisering).
curl https://nordapi.ee/api/v1/lithuania/meteo/places
GET /lithuania/meteo/stations
Litauiske værobservasjonsstasjoner.
curl https://nordapi.ee/api/v1/lithuania/meteo/stations
GET /lithuania/meteo/hydro-stations
Hydrologiske observasjonsstasjoner på litauiske elver.
curl https://nordapi.ee/api/v1/lithuania/meteo/hydro-stations
GET /lithuania/meteo/forecast/:place
Langtids timesvarsel for et litauisk sted (bruk kode fra /places).
place
påkrevd
curl https://nordapi.ee/api/v1/lithuania/meteo/forecast/vilnius
GET /lithuania/meteo/observations/:station
Siste observasjoner fra en litauisk værstasjon.
station
påkrevd
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
påkrevd
date
påkrevd
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