← Estonia

Tallinn Transit Live Positions

GET /estonian-transport/tlt/vehicles

Real-time GPS positions of every Tallinn public-transport vehicle (TLT), parsed from transport.tallinn.ee. Each entry has type, line, lat/lon, heading, vehicle id, route and destination.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-transport/tlt/vehicles

Live Response

{
  "data": {
    "count": 7,
    "vehicles": [
      {
        "destination": "Hobujaama",
        "heading": 45,
        "lat": 59.41145,
        "line": "1",
        "lon": 24.66257,
        "route": "60",
        "type": "2",
        "vehicle_id": "1012"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 7,
        "lat": 59.41096,
        "line": "8",
        "lon": 24.65926,
        "route": "112",
        "type": "2",
        "vehicle_id": "1162"
      },
      {
        "destination": "Laagri alevik",
        "heading": 270,
        "lat": 59.41118,
        "line": "19",
        "lon": 24.65951,
        "route": "79",
        "type": "2",
        "vehicle_id": "1170"
      },
      {
        "destination": "Balti jaam",
        "heading": 172,
        "lat": 59.40851,
        "line": "2",
        "lon": 24.66061,
        "route": "54",
        "type": "2",
        "vehicle_id": "2212"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 297,
        "lat": 59.44785,
        "line": "25",
        "lon": 24.89532,
        "route": "9",
        "type": "2",
        "vehicle_id": "2471"
      },
      {
        "destination": "Viru keskus",
        "heading": 206,
        "lat": 59.40941,
        "line": "20",
        "lon": 24.65798,
        "route": "18",
        "type": "2",
        "vehicle_id": "2767"
      },
      {
        "destination": "Kopli",
        "heading": 301,
        "lat": 59.40973,
        "line": "33",
        "lon": 24.6567,
        "route": "79",
        "type": "2",
        "vehicle_id": "2895"
      }
    ]
  },
  "success": true
}