← Estonia

Tallinn Live Vehicles

GET /tallinn/transport/vehicles

Real-time GPS positions of all Tallinn public transport vehicles — buses, trams, trolleybuses, and trains. Returns vehicle type, line number, coordinates, direction, vehicle ID, and nearest stop. Data from transport.tallinn.ee. Filter by type: bus, tram, trolleybus.

See it visualized

Parameters

type optional

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

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/tallinn/transport/vehicles

Live Response

{
  "data": {
    "count": 436,
    "vehicles": [
      {
        "at_stop": true,
        "direction": 318,
        "latitude": 59.46063,
        "line": "2",
        "longitude": 24.67025,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "97"
      },
      {
        "at_stop": true,
        "direction": 130,
        "latitude": 59.42812,
        "line": "2",
        "longitude": 24.77719,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "102"
      },
      {
        "at_stop": true,
        "direction": 134,
        "latitude": 59.4551,
        "line": "1",
        "longitude": 24.68125,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "110"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.44107,
        "line": "1",
        "longitude": 24.73842,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "114"
      },
      {
        "at_stop": true,
        "direction": 267,
        "latitude": 59.43726,
        "line": "1",
        "longitude": 24.75783,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "123"
      },
      {
        "at_stop": false,
        "direction": 295,
        "latitude": 59.44208,
        "line": "1",
        "longitude": 24.72871,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "140"
      },
      {
        "at_stop": false,
        "direction": 121,
        "latitude": 59.44302,
        "line": "5",
        "longitude": 24.75121,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "182"
      },
      {
        "at_stop": true,
        "direction": 311,
        "latitude": 59.46117,
        "line": "5",
        "longitude": 24.66803,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "502"
      },
      {
        "at_stop": true,
        "direction": 999,
        "latitude": 59.41914,
        "line": "5",
        "longitude": 24.74388,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "503"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.43519,
        "line": "4",
        "longitude": 24.76041,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "504"
      },
      {
        "at_stop": true,
        "direction": 198,
        "latitude": 59.41089,
        "line": "3",
        "longitude": 24.73396,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "505"
      },
      {
        "at_stop": true,
        "direction": 127,
        "latitude": 59.41932,
        "line": "1",
        "longitude": 24.74559,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "506"
      },
      {
        "at_stop": true,
        "direction": 355,
        "latitude": 59.43657,
        "line": "2",
        "longitude": 24.75724,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "507"
      },
      {
        "at_stop": true,
        "direction": 0,
        "latitude": 59.42256,
        "line": "4",
        "longitude": 24.74265,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "510"
      },
      {
        "at_stop": true,
        "direction": 13,
        "latitude": 59.42082,
        "line": "4",
        "longitude": 24.74231,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "511"
      },
      {
        "at_stop": true,
        "direction": 313,
        "latitude": 59.4615,
        "line": "2",
        "longitude": 24.66721,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "513"
      },
      {
        "at_stop": true,
        "direction": 141,
        "latitude": 59.41921,
        "line": "4",
        "longitude": 24.74428,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "514"
      },
      {
        "at_stop": true,
        "direction": 190,
        "latitude": 59.42749,
        "line": "4",
        "longitude": 24.7426,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "515"
      },
      {
        "at_stop": true,
        "direction": 322,
        "latitude": 59.46133,
        "line": "1",
        "longitude": 24.66905,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "516"
      },
      {
        "at_stop": true,
        "direction": 138,
        "latitude": 59.43343,
        "line": "4",
        "longitude": 24.76255,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "517"
      },
      {
        "at_stop": true,
        "direction": 127,
        "latitude": 59.42367,
        "line": "4",
        "longitude": 24.79916,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "521"
      },
      {
        "at_stop": false,
        "direction": 290,
        "latitude": 59.42745,
        "line": "2",
        "longitude": 24.77877,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "522"
      },
      {
        "at_stop": false,
        "direction": 311,
        "latitude": 59.45884,
        "line": "1",
        "longitude": 24.67386,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "523"
      },
      {
        "at_stop": false,
        "direction": 317,
        "latitude": 59.46134,
        "line": "2",
        "longitude": 24.66896,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "526"
      },
      {
        "at_stop": false,
        "direction": 55,
        "latitude": 59.43635,
        "line": "3",
        "longitude": 24.7524,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "527"
      },
      {
        "at_stop": false,
        "direction": 283,
        "latitude": 59.45494,
        "line": "5",
        "longitude": 24.69199,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "528"
      },
      {
        "at_stop": false,
        "direction": 131,
        "latitude": 59.44581,
        "line": "2",
        "longitude": 24.71792,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "529"
      },
      {
        "at_stop": false,
        "direction": 311,
        "latitude": 59.44502,
        "line": "2",
        "longitude": 24.72037,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "534"
      },
      {
        "at_stop": false,
        "direction": 129,
        "latitude": 59.41905,
        "line": "3",
        "longitude": 24.7444,
        "nearest_stop": "Pärnu mnt depoo",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "535"
      },
      {
        "at_stop": false,
        "direction": 198,
        "latitude": 59.41127,
        "line": "3",
        "longitude": 24.73416,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "536"
      },
      {
        "at_stop": false,
        "direction": 6,
        "latitude": 59.44031,
        "line": "3",
        "longitude": 24.78557,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "539"
      },
      {
        "at_stop": false,
        "direction": 203,
        "latitude": 59.41802,
        "line": "2",
        "longitude": 24.79914,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "540"
      },
      {
        "at_stop": false,
        "direction": 194,
        "latitude": 59.41087,
        "line": "4",
        "longitude": 24.73387,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "541"
      },
      {
        "at_stop": false,
        "direction": 192,
        "latitude": 59.42782,
        "line": "3",
        "longitude": 24.74264,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "542"
      },
      {
        "at_stop": false,
        "direction": 182,
        "latitude": 59.44075,
        "line": "2",
        "longitude": 24.75803,
        "nearest_stop": "Lennujaam",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "543"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.40911,
        "line": "12",
        "longitude": 24.67962,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1003"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.42073,
        "line": "67",
        "longitude": 24.72362,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1009"
      },
      {
        "at_stop": true,
        "direction": 322,
        "latitude": 59.43414,
        "line": "23",
        "longitude": 24.75207,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1012"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.40978,
        "line": "1",
        "longitude": 24.73623,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1013"
      },
      {
        "at_stop": true,
        "direction": 22,
        "latitude": 59.41261,
        "line": "24",
        "longitude": 24.70765,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1016"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.43299,
        "line": "24",
        "longitude": 24.74633,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1017"
      },
      {
        "at_stop": true,
        "direction": 170,
        "latitude": 59.4006,
        "line": "36",
        "longitude": 24.67068,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1019"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.44778,
        "line": "13",
        "longitude": 24.89525,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1023"
      },
      {
        "at_stop": true,
        "direction": 94,
        "latitude": 59.42815,
        "line": "23",
        "longitude": 24.72659,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1024"
      },
      {
        "at_stop": true,
        "direction": 215,
        "latitude": 59.42944,
        "line": "67",
        "longitude": 24.77682,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1028"
      },
      {
        "at_stop": true,
        "direction": 219,
        "latitude": 59.41281,
        "line": "8",
        "longitude": 24.63487,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1029"
      },
      {
        "at_stop": true,
        "direction": 23,
        "latitude": 59.42547,
        "line": "24A",
        "longitude": 24.71812,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1030"
      },
      {
        "at_stop": true,
        "direction": 96,
        "latitude": 59.42919,
        "line": "8",
        "longitude": 24.69968,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1031"
      },
      {
        "at_stop": true,
        "direction": 217,
        "latitude": 59.44561,
        "line": "8",
        "longitude": 24.79874,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1037"
      },
      {
        "at_stop": true,
        "direction": 189,
        "latitude": 59.41181,
        "line": "36",
        "longitude": 24.63469,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1039"
      },
      {
        "at_stop": true,
        "direction": 127,
        "latitude": 59.40817,
        "line": "11",
        "longitude": 24.6612,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1047"
      },
      {
        "at_stop": true,
        "direction": 31,
        "latitude": 59.40979,
        "line": "1",
        "longitude": 24.73677,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1097"
      },
      {
        "at_stop": true,
        "direction": 32,
        "latitude": 59.40364,
        "line": "45",
        "longitude": 24.72903,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1110"
      },
      {
        "at_stop": true,
        "direction": 44,
        "latitude": 59.40502,
        "line": "9",
        "longitude": 24.65564,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1114"
      },
      {
        "at_stop": true,
        "direction": 111,
        "latitude": 59.41193,
        "line": "45",
        "longitude": 24.63532,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1115"
      },
      {
        "at_stop": true,
        "direction": 170,
        "latitude": 59.42427,
        "line": "3",
        "longitude": 24.74951,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1116"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.44342,
        "line": "19",
        "longitude": 24.76427,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1117"
      },
      {
        "at_stop": true,
        "direction": 37,
        "latitude": 59.41651,
        "line": "45",
        "longitude": 24.76338,
        "nearest_stop": "Ülemiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1120"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.43297,
        "line": "11",
        "longitude": 24.74648,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1121"
      },
      {
        "at_stop": true,
        "direction": 46,
        "latitude": 59.47918,
        "line": "8",
        "longitude": 24.85024,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1143"
      },
      {
        "at_stop": true,
        "direction": 44,
        "latitude": 59.39262,
        "line": "36",
        "longitude": 24.7238,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1144"
      },
      {
        "at_stop": true,
        "direction": 142,
        "latitude": 59.433,
        "line": "66",
        "longitude": 24.71561,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1152"
      },
      {
        "at_stop": true,
        "direction": 259,
        "latitude": 59.4472,
        "line": "66",
        "longitude": 24.89719,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1153"
      },
      {
        "at_stop": true,
        "direction": 47,
        "latitude": 59.4103,
        "line": "28",
        "longitude": 24.73111,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1158"
      },
      {
        "at_stop": true,
        "direction": 314,
        "latitude": 59.40082,
        "line": "37",
        "longitude": 24.65877,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1160"
      },
      {
        "at_stop": true,
        "direction": 216,
        "latitude": 59.41093,
        "line": "9",
        "longitude": 24.65924,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1161"
      },
      {
        "at_stop": true,
        "direction": 346,
        "latitude": 59.3997,
        "line": "45",
        "longitude": 24.67141,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1165"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.40461,
        "line": "24A",
        "longitude": 24.67416,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1166"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.42793,
        "line": "11",
        "longitude": 24.72354,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1169"
      },
      {
        "at_stop": true,
        "direction": 258,
        "latitude": 59.4112,
        "line": "11",
        "longitude": 24.65956,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1171"
      },
      {
        "at_stop": true,
        "direction": 210,
        "latitude": 59.43627,
        "line": "21",
        "longitude": 24.75183,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1186"
      },
      {
        "at_stop": true,
        "direction": 295,
        "latitude": 59.40663,
        "line": "37",
        "longitude": 24.69479,
        "nearest_stop": "Kakumäe sadam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1187"
      },
      {
        "at_stop": true,
        "direction": 39,
        "latitude": 59.4039,
        "line": "24A",
        "longitude": 24.65536,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1203"
      },
      {
        "at_stop": true,
        "direction": 262,
        "latitude": 59.43293,
        "line": "9",
        "longitude": 24.74217,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1204"
      },
      {
        "at_stop": true,
        "direction": 143,
        "latitude": 59.41236,
        "line": "8",
        "longitude": 24.63496,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1222"
      },
      {
        "at_stop": true,
        "direction": 134,
        "latitude": 59.44908,
        "line": "3",
        "longitude": 24.72557,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1225"
      },
      {
        "at_stop": true,
        "direction": 322,
        "latitude": 59.4549,
        "line": "41",
        "longitude": 24.57906,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1226"
      },
      {
        "at_stop": true,
        "direction": 325,
        "latitude": 59.40471,
        "line": "11",
        "longitude": 24.65518,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1230"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.41375,
        "line": "9",
        "longitude": 24.67144,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1232"
      },
      {
        "at_stop": true,
        "direction": 229,
        "latitude": 59.43029,
        "line": "19",
        "longitude": 24.75898,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1233"
      },
      {
        "at_stop": true,
        "direction": 132,
        "latitude": 59.41055,
        "line": "28",
        "longitude": 24.66527,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1235"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.39691,
        "line": "19",
        "longitude": 24.66694,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1236"
      },
      {
        "at_stop": true,
        "direction": 204,
        "latitude": 59.42174,
        "line": "24A",
        "longitude": 24.71461,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1238"
      },
      {
        "at_stop": true,
        "direction": 61,
        "latitude": 59.40519,
        "line": "24A",
        "longitude": 24.65574,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1240"
      },
      {
        "at_stop": true,
        "direction": 151,
        "latitude": 59.43792,
        "line": "59",
        "longitude": 24.71731,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1242"
      },
      {
        "at_stop": true,
        "direction": 126,
        "latitude": 59.43109,
        "line": "41",
        "longitude": 24.63727,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1244"
      },
      {
        "at_stop": true,
        "direction": 51,
        "latitude": 59.44171,
        "line": "41",
        "longitude": 24.74246,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1248"
      },
      {
        "at_stop": true,
        "direction": 293,
        "latitude": 59.41286,
        "line": "42",
        "longitude": 24.63764,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1249"
      },
      {
        "at_stop": true,
        "direction": 152,
        "latitude": 59.40089,
        "line": "37",
        "longitude": 24.65876,
        "nearest_stop": "Kakumäe sadam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1262"
      },
      {
        "at_stop": false,
        "direction": 21,
        "latitude": 59.51319,
        "line": "1",
        "longitude": 24.83588,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1263"
      },
      {
        "at_stop": true,
        "direction": 168,
        "latitude": 59.41227,
        "line": "36",
        "longitude": 24.63516,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1265"
      },
      {
        "at_stop": true,
        "direction": 201,
        "latitude": 59.47643,
        "line": "8",
        "longitude": 24.8463,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1277"
      },
      {
        "at_stop": true,
        "direction": 329,
        "latitude": 59.43181,
        "line": "21",
        "longitude": 24.62175,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1281"
      },
      {
        "at_stop": true,
        "direction": 53,
        "latitude": 59.41247,
        "line": "45",
        "longitude": 24.63622,
        "nearest_stop": "Ülemiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1289"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.40513,
        "line": "9",
        "longitude": 24.65581,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1297"
      },
      {
        "at_stop": true,
        "direction": 279,
        "latitude": 59.40714,
        "line": "36",
        "longitude": 24.63942,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1300"
      },
      {
        "at_stop": true,
        "direction": 221,
        "latitude": 59.40276,
        "line": "24",
        "longitude": 24.6976,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1302"
      },
      {
        "at_stop": true,
        "direction": 48,
        "latitude": 59.40504,
        "line": "24",
        "longitude": 24.65611,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1304"
      },
      {
        "at_stop": true,
        "direction": 39,
        "latitude": 59.40502,
        "line": "23",
        "longitude": 24.65603,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1305"
      },
      {
        "at_stop": true,
        "direction": 284,
        "latitude": 59.43469,
        "line": "42",
        "longitude": 24.76501,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1315"
      },
      {
        "at_stop": true,
        "direction": 233,
        "latitude": 59.43376,
        "line": "40",
        "longitude": 24.75006,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1316"
      },
      {
        "at_stop": true,
        "direction": 165,
        "latitude": 59.41692,
        "line": "23",
        "longitude": 24.73154,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1317"
      },
      {
        "at_stop": false,
        "direction": 243,
        "latitude": 59.36716,
        "line": "18",
        "longitude": 24.64874,
        "nearest_stop": "Urda",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1335"
      },
      {
        "at_stop": false,
        "direction": 303,
        "latitude": 59.38751,
        "line": "23",
        "longitude": 24.68683,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1338"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.42263,
        "line": "13",
        "longitude": 24.77874,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1347"
      },
      {
        "at_stop": true,
        "direction": 46,
        "latitude": 59.44173,
        "line": "41",
        "longitude": 24.74248,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1348"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.43284,
        "line": "8",
        "longitude": 24.71665,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1351"
      },
      {
        "at_stop": true,
        "direction": 194,
        "latitude": 59.41255,
        "line": "22",
        "longitude": 24.63518,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1353"
      },
      {
        "at_stop": true,
        "direction": 27,
        "latitude": 59.4101,
        "line": "11",
        "longitude": 24.66337,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1354"
      },
      {
        "at_stop": true,
        "direction": 339,
        "latitude": 59.45953,
        "line": "22",
        "longitude": 24.57301,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1355"
      },
      {
        "at_stop": true,
        "direction": 162,
        "latitude": 59.42163,
        "line": "45",
        "longitude": 24.81109,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1356"
      },
      {
        "at_stop": false,
        "direction": 174,
        "latitude": 59.43573,
        "line": "18",
        "longitude": 24.75744,
        "nearest_stop": "Urda",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1362"
      },
      {
        "at_stop": false,
        "direction": 144,
        "latitude": 59.47062,
        "line": "34",
        "longitude": 24.9016,
        "nearest_stop": "Muuga aedlinn",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1363"
      },
      {
        "at_stop": false,
        "direction": 197,
        "latitude": 59.38719,
        "line": "5",
        "longitude": 24.71804,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1366"
      },
      {
        "at_stop": false,
        "direction": 199,
        "latitude": 59.41264,
        "line": "12",
        "longitude": 24.63506,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1367"
      },
      {
        "at_stop": true,
        "direction": 299,
        "latitude": 59.41277,
        "line": "36",
        "longitude": 24.64029,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1384"
      },
      {
        "at_stop": true,
        "direction": 1,
        "latitude": 59.44499,
        "line": "67",
        "longitude": 24.89725,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1401"
      },
      {
        "at_stop": true,
        "direction": 338,
        "latitude": 59.45044,
        "line": "13",
        "longitude": 24.86067,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1412"
      },
      {
        "at_stop": true,
        "direction": 152,
        "latitude": 59.44267,
        "line": "40",
        "longitude": 24.70456,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1415"
      },
      {
        "at_stop": true,
        "direction": 280,
        "latitude": 59.42944,
        "line": "42",
        "longitude": 24.69884,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1421"
      },
      {
        "at_stop": true,
        "direction": 42,
        "latitude": 59.43494,
        "line": "36",
        "longitude": 24.74845,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1423"
      },
      {
        "at_stop": true,
        "direction": 273,
        "latitude": 59.43745,
        "line": "1",
        "longitude": 24.75777,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1424"
      },
      {
        "at_stop": true,
        "direction": 216,
        "latitude": 59.41765,
        "line": "13",
        "longitude": 24.76355,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1425"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.37164,
        "line": "18",
        "longitude": 24.66158,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1426"
      },
      {
        "at_stop": true,
        "direction": 63,
        "latitude": 59.43249,
        "line": "67",
        "longitude": 24.74254,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1427"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.40922,
        "line": "36",
        "longitude": 24.73585,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1428"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.50484,
        "line": "1",
        "longitude": 24.82829,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1439"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.40494,
        "line": "24",
        "longitude": 24.65621,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1449"
      },
      {
        "at_stop": true,
        "direction": 305,
        "latitude": 59.42683,
        "line": "23",
        "longitude": 24.77274,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1486"
      },
      {
        "at_stop": true,
        "direction": 7,
        "latitude": 59.43152,
        "line": "18",
        "longitude": 24.74562,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1489"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.42507,
        "line": "12",
        "longitude": 24.79466,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1491"
      },
      {
        "at_stop": true,
        "direction": 138,
        "latitude": 59.39504,
        "line": "67",
        "longitude": 24.6844,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1492"
      },
      {
        "at_stop": true,
        "direction": 156,
        "latitude": 59.41204,
        "line": "42",
        "longitude": 24.63544,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1493"
      },
      {
        "at_stop": true,
        "direction": 278,
        "latitude": 59.42944,
        "line": "8",
        "longitude": 24.69829,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1494"
      },
      {
        "at_stop": true,
        "direction": 313,
        "latitude": 59.41165,
        "line": "28",
        "longitude": 24.66336,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1496"
      },
      {
        "at_stop": true,
        "direction": 57,
        "latitude": 59.44319,
        "line": "8",
        "longitude": 24.74942,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1500"
      },
      {
        "at_stop": true,
        "direction": 332,
        "latitude": 59.4431,
        "line": "66",
        "longitude": 24.70431,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1506"
      },
      {
        "at_stop": true,
        "direction": 338,
        "latitude": 59.40505,
        "line": "23",
        "longitude": 24.6559,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1516"
      },
      {
        "at_stop": true,
        "direction": 40,
        "latitude": 59.43918,
        "line": "18",
        "longitude": 24.75933,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1518"
      },
      {
        "at_stop": true,
        "direction": 291,
        "latitude": 59.38789,
        "line": "36",
        "longitude": 24.68459,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1546"
      },
      {
        "at_stop": true,
        "direction": 217,
        "latitude": 59.43077,
        "line": "42",
        "longitude": 24.73774,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1553"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.43891,
        "line": "21",
        "longitude": 24.76046,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1559"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.44198,
        "line": "67",
        "longitude": 24.86707,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1563"
      },
      {
        "at_stop": true,
        "direction": 254,
        "latitude": 59.42504,
        "line": "12",
        "longitude": 24.79319,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1569"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.40473,
        "line": "23",
        "longitude": 24.65563,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1631"
      },
      {
        "at_stop": false,
        "direction": 131,
        "latitude": 59.3589,
        "line": "1",
        "longitude": 24.63231,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1649"
      },
      {
        "at_stop": true,
        "direction": 281,
        "latitude": 59.44384,
        "line": "8",
        "longitude": 24.75065,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1740"
      },
      {
        "at_stop": true,
        "direction": 222,
        "latitude": 59.40433,
        "line": "24A",
        "longitude": 24.65585,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1747"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.42627,
        "line": "54",
        "longitude": 24.80603,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1757"
      },
      {
        "at_stop": true,
        "direction": 229,
        "latitude": 59.44254,
        "line": "37",
        "longitude": 24.59476,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1759"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.43357,
        "line": "41",
        "longitude": 24.72016,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1772"
      },
      {
        "at_stop": true,
        "direction": 193,
        "latitude": 59.42517,
        "line": "28",
        "longitude": 24.74771,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1774"
      },
      {
        "at_stop": true,
        "direction": 104,
        "latitude": 59.40955,
        "line": "37",
        "longitude": 24.6757,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1798"
      },
      {
        "at_stop": true,
        "direction": 226,
        "latitude": 59.40133,
        "line": "11",
        "longitude": 24.69491,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1813"
      },
      {
        "at_stop": true,
        "direction": 53,
        "latitude": 59.47105,
        "line": "59",
        "longitude": 24.71952,
        "nearest_stop": "Pikakari",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1829"
      },
      {
        "at_stop": true,
        "direction": 106,
        "latitude": 59.4274,
        "line": "67",
        "longitude": 24.76851,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1888"
      },
      {
        "at_stop": true,
        "direction": 267,
        "latitude": 59.44309,
        "line": "58",
        "longitude": 24.87098,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1956"
      },
      {
        "at_stop": true,
        "direction": 35,
        "latitude": 59.43932,
        "line": "8A",
        "longitude": 24.76029,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1957"
      },
      {
        "at_stop": true,
        "direction": 181,
        "latitude": 59.41838,
        "line": "47",
        "longitude": 24.79877,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1960"
      },
      {
        "at_stop": true,
        "direction": 254,
        "latitude": 59.44734,
        "line": "9",
        "longitude": 24.89519,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1961"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.44899,
        "line": "65",
        "longitude": 24.86625,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1967"
      },
      {
        "at_stop": true,
        "direction": 298,
        "latitude": 59.45209,
        "line": "31A",
        "longitude": 24.89192,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1969"
      },
      {
        "at_stop": true,
        "direction": 36,
        "latitude": 59.46073,
        "line": "5",
        "longitude": 24.81947,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2032"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.43473,
        "line": "66",
        "longitude": 24.83589,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2034"
      },
      {
        "at_stop": true,
        "direction": 144,
        "latitude": 59.4138,
        "line": "16",
        "longitude": 24.65914,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2035"
      },
      {
        "at_stop": true,
        "direction": 106,
        "latitude": 59.45183,
        "line": "13",
        "longitude": 24.83978,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2045"
      },
      {
        "at_stop": false,
        "direction": 28,
        "latitude": 59.40672,
        "line": "61",
        "longitude": 24.68323,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2048"
      },
      {
        "at_stop": true,
        "direction": 268,
        "latitude": 59.42299,
        "line": "7",
        "longitude": 24.79436,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2061"
      },
      {
        "at_stop": true,
        "direction": 149,
        "latitude": 59.43201,
        "line": "48",
        "longitude": 24.85095,
        "nearest_stop": "Pirita keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2064"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.44668,
        "line": "73",
        "longitude": 24.74641,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2065"
      },
      {
        "at_stop": true,
        "direction": 116,
        "latitude": 59.412,
        "line": "16",
        "longitude": 24.63544,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2074"
      },
      {
        "at_stop": false,
        "direction": 252,
        "latitude": 59.43404,
        "line": "54",
        "longitude": 24.83153,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2081"
      },
      {
        "at_stop": false,
        "direction": 211,
        "latitude": 59.41321,
        "line": "26A",
        "longitude": 24.65287,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2082"
      },
      {
        "at_stop": false,
        "direction": 61,
        "latitude": 59.38773,
        "line": "10",
        "longitude": 24.68329,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2094"
      },
      {
        "at_stop": false,
        "direction": 207,
        "latitude": 59.41476,
        "line": "27",
        "longitude": 24.58312,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2095"
      },
      {
        "at_stop": false,
        "direction": 271,
        "latitude": 59.41467,
        "line": "27",
        "longitude": 24.58352,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2096"
      },
      {
        "at_stop": true,
        "direction": 178,
        "latitude": 59.3656,
        "line": "5",
        "longitude": 24.71787,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2100"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.36575,
        "line": "1",
        "longitude": 24.64212,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2122"
      },
      {
        "at_stop": true,
        "direction": 179,
        "latitude": 59.35877,
        "line": "1",
        "longitude": 24.63232,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2123"
      },
      {
        "at_stop": true,
        "direction": 55,
        "latitude": 59.44175,
        "line": "2",
        "longitude": 24.74273,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2125"
      },
      {
        "at_stop": true,
        "direction": 283,
        "latitude": 59.42928,
        "line": "46",
        "longitude": 24.70088,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2126"
      },
      {
        "at_stop": true,
        "direction": 37,
        "latitude": 59.4129,
        "line": "4",
        "longitude": 24.63675,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2127"
      },
      {
        "at_stop": false,
        "direction": 134,
        "latitude": 59.39726,
        "line": "24A",
        "longitude": 24.66416,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2130"
      },
      {
        "at_stop": true,
        "direction": 213,
        "latitude": 59.45268,
        "line": "3",
        "longitude": 24.70284,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2132"
      },
      {
        "at_stop": true,
        "direction": 238,
        "latitude": 59.42991,
        "line": "33",
        "longitude": 24.70782,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2133"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.45115,
        "line": "73",
        "longitude": 24.72668,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2134"
      },
      {
        "at_stop": true,
        "direction": 136,
        "latitude": 59.37807,
        "line": "33",
        "longitude": 24.70452,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2140"
      },
      {
        "at_stop": true,
        "direction": 169,
        "latitude": 59.41239,
        "line": "4",
        "longitude": 24.63463,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2188"
      },
      {
        "at_stop": true,
        "direction": 278,
        "latitude": 59.38367,
        "line": "10",
        "longitude": 24.65427,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2194"
      },
      {
        "at_stop": true,
        "direction": 260,
        "latitude": 59.44335,
        "line": "25",
        "longitude": 24.7639,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2195"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.43636,
        "line": "37",
        "longitude": 24.60688,
        "nearest_stop": "Kakumäe sadam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2198"
      },
      {
        "at_stop": true,
        "direction": 42,
        "latitude": 59.39554,
        "line": "61",
        "longitude": 24.71553,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2200"
      },
      {
        "at_stop": true,
        "direction": 78,
        "latitude": 59.43695,
        "line": "4",
        "longitude": 24.57443,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2208"
      },
      {
        "at_stop": true,
        "direction": 12,
        "latitude": 59.36591,
        "line": "20",
        "longitude": 24.62962,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2221"
      },
      {
        "at_stop": true,
        "direction": 67,
        "latitude": 59.44265,
        "line": "46",
        "longitude": 24.88724,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2224"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.44569,
        "line": "42",
        "longitude": 24.88077,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2252"
      },
      {
        "at_stop": true,
        "direction": 100,
        "latitude": 59.40697,
        "line": "61",
        "longitude": 24.6405,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2253"
      },
      {
        "at_stop": true,
        "direction": 35,
        "latitude": 59.38957,
        "line": "5",
        "longitude": 24.72086,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2254"
      },
      {
        "at_stop": true,
        "direction": 24,
        "latitude": 59.45628,
        "line": "5",
        "longitude": 24.81069,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2255"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.43929,
        "line": "8A",
        "longitude": 24.76028,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2258"
      },
      {
        "at_stop": true,
        "direction": 295,
        "latitude": 59.41948,
        "line": "16",
        "longitude": 24.64748,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2284"
      },
      {
        "at_stop": true,
        "direction": 359,
        "latitude": 59.36643,
        "line": "33",
        "longitude": 24.71793,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2286"
      },
      {
        "at_stop": true,
        "direction": 9,
        "latitude": 59.44534,
        "line": "46",
        "longitude": 24.89729,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2292"
      },
      {
        "at_stop": true,
        "direction": 235,
        "latitude": 59.43602,
        "line": "73",
        "longitude": 24.75112,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2311"
      },
      {
        "at_stop": true,
        "direction": 210,
        "latitude": 59.42846,
        "line": "16",
        "longitude": 24.7036,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2325"
      },
      {
        "at_stop": true,
        "direction": 10,
        "latitude": 59.42861,
        "line": "73",
        "longitude": 24.743,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2331"
      },
      {
        "at_stop": true,
        "direction": 284,
        "latitude": 59.43556,
        "line": "46",
        "longitude": 24.75856,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2333"
      },
      {
        "at_stop": true,
        "direction": 93,
        "latitude": 59.42737,
        "line": "16",
        "longitude": 24.71954,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2414"
      },
      {
        "at_stop": true,
        "direction": 188,
        "latitude": 59.41242,
        "line": "4",
        "longitude": 24.63426,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2417"
      },
      {
        "at_stop": true,
        "direction": 180,
        "latitude": 59.36572,
        "line": "32",
        "longitude": 24.71819,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2441"
      },
      {
        "at_stop": true,
        "direction": 304,
        "latitude": 59.42003,
        "line": "73",
        "longitude": 24.74138,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2446"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.43821,
        "line": "1",
        "longitude": 24.77006,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2455"
      },
      {
        "at_stop": true,
        "direction": 120,
        "latitude": 59.43134,
        "line": "2",
        "longitude": 24.73863,
        "nearest_stop": "Mõigu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2472"
      },
      {
        "at_stop": false,
        "direction": 107,
        "latitude": 59.48131,
        "line": "8",
        "longitude": 24.89073,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2480"
      },
      {
        "at_stop": false,
        "direction": 112,
        "latitude": 59.41219,
        "line": "8",
        "longitude": 24.64042,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2482"
      },
      {
        "at_stop": true,
        "direction": 3,
        "latitude": 59.42048,
        "line": "16",
        "longitude": 24.76584,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2483"
      },
      {
        "at_stop": false,
        "direction": 275,
        "latitude": 59.44276,
        "line": "19",
        "longitude": 24.76308,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2484"
      },
      {
        "at_stop": true,
        "direction": 257,
        "latitude": 59.40364,
        "line": "20",
        "longitude": 24.66567,
        "nearest_stop": "Teelise",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2497"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.43656,
        "line": "21",
        "longitude": 24.60903,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2498"
      },
      {
        "at_stop": true,
        "direction": 331,
        "latitude": 59.44931,
        "line": "33",
        "longitude": 24.69786,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2510"
      },
      {
        "at_stop": true,
        "direction": 189,
        "latitude": 59.4122,
        "line": "46",
        "longitude": 24.63543,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2513"
      },
      {
        "at_stop": true,
        "direction": 147,
        "latitude": 59.45904,
        "line": "5",
        "longitude": 24.87884,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2525"
      },
      {
        "at_stop": true,
        "direction": 269,
        "latitude": 59.43398,
        "line": "16",
        "longitude": 24.75645,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2527"
      },
      {
        "at_stop": true,
        "direction": 119,
        "latitude": 59.41194,
        "line": "42",
        "longitude": 24.63544,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2542"
      },
      {
        "at_stop": true,
        "direction": 67,
        "latitude": 59.3752,
        "line": "1",
        "longitude": 24.67452,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2543"
      },
      {
        "at_stop": true,
        "direction": 32,
        "latitude": 59.44323,
        "line": "25",
        "longitude": 24.76377,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2556"
      },
      {
        "at_stop": false,
        "direction": 252,
        "latitude": 59.4415,
        "line": "59",
        "longitude": 24.74097,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2567"
      },
      {
        "at_stop": false,
        "direction": 110,
        "latitude": 59.42796,
        "line": "21",
        "longitude": 24.71113,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2570"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.4282,
        "line": "16",
        "longitude": 24.74861,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2580"
      },
      {
        "at_stop": false,
        "direction": 123,
        "latitude": 59.3901,
        "line": "45",
        "longitude": 24.68096,
        "nearest_stop": "Ülemiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2590"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.41574,
        "line": "13",
        "longitude": 24.84484,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2591"
      },
      {
        "at_stop": false,
        "direction": 23,
        "latitude": 59.45665,
        "line": "8",
        "longitude": 24.81102,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2595"
      },
      {
        "at_stop": false,
        "direction": 235,
        "latitude": 59.43007,
        "line": "41",
        "longitude": 24.70828,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2596"
      },
      {
        "at_stop": true,
        "direction": 182,
        "latitude": 59.3971,
        "line": "33",
        "longitude": 24.67242,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2600"
      },
      {
        "at_stop": true,
        "direction": 195,
        "latitude": 59.41463,
        "line": "10",
        "longitude": 24.65425,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2618"
      },
      {
        "at_stop": true,
        "direction": 105,
        "latitude": 59.42913,
        "line": "25",
        "longitude": 24.61812,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2632"
      },
      {
        "at_stop": true,
        "direction": 185,
        "latitude": 59.42285,
        "line": "5",
        "longitude": 24.74241,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2635"
      },
      {
        "at_stop": true,
        "direction": 329,
        "latitude": 59.41839,
        "line": "26",
        "longitude": 24.65088,
        "nearest_stop": "Paljassaare",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2641"
      },
      {
        "at_stop": true,
        "direction": 355,
        "latitude": 59.35912,
        "line": "10",
        "longitude": 24.63045,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2643"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.42773,
        "line": "25",
        "longitude": 24.71739,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2647"
      },
      {
        "at_stop": true,
        "direction": 119,
        "latitude": 59.41972,
        "line": "3",
        "longitude": 24.74242,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2648"
      },
      {
        "at_stop": true,
        "direction": 172,
        "latitude": 59.43582,
        "line": "20",
        "longitude": 24.75741,
        "nearest_stop": "Teelise",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2650"
      },
      {
        "at_stop": true,
        "direction": 25,
        "latitude": 59.40709,
        "line": "20",
        "longitude": 24.7339,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2658"
      },
      {
        "at_stop": true,
        "direction": 31,
        "latitude": 59.4136,
        "line": "61",
        "longitude": 24.65364,
        "nearest_stop": "Järve haigla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2662"
      },
      {
        "at_stop": true,
        "direction": 84,
        "latitude": 59.46015,
        "line": "26",
        "longitude": 24.70472,
        "nearest_stop": "Paljassaare",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2668"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.42962,
        "line": "26",
        "longitude": 24.70645,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2669"
      },
      {
        "at_stop": true,
        "direction": 35,
        "latitude": 59.43452,
        "line": "5",
        "longitude": 24.74763,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2673"
      },
      {
        "at_stop": true,
        "direction": 146,
        "latitude": 59.41235,
        "line": "61",
        "longitude": 24.63491,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2683"
      },
      {
        "at_stop": true,
        "direction": 169,
        "latitude": 59.3978,
        "line": "27",
        "longitude": 24.67182,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2684"
      },
      {
        "at_stop": true,
        "direction": 181,
        "latitude": 59.36573,
        "line": "32",
        "longitude": 24.71801,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2689"
      },
      {
        "at_stop": true,
        "direction": 33,
        "latitude": 59.3615,
        "line": "27",
        "longitude": 24.61399,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2690"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.43868,
        "line": "5",
        "longitude": 24.77277,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2695"
      },
      {
        "at_stop": true,
        "direction": 317,
        "latitude": 59.44514,
        "line": "12",
        "longitude": 24.8966,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2705"
      },
      {
        "at_stop": true,
        "direction": 333,
        "latitude": 59.44327,
        "line": "35",
        "longitude": 24.70414,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2707"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.51937,
        "line": "1",
        "longitude": 24.84114,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2720"
      },
      {
        "at_stop": true,
        "direction": 323,
        "latitude": 59.42038,
        "line": "28",
        "longitude": 24.74144,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2721"
      },
      {
        "at_stop": true,
        "direction": 112,
        "latitude": 59.41264,
        "line": "54",
        "longitude": 24.63592,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2722"
      },
      {
        "at_stop": true,
        "direction": 163,
        "latitude": 59.40644,
        "line": "10",
        "longitude": 24.66782,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2723"
      },
      {
        "at_stop": true,
        "direction": 56,
        "latitude": 59.3861,
        "line": "27",
        "longitude": 24.67744,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2724"
      },
      {
        "at_stop": true,
        "direction": 207,
        "latitude": 59.39091,
        "line": "62",
        "longitude": 24.61375,
        "nearest_stop": "Mäeküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2725"
      },
      {
        "at_stop": true,
        "direction": 264,
        "latitude": 59.44307,
        "line": "46",
        "longitude": 24.87118,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2726"
      },
      {
        "at_stop": true,
        "direction": 216,
        "latitude": 59.4046,
        "line": "61",
        "longitude": 24.61558,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2727"
      },
      {
        "at_stop": true,
        "direction": 305,
        "latitude": 59.46062,
        "line": "73",
        "longitude": 24.6772,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2728"
      },
      {
        "at_stop": true,
        "direction": 142,
        "latitude": 59.44227,
        "line": "25",
        "longitude": 24.76966,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2729"
      },
      {
        "at_stop": true,
        "direction": 104,
        "latitude": 59.43373,
        "line": "46",
        "longitude": 24.77226,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2730"
      },
      {
        "at_stop": true,
        "direction": 16,
        "latitude": 59.40648,
        "line": "2",
        "longitude": 24.81604,
        "nearest_stop": "Mõigu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2731"
      },
      {
        "at_stop": true,
        "direction": 172,
        "latitude": 59.4119,
        "line": "10",
        "longitude": 24.6353,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2732"
      },
      {
        "at_stop": true,
        "direction": 13,
        "latitude": 59.47119,
        "line": "1",
        "longitude": 24.83574,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2748"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.44931,
        "line": "54",
        "longitude": 24.88892,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2752"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.37604,
        "line": "57",
        "longitude": 24.73681,
        "nearest_stop": "Kalev",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2767"
      },
      {
        "at_stop": true,
        "direction": 183,
        "latitude": 59.42308,
        "line": "32",
        "longitude": 24.74239,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2770"
      },
      {
        "at_stop": true,
        "direction": 25,
        "latitude": 59.44363,
        "line": "3",
        "longitude": 24.75245,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2773"
      },
      {
        "at_stop": true,
        "direction": 32,
        "latitude": 59.41727,
        "line": "33",
        "longitude": 24.68086,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2775"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.428,
        "line": "25",
        "longitude": 24.72428,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2776"
      },
      {
        "at_stop": true,
        "direction": 339,
        "latitude": 59.37885,
        "line": "33",
        "longitude": 24.67571,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2784"
      },
      {
        "at_stop": true,
        "direction": 145,
        "latitude": 59.4214,
        "line": "42",
        "longitude": 24.64916,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2787"
      },
      {
        "at_stop": true,
        "direction": 45,
        "latitude": 59.43916,
        "line": "34",
        "longitude": 24.75937,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2789"
      },
      {
        "at_stop": true,
        "direction": 121,
        "latitude": 59.41194,
        "line": "10",
        "longitude": 24.63549,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2804"
      },
      {
        "at_stop": true,
        "direction": 181,
        "latitude": 59.36558,
        "line": "5",
        "longitude": 24.71801,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2861"
      },
      {
        "at_stop": true,
        "direction": 108,
        "latitude": 59.35926,
        "line": "20",
        "longitude": 24.6322,
        "nearest_stop": "Teelise",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2897"
      },
      {
        "at_stop": true,
        "direction": 156,
        "latitude": 59.43572,
        "line": "35",
        "longitude": 24.82917,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2915"
      },
      {
        "at_stop": true,
        "direction": 231,
        "latitude": 59.38342,
        "line": "57",
        "longitude": 24.7064,
        "nearest_stop": "Raudalu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2923"
      },
      {
        "at_stop": true,
        "direction": 58,
        "latitude": 59.44501,
        "line": "60",
        "longitude": 24.81551,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3009"
      },
      {
        "at_stop": true,
        "direction": 150,
        "latitude": 59.4184,
        "line": "49",
        "longitude": 24.79867,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3010"
      },
      {
        "at_stop": true,
        "direction": 348,
        "latitude": 59.44523,
        "line": "35",
        "longitude": 24.89703,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3012"
      },
      {
        "at_stop": true,
        "direction": 230,
        "latitude": 59.44721,
        "line": "42",
        "longitude": 24.89531,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3013"
      },
      {
        "at_stop": true,
        "direction": 263,
        "latitude": 59.4112,
        "line": "13",
        "longitude": 24.64732,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3014"
      },
      {
        "at_stop": true,
        "direction": 152,
        "latitude": 59.43542,
        "line": "35",
        "longitude": 24.71222,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3021"
      },
      {
        "at_stop": true,
        "direction": 159,
        "latitude": 59.42079,
        "line": "13",
        "longitude": 24.84192,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3023"
      },
      {
        "at_stop": true,
        "direction": 276,
        "latitude": 59.45002,
        "line": "48",
        "longitude": 24.87214,
        "nearest_stop": "Pirita keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3029"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.41572,
        "line": "7",
        "longitude": 24.84694,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3030"
      },
      {
        "at_stop": true,
        "direction": 78,
        "latitude": 59.44256,
        "line": "44",
        "longitude": 24.79286,
        "nearest_stop": "P. Pinna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3031"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.40493,
        "line": "54",
        "longitude": 24.63878,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3032"
      },
      {
        "at_stop": true,
        "direction": 97,
        "latitude": 59.42934,
        "line": "42",
        "longitude": 24.69785,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3035"
      },
      {
        "at_stop": true,
        "direction": 24,
        "latitude": 59.41178,
        "line": "67",
        "longitude": 24.71579,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3036"
      },
      {
        "at_stop": true,
        "direction": 191,
        "latitude": 59.41223,
        "line": "46",
        "longitude": 24.63525,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3060"
      },
      {
        "at_stop": true,
        "direction": 28,
        "latitude": 59.44501,
        "line": "35",
        "longitude": 24.89723,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3063"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.44786,
        "line": "60",
        "longitude": 24.89519,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3067"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.43543,
        "line": "35",
        "longitude": 24.75629,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3070"
      },
      {
        "at_stop": true,
        "direction": 297,
        "latitude": 59.4363,
        "line": "31",
        "longitude": 24.81118,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3072"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.43507,
        "line": "31A",
        "longitude": 24.83857,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3101"
      },
      {
        "at_stop": true,
        "direction": 321,
        "latitude": 59.44786,
        "line": "46",
        "longitude": 24.89604,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3105"
      },
      {
        "at_stop": true,
        "direction": 30,
        "latitude": 59.42368,
        "line": "46",
        "longitude": 24.64855,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3135"
      },
      {
        "at_stop": true,
        "direction": 125,
        "latitude": 59.44756,
        "line": "58",
        "longitude": 24.89546,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3136"
      },
      {
        "at_stop": true,
        "direction": 248,
        "latitude": 59.43608,
        "line": "35",
        "longitude": 24.86717,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3182"
      },
      {
        "at_stop": true,
        "direction": 198,
        "latitude": 59.44772,
        "line": "58",
        "longitude": 24.8953,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3190"
      },
      {
        "at_stop": true,
        "direction": 222,
        "latitude": 59.45836,
        "line": "1",
        "longitude": 24.8125,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3206"
      },
      {
        "at_stop": true,
        "direction": 262,
        "latitude": 59.42048,
        "line": "42",
        "longitude": 24.64468,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3207"
      },
      {
        "at_stop": true,
        "direction": 183,
        "latitude": 59.4476,
        "line": "31",
        "longitude": 24.89545,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3211"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.43658,
        "line": "63",
        "longitude": 24.7575,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3213"
      },
      {
        "at_stop": true,
        "direction": 26,
        "latitude": 59.44522,
        "line": "50",
        "longitude": 24.89686,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3217"
      },
      {
        "at_stop": true,
        "direction": 158,
        "latitude": 59.35141,
        "line": "19",
        "longitude": 24.61051,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3218"
      },
      {
        "at_stop": true,
        "direction": 176,
        "latitude": 59.44788,
        "line": "30",
        "longitude": 24.896,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3220"
      },
      {
        "at_stop": true,
        "direction": 158,
        "latitude": 59.44591,
        "line": "31",
        "longitude": 24.86379,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3229"
      },
      {
        "at_stop": true,
        "direction": 116,
        "latitude": 59.44797,
        "line": "9",
        "longitude": 24.89594,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3231"
      },
      {
        "at_stop": true,
        "direction": 308,
        "latitude": 59.42528,
        "line": "15",
        "longitude": 24.78324,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3241"
      },
      {
        "at_stop": true,
        "direction": 340,
        "latitude": 59.43672,
        "line": "50",
        "longitude": 24.85788,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3245"
      },
      {
        "at_stop": true,
        "direction": 224,
        "latitude": 59.44189,
        "line": "35",
        "longitude": 24.78876,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3250"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.41583,
        "line": "49",
        "longitude": 24.84353,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3251"
      },
      {
        "at_stop": true,
        "direction": 301,
        "latitude": 59.43548,
        "line": "55",
        "longitude": 24.83687,
        "nearest_stop": "P. Pinna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3260"
      },
      {
        "at_stop": true,
        "direction": 132,
        "latitude": 59.44755,
        "line": "31A",
        "longitude": 24.89633,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3261"
      },
      {
        "at_stop": true,
        "direction": 189,
        "latitude": 59.4789,
        "line": "49",
        "longitude": 24.83992,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3267"
      },
      {
        "at_stop": true,
        "direction": 111,
        "latitude": 59.44762,
        "line": "40",
        "longitude": 24.89538,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3271"
      },
      {
        "at_stop": true,
        "direction": 154,
        "latitude": 59.4736,
        "line": "48",
        "longitude": 24.89758,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3274"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.44781,
        "line": "54",
        "longitude": 24.89607,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3276"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.43477,
        "line": "31",
        "longitude": 24.76398,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3278"
      },
      {
        "at_stop": true,
        "direction": 287,
        "latitude": 59.43522,
        "line": "31A",
        "longitude": 24.76125,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3280"
      },
      {
        "at_stop": true,
        "direction": 282,
        "latitude": 59.43082,
        "line": "25",
        "longitude": 24.60644,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3283"
      },
      {
        "at_stop": true,
        "direction": 234,
        "latitude": 59.43475,
        "line": "3",
        "longitude": 24.75252,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3295"
      },
      {
        "at_stop": true,
        "direction": 48,
        "latitude": 59.43341,
        "line": "42",
        "longitude": 24.74936,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3296"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.43955,
        "line": "7",
        "longitude": 24.83309,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3298"
      },
      {
        "at_stop": true,
        "direction": 93,
        "latitude": 59.44762,
        "line": "65",
        "longitude": 24.89533,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3303"
      },
      {
        "at_stop": true,
        "direction": 349,
        "latitude": 59.43682,
        "line": "55",
        "longitude": 24.75719,
        "nearest_stop": "Hobujaama",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3306"
      },
      {
        "at_stop": true,
        "direction": 1,
        "latitude": 59.42115,
        "line": "65",
        "longitude": 24.80222,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3308"
      },
      {
        "at_stop": true,
        "direction": 272,
        "latitude": 59.41631,
        "line": "15",
        "longitude": 24.86585,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3309"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.41576,
        "line": "15",
        "longitude": 24.86683,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3310"
      },
      {
        "at_stop": true,
        "direction": 137,
        "latitude": 59.42576,
        "line": "15",
        "longitude": 24.78138,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3312"
      },
      {
        "at_stop": true,
        "direction": 243,
        "latitude": 59.45345,
        "line": "63",
        "longitude": 24.85978,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3313"
      },
      {
        "at_stop": true,
        "direction": 299,
        "latitude": 59.4322,
        "line": "48",
        "longitude": 24.84501,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3314"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.43134,
        "line": "65",
        "longitude": 24.83337,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3318"
      },
      {
        "at_stop": true,
        "direction": 306,
        "latitude": 59.42595,
        "line": "54",
        "longitude": 24.77458,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3319"
      },
      {
        "at_stop": true,
        "direction": 77,
        "latitude": 59.43588,
        "line": "58",
        "longitude": 24.84402,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3322"
      },
      {
        "at_stop": true,
        "direction": 257,
        "latitude": 59.44876,
        "line": "40",
        "longitude": 24.69643,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3360"
      },
      {
        "at_stop": true,
        "direction": 285,
        "latitude": 59.40991,
        "line": "13",
        "longitude": 24.67341,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3361"
      },
      {
        "at_stop": true,
        "direction": 5,
        "latitude": 59.4449,
        "line": "67",
        "longitude": 24.89733,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3368"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.47134,
        "line": "38",
        "longitude": 24.87714,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3374"
      },
      {
        "at_stop": true,
        "direction": 263,
        "latitude": 59.42615,
        "line": "7",
        "longitude": 24.80337,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3378"
      },
      {
        "at_stop": true,
        "direction": 128,
        "latitude": 59.41843,
        "line": "49",
        "longitude": 24.79997,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3379"
      },
      {
        "at_stop": true,
        "direction": 126,
        "latitude": 59.39035,
        "line": "47",
        "longitude": 24.8027,
        "nearest_stop": "Peetri kool",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3380"
      },
      {
        "at_stop": true,
        "direction": 108,
        "latitude": 59.41026,
        "line": "13",
        "longitude": 24.66879,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3382"
      },
      {
        "at_stop": true,
        "direction": 205,
        "latitude": 59.46704,
        "line": "48",
        "longitude": 24.83251,
        "nearest_stop": "Pirita keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3388"
      },
      {
        "at_stop": true,
        "direction": 253,
        "latitude": 59.39869,
        "line": "67",
        "longitude": 24.68069,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3392"
      },
      {
        "at_stop": true,
        "direction": 93,
        "latitude": 59.39488,
        "line": "19",
        "longitude": 24.65149,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3393"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.43647,
        "line": "50",
        "longitude": 24.84806,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3394"
      },
      {
        "at_stop": true,
        "direction": 191,
        "latitude": 59.41258,
        "line": "42",
        "longitude": 24.63591,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3400"
      },
      {
        "at_stop": true,
        "direction": 122,
        "latitude": 59.44779,
        "line": "6",
        "longitude": 24.89606,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3430"
      },
      {
        "at_stop": true,
        "direction": 101,
        "latitude": 59.44801,
        "line": "9",
        "longitude": 24.89584,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3434"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.43894,
        "line": "44",
        "longitude": 24.7604,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3436"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.39787,
        "line": "67",
        "longitude": 24.67524,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3444"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.43283,
        "line": "31",
        "longitude": 24.82409,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3447"
      },
      {
        "at_stop": true,
        "direction": 71,
        "latitude": 59.43612,
        "line": "44",
        "longitude": 24.84538,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3450"
      },
      {
        "at_stop": true,
        "direction": 262,
        "latitude": 59.44317,
        "line": "40",
        "longitude": 24.7958,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3457"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.43267,
        "line": "3",
        "longitude": 24.74309,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3458"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.44342,
        "line": "60",
        "longitude": 24.79928,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3466"
      },
      {
        "at_stop": true,
        "direction": 154,
        "latitude": 59.43097,
        "line": "67",
        "longitude": 24.73832,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3467"
      },
      {
        "at_stop": true,
        "direction": 215,
        "latitude": 59.42649,
        "line": "58",
        "longitude": 24.79695,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3469"
      },
      {
        "at_stop": true,
        "direction": 137,
        "latitude": 59.41255,
        "line": "13",
        "longitude": 24.63554,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3470"
      },
      {
        "at_stop": true,
        "direction": 64,
        "latitude": 59.44238,
        "line": "40",
        "longitude": 24.85502,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3479"
      },
      {
        "at_stop": true,
        "direction": 190,
        "latitude": 59.44719,
        "line": "12",
        "longitude": 24.89542,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3485"
      },
      {
        "at_stop": true,
        "direction": 143,
        "latitude": 59.44774,
        "line": "42",
        "longitude": 24.89529,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3487"
      },
      {
        "at_stop": true,
        "direction": 337,
        "latitude": 59.44635,
        "line": "60",
        "longitude": 24.8978,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3488"
      },
      {
        "at_stop": true,
        "direction": 334,
        "latitude": 59.43653,
        "line": "12",
        "longitude": 24.82874,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3490"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.44286,
        "line": "42",
        "longitude": 24.87608,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3509"
      },
      {
        "at_stop": true,
        "direction": 20,
        "latitude": 59.44523,
        "line": "7",
        "longitude": 24.89697,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3511"
      },
      {
        "at_stop": true,
        "direction": 268,
        "latitude": 59.44312,
        "line": "7",
        "longitude": 24.87226,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3512"
      },
      {
        "at_stop": true,
        "direction": 227,
        "latitude": 59.45921,
        "line": "34",
        "longitude": 24.81402,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3517"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.43747,
        "line": "9",
        "longitude": 24.81437,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3521"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.44198,
        "line": "66",
        "longitude": 24.77292,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3531"
      },
      {
        "at_stop": true,
        "direction": 296,
        "latitude": 59.43284,
        "line": "2",
        "longitude": 24.76293,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3532"
      },
      {
        "at_stop": true,
        "direction": 295,
        "latitude": 59.43268,
        "line": "39",
        "longitude": 24.76351,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3534"
      },
      {
        "at_stop": true,
        "direction": 6,
        "latitude": 59.4133,
        "line": "54",
        "longitude": 24.63394,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3538"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.4421,
        "line": "67",
        "longitude": 24.88285,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3540"
      },
      {
        "at_stop": true,
        "direction": 180,
        "latitude": 59.41247,
        "line": "12",
        "longitude": 24.63583,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3548"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.43486,
        "line": "42",
        "longitude": 24.79748,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3549"
      },
      {
        "at_stop": true,
        "direction": 73,
        "latitude": 59.43834,
        "line": "40",
        "longitude": 24.77117,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3551"
      },
      {
        "at_stop": true,
        "direction": 159,
        "latitude": 59.43755,
        "line": "48",
        "longitude": 24.85211,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3554"
      },
      {
        "at_stop": true,
        "direction": 289,
        "latitude": 59.44428,
        "line": "65",
        "longitude": 24.8391,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3562"
      },
      {
        "at_stop": true,
        "direction": 53,
        "latitude": 59.43913,
        "line": "38",
        "longitude": 24.76028,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3572"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.42727,
        "line": "24A",
        "longitude": 24.72082,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3574"
      },
      {
        "at_stop": true,
        "direction": 180,
        "latitude": 59.44775,
        "line": "66",
        "longitude": 24.89609,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3576"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.42821,
        "line": "46",
        "longitude": 24.7261,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3577"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.43843,
        "line": "8A",
        "longitude": 24.77111,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3578"
      },
      {
        "at_stop": true,
        "direction": 144,
        "latitude": 59.44738,
        "line": "42",
        "longitude": 24.89556,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3582"
      },
      {
        "at_stop": true,
        "direction": 121,
        "latitude": 59.4314,
        "line": "40",
        "longitude": 24.73833,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3583"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.44183,
        "line": "39",
        "longitude": 24.82289,
        "nearest_stop": "Liikuri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3588"
      },
      {
        "at_stop": true,
        "direction": 293,
        "latitude": 59.44796,
        "line": "46",
        "longitude": 24.89585,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3594"
      },
      {
        "at_stop": true,
        "direction": 14,
        "latitude": 59.47151,
        "line": "49",
        "longitude": 24.83585,
        "nearest_stop": "Viimsi keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3619"
      },
      {
        "at_stop": true,
        "direction": 122,
        "latitude": 59.41972,
        "line": "49",
        "longitude": 24.82921,
        "nearest_stop": "Viimsi keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3670"
      },
      {
        "at_stop": true,
        "direction": 158,
        "latitude": 59.44396,
        "line": "40",
        "longitude": 24.87545,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3702"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.47951,
        "line": "34",
        "longitude": 24.92567,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3703"
      },
      {
        "at_stop": true,
        "direction": 244,
        "latitude": 59.43863,
        "line": "42",
        "longitude": 24.81705,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3762"
      },
      {
        "at_stop": true,
        "direction": 115,
        "latitude": 59.44757,
        "line": "31",
        "longitude": 24.8963,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3763"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.43856,
        "line": "44",
        "longitude": 24.7718,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3779"
      },
      {
        "at_stop": true,
        "direction": 56,
        "latitude": 59.44509,
        "line": "66",
        "longitude": 24.81575,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3780"
      },
      {
        "at_stop": true,
        "direction": 103,
        "latitude": 59.43328,
        "line": "55",
        "longitude": 24.77612,
        "nearest_stop": "P. Pinna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3781"
      },
      {
        "at_stop": true,
        "direction": 166,
        "latitude": 59.44861,
        "line": "63",
        "longitude": 24.89095,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3788"
      },
      {
        "at_stop": true,
        "direction": 110,
        "latitude": 59.41802,
        "line": "39",
        "longitude": 24.74761,
        "nearest_stop": "Liikuri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3794"
      },
      {
        "at_stop": true,
        "direction": 297,
        "latitude": 59.42882,
        "line": "54",
        "longitude": 24.70766,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3810"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.44041,
        "line": "12",
        "longitude": 24.84536,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3929"
      },
      {
        "at_stop": true,
        "direction": 286,
        "latitude": 59.40885,
        "line": "12",
        "longitude": 24.68254,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3999"
      },
      {
        "at_stop": false,
        "direction": 147,
        "latitude": 59.40075,
        "line": "85",
        "longitude": 24.65871,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6349"
      },
      {
        "at_stop": false,
        "direction": 80,
        "latitude": 59.39888,
        "line": "84",
        "longitude": 24.68356,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6352"
      },
      {
        "at_stop": false,
        "direction": 164,
        "latitude": 59.42867,
        "line": "84",
        "longitude": 24.72547,
        "nearest_stop": "Keskuse",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6353"
      },
      {
        "at_stop": false,
        "direction": 239,
        "latitude": 59.43974,
        "line": "85",
        "longitude": 24.73766,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6355"
      },
      {
        "at_stop": false,
        "direction": 42,
        "latitude": 59.44163,
        "line": "84",
        "longitude": 24.74133,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6356"
      },
      {
        "at_stop": false,
        "direction": 339,
        "latitude": 59.43066,
        "line": "84",
        "longitude": 24.71837,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6357"
      },
      {
        "at_stop": false,
        "direction": 243,
        "latitude": 59.42939,
        "line": "85",
        "longitude": 24.70556,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6358"
      },
      {
        "at_stop": false,
        "direction": 57,
        "latitude": 59.44161,
        "line": "84",
        "longitude": 24.74243,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6359"
      },
      {
        "at_stop": false,
        "direction": 146,
        "latitude": 59.40062,
        "line": "81",
        "longitude": 24.65865,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6360"
      },
      {
        "at_stop": false,
        "direction": 24,
        "latitude": 59.42864,
        "line": "85",
        "longitude": 24.70405,
        "nearest_stop": "Balti jaam",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6361"
      },
      {
        "at_stop": false,
        "direction": 182,
        "latitude": 59.40071,
        "line": "85",
        "longitude": 24.65867,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6362"
      },
      {
        "at_stop": false,
        "direction": 156,
        "latitude": 59.43303,
        "line": "81",
        "longitude": 24.73441,
        "nearest_stop": "Kaubamaja",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6363"
      },
      {
        "at_stop": false,
        "direction": 26,
        "latitude": 59.41891,
        "line": "81",
        "longitude": 24.69512,
        "nearest_stop": "Kaubamaja",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6453"
      },
      {
        "at_stop": false,
        "direction": 303,
        "latitude": 59.45505,
        "line": "72",
        "longitude": 24.68881,
        "nearest_stop": "Kopli",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6455"
      },
      {
        "at_stop": false,
        "direction": 61,
        "latitude": 59.40043,
        "line": "72",
        "longitude": 24.69356,
        "nearest_stop": "Kopli",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6457"
      },
      {
        "at_stop": false,
        "direction": 110,
        "latitude": 59.45469,
        "line": "72",
        "longitude": 24.68293,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6461"
      },
      {
        "at_stop": false,
        "direction": 341,
        "latitude": 59.43099,
        "line": "72",
        "longitude": 24.71812,
        "nearest_stop": "Kopli",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6462"
      },
      {
        "at_stop": false,
        "direction": 113,
        "latitude": 59.40022,
        "line": "72",
        "longitude": 24.65942,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6463"
      },
      {
        "at_stop": false,
        "direction": 206,
        "latitude": 59.41061,
        "line": "81",
        "longitude": 24.68696,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6464"
      },
      {
        "at_stop": false,
        "direction": 138,
        "latitude": 59.40008,
        "line": "83",
        "longitude": 24.65967,
        "nearest_stop": "Kaubamaja",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6465"
      },
      {
        "at_stop": false,
        "direction": 151,
        "latitude": 59.40056,
        "line": "81",
        "longitude": 24.65865,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6466"
      },
      {
        "at_stop": false,
        "direction": 150,
        "latitude": 59.43872,
        "line": "72",
        "longitude": 24.70861,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6467"
      },
      {
        "at_stop": false,
        "direction": 291,
        "latitude": 59.42915,
        "line": "83",
        "longitude": 24.7297,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6468"
      },
      {
        "at_stop": false,
        "direction": 117,
        "latitude": 59.40018,
        "line": "72",
        "longitude": 24.65928,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6469"
      },
      {
        "at_stop": false,
        "direction": 256,
        "latitude": 59.39853,
        "line": "72",
        "longitude": 24.67934,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6471"
      },
      {
        "at_stop": false,
        "direction": 227,
        "latitude": 59.4337,
        "line": "81",
        "longitude": 24.7497,
        "nearest_stop": "Mustamäe",
        "type": "tram",
        "type_code": "1",
        "vehicle_id": "6472"
      }
    ]
  },
  "success": true
}