← Эстония

Транспорт Таллинна в реальном времени

GET /tallinn/transport/vehicles

GPS-позиции всех транспортных средств общественного транспорта Таллинна в реальном времени — автобусы, трамваи, троллейбусы и поезда. Возвращает тип транспорта, номер маршрута, координаты, направление, ID транспортного средства и ближайшую остановку. Данные с transport.tallinn.ee. Фильтрация по типу: автобус, трамвай, троллейбус.

Посмотрите визуализацию

Параметры

тип необязательный

Filter by vehicle type: bus, tram, trolleybus, train

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/tallinn/transport/vehicles

Ответ в реальном времени

{
  "data": {
    "count": 215,
    "vehicles": [
      {
        "at_stop": true,
        "direction": 268,
        "latitude": 59.42684,
        "line": "2",
        "longitude": 24.8138,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "97"
      },
      {
        "at_stop": true,
        "direction": 123,
        "latitude": 59.42788,
        "line": "2",
        "longitude": 24.79259,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "99"
      },
      {
        "at_stop": true,
        "direction": 123,
        "latitude": 59.44651,
        "line": "1",
        "longitude": 24.71617,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "110"
      },
      {
        "at_stop": true,
        "direction": 313,
        "latitude": 59.46133,
        "line": "1",
        "longitude": 24.66903,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "114"
      },
      {
        "at_stop": true,
        "direction": 274,
        "latitude": 59.44112,
        "line": "1",
        "longitude": 24.73686,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "123"
      },
      {
        "at_stop": true,
        "direction": 111,
        "latitude": 59.44322,
        "line": "2",
        "longitude": 24.75074,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "148"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.41133,
        "line": "3",
        "longitude": 24.73423,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "502"
      },
      {
        "at_stop": true,
        "direction": 288,
        "latitude": 59.46179,
        "line": "2",
        "longitude": 24.66734,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "503"
      },
      {
        "at_stop": true,
        "direction": 204,
        "latitude": 59.41129,
        "line": "4",
        "longitude": 24.73411,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "506"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.42858,
        "line": "4",
        "longitude": 24.74272,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "515"
      },
      {
        "at_stop": false,
        "direction": 266,
        "latitude": 59.46267,
        "line": "1",
        "longitude": 24.665,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "522"
      },
      {
        "at_stop": false,
        "direction": 87,
        "latitude": 59.41895,
        "line": "5",
        "longitude": 24.74669,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "524"
      },
      {
        "at_stop": false,
        "direction": 98,
        "latitude": 59.43876,
        "line": "1",
        "longitude": 24.77756,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "525"
      },
      {
        "at_stop": false,
        "direction": 312,
        "latitude": 59.43353,
        "line": "2",
        "longitude": 24.76251,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "527"
      },
      {
        "at_stop": false,
        "direction": 295,
        "latitude": 59.4629,
        "line": "5",
        "longitude": 24.66547,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "532"
      },
      {
        "at_stop": false,
        "direction": 262,
        "latitude": 59.43746,
        "line": "3",
        "longitude": 24.76478,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "535"
      },
      {
        "at_stop": false,
        "direction": 115,
        "latitude": 59.43211,
        "line": "4",
        "longitude": 24.76659,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "536"
      },
      {
        "at_stop": false,
        "direction": 312,
        "latitude": 59.44513,
        "line": "2",
        "longitude": 24.72016,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "538"
      },
      {
        "at_stop": false,
        "direction": 300,
        "latitude": 59.42623,
        "line": "4",
        "longitude": 24.7975,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "539"
      },
      {
        "at_stop": false,
        "direction": 9,
        "latitude": 59.43242,
        "line": "3",
        "longitude": 24.74586,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "542"
      },
      {
        "at_stop": true,
        "direction": 277,
        "latitude": 59.43299,
        "line": "83",
        "longitude": 24.74633,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1009"
      },
      {
        "at_stop": true,
        "direction": 264,
        "latitude": 59.43552,
        "line": "42",
        "longitude": 24.75465,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1012"
      },
      {
        "at_stop": true,
        "direction": 304,
        "latitude": 59.39776,
        "line": "83",
        "longitude": 24.66327,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1014"
      },
      {
        "at_stop": true,
        "direction": 214,
        "latitude": 59.40958,
        "line": "83",
        "longitude": 24.6573,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1017"
      },
      {
        "at_stop": true,
        "direction": 208,
        "latitude": 59.4095,
        "line": "67",
        "longitude": 24.65729,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1019"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.43919,
        "line": "67",
        "longitude": 24.81932,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1028"
      },
      {
        "at_stop": true,
        "direction": 203,
        "latitude": 59.41053,
        "line": "67",
        "longitude": 24.6585,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1030"
      },
      {
        "at_stop": true,
        "direction": 135,
        "latitude": 59.44772,
        "line": "40",
        "longitude": 24.89526,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1097"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.39266,
        "line": "36",
        "longitude": 24.72379,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1113"
      },
      {
        "at_stop": true,
        "direction": 233,
        "latitude": 59.40179,
        "line": "24",
        "longitude": 24.65058,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1115"
      },
      {
        "at_stop": true,
        "direction": 241,
        "latitude": 59.39742,
        "line": "24",
        "longitude": 24.63723,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1116"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.42453,
        "line": "73",
        "longitude": 24.74938,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1117"
      },
      {
        "at_stop": true,
        "direction": 114,
        "latitude": 59.41117,
        "line": "37",
        "longitude": 24.66137,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1120"
      },
      {
        "at_stop": true,
        "direction": 59,
        "latitude": 59.41203,
        "line": "23",
        "longitude": 24.66058,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1121"
      },
      {
        "at_stop": true,
        "direction": 271,
        "latitude": 59.42792,
        "line": "23",
        "longitude": 24.76437,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1143"
      },
      {
        "at_stop": true,
        "direction": 262,
        "latitude": 59.46826,
        "line": "38",
        "longitude": 24.83472,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1149"
      },
      {
        "at_stop": true,
        "direction": 65,
        "latitude": 59.41094,
        "line": "18A",
        "longitude": 24.65923,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1161"
      },
      {
        "at_stop": true,
        "direction": 130,
        "latitude": 59.4421,
        "line": "41",
        "longitude": 24.61886,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1163"
      },
      {
        "at_stop": true,
        "direction": 109,
        "latitude": 59.41272,
        "line": "8",
        "longitude": 24.63586,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1164"
      },
      {
        "at_stop": true,
        "direction": 345,
        "latitude": 59.49089,
        "line": "8",
        "longitude": 24.87956,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1165"
      },
      {
        "at_stop": true,
        "direction": 78,
        "latitude": 59.42886,
        "line": "21",
        "longitude": 24.7317,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1166"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.45254,
        "line": "59",
        "longitude": 24.71743,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1180"
      },
      {
        "at_stop": true,
        "direction": 19,
        "latitude": 59.40914,
        "line": "20A",
        "longitude": 24.66228,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1186"
      },
      {
        "at_stop": true,
        "direction": 146,
        "latitude": 59.41221,
        "line": "54",
        "longitude": 24.63542,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1203"
      },
      {
        "at_stop": true,
        "direction": 280,
        "latitude": 59.42929,
        "line": "24",
        "longitude": 24.72836,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1215"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.37604,
        "line": "18",
        "longitude": 24.6778,
        "nearest_stop": "Laagri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1216"
      },
      {
        "at_stop": true,
        "direction": 82,
        "latitude": 59.43292,
        "line": "24",
        "longitude": 24.74521,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1223"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.45216,
        "line": "3",
        "longitude": 24.71874,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1225"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.40498,
        "line": "24",
        "longitude": 24.65607,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1232"
      },
      {
        "at_stop": true,
        "direction": 310,
        "latitude": 59.44741,
        "line": "21",
        "longitude": 24.60662,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1233"
      },
      {
        "at_stop": true,
        "direction": 94,
        "latitude": 59.40494,
        "line": "23",
        "longitude": 24.65616,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1235"
      },
      {
        "at_stop": true,
        "direction": 277,
        "latitude": 59.43313,
        "line": "54",
        "longitude": 24.74356,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1238"
      },
      {
        "at_stop": true,
        "direction": 259,
        "latitude": 59.40473,
        "line": "24",
        "longitude": 24.67468,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1240"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.43285,
        "line": "41",
        "longitude": 24.71658,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1243"
      },
      {
        "at_stop": true,
        "direction": 212,
        "latitude": 59.40866,
        "line": "54",
        "longitude": 24.65964,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1244"
      },
      {
        "at_stop": true,
        "direction": 24,
        "latitude": 59.45602,
        "line": "8",
        "longitude": 24.81044,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1248"
      },
      {
        "at_stop": true,
        "direction": 203,
        "latitude": 59.40942,
        "line": "37",
        "longitude": 24.65748,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1262"
      },
      {
        "at_stop": true,
        "direction": 87,
        "latitude": 59.42073,
        "line": "13",
        "longitude": 24.80197,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1265"
      },
      {
        "at_stop": true,
        "direction": 55,
        "latitude": 59.4416,
        "line": "41",
        "longitude": 24.74217,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1277"
      },
      {
        "at_stop": true,
        "direction": 26,
        "latitude": 59.40485,
        "line": "83",
        "longitude": 24.70083,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1302"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.43938,
        "line": "67",
        "longitude": 24.82766,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1304"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.44734,
        "line": "21A",
        "longitude": 24.5911,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1351"
      },
      {
        "at_stop": true,
        "direction": 240,
        "latitude": 59.40751,
        "line": "36",
        "longitude": 24.64647,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1353"
      },
      {
        "at_stop": true,
        "direction": 192,
        "latitude": 59.41207,
        "line": "36",
        "longitude": 24.73813,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1354"
      },
      {
        "at_stop": true,
        "direction": 13,
        "latitude": 59.412,
        "line": "36",
        "longitude": 24.66018,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1356"
      },
      {
        "at_stop": true,
        "direction": 237,
        "latitude": 59.44043,
        "line": "8",
        "longitude": 24.73969,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1406"
      },
      {
        "at_stop": true,
        "direction": 60,
        "latitude": 59.40873,
        "line": "23",
        "longitude": 24.72779,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1425"
      },
      {
        "at_stop": true,
        "direction": 211,
        "latitude": 59.40969,
        "line": "12",
        "longitude": 24.659,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1438"
      },
      {
        "at_stop": true,
        "direction": 128,
        "latitude": 59.40818,
        "line": "59",
        "longitude": 24.66119,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1476"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.40833,
        "line": "8",
        "longitude": 24.66071,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1477"
      },
      {
        "at_stop": true,
        "direction": 213,
        "latitude": 59.40879,
        "line": "13",
        "longitude": 24.65969,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1500"
      },
      {
        "at_stop": true,
        "direction": 225,
        "latitude": 59.40269,
        "line": "23",
        "longitude": 24.71109,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1506"
      },
      {
        "at_stop": true,
        "direction": 10,
        "latitude": 59.44495,
        "line": "67",
        "longitude": 24.89727,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1516"
      },
      {
        "at_stop": true,
        "direction": 313,
        "latitude": 59.44157,
        "line": "40",
        "longitude": 24.84861,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1546"
      },
      {
        "at_stop": true,
        "direction": 235,
        "latitude": 59.40657,
        "line": "12",
        "longitude": 24.74315,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1553"
      },
      {
        "at_stop": true,
        "direction": 101,
        "latitude": 59.44785,
        "line": "42",
        "longitude": 24.89519,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1561"
      },
      {
        "at_stop": true,
        "direction": 204,
        "latitude": 59.42771,
        "line": "18",
        "longitude": 24.70309,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1563"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.35896,
        "line": "18",
        "longitude": 24.63046,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1569"
      },
      {
        "at_stop": true,
        "direction": 45,
        "latitude": 59.4417,
        "line": "21",
        "longitude": 24.74252,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1747"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.42006,
        "line": "3",
        "longitude": 24.74174,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1757"
      },
      {
        "at_stop": true,
        "direction": 12,
        "latitude": 59.40081,
        "line": "18",
        "longitude": 24.72828,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1798"
      },
      {
        "at_stop": true,
        "direction": 274,
        "latitude": 59.43534,
        "line": "18",
        "longitude": 24.75428,
        "nearest_stop": "Laagri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1908"
      },
      {
        "at_stop": true,
        "direction": 202,
        "latitude": 59.4089,
        "line": "20A",
        "longitude": 24.65986,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1942"
      },
      {
        "at_stop": true,
        "direction": 233,
        "latitude": 59.44432,
        "line": "66",
        "longitude": 24.81329,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1960"
      },
      {
        "at_stop": true,
        "direction": 209,
        "latitude": 59.40989,
        "line": "72",
        "longitude": 24.65874,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2032"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.40425,
        "line": "81",
        "longitude": 24.67075,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2045"
      },
      {
        "at_stop": true,
        "direction": 43,
        "latitude": 59.43139,
        "line": "25",
        "longitude": 24.7614,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2064"
      },
      {
        "at_stop": true,
        "direction": 307,
        "latitude": 59.45918,
        "line": "72",
        "longitude": 24.67271,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2065"
      },
      {
        "at_stop": true,
        "direction": 6,
        "latitude": 59.445,
        "line": "35",
        "longitude": 24.89724,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2070"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.37744,
        "line": "33",
        "longitude": 24.68515,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2073"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.44058,
        "line": "42",
        "longitude": 24.85022,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2074"
      },
      {
        "at_stop": false,
        "direction": 24,
        "latitude": 59.42441,
        "line": "72",
        "longitude": 24.71716,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2081"
      },
      {
        "at_stop": false,
        "direction": 191,
        "latitude": 59.41434,
        "line": "5",
        "longitude": 24.73917,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2091"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.44408,
        "line": "12",
        "longitude": 24.88342,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2100"
      },
      {
        "at_stop": true,
        "direction": 209,
        "latitude": 59.40977,
        "line": "61",
        "longitude": 24.65863,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2125"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.42021,
        "line": "73",
        "longitude": 24.74135,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2127"
      },
      {
        "at_stop": true,
        "direction": 210,
        "latitude": 59.40977,
        "line": "27",
        "longitude": 24.65844,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2133"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.42564,
        "line": "72",
        "longitude": 24.71785,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2134"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.3728,
        "line": "57",
        "longitude": 24.75062,
        "nearest_stop": "Raudalu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2140"
      },
      {
        "at_stop": true,
        "direction": 68,
        "latitude": 59.44058,
        "line": "20",
        "longitude": 24.76676,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2181"
      },
      {
        "at_stop": true,
        "direction": 157,
        "latitude": 59.41237,
        "line": "16",
        "longitude": 24.63483,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2188"
      },
      {
        "at_stop": true,
        "direction": 194,
        "latitude": 59.38189,
        "line": "20",
        "longitude": 24.63792,
        "nearest_stop": "Pääsküla jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2194"
      },
      {
        "at_stop": true,
        "direction": 25,
        "latitude": 59.42025,
        "line": "33",
        "longitude": 24.68361,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2199"
      },
      {
        "at_stop": true,
        "direction": 229,
        "latitude": 59.41168,
        "line": "26",
        "longitude": 24.65937,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2200"
      },
      {
        "at_stop": true,
        "direction": 268,
        "latitude": 59.45198,
        "line": "13",
        "longitude": 24.85303,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2212"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.43887,
        "line": "1",
        "longitude": 24.77463,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2247"
      },
      {
        "at_stop": true,
        "direction": 278,
        "latitude": 59.45786,
        "line": "5",
        "longitude": 24.82416,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2284"
      },
      {
        "at_stop": true,
        "direction": 120,
        "latitude": 59.40873,
        "line": "26",
        "longitude": 24.66093,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2291"
      },
      {
        "at_stop": true,
        "direction": 63,
        "latitude": 59.43289,
        "line": "25",
        "longitude": 24.56302,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2311"
      },
      {
        "at_stop": true,
        "direction": 355,
        "latitude": 59.36641,
        "line": "33",
        "longitude": 24.71792,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2333"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.43923,
        "line": "18",
        "longitude": 24.75973,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2375"
      },
      {
        "at_stop": true,
        "direction": 21,
        "latitude": 59.51432,
        "line": "1",
        "longitude": 24.83671,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2390"
      },
      {
        "at_stop": true,
        "direction": 118,
        "latitude": 59.40295,
        "line": "10",
        "longitude": 24.68817,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2410"
      },
      {
        "at_stop": true,
        "direction": 171,
        "latitude": 59.35892,
        "line": "10",
        "longitude": 24.63024,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2413"
      },
      {
        "at_stop": true,
        "direction": 113,
        "latitude": 59.41237,
        "line": "4",
        "longitude": 24.63579,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2416"
      },
      {
        "at_stop": true,
        "direction": 45,
        "latitude": 59.4222,
        "line": "4",
        "longitude": 24.64454,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2418"
      },
      {
        "at_stop": true,
        "direction": 57,
        "latitude": 59.4417,
        "line": "2",
        "longitude": 24.74237,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2445"
      },
      {
        "at_stop": true,
        "direction": 209,
        "latitude": 59.40965,
        "line": "13",
        "longitude": 24.65849,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2472"
      },
      {
        "at_stop": true,
        "direction": 330,
        "latitude": 59.43749,
        "line": "35",
        "longitude": 24.82774,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2483"
      },
      {
        "at_stop": true,
        "direction": 316,
        "latitude": 59.41136,
        "line": "27",
        "longitude": 24.66385,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2497"
      },
      {
        "at_stop": true,
        "direction": 129,
        "latitude": 59.39988,
        "line": "72",
        "longitude": 24.68001,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2498"
      },
      {
        "at_stop": true,
        "direction": 64,
        "latitude": 59.43918,
        "line": "1",
        "longitude": 24.75952,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2508"
      },
      {
        "at_stop": true,
        "direction": 310,
        "latitude": 59.41086,
        "line": "42",
        "longitude": 24.66187,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2510"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.43199,
        "line": "81",
        "longitude": 24.73658,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2515"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.46825,
        "line": "34",
        "longitude": 24.90794,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2524"
      },
      {
        "at_stop": false,
        "direction": 77,
        "latitude": 59.40412,
        "line": "24",
        "longitude": 24.66997,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2570"
      },
      {
        "at_stop": true,
        "direction": 216,
        "latitude": 59.40916,
        "line": "12",
        "longitude": 24.65811,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2580"
      },
      {
        "at_stop": false,
        "direction": 183,
        "latitude": 59.4128,
        "line": "36",
        "longitude": 24.6338,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2595"
      },
      {
        "at_stop": true,
        "direction": 143,
        "latitude": 59.45129,
        "line": "33",
        "longitude": 24.69482,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2600"
      },
      {
        "at_stop": true,
        "direction": 222,
        "latitude": 59.44327,
        "line": "1",
        "longitude": 24.79515,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2614"
      },
      {
        "at_stop": true,
        "direction": 0,
        "latitude": 59.4248,
        "line": "5",
        "longitude": 24.74266,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2618"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.40866,
        "line": "26",
        "longitude": 24.66025,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2641"
      },
      {
        "at_stop": true,
        "direction": 63,
        "latitude": 59.38028,
        "line": "33",
        "longitude": 24.69831,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2648"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.40871,
        "line": "5",
        "longitude": 24.6603,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2658"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.4202,
        "line": "16",
        "longitude": 24.7511,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2668"
      },
      {
        "at_stop": true,
        "direction": 25,
        "latitude": 59.41002,
        "line": "61",
        "longitude": 24.65729,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2669"
      },
      {
        "at_stop": true,
        "direction": 320,
        "latitude": 59.43429,
        "line": "16",
        "longitude": 24.75194,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2683"
      },
      {
        "at_stop": true,
        "direction": 112,
        "latitude": 59.41234,
        "line": "61",
        "longitude": 24.63605,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2690"
      },
      {
        "at_stop": true,
        "direction": 125,
        "latitude": 59.41222,
        "line": "10",
        "longitude": 24.63533,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2700"
      },
      {
        "at_stop": true,
        "direction": 151,
        "latitude": 59.40061,
        "line": "81",
        "longitude": 24.6587,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2707"
      },
      {
        "at_stop": true,
        "direction": 26,
        "latitude": 59.42894,
        "line": "81",
        "longitude": 24.70456,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2716"
      },
      {
        "at_stop": true,
        "direction": 98,
        "latitude": 59.43487,
        "line": "42",
        "longitude": 24.76409,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2720"
      },
      {
        "at_stop": true,
        "direction": 130,
        "latitude": 59.41117,
        "line": "62",
        "longitude": 24.66199,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2724"
      },
      {
        "at_stop": true,
        "direction": 230,
        "latitude": 59.41477,
        "line": "33",
        "longitude": 24.67372,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2729"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.39832,
        "line": "10",
        "longitude": 24.67861,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2731"
      },
      {
        "at_stop": true,
        "direction": 140,
        "latitude": 59.41632,
        "line": "16",
        "longitude": 24.65349,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2732"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.45832,
        "line": "5",
        "longitude": 24.8538,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2770"
      },
      {
        "at_stop": true,
        "direction": 317,
        "latitude": 59.45557,
        "line": "73",
        "longitude": 24.68979,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2773"
      },
      {
        "at_stop": true,
        "direction": 298,
        "latitude": 59.4041,
        "line": "61",
        "longitude": 24.6841,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2776"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.40509,
        "line": "42",
        "longitude": 24.65596,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2804"
      },
      {
        "at_stop": true,
        "direction": 6,
        "latitude": 59.36636,
        "line": "5",
        "longitude": 24.71814,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2849"
      },
      {
        "at_stop": true,
        "direction": 292,
        "latitude": 59.40814,
        "line": "2",
        "longitude": 24.8088,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2896"
      },
      {
        "at_stop": true,
        "direction": 116,
        "latitude": 59.41247,
        "line": "12",
        "longitude": 24.63579,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3012"
      },
      {
        "at_stop": true,
        "direction": 67,
        "latitude": 59.44056,
        "line": "34",
        "longitude": 24.76672,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3018"
      },
      {
        "at_stop": true,
        "direction": 306,
        "latitude": 59.42766,
        "line": "50",
        "longitude": 24.79348,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3032"
      },
      {
        "at_stop": true,
        "direction": 33,
        "latitude": 59.43913,
        "line": "34",
        "longitude": 24.75944,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3035"
      },
      {
        "at_stop": true,
        "direction": 160,
        "latitude": 59.44288,
        "line": "40",
        "longitude": 24.84722,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3036"
      },
      {
        "at_stop": true,
        "direction": 343,
        "latitude": 59.44519,
        "line": "60",
        "longitude": 24.89673,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3044"
      },
      {
        "at_stop": true,
        "direction": 60,
        "latitude": 59.42827,
        "line": "54",
        "longitude": 24.77621,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3060"
      },
      {
        "at_stop": true,
        "direction": 313,
        "latitude": 59.4317,
        "line": "48",
        "longitude": 24.84021,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3063"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.43174,
        "line": "15",
        "longitude": 24.84018,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3067"
      },
      {
        "at_stop": true,
        "direction": 136,
        "latitude": 59.43288,
        "line": "35",
        "longitude": 24.7157,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3070"
      },
      {
        "at_stop": true,
        "direction": 40,
        "latitude": 59.44419,
        "line": "66",
        "longitude": 24.81334,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3072"
      },
      {
        "at_stop": true,
        "direction": 343,
        "latitude": 59.43228,
        "line": "12",
        "longitude": 24.84243,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3086"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.44811,
        "line": "58",
        "longitude": 24.89457,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3101"
      },
      {
        "at_stop": true,
        "direction": 254,
        "latitude": 59.44271,
        "line": "63",
        "longitude": 24.79265,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3103"
      },
      {
        "at_stop": true,
        "direction": 294,
        "latitude": 59.43167,
        "line": "13",
        "longitude": 24.84073,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3106"
      },
      {
        "at_stop": true,
        "direction": 333,
        "latitude": 59.43175,
        "line": "50",
        "longitude": 24.84084,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3136"
      },
      {
        "at_stop": true,
        "direction": 99,
        "latitude": 59.44935,
        "line": "13",
        "longitude": 24.88138,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3154"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.44008,
        "line": "12",
        "longitude": 24.84502,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3182"
      },
      {
        "at_stop": true,
        "direction": 71,
        "latitude": 59.4479,
        "line": "58",
        "longitude": 24.89351,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3190"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.44306,
        "line": "42",
        "longitude": 24.88164,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3201"
      },
      {
        "at_stop": true,
        "direction": 117,
        "latitude": 59.45195,
        "line": "63",
        "longitude": 24.89162,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3211"
      },
      {
        "at_stop": true,
        "direction": 335,
        "latitude": 59.43204,
        "line": "49",
        "longitude": 24.84023,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3270"
      },
      {
        "at_stop": true,
        "direction": 279,
        "latitude": 59.39788,
        "line": "67",
        "longitude": 24.67253,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3271"
      },
      {
        "at_stop": true,
        "direction": 186,
        "latitude": 59.44777,
        "line": "66",
        "longitude": 24.89527,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3295"
      },
      {
        "at_stop": true,
        "direction": 20,
        "latitude": 59.4443,
        "line": "50",
        "longitude": 24.89668,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3298"
      },
      {
        "at_stop": true,
        "direction": 261,
        "latitude": 59.44871,
        "line": "66",
        "longitude": 24.69596,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3306"
      },
      {
        "at_stop": true,
        "direction": 119,
        "latitude": 59.43344,
        "line": "40",
        "longitude": 24.76085,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3321"
      },
      {
        "at_stop": true,
        "direction": 243,
        "latitude": 59.43239,
        "line": "67",
        "longitude": 24.74006,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3360"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.4269,
        "line": "42",
        "longitude": 24.66066,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3361"
      },
      {
        "at_stop": true,
        "direction": 330,
        "latitude": 59.44737,
        "line": "40",
        "longitude": 24.69985,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3368"
      },
      {
        "at_stop": true,
        "direction": 165,
        "latitude": 59.41259,
        "line": "42",
        "longitude": 24.6359,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3399"
      },
      {
        "at_stop": true,
        "direction": 222,
        "latitude": 59.43309,
        "line": "3",
        "longitude": 24.74857,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3420"
      },
      {
        "at_stop": true,
        "direction": 164,
        "latitude": 59.43178,
        "line": "25",
        "longitude": 24.84265,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3434"
      },
      {
        "at_stop": true,
        "direction": 171,
        "latitude": 59.44852,
        "line": "60",
        "longitude": 24.89105,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3444"
      },
      {
        "at_stop": true,
        "direction": 48,
        "latitude": 59.43202,
        "line": "29",
        "longitude": 24.84873,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3458"
      },
      {
        "at_stop": true,
        "direction": 338,
        "latitude": 59.43231,
        "line": "48",
        "longitude": 24.83989,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3479"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.43541,
        "line": "35",
        "longitude": 24.84074,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3490"
      },
      {
        "at_stop": true,
        "direction": 58,
        "latitude": 59.44093,
        "line": "60",
        "longitude": 24.78684,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3495"
      },
      {
        "at_stop": true,
        "direction": 230,
        "latitude": 59.43895,
        "line": "2",
        "longitude": 24.73574,
        "nearest_stop": "Mõigu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3499"
      },
      {
        "at_stop": true,
        "direction": 261,
        "latitude": 59.43174,
        "line": "49",
        "longitude": 24.84285,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3509"
      },
      {
        "at_stop": true,
        "direction": 77,
        "latitude": 59.42873,
        "line": "42",
        "longitude": 24.68108,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3517"
      },
      {
        "at_stop": true,
        "direction": 23,
        "latitude": 59.42332,
        "line": "67",
        "longitude": 24.72604,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3541"
      },
      {
        "at_stop": true,
        "direction": 117,
        "latitude": 59.40234,
        "line": "12",
        "longitude": 24.71028,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3549"
      },
      {
        "at_stop": true,
        "direction": 297,
        "latitude": 59.43203,
        "line": "35",
        "longitude": 24.84259,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3550"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.43809,
        "line": "40",
        "longitude": 24.7684,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3564"
      },
      {
        "at_stop": true,
        "direction": 34,
        "latitude": 59.42882,
        "line": "58",
        "longitude": 24.79514,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3565"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.40918,
        "line": "13",
        "longitude": 24.67919,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3578"
      },
      {
        "at_stop": true,
        "direction": 203,
        "latitude": 59.45065,
        "line": "49",
        "longitude": 24.80606,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3582"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.43592,
        "line": "29",
        "longitude": 24.86639,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3588"
      },
      {
        "at_stop": true,
        "direction": 254,
        "latitude": 59.45132,
        "line": "60",
        "longitude": 24.84961,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3625"
      },
      {
        "at_stop": true,
        "direction": 148,
        "latitude": 59.43125,
        "line": "35",
        "longitude": 24.73841,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3627"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.4161,
        "line": "13",
        "longitude": 24.84501,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3715"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.43602,
        "line": "54",
        "longitude": 24.87188,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3788"
      },
      {
        "at_stop": true,
        "direction": 91,
        "latitude": 59.46631,
        "line": "34",
        "longitude": 24.85805,
        "nearest_stop": "Muuga aedlinn",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3792"
      },
      {
        "at_stop": true,
        "direction": 210,
        "latitude": 59.40928,
        "line": "13",
        "longitude": 24.66228,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3898"
      },
      {
        "at_stop": true,
        "direction": 340,
        "latitude": 59.42238,
        "line": "15",
        "longitude": 24.84082,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3929"
      },
      {
        "at_stop": false,
        "direction": 25,
        "latitude": 59.41487,
        "line": "85",
        "longitude": 24.69133,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6347"
      },
      {
        "at_stop": false,
        "direction": 147,
        "latitude": 59.40076,
        "line": "85",
        "longitude": 24.65849,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6349"
      },
      {
        "at_stop": false,
        "direction": 203,
        "latitude": 59.43667,
        "line": "84",
        "longitude": 24.73302,
        "nearest_stop": "Keskuse",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6351"
      },
      {
        "at_stop": false,
        "direction": 74,
        "latitude": 59.40017,
        "line": "84",
        "longitude": 24.67343,
        "nearest_stop": "Keskuse",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6353"
      },
      {
        "at_stop": false,
        "direction": 51,
        "latitude": 59.4116,
        "line": "85",
        "longitude": 24.66131,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6354"
      },
      {
        "at_stop": false,
        "direction": 318,
        "latitude": 59.41158,
        "line": "84",
        "longitude": 24.66136,
        "nearest_stop": "Keskuse",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6355"
      },
      {
        "at_stop": false,
        "direction": 60,
        "latitude": 59.43959,
        "line": "84",
        "longitude": 24.73794,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6356"
      }
    ]
  },
  "success": true
}