← Эстония

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

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": 235,
    "vehicles": [
      {
        "at_stop": true,
        "direction": 316,
        "latitude": 59.46306,
        "line": "1",
        "longitude": 24.6655,
        "nearest_stop": "Kopli depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "96"
      },
      {
        "at_stop": true,
        "direction": 274,
        "latitude": 59.45514,
        "line": "2",
        "longitude": 24.6889,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "99"
      },
      {
        "at_stop": true,
        "direction": 154,
        "latitude": 59.44138,
        "line": "1",
        "longitude": 24.75284,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "102"
      },
      {
        "at_stop": true,
        "direction": 176,
        "latitude": 59.46118,
        "line": "1",
        "longitude": 24.66804,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "109"
      },
      {
        "at_stop": true,
        "direction": 340,
        "latitude": 59.44331,
        "line": "2",
        "longitude": 24.75723,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "114"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.4384,
        "line": "1",
        "longitude": 24.77113,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "123"
      },
      {
        "at_stop": true,
        "direction": 267,
        "latitude": 59.42683,
        "line": "2",
        "longitude": 24.81386,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "501"
      },
      {
        "at_stop": true,
        "direction": 263,
        "latitude": 59.42616,
        "line": "2",
        "longitude": 24.8006,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "503"
      },
      {
        "at_stop": true,
        "direction": 309,
        "latitude": 59.42855,
        "line": "4",
        "longitude": 24.77623,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "512"
      },
      {
        "at_stop": true,
        "direction": 126,
        "latitude": 59.41928,
        "line": "4",
        "longitude": 24.74565,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "513"
      },
      {
        "at_stop": true,
        "direction": 142,
        "latitude": 59.41953,
        "line": "4",
        "longitude": 24.74489,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "515"
      },
      {
        "at_stop": true,
        "direction": 185,
        "latitude": 59.43166,
        "line": "3",
        "longitude": 24.74553,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "516"
      },
      {
        "at_stop": true,
        "direction": 166,
        "latitude": 59.41892,
        "line": "4",
        "longitude": 24.74536,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "518"
      },
      {
        "at_stop": true,
        "direction": 203,
        "latitude": 59.41888,
        "line": "1",
        "longitude": 24.74653,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "521"
      },
      {
        "at_stop": false,
        "direction": 125,
        "latitude": 59.4191,
        "line": "2",
        "longitude": 24.74578,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "522"
      },
      {
        "at_stop": false,
        "direction": 221,
        "latitude": 59.43403,
        "line": "5",
        "longitude": 24.74683,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "523"
      },
      {
        "at_stop": false,
        "direction": 123,
        "latitude": 59.41904,
        "line": "4",
        "longitude": 24.74638,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "524"
      },
      {
        "at_stop": false,
        "direction": 160,
        "latitude": 59.44849,
        "line": "2",
        "longitude": 24.7118,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "525"
      },
      {
        "at_stop": false,
        "direction": 21,
        "latitude": 59.43431,
        "line": "4",
        "longitude": 24.74724,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "527"
      },
      {
        "at_stop": false,
        "direction": 72,
        "latitude": 59.43872,
        "line": "3",
        "longitude": 24.7732,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "528"
      },
      {
        "at_stop": false,
        "direction": 319,
        "latitude": 59.45231,
        "line": "1",
        "longitude": 24.70616,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "529"
      },
      {
        "at_stop": false,
        "direction": 26,
        "latitude": 59.41925,
        "line": "2",
        "longitude": 24.74538,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "532"
      },
      {
        "at_stop": false,
        "direction": 122,
        "latitude": 59.42613,
        "line": "4",
        "longitude": 24.79767,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "534"
      },
      {
        "at_stop": false,
        "direction": 200,
        "latitude": 59.41135,
        "line": "4",
        "longitude": 24.73406,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "535"
      },
      {
        "at_stop": false,
        "direction": 314,
        "latitude": 59.46132,
        "line": "5",
        "longitude": 24.66898,
        "nearest_stop": "Kopli depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "537"
      },
      {
        "at_stop": false,
        "direction": 197,
        "latitude": 59.41082,
        "line": "3",
        "longitude": 24.73412,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "538"
      },
      {
        "at_stop": false,
        "direction": 170,
        "latitude": 59.43559,
        "line": "2",
        "longitude": 24.75785,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "541"
      },
      {
        "at_stop": false,
        "direction": 123,
        "latitude": 59.41921,
        "line": "2",
        "longitude": 24.7458,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "542"
      },
      {
        "at_stop": false,
        "direction": 170,
        "latitude": 59.41871,
        "line": "5",
        "longitude": 24.74593,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "543"
      },
      {
        "at_stop": true,
        "direction": 61,
        "latitude": 59.43555,
        "line": "42",
        "longitude": 24.80756,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1003"
      },
      {
        "at_stop": true,
        "direction": 27,
        "latitude": 59.4115,
        "line": "67",
        "longitude": 24.71558,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1009"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.42752,
        "line": "83",
        "longitude": 24.72068,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1013"
      },
      {
        "at_stop": true,
        "direction": 143,
        "latitude": 59.4002,
        "line": "83",
        "longitude": 24.65916,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1014"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.41742,
        "line": "67",
        "longitude": 24.72072,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1016"
      },
      {
        "at_stop": true,
        "direction": 328,
        "latitude": 59.40392,
        "line": "23",
        "longitude": 24.6559,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1017"
      },
      {
        "at_stop": true,
        "direction": 61,
        "latitude": 59.44017,
        "line": "40",
        "longitude": 24.71041,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1020"
      },
      {
        "at_stop": true,
        "direction": 77,
        "latitude": 59.43901,
        "line": "1",
        "longitude": 24.77616,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1021"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.44134,
        "line": "12",
        "longitude": 24.86197,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1022"
      },
      {
        "at_stop": true,
        "direction": 102,
        "latitude": 59.41056,
        "line": "12",
        "longitude": 24.66583,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1023"
      },
      {
        "at_stop": true,
        "direction": 136,
        "latitude": 59.39506,
        "line": "67",
        "longitude": 24.68443,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1028"
      },
      {
        "at_stop": true,
        "direction": 116,
        "latitude": 59.39704,
        "line": "83",
        "longitude": 24.66534,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1029"
      },
      {
        "at_stop": true,
        "direction": 329,
        "latitude": 59.39986,
        "line": "37",
        "longitude": 24.66066,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1108"
      },
      {
        "at_stop": true,
        "direction": 120,
        "latitude": 59.40288,
        "line": "20A",
        "longitude": 24.70798,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1114"
      },
      {
        "at_stop": true,
        "direction": 50,
        "latitude": 59.44169,
        "line": "41",
        "longitude": 24.74232,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1116"
      },
      {
        "at_stop": true,
        "direction": 122,
        "latitude": 59.41201,
        "line": "36",
        "longitude": 24.63548,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1119"
      },
      {
        "at_stop": true,
        "direction": 285,
        "latitude": 59.41079,
        "line": "37",
        "longitude": 24.66608,
        "nearest_stop": "Zoo",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1121"
      },
      {
        "at_stop": true,
        "direction": 227,
        "latitude": 59.42247,
        "line": "54",
        "longitude": 24.64475,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1144"
      },
      {
        "at_stop": true,
        "direction": 160,
        "latitude": 59.43335,
        "line": "21",
        "longitude": 24.61995,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1145"
      },
      {
        "at_stop": true,
        "direction": 307,
        "latitude": 59.42016,
        "line": "3",
        "longitude": 24.74155,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1149"
      },
      {
        "at_stop": true,
        "direction": 102,
        "latitude": 59.40885,
        "line": "8",
        "longitude": 24.66056,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1152"
      },
      {
        "at_stop": true,
        "direction": 287,
        "latitude": 59.42772,
        "line": "21",
        "longitude": 24.71834,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1153"
      },
      {
        "at_stop": true,
        "direction": 237,
        "latitude": 59.43977,
        "line": "85",
        "longitude": 24.73781,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1157"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.39779,
        "line": "24",
        "longitude": 24.63794,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1160"
      },
      {
        "at_stop": true,
        "direction": 244,
        "latitude": 59.39076,
        "line": "36",
        "longitude": 24.71551,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1164"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.4049,
        "line": "23",
        "longitude": 24.65614,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1165"
      },
      {
        "at_stop": true,
        "direction": 3,
        "latitude": 59.42019,
        "line": "3",
        "longitude": 24.74184,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1168"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.44788,
        "line": "13",
        "longitude": 24.8953,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1169"
      },
      {
        "at_stop": true,
        "direction": 330,
        "latitude": 59.43326,
        "line": "41",
        "longitude": 24.62011,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1171"
      },
      {
        "at_stop": true,
        "direction": 128,
        "latitude": 59.44766,
        "line": "54",
        "longitude": 24.89538,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1186"
      },
      {
        "at_stop": true,
        "direction": 165,
        "latitude": 59.41702,
        "line": "23",
        "longitude": 24.73147,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1187"
      },
      {
        "at_stop": true,
        "direction": 193,
        "latitude": 59.41327,
        "line": "20A",
        "longitude": 24.73879,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1203"
      },
      {
        "at_stop": true,
        "direction": 68,
        "latitude": 59.43363,
        "line": "41",
        "longitude": 24.7205,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1204"
      },
      {
        "at_stop": true,
        "direction": 213,
        "latitude": 59.45109,
        "line": "59",
        "longitude": 24.71554,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1222"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.40717,
        "line": "23",
        "longitude": 24.72234,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1225"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.41741,
        "line": "18A",
        "longitude": 24.69352,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1230"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.39266,
        "line": "36",
        "longitude": 24.67451,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1233"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.44164,
        "line": "21",
        "longitude": 24.74158,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1235"
      },
      {
        "at_stop": true,
        "direction": 200,
        "latitude": 59.40986,
        "line": "59",
        "longitude": 24.65816,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1236"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.40498,
        "line": "24",
        "longitude": 24.656,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1238"
      },
      {
        "at_stop": true,
        "direction": 157,
        "latitude": 59.43284,
        "line": "2",
        "longitude": 24.73468,
        "nearest_stop": "Mõigu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1240"
      },
      {
        "at_stop": true,
        "direction": 202,
        "latitude": 59.40955,
        "line": "13",
        "longitude": 24.6577,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1242"
      },
      {
        "at_stop": true,
        "direction": 54,
        "latitude": 59.43962,
        "line": "3",
        "longitude": 24.73801,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1243"
      },
      {
        "at_stop": true,
        "direction": 233,
        "latitude": 59.44087,
        "line": "8",
        "longitude": 24.74108,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1265"
      },
      {
        "at_stop": true,
        "direction": 196,
        "latitude": 59.41537,
        "line": "18",
        "longitude": 24.7396,
        "nearest_stop": "Laagri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1297"
      },
      {
        "at_stop": true,
        "direction": 266,
        "latitude": 59.41265,
        "line": "8",
        "longitude": 24.63436,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1350"
      },
      {
        "at_stop": true,
        "direction": 327,
        "latitude": 59.45746,
        "line": "21A",
        "longitude": 24.5756,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1351"
      },
      {
        "at_stop": true,
        "direction": 50,
        "latitude": 59.46282,
        "line": "8",
        "longitude": 24.82648,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1352"
      },
      {
        "at_stop": true,
        "direction": 11,
        "latitude": 59.43347,
        "line": "36",
        "longitude": 24.74617,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1353"
      },
      {
        "at_stop": true,
        "direction": 149,
        "latitude": 59.41223,
        "line": "36",
        "longitude": 24.63506,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1356"
      },
      {
        "at_stop": true,
        "direction": 54,
        "latitude": 59.43085,
        "line": "83",
        "longitude": 24.73826,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1419"
      },
      {
        "at_stop": true,
        "direction": 290,
        "latitude": 59.41336,
        "line": "12",
        "longitude": 24.6348,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1425"
      },
      {
        "at_stop": true,
        "direction": 45,
        "latitude": 59.3927,
        "line": "18A",
        "longitude": 24.7239,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1473"
      },
      {
        "at_stop": true,
        "direction": 229,
        "latitude": 59.39834,
        "line": "24",
        "longitude": 24.64008,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1477"
      },
      {
        "at_stop": true,
        "direction": 30,
        "latitude": 59.43918,
        "line": "18",
        "longitude": 24.75928,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1492"
      },
      {
        "at_stop": true,
        "direction": 79,
        "latitude": 59.4049,
        "line": "24",
        "longitude": 24.67713,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1496"
      },
      {
        "at_stop": true,
        "direction": 262,
        "latitude": 59.42041,
        "line": "42",
        "longitude": 24.64476,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1516"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.36003,
        "line": "18",
        "longitude": 24.6303,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1546"
      },
      {
        "at_stop": true,
        "direction": 198,
        "latitude": 59.40964,
        "line": "18A",
        "longitude": 24.65793,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1560"
      },
      {
        "at_stop": true,
        "direction": 55,
        "latitude": 59.43472,
        "line": "18",
        "longitude": 24.7526,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1561"
      },
      {
        "at_stop": true,
        "direction": 71,
        "latitude": 59.41991,
        "line": "73",
        "longitude": 24.74258,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1757"
      },
      {
        "at_stop": true,
        "direction": 48,
        "latitude": 59.40328,
        "line": "85",
        "longitude": 24.66417,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1772"
      },
      {
        "at_stop": true,
        "direction": 72,
        "latitude": 59.43784,
        "line": "40",
        "longitude": 24.76774,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1856"
      },
      {
        "at_stop": true,
        "direction": 106,
        "latitude": 59.4271,
        "line": "67",
        "longitude": 24.77211,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1888"
      },
      {
        "at_stop": true,
        "direction": 24,
        "latitude": 59.426,
        "line": "24",
        "longitude": 24.71859,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1908"
      },
      {
        "at_stop": true,
        "direction": 230,
        "latitude": 59.48103,
        "line": "8",
        "longitude": 24.85695,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1942"
      },
      {
        "at_stop": true,
        "direction": 115,
        "latitude": 59.42677,
        "line": "23",
        "longitude": 24.77298,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1967"
      },
      {
        "at_stop": true,
        "direction": 234,
        "latitude": 59.40151,
        "line": "24",
        "longitude": 24.69375,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1969"
      },
      {
        "at_stop": true,
        "direction": 126,
        "latitude": 59.39974,
        "line": "84",
        "longitude": 24.6799,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2034"
      },
      {
        "at_stop": true,
        "direction": 187,
        "latitude": 59.42749,
        "line": "73",
        "longitude": 24.74258,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2035"
      },
      {
        "at_stop": true,
        "direction": 224,
        "latitude": 59.43414,
        "line": "5",
        "longitude": 24.74676,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2064"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.43547,
        "line": "72",
        "longitude": 24.7121,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2065"
      },
      {
        "at_stop": true,
        "direction": 241,
        "latitude": 59.43283,
        "line": "81",
        "longitude": 24.71666,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2070"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.37147,
        "line": "18",
        "longitude": 24.6609,
        "nearest_stop": "Laagri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2100"
      },
      {
        "at_stop": true,
        "direction": 323,
        "latitude": 59.45382,
        "line": "72",
        "longitude": 24.69126,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2125"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.43866,
        "line": "33",
        "longitude": 24.7087,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2132"
      },
      {
        "at_stop": true,
        "direction": 177,
        "latitude": 59.40058,
        "line": "81",
        "longitude": 24.65866,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2148"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.41083,
        "line": "26",
        "longitude": 24.65832,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2198"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.43922,
        "line": "34",
        "longitude": 24.75953,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2209"
      },
      {
        "at_stop": true,
        "direction": 114,
        "latitude": 59.37549,
        "line": "33",
        "longitude": 24.71655,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2224"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.40395,
        "line": "81",
        "longitude": 24.66865,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2237"
      },
      {
        "at_stop": true,
        "direction": 14,
        "latitude": 59.5051,
        "line": "1",
        "longitude": 24.82896,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2252"
      },
      {
        "at_stop": true,
        "direction": 23,
        "latitude": 59.41984,
        "line": "84",
        "longitude": 24.71321,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2253"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.42859,
        "line": "42",
        "longitude": 24.72959,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2284"
      },
      {
        "at_stop": true,
        "direction": 238,
        "latitude": 59.43203,
        "line": "26",
        "longitude": 24.71342,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2291"
      },
      {
        "at_stop": true,
        "direction": 309,
        "latitude": 59.37661,
        "line": "33",
        "longitude": 24.67777,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2294"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.4081,
        "line": "2",
        "longitude": 24.80881,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2330"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.40412,
        "line": "10",
        "longitude": 24.66934,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2410"
      },
      {
        "at_stop": true,
        "direction": 227,
        "latitude": 59.43512,
        "line": "4",
        "longitude": 24.5638,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2411"
      },
      {
        "at_stop": true,
        "direction": 140,
        "latitude": 59.43092,
        "line": "16",
        "longitude": 24.7382,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2413"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.38396,
        "line": "10",
        "longitude": 24.67158,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2414"
      },
      {
        "at_stop": true,
        "direction": 152,
        "latitude": 59.41225,
        "line": "4",
        "longitude": 24.63528,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2416"
      },
      {
        "at_stop": true,
        "direction": 355,
        "latitude": 59.35969,
        "line": "10",
        "longitude": 24.63041,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2417"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.42152,
        "line": "16",
        "longitude": 24.7506,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2418"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.43257,
        "line": "12",
        "longitude": 24.82197,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2440"
      },
      {
        "at_stop": true,
        "direction": 300,
        "latitude": 59.45925,
        "line": "73",
        "longitude": 24.68184,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2445"
      },
      {
        "at_stop": true,
        "direction": 190,
        "latitude": 59.41424,
        "line": "42",
        "longitude": 24.65397,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2455"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.42767,
        "line": "35",
        "longitude": 24.72006,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2460"
      },
      {
        "at_stop": true,
        "direction": 257,
        "latitude": 59.39976,
        "line": "72",
        "longitude": 24.68884,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2472"
      },
      {
        "at_stop": true,
        "direction": 195,
        "latitude": 59.46762,
        "line": "1",
        "longitude": 24.83371,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2483"
      },
      {
        "at_stop": true,
        "direction": 158,
        "latitude": 59.38788,
        "line": "27",
        "longitude": 24.68343,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2498"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.44314,
        "line": "35",
        "longitude": 24.8115,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2501"
      },
      {
        "at_stop": true,
        "direction": 121,
        "latitude": 59.43133,
        "line": "81",
        "longitude": 24.73861,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2508"
      },
      {
        "at_stop": true,
        "direction": 0,
        "latitude": 59.37074,
        "line": "5",
        "longitude": 24.71726,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2513"
      },
      {
        "at_stop": true,
        "direction": 67,
        "latitude": 59.43917,
        "line": "1",
        "longitude": 24.75981,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2557"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.44291,
        "line": "5",
        "longitude": 24.79468,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2618"
      },
      {
        "at_stop": true,
        "direction": 92,
        "latitude": 59.41109,
        "line": "10",
        "longitude": 24.64806,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2632"
      },
      {
        "at_stop": true,
        "direction": 213,
        "latitude": 59.40457,
        "line": "61",
        "longitude": 24.61562,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2635"
      },
      {
        "at_stop": true,
        "direction": 57,
        "latitude": 59.43071,
        "line": "33",
        "longitude": 24.71053,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2641"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.42763,
        "line": "84",
        "longitude": 24.7213,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2643"
      },
      {
        "at_stop": true,
        "direction": 275,
        "latitude": 59.45549,
        "line": "5",
        "longitude": 24.86998,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2645"
      },
      {
        "at_stop": true,
        "direction": 72,
        "latitude": 59.44342,
        "line": "25",
        "longitude": 24.76429,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2668"
      },
      {
        "at_stop": true,
        "direction": 104,
        "latitude": 59.41327,
        "line": "61",
        "longitude": 24.63511,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2669"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.4122,
        "line": "16",
        "longitude": 24.63544,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2671"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.44739,
        "line": "42",
        "longitude": 24.89092,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2673"
      },
      {
        "at_stop": true,
        "direction": 120,
        "latitude": 59.4085,
        "line": "26",
        "longitude": 24.66027,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2677"
      },
      {
        "at_stop": true,
        "direction": 258,
        "latitude": 59.44329,
        "line": "20",
        "longitude": 24.76357,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2684"
      },
      {
        "at_stop": true,
        "direction": 169,
        "latitude": 59.40301,
        "line": "33",
        "longitude": 24.66946,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2689"
      },
      {
        "at_stop": true,
        "direction": 22,
        "latitude": 59.41338,
        "line": "72",
        "longitude": 24.70823,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2721"
      },
      {
        "at_stop": true,
        "direction": 128,
        "latitude": 59.41116,
        "line": "72",
        "longitude": 24.66202,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2724"
      },
      {
        "at_stop": true,
        "direction": 272,
        "latitude": 59.42037,
        "line": "13",
        "longitude": 24.80018,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2726"
      },
      {
        "at_stop": true,
        "direction": 286,
        "latitude": 59.41255,
        "line": "27",
        "longitude": 24.60645,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2728"
      },
      {
        "at_stop": true,
        "direction": 141,
        "latitude": 59.36258,
        "line": "57",
        "longitude": 24.76398,
        "nearest_stop": "Raudalu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2729"
      },
      {
        "at_stop": true,
        "direction": 137,
        "latitude": 59.4123,
        "line": "16",
        "longitude": 24.66174,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2731"
      },
      {
        "at_stop": true,
        "direction": 238,
        "latitude": 59.42941,
        "line": "24",
        "longitude": 24.73394,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2752"
      },
      {
        "at_stop": true,
        "direction": 154,
        "latitude": 59.39946,
        "line": "72",
        "longitude": 24.68007,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2757"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.40072,
        "line": "85",
        "longitude": 24.65868,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2764"
      },
      {
        "at_stop": true,
        "direction": 217,
        "latitude": 59.41234,
        "line": "10",
        "longitude": 24.63467,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2767"
      },
      {
        "at_stop": true,
        "direction": 193,
        "latitude": 59.41824,
        "line": "13",
        "longitude": 24.7994,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2773"
      },
      {
        "at_stop": true,
        "direction": 263,
        "latitude": 59.41287,
        "line": "62",
        "longitude": 24.63491,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2775"
      },
      {
        "at_stop": true,
        "direction": 215,
        "latitude": 59.36862,
        "line": "20",
        "longitude": 24.63693,
        "nearest_stop": "Pääsküla jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2776"
      },
      {
        "at_stop": true,
        "direction": 123,
        "latitude": 59.40082,
        "line": "61",
        "longitude": 24.69483,
        "nearest_stop": "Järve haigla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2777"
      },
      {
        "at_stop": true,
        "direction": 22,
        "latitude": 59.40356,
        "line": "5",
        "longitude": 24.73044,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2787"
      },
      {
        "at_stop": true,
        "direction": 354,
        "latitude": 59.36599,
        "line": "33",
        "longitude": 24.71793,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2804"
      },
      {
        "at_stop": true,
        "direction": 28,
        "latitude": 59.40677,
        "line": "61",
        "longitude": 24.68333,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2849"
      },
      {
        "at_stop": true,
        "direction": 211,
        "latitude": 59.40922,
        "line": "84",
        "longitude": 24.65814,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2897"
      },
      {
        "at_stop": true,
        "direction": 347,
        "latitude": 59.36638,
        "line": "5",
        "longitude": 24.71815,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2923"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.46139,
        "line": "34",
        "longitude": 24.82215,
        "nearest_stop": "Muuga aedlinn",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3010"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.43139,
        "line": "35",
        "longitude": 24.84075,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3013"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.42901,
        "line": "35",
        "longitude": 24.73205,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3018"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.43896,
        "line": "60",
        "longitude": 24.77436,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3021"
      },
      {
        "at_stop": true,
        "direction": 324,
        "latitude": 59.44492,
        "line": "12",
        "longitude": 24.8967,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3023"
      },
      {
        "at_stop": true,
        "direction": 120,
        "latitude": 59.41251,
        "line": "12",
        "longitude": 24.63586,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3024"
      },
      {
        "at_stop": true,
        "direction": 165,
        "latitude": 59.41234,
        "line": "13",
        "longitude": 24.6348,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3031"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.44826,
        "line": "13",
        "longitude": 24.86272,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3032"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.44401,
        "line": "67",
        "longitude": 24.89264,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3034"
      },
      {
        "at_stop": true,
        "direction": 273,
        "latitude": 59.42788,
        "line": "42",
        "longitude": 24.71302,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3036"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.4407,
        "line": "66",
        "longitude": 24.69622,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3060"
      },
      {
        "at_stop": true,
        "direction": 113,
        "latitude": 59.42343,
        "line": "25",
        "longitude": 24.64591,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3072"
      },
      {
        "at_stop": true,
        "direction": 234,
        "latitude": 59.43222,
        "line": "67",
        "longitude": 24.78557,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3086"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.43161,
        "line": "50",
        "longitude": 24.841,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3101"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.4416,
        "line": "66",
        "longitude": 24.77123,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3102"
      },
      {
        "at_stop": true,
        "direction": 159,
        "latitude": 59.4122,
        "line": "54",
        "longitude": 24.63536,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3106"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.41246,
        "line": "42",
        "longitude": 24.6359,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3129"
      },
      {
        "at_stop": true,
        "direction": 153,
        "latitude": 59.49944,
        "line": "49",
        "longitude": 24.82922,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3154"
      },
      {
        "at_stop": true,
        "direction": 299,
        "latitude": 59.40361,
        "line": "12",
        "longitude": 24.70655,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3182"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.4354,
        "line": "50",
        "longitude": 24.8587,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3190"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.39778,
        "line": "67",
        "longitude": 24.67316,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3201"
      },
      {
        "at_stop": true,
        "direction": 104,
        "latitude": 59.40895,
        "line": "13",
        "longitude": 24.68079,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3211"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.44283,
        "line": "58",
        "longitude": 24.87564,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3218"
      },
      {
        "at_stop": true,
        "direction": 93,
        "latitude": 59.44769,
        "line": "63",
        "longitude": 24.89539,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3231"
      },
      {
        "at_stop": true,
        "direction": 298,
        "latitude": 59.40332,
        "line": "13",
        "longitude": 24.68697,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3241"
      },
      {
        "at_stop": true,
        "direction": 99,
        "latitude": 59.45127,
        "line": "13",
        "longitude": 24.8465,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3245"
      },
      {
        "at_stop": true,
        "direction": 127,
        "latitude": 59.44741,
        "line": "3",
        "longitude": 24.72969,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3261"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.43739,
        "line": "63",
        "longitude": 24.76483,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3283"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.43745,
        "line": "35",
        "longitude": 24.85302,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3296"
      },
      {
        "at_stop": true,
        "direction": 144,
        "latitude": 59.45044,
        "line": "48",
        "longitude": 24.86021,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3298"
      },
      {
        "at_stop": true,
        "direction": 159,
        "latitude": 59.43155,
        "line": "31",
        "longitude": 24.84158,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3309"
      },
      {
        "at_stop": true,
        "direction": 72,
        "latitude": 59.42671,
        "line": "54",
        "longitude": 24.66168,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3320"
      },
      {
        "at_stop": true,
        "direction": 177,
        "latitude": 59.44759,
        "line": "40",
        "longitude": 24.89542,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3360"
      },
      {
        "at_stop": true,
        "direction": 234,
        "latitude": 59.4335,
        "line": "42",
        "longitude": 24.789,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3365"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.42666,
        "line": "54",
        "longitude": 24.81529,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3374"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.4479,
        "line": "58",
        "longitude": 24.8952,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3379"
      },
      {
        "at_stop": true,
        "direction": 11,
        "latitude": 59.44421,
        "line": "35",
        "longitude": 24.89666,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3382"
      },
      {
        "at_stop": true,
        "direction": 318,
        "latitude": 59.44449,
        "line": "40",
        "longitude": 24.87935,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3392"
      },
      {
        "at_stop": true,
        "direction": 314,
        "latitude": 59.44761,
        "line": "60",
        "longitude": 24.89676,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3400"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.43822,
        "line": "58",
        "longitude": 24.81866,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3429"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.41574,
        "line": "49",
        "longitude": 24.84455,
        "nearest_stop": "Viimsi keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3430"
      },
      {
        "at_stop": true,
        "direction": 179,
        "latitude": 59.43651,
        "line": "29",
        "longitude": 24.75729,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3431"
      },
      {
        "at_stop": true,
        "direction": 124,
        "latitude": 59.4475,
        "line": "29",
        "longitude": 24.89549,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3432"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.47999,
        "line": "34",
        "longitude": 24.92786,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3433"
      },
      {
        "at_stop": true,
        "direction": 180,
        "latitude": 59.4477,
        "line": "66",
        "longitude": 24.89535,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3437"
      },
      {
        "at_stop": true,
        "direction": 97,
        "latitude": 59.44329,
        "line": "66",
        "longitude": 24.8045,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3450"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.43596,
        "line": "50",
        "longitude": 24.84384,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3457"
      },
      {
        "at_stop": true,
        "direction": 318,
        "latitude": 59.42072,
        "line": "49",
        "longitude": 24.80224,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3458"
      },
      {
        "at_stop": true,
        "direction": 181,
        "latitude": 59.41941,
        "line": "15",
        "longitude": 24.79916,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3468"
      },
      {
        "at_stop": true,
        "direction": 285,
        "latitude": 59.44321,
        "line": "40",
        "longitude": 24.80592,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3479"
      },
      {
        "at_stop": true,
        "direction": 57,
        "latitude": 59.44943,
        "line": "60",
        "longitude": 24.83255,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3487"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.4449,
        "line": "67",
        "longitude": 24.89183,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3517"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.43178,
        "line": "44",
        "longitude": 24.84266,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3529"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.42817,
        "line": "25",
        "longitude": 24.7242,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3532"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.41582,
        "line": "15",
        "longitude": 24.84612,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3536"
      },
      {
        "at_stop": true,
        "direction": 286,
        "latitude": 59.43259,
        "line": "44",
        "longitude": 24.84074,
        "nearest_stop": "P. Pinna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3565"
      },
      {
        "at_stop": true,
        "direction": 263,
        "latitude": 59.42598,
        "line": "54",
        "longitude": 24.80188,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3573"
      },
      {
        "at_stop": true,
        "direction": 63,
        "latitude": 59.42594,
        "line": "8",
        "longitude": 24.65756,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3575"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.43189,
        "line": "44",
        "longitude": 24.84276,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3577"
      },
      {
        "at_stop": true,
        "direction": 338,
        "latitude": 59.42998,
        "line": "12",
        "longitude": 24.80712,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3583"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.43202,
        "line": "48",
        "longitude": 24.84154,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3594"
      },
      {
        "at_stop": true,
        "direction": 100,
        "latitude": 59.44775,
        "line": "42",
        "longitude": 24.8953,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3625"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.43171,
        "line": "35",
        "longitude": 24.84194,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3762"
      },
      {
        "at_stop": true,
        "direction": 6,
        "latitude": 59.44493,
        "line": "50",
        "longitude": 24.89723,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3763"
      },
      {
        "at_stop": true,
        "direction": 254,
        "latitude": 59.43883,
        "line": "34",
        "longitude": 24.77347,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3780"
      },
      {
        "at_stop": true,
        "direction": 178,
        "latitude": 59.43677,
        "line": "38",
        "longitude": 24.75722,
        "nearest_stop": "Muuga",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3790"
      },
      {
        "at_stop": true,
        "direction": 329,
        "latitude": 59.43506,
        "line": "40",
        "longitude": 24.72134,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3792"
      },
      {
        "at_stop": true,
        "direction": 274,
        "latitude": 59.43244,
        "line": "48",
        "longitude": 24.84079,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3810"
      },
      {
        "at_stop": true,
        "direction": 347,
        "latitude": 59.44513,
        "line": "60",
        "longitude": 24.89664,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3920"
      }
    ]
  },
  "success": true
}