← 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": 307,
    "vehicles": [
      {
        "at_stop": true,
        "direction": 318,
        "latitude": 59.46279,
        "line": "5",
        "longitude": 24.666,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "97"
      },
      {
        "at_stop": true,
        "direction": 351,
        "latitude": 59.4367,
        "line": "2",
        "longitude": 24.75734,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "99"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.42685,
        "line": "2",
        "longitude": 24.81407,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "102"
      },
      {
        "at_stop": true,
        "direction": 315,
        "latitude": 59.46131,
        "line": "1",
        "longitude": 24.66909,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "123"
      },
      {
        "at_stop": false,
        "direction": 318,
        "latitude": 59.4628,
        "line": "1",
        "longitude": 24.6652,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "136"
      },
      {
        "at_stop": true,
        "direction": 83,
        "latitude": 59.42691,
        "line": "2",
        "longitude": 24.81677,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "148"
      },
      {
        "at_stop": false,
        "direction": 5,
        "latitude": 59.44014,
        "line": "1",
        "longitude": 24.7856,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "168"
      },
      {
        "at_stop": true,
        "direction": 193,
        "latitude": 59.41549,
        "line": "4",
        "longitude": 24.73982,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "504"
      },
      {
        "at_stop": true,
        "direction": 12,
        "latitude": 59.41861,
        "line": "4",
        "longitude": 24.74133,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "505"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.41935,
        "line": "5",
        "longitude": 24.7456,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "506"
      },
      {
        "at_stop": true,
        "direction": 220,
        "latitude": 59.42822,
        "line": "4",
        "longitude": 24.78162,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "507"
      },
      {
        "at_stop": true,
        "direction": 83,
        "latitude": 59.43719,
        "line": "3",
        "longitude": 24.75723,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "512"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.45507,
        "line": "2",
        "longitude": 24.68604,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "516"
      },
      {
        "at_stop": true,
        "direction": 125,
        "latitude": 59.41932,
        "line": "5",
        "longitude": 24.7456,
        "nearest_stop": "Vana-Lõuna",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "520"
      },
      {
        "at_stop": true,
        "direction": 312,
        "latitude": 59.44418,
        "line": "1",
        "longitude": 24.72219,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "521"
      },
      {
        "at_stop": false,
        "direction": 114,
        "latitude": 59.44154,
        "line": "1",
        "longitude": 24.73546,
        "nearest_stop": "Kadriorg",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "523"
      },
      {
        "at_stop": false,
        "direction": 198,
        "latitude": 59.41111,
        "line": "3",
        "longitude": 24.73409,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "525"
      },
      {
        "at_stop": false,
        "direction": 201,
        "latitude": 59.43323,
        "line": "3",
        "longitude": 24.74595,
        "nearest_stop": "Tondi",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "527"
      },
      {
        "at_stop": false,
        "direction": 319,
        "latitude": 59.45197,
        "line": "2",
        "longitude": 24.70672,
        "nearest_stop": "Kopli",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "538"
      },
      {
        "at_stop": false,
        "direction": 120,
        "latitude": 59.42974,
        "line": "4",
        "longitude": 24.78711,
        "nearest_stop": "Suur-Paala",
        "type": "trolleybus",
        "type_code": "3",
        "vehicle_id": "542"
      },
      {
        "at_stop": true,
        "direction": 31,
        "latitude": 59.39716,
        "line": "23",
        "longitude": 24.66411,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1003"
      },
      {
        "at_stop": true,
        "direction": 277,
        "latitude": 59.43289,
        "line": "67",
        "longitude": 24.74687,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1012"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.37305,
        "line": "18",
        "longitude": 24.66509,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1019"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.37711,
        "line": "33",
        "longitude": 24.68382,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1020"
      },
      {
        "at_stop": true,
        "direction": 241,
        "latitude": 59.4111,
        "line": "83",
        "longitude": 24.65824,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1021"
      },
      {
        "at_stop": true,
        "direction": 133,
        "latitude": 59.42287,
        "line": "23",
        "longitude": 24.7274,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1022"
      },
      {
        "at_stop": true,
        "direction": 201,
        "latitude": 59.4161,
        "line": "83",
        "longitude": 24.70976,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1024"
      },
      {
        "at_stop": true,
        "direction": 13,
        "latitude": 59.41762,
        "line": "18",
        "longitude": 24.7409,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1028"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.42035,
        "line": "13",
        "longitude": 24.79974,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1031"
      },
      {
        "at_stop": true,
        "direction": 197,
        "latitude": 59.42798,
        "line": "36",
        "longitude": 24.74239,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1037"
      },
      {
        "at_stop": true,
        "direction": 146,
        "latitude": 59.40072,
        "line": "85",
        "longitude": 24.65866,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1071"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.40842,
        "line": "23",
        "longitude": 24.72675,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1097"
      },
      {
        "at_stop": true,
        "direction": 36,
        "latitude": 59.44496,
        "line": "67",
        "longitude": 24.89729,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1099"
      },
      {
        "at_stop": true,
        "direction": 301,
        "latitude": 59.41132,
        "line": "24",
        "longitude": 24.66088,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1108"
      },
      {
        "at_stop": true,
        "direction": 157,
        "latitude": 59.43315,
        "line": "21",
        "longitude": 24.62012,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1141"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.40499,
        "line": "24",
        "longitude": 24.65612,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1145"
      },
      {
        "at_stop": true,
        "direction": 285,
        "latitude": 59.42772,
        "line": "25",
        "longitude": 24.73575,
        "nearest_stop": "Tiskre",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1149"
      },
      {
        "at_stop": true,
        "direction": 292,
        "latitude": 59.436,
        "line": "41",
        "longitude": 24.61155,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1153"
      },
      {
        "at_stop": true,
        "direction": 226,
        "latitude": 59.40247,
        "line": "24",
        "longitude": 24.66222,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1163"
      },
      {
        "at_stop": true,
        "direction": 141,
        "latitude": 59.43619,
        "line": "59",
        "longitude": 24.71991,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1164"
      },
      {
        "at_stop": true,
        "direction": 20,
        "latitude": 59.41532,
        "line": "24",
        "longitude": 24.70953,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1165"
      },
      {
        "at_stop": true,
        "direction": 29,
        "latitude": 59.41109,
        "line": "8",
        "longitude": 24.65941,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1167"
      },
      {
        "at_stop": true,
        "direction": 202,
        "latitude": 59.4476,
        "line": "66",
        "longitude": 24.89546,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1168"
      },
      {
        "at_stop": true,
        "direction": 200,
        "latitude": 59.4222,
        "line": "24",
        "longitude": 24.71499,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1169"
      },
      {
        "at_stop": true,
        "direction": 68,
        "latitude": 59.44165,
        "line": "21",
        "longitude": 24.74147,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1170"
      },
      {
        "at_stop": true,
        "direction": 22,
        "latitude": 59.42462,
        "line": "85",
        "longitude": 24.70039,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1186"
      },
      {
        "at_stop": true,
        "direction": 116,
        "latitude": 59.40893,
        "line": "27",
        "longitude": 24.66044,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1187"
      },
      {
        "at_stop": true,
        "direction": 211,
        "latitude": 59.43325,
        "line": "41",
        "longitude": 24.74573,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1203"
      },
      {
        "at_stop": true,
        "direction": 50,
        "latitude": 59.39277,
        "line": "36",
        "longitude": 24.72392,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1214"
      },
      {
        "at_stop": true,
        "direction": 197,
        "latitude": 59.40965,
        "line": "26",
        "longitude": 24.65821,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1215"
      },
      {
        "at_stop": true,
        "direction": 126,
        "latitude": 59.40983,
        "line": "59",
        "longitude": 24.6582,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1222"
      },
      {
        "at_stop": true,
        "direction": 225,
        "latitude": 59.4026,
        "line": "20",
        "longitude": 24.69736,
        "nearest_stop": "Pääsküla jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1223"
      },
      {
        "at_stop": true,
        "direction": 65,
        "latitude": 59.39721,
        "line": "24",
        "longitude": 24.6397,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1225"
      },
      {
        "at_stop": true,
        "direction": 323,
        "latitude": 59.41216,
        "line": "41",
        "longitude": 24.66108,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1226"
      },
      {
        "at_stop": true,
        "direction": 34,
        "latitude": 59.41115,
        "line": "28",
        "longitude": 24.66013,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1230"
      },
      {
        "at_stop": true,
        "direction": 164,
        "latitude": 59.40975,
        "line": "37",
        "longitude": 24.65817,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1232"
      },
      {
        "at_stop": true,
        "direction": 334,
        "latitude": 59.43467,
        "line": "21",
        "longitude": 24.73308,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1233"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.40408,
        "line": "20A",
        "longitude": 24.66977,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1235"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.40983,
        "line": "8",
        "longitude": 24.65813,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1236"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.43689,
        "line": "54",
        "longitude": 24.84995,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1242"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.40052,
        "line": "24",
        "longitude": 24.64672,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1248"
      },
      {
        "at_stop": true,
        "direction": 298,
        "latitude": 59.40261,
        "line": "13",
        "longitude": 24.68954,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1249"
      },
      {
        "at_stop": true,
        "direction": 181,
        "latitude": 59.40935,
        "line": "8",
        "longitude": 24.65758,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1265"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.43101,
        "line": "20A",
        "longitude": 24.73505,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1277"
      },
      {
        "at_stop": true,
        "direction": 62,
        "latitude": 59.41018,
        "line": "28",
        "longitude": 24.65948,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1281"
      },
      {
        "at_stop": true,
        "direction": 283,
        "latitude": 59.44017,
        "line": "8",
        "longitude": 24.75897,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1297"
      },
      {
        "at_stop": true,
        "direction": 305,
        "latitude": 59.44514,
        "line": "12",
        "longitude": 24.89663,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1300"
      },
      {
        "at_stop": true,
        "direction": 147,
        "latitude": 59.44768,
        "line": "42",
        "longitude": 24.89534,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1301"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.41006,
        "line": "23",
        "longitude": 24.65802,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1302"
      },
      {
        "at_stop": true,
        "direction": 29,
        "latitude": 59.44356,
        "line": "67",
        "longitude": 24.88162,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1304"
      },
      {
        "at_stop": true,
        "direction": 300,
        "latitude": 59.41123,
        "line": "36",
        "longitude": 24.66067,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1305"
      },
      {
        "at_stop": true,
        "direction": 79,
        "latitude": 59.43918,
        "line": "40",
        "longitude": 24.75995,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1315"
      },
      {
        "at_stop": true,
        "direction": 320,
        "latitude": 59.34039,
        "line": "18A",
        "longitude": 24.61058,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1316"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.41108,
        "line": "42",
        "longitude": 24.65981,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1347"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.39085,
        "line": "45",
        "longitude": 24.7159,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1350"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.41192,
        "line": "45",
        "longitude": 24.65999,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1352"
      },
      {
        "at_stop": true,
        "direction": 1,
        "latitude": 59.41569,
        "line": "21A",
        "longitude": 24.63969,
        "nearest_stop": "Kakumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1353"
      },
      {
        "at_stop": true,
        "direction": 354,
        "latitude": 59.41201,
        "line": "45",
        "longitude": 24.66021,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1356"
      },
      {
        "at_stop": true,
        "direction": 53,
        "latitude": 59.48033,
        "line": "8",
        "longitude": 24.85516,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1357"
      },
      {
        "at_stop": true,
        "direction": 223,
        "latitude": 59.40985,
        "line": "67",
        "longitude": 24.65769,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1384"
      },
      {
        "at_stop": true,
        "direction": 210,
        "latitude": 59.44755,
        "line": "13",
        "longitude": 24.89544,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1401"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.40385,
        "line": "24",
        "longitude": 24.66778,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1406"
      },
      {
        "at_stop": true,
        "direction": 24,
        "latitude": 59.41213,
        "line": "37",
        "longitude": 24.66087,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1408"
      },
      {
        "at_stop": true,
        "direction": 130,
        "latitude": 59.48883,
        "line": "1",
        "longitude": 24.83709,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1412"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.43195,
        "line": "42",
        "longitude": 24.7377,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1419"
      },
      {
        "at_stop": true,
        "direction": 203,
        "latitude": 59.40948,
        "line": "23",
        "longitude": 24.65871,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1421"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.43759,
        "line": "40",
        "longitude": 24.76524,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1422"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.4096,
        "line": "83",
        "longitude": 24.65887,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1424"
      },
      {
        "at_stop": true,
        "direction": 47,
        "latitude": 59.40964,
        "line": "18",
        "longitude": 24.6589,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1426"
      },
      {
        "at_stop": true,
        "direction": 137,
        "latitude": 59.40006,
        "line": "83",
        "longitude": 24.65906,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1427"
      },
      {
        "at_stop": true,
        "direction": 109,
        "latitude": 59.42682,
        "line": "23",
        "longitude": 24.77279,
        "nearest_stop": "Bussijaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1428"
      },
      {
        "at_stop": true,
        "direction": 307,
        "latitude": 59.44773,
        "line": "3",
        "longitude": 24.72887,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1474"
      },
      {
        "at_stop": true,
        "direction": 125,
        "latitude": 59.40837,
        "line": "28",
        "longitude": 24.66083,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1478"
      },
      {
        "at_stop": true,
        "direction": 286,
        "latitude": 59.40979,
        "line": "36",
        "longitude": 24.65763,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1486"
      },
      {
        "at_stop": true,
        "direction": 349,
        "latitude": 59.3956,
        "line": "36",
        "longitude": 24.67316,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1489"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.43749,
        "line": "18A",
        "longitude": 24.7572,
        "nearest_stop": "Urda",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1491"
      },
      {
        "at_stop": true,
        "direction": 229,
        "latitude": 59.38859,
        "line": "18",
        "longitude": 24.71911,
        "nearest_stop": "Laagri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1494"
      },
      {
        "at_stop": true,
        "direction": 251,
        "latitude": 59.42663,
        "line": "8",
        "longitude": 24.65913,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1496"
      },
      {
        "at_stop": true,
        "direction": 169,
        "latitude": 59.42278,
        "line": "3",
        "longitude": 24.75006,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1506"
      },
      {
        "at_stop": true,
        "direction": 166,
        "latitude": 59.44772,
        "line": "40",
        "longitude": 24.89531,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1516"
      },
      {
        "at_stop": true,
        "direction": 43,
        "latitude": 59.43377,
        "line": "83",
        "longitude": 24.74983,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1518"
      },
      {
        "at_stop": true,
        "direction": 44,
        "latitude": 59.40259,
        "line": "83",
        "longitude": 24.69782,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1520"
      },
      {
        "at_stop": true,
        "direction": 54,
        "latitude": 59.44098,
        "line": "18",
        "longitude": 24.75621,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1553"
      },
      {
        "at_stop": true,
        "direction": 45,
        "latitude": 59.43392,
        "line": "24",
        "longitude": 24.75032,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1559"
      },
      {
        "at_stop": true,
        "direction": 188,
        "latitude": 59.43067,
        "line": "20A",
        "longitude": 24.74523,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1560"
      },
      {
        "at_stop": true,
        "direction": 140,
        "latitude": 59.41307,
        "line": "45",
        "longitude": 24.66023,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1568"
      },
      {
        "at_stop": true,
        "direction": 218,
        "latitude": 59.41007,
        "line": "12",
        "longitude": 24.65786,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1569"
      },
      {
        "at_stop": true,
        "direction": 107,
        "latitude": 59.44777,
        "line": "54",
        "longitude": 24.89535,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1740"
      },
      {
        "at_stop": true,
        "direction": 290,
        "latitude": 59.41128,
        "line": "28",
        "longitude": 24.65964,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1742"
      },
      {
        "at_stop": true,
        "direction": 285,
        "latitude": 59.41134,
        "line": "28",
        "longitude": 24.6597,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1747"
      },
      {
        "at_stop": true,
        "direction": 92,
        "latitude": 59.42017,
        "line": "3",
        "longitude": 24.74185,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1772"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.42853,
        "line": "21",
        "longitude": 24.67656,
        "nearest_stop": "Landi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1774"
      },
      {
        "at_stop": true,
        "direction": 121,
        "latitude": 59.40888,
        "line": "62",
        "longitude": 24.66007,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1813"
      },
      {
        "at_stop": true,
        "direction": 71,
        "latitude": 59.42669,
        "line": "41",
        "longitude": 24.66137,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1829"
      },
      {
        "at_stop": true,
        "direction": 108,
        "latitude": 59.41266,
        "line": "36",
        "longitude": 24.63807,
        "nearest_stop": "Viru",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1885"
      },
      {
        "at_stop": true,
        "direction": 276,
        "latitude": 59.41003,
        "line": "18",
        "longitude": 24.65803,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1888"
      },
      {
        "at_stop": true,
        "direction": 57,
        "latitude": 59.43962,
        "line": "8",
        "longitude": 24.73797,
        "nearest_stop": "Äigrumäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1942"
      },
      {
        "at_stop": true,
        "direction": 227,
        "latitude": 59.48008,
        "line": "8",
        "longitude": 24.85454,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1956"
      },
      {
        "at_stop": true,
        "direction": 58,
        "latitude": 59.44166,
        "line": "41",
        "longitude": 24.74224,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1960"
      },
      {
        "at_stop": true,
        "direction": 237,
        "latitude": 59.42996,
        "line": "85",
        "longitude": 24.70702,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1961"
      },
      {
        "at_stop": true,
        "direction": 167,
        "latitude": 59.40875,
        "line": "85",
        "longitude": 24.66016,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "1967"
      },
      {
        "at_stop": true,
        "direction": 209,
        "latitude": 59.40988,
        "line": "72",
        "longitude": 24.65882,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2032"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.40877,
        "line": "84",
        "longitude": 24.65929,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2034"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.40437,
        "line": "61",
        "longitude": 24.63748,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2061"
      },
      {
        "at_stop": true,
        "direction": 20,
        "latitude": 59.41013,
        "line": "72",
        "longitude": 24.66837,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2064"
      },
      {
        "at_stop": true,
        "direction": 289,
        "latitude": 59.40919,
        "line": "12",
        "longitude": 24.65807,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2100"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.40882,
        "line": "35",
        "longitude": 24.65895,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2122"
      },
      {
        "at_stop": true,
        "direction": 124,
        "latitude": 59.40979,
        "line": "61",
        "longitude": 24.6587,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2125"
      },
      {
        "at_stop": true,
        "direction": 354,
        "latitude": 59.35968,
        "line": "27",
        "longitude": 24.63037,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2132"
      },
      {
        "at_stop": true,
        "direction": 208,
        "latitude": 59.40982,
        "line": "27",
        "longitude": 24.65844,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2133"
      },
      {
        "at_stop": true,
        "direction": 17,
        "latitude": 59.41422,
        "line": "84",
        "longitude": 24.70873,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2140"
      },
      {
        "at_stop": true,
        "direction": 270,
        "latitude": 59.41025,
        "line": "35",
        "longitude": 24.6573,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2148"
      },
      {
        "at_stop": true,
        "direction": 334,
        "latitude": 59.44662,
        "line": "73",
        "longitude": 24.74646,
        "nearest_stop": "Kopli liinid",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2189"
      },
      {
        "at_stop": true,
        "direction": 28,
        "latitude": 59.41409,
        "line": "10",
        "longitude": 24.65408,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2194"
      },
      {
        "at_stop": true,
        "direction": 30,
        "latitude": 59.40986,
        "line": "20",
        "longitude": 24.73679,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2195"
      },
      {
        "at_stop": true,
        "direction": 101,
        "latitude": 59.41132,
        "line": "72",
        "longitude": 24.66224,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2198"
      },
      {
        "at_stop": true,
        "direction": 299,
        "latitude": 59.41166,
        "line": "61",
        "longitude": 24.65938,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2200"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.37574,
        "line": "57",
        "longitude": 24.72928,
        "nearest_stop": "Raudalu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2208"
      },
      {
        "at_stop": true,
        "direction": 130,
        "latitude": 59.41196,
        "line": "54",
        "longitude": 24.63535,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2209"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.41177,
        "line": "26",
        "longitude": 24.6612,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2212"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.44263,
        "line": "42",
        "longitude": 24.86689,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2252"
      },
      {
        "at_stop": true,
        "direction": 131,
        "latitude": 59.45804,
        "line": "72",
        "longitude": 24.67527,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2253"
      },
      {
        "at_stop": true,
        "direction": 27,
        "latitude": 59.42534,
        "line": "81",
        "longitude": 24.70106,
        "nearest_stop": "Kaubamaja",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2254"
      },
      {
        "at_stop": true,
        "direction": 149,
        "latitude": 59.40063,
        "line": "81",
        "longitude": 24.65867,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2257"
      },
      {
        "at_stop": true,
        "direction": 204,
        "latitude": 59.42171,
        "line": "33",
        "longitude": 24.69744,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2284"
      },
      {
        "at_stop": true,
        "direction": 308,
        "latitude": 59.41012,
        "line": "33",
        "longitude": 24.65593,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2286"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.41648,
        "line": "16",
        "longitude": 24.67832,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2287"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.43288,
        "line": "2",
        "longitude": 24.74533,
        "nearest_stop": "Mõigu",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2291"
      },
      {
        "at_stop": true,
        "direction": 230,
        "latitude": 59.41045,
        "line": "26",
        "longitude": 24.65713,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2292"
      },
      {
        "at_stop": true,
        "direction": 141,
        "latitude": 59.3996,
        "line": "84",
        "longitude": 24.68026,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2294"
      },
      {
        "at_stop": true,
        "direction": 161,
        "latitude": 59.42865,
        "line": "84",
        "longitude": 24.72548,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2307"
      },
      {
        "at_stop": true,
        "direction": 110,
        "latitude": 59.41244,
        "line": "10",
        "longitude": 24.63574,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2416"
      },
      {
        "at_stop": true,
        "direction": 137,
        "latitude": 59.38627,
        "line": "10",
        "longitude": 24.6469,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2417"
      },
      {
        "at_stop": true,
        "direction": 39,
        "latitude": 59.43513,
        "line": "4",
        "longitude": 24.56585,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2418"
      },
      {
        "at_stop": true,
        "direction": 101,
        "latitude": 59.45842,
        "line": "5",
        "longitude": 24.85291,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2440"
      },
      {
        "at_stop": true,
        "direction": 328,
        "latitude": 59.4117,
        "line": "2",
        "longitude": 24.80205,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2441"
      },
      {
        "at_stop": true,
        "direction": 208,
        "latitude": 59.40952,
        "line": "54",
        "longitude": 24.65824,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2445"
      },
      {
        "at_stop": true,
        "direction": 204,
        "latitude": 59.41967,
        "line": "81",
        "longitude": 24.69565,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2455"
      },
      {
        "at_stop": true,
        "direction": 206,
        "latitude": 59.42078,
        "line": "1",
        "longitude": 24.69662,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2459"
      },
      {
        "at_stop": true,
        "direction": 85,
        "latitude": 59.43955,
        "line": "42",
        "longitude": 24.83308,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2460"
      },
      {
        "at_stop": true,
        "direction": 338,
        "latitude": 59.3801,
        "line": "33",
        "longitude": 24.67464,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2510"
      },
      {
        "at_stop": true,
        "direction": 274,
        "latitude": 59.43741,
        "line": "5",
        "longitude": 24.75828,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2513"
      },
      {
        "at_stop": true,
        "direction": 134,
        "latitude": 59.41206,
        "line": "16",
        "longitude": 24.63551,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2515"
      },
      {
        "at_stop": true,
        "direction": 208,
        "latitude": 59.42524,
        "line": "16",
        "longitude": 24.70068,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2519"
      },
      {
        "at_stop": true,
        "direction": 183,
        "latitude": 59.37281,
        "line": "5",
        "longitude": 24.71761,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2522"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.42822,
        "line": "16",
        "longitude": 24.74986,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2523"
      },
      {
        "at_stop": true,
        "direction": 273,
        "latitude": 59.43755,
        "line": "1",
        "longitude": 24.75727,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2524"
      },
      {
        "at_stop": true,
        "direction": 1,
        "latitude": 59.42842,
        "line": "5",
        "longitude": 24.74278,
        "nearest_stop": "Metsakooli tee",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2526"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.44877,
        "line": "13",
        "longitude": 24.82985,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2527"
      },
      {
        "at_stop": true,
        "direction": 277,
        "latitude": 59.433,
        "line": "81",
        "longitude": 24.74646,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2542"
      },
      {
        "at_stop": true,
        "direction": 198,
        "latitude": 59.40915,
        "line": "81",
        "longitude": 24.6591,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2543"
      },
      {
        "at_stop": true,
        "direction": 293,
        "latitude": 59.4283,
        "line": "20",
        "longitude": 24.7098,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2556"
      },
      {
        "at_stop": true,
        "direction": 31,
        "latitude": 59.43288,
        "line": "33",
        "longitude": 24.71608,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2580"
      },
      {
        "at_stop": true,
        "direction": 291,
        "latitude": 59.4117,
        "line": "42",
        "longitude": 24.64318,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2614"
      },
      {
        "at_stop": true,
        "direction": 176,
        "latitude": 59.42594,
        "line": "16",
        "longitude": 24.74881,
        "nearest_stop": "Tallinn-Väike",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2616"
      },
      {
        "at_stop": true,
        "direction": 104,
        "latitude": 59.40873,
        "line": "73",
        "longitude": 24.66095,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2632"
      },
      {
        "at_stop": true,
        "direction": 15,
        "latitude": 59.40589,
        "line": "54",
        "longitude": 24.64381,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2635"
      },
      {
        "at_stop": true,
        "direction": 52,
        "latitude": 59.44079,
        "line": "2",
        "longitude": 24.74077,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2643"
      },
      {
        "at_stop": true,
        "direction": 160,
        "latitude": 59.41167,
        "line": "4",
        "longitude": 24.63535,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2645"
      },
      {
        "at_stop": true,
        "direction": 288,
        "latitude": 59.41098,
        "line": "10",
        "longitude": 24.66448,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2671"
      },
      {
        "at_stop": true,
        "direction": 242,
        "latitude": 59.43296,
        "line": "54",
        "longitude": 24.74704,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2672"
      },
      {
        "at_stop": true,
        "direction": 149,
        "latitude": 59.4379,
        "line": "12",
        "longitude": 24.82707,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2673"
      },
      {
        "at_stop": true,
        "direction": 14,
        "latitude": 59.42816,
        "line": "72",
        "longitude": 24.72021,
        "nearest_stop": "Kopli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2700"
      },
      {
        "at_stop": true,
        "direction": 358,
        "latitude": 59.36641,
        "line": "5",
        "longitude": 24.71791,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2706"
      },
      {
        "at_stop": true,
        "direction": 266,
        "latitude": 59.43217,
        "line": "42",
        "longitude": 24.7827,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2707"
      },
      {
        "at_stop": true,
        "direction": 306,
        "latitude": 59.49906,
        "line": "1",
        "longitude": 24.83641,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2720"
      },
      {
        "at_stop": true,
        "direction": 278,
        "latitude": 59.45866,
        "line": "5",
        "longitude": 24.81923,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2721"
      },
      {
        "at_stop": true,
        "direction": 298,
        "latitude": 59.40329,
        "line": "61",
        "longitude": 24.68716,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2723"
      },
      {
        "at_stop": true,
        "direction": 99,
        "latitude": 59.41115,
        "line": "73",
        "longitude": 24.66198,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2725"
      },
      {
        "at_stop": true,
        "direction": 128,
        "latitude": 59.45073,
        "line": "73",
        "longitude": 24.7227,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2728"
      },
      {
        "at_stop": true,
        "direction": 217,
        "latitude": 59.36866,
        "line": "20",
        "longitude": 24.63696,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2732"
      },
      {
        "at_stop": true,
        "direction": 202,
        "latitude": 59.40909,
        "line": "81",
        "longitude": 24.65909,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2748"
      },
      {
        "at_stop": true,
        "direction": 123,
        "latitude": 59.40997,
        "line": "72",
        "longitude": 24.65835,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2752"
      },
      {
        "at_stop": true,
        "direction": 279,
        "latitude": 59.42006,
        "line": "73",
        "longitude": 24.74242,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2757"
      },
      {
        "at_stop": true,
        "direction": 201,
        "latitude": 59.41821,
        "line": "72",
        "longitude": 24.71154,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2764"
      },
      {
        "at_stop": true,
        "direction": 155,
        "latitude": 59.39947,
        "line": "72",
        "longitude": 24.68007,
        "nearest_stop": "Keskuse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2767"
      },
      {
        "at_stop": true,
        "direction": 309,
        "latitude": 59.38698,
        "line": "10",
        "longitude": 24.64537,
        "nearest_stop": "Vana-Pääsküla",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2787"
      },
      {
        "at_stop": true,
        "direction": 214,
        "latitude": 59.40986,
        "line": "16",
        "longitude": 24.65673,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2801"
      },
      {
        "at_stop": true,
        "direction": 82,
        "latitude": 59.4393,
        "line": "1",
        "longitude": 24.77779,
        "nearest_stop": "Viimsi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2895"
      },
      {
        "at_stop": true,
        "direction": 134,
        "latitude": 59.41127,
        "line": "85",
        "longitude": 24.66141,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2896"
      },
      {
        "at_stop": true,
        "direction": 282,
        "latitude": 59.41285,
        "line": "27",
        "longitude": 24.60705,
        "nearest_stop": "Harkujärve",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "2923"
      },
      {
        "at_stop": true,
        "direction": 102,
        "latitude": 59.4091,
        "line": "12",
        "longitude": 24.67988,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3009"
      },
      {
        "at_stop": true,
        "direction": 356,
        "latitude": 59.43706,
        "line": "40",
        "longitude": 24.76455,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3010"
      },
      {
        "at_stop": true,
        "direction": 61,
        "latitude": 59.43737,
        "line": "67",
        "longitude": 24.8141,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3013"
      },
      {
        "at_stop": true,
        "direction": 272,
        "latitude": 59.40244,
        "line": "12",
        "longitude": 24.71218,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3014"
      },
      {
        "at_stop": true,
        "direction": 271,
        "latitude": 59.43144,
        "line": "40",
        "longitude": 24.84071,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3018"
      },
      {
        "at_stop": true,
        "direction": 255,
        "latitude": 59.43744,
        "line": "35",
        "longitude": 24.76343,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3020"
      },
      {
        "at_stop": true,
        "direction": 75,
        "latitude": 59.4392,
        "line": "34",
        "longitude": 24.75957,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3023"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.41601,
        "line": "12",
        "longitude": 24.63953,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3024"
      },
      {
        "at_stop": true,
        "direction": 84,
        "latitude": 59.44344,
        "line": "44",
        "longitude": 24.80033,
        "nearest_stop": "P. Pinna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3029"
      },
      {
        "at_stop": true,
        "direction": 303,
        "latitude": 59.41113,
        "line": "54",
        "longitude": 24.65863,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3030"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.43298,
        "line": "3",
        "longitude": 24.76225,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3031"
      },
      {
        "at_stop": true,
        "direction": 89,
        "latitude": 59.45493,
        "line": "31",
        "longitude": 24.87014,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3032"
      },
      {
        "at_stop": true,
        "direction": 56,
        "latitude": 59.44557,
        "line": "40",
        "longitude": 24.88025,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3044"
      },
      {
        "at_stop": true,
        "direction": 337,
        "latitude": 59.43595,
        "line": "35",
        "longitude": 24.8584,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3062"
      },
      {
        "at_stop": true,
        "direction": 273,
        "latitude": 59.43743,
        "line": "34",
        "longitude": 24.75868,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3067"
      },
      {
        "at_stop": true,
        "direction": 289,
        "latitude": 59.43151,
        "line": "48",
        "longitude": 24.84109,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3072"
      },
      {
        "at_stop": true,
        "direction": 333,
        "latitude": 59.44055,
        "line": "13",
        "longitude": 24.82481,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3086"
      },
      {
        "at_stop": true,
        "direction": 328,
        "latitude": 59.42142,
        "line": "42",
        "longitude": 24.64332,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3124"
      },
      {
        "at_stop": true,
        "direction": 88,
        "latitude": 59.42036,
        "line": "13",
        "longitude": 24.80119,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3129"
      },
      {
        "at_stop": true,
        "direction": 72,
        "latitude": 59.43701,
        "line": "66",
        "longitude": 24.85079,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3136"
      },
      {
        "at_stop": true,
        "direction": 149,
        "latitude": 59.44415,
        "line": "35",
        "longitude": 24.68826,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3182"
      },
      {
        "at_stop": true,
        "direction": 236,
        "latitude": 59.43563,
        "line": "31",
        "longitude": 24.80624,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3190"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.43178,
        "line": "67",
        "longitude": 24.84279,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3201"
      },
      {
        "at_stop": true,
        "direction": 324,
        "latitude": 59.43192,
        "line": "54",
        "longitude": 24.84089,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3213"
      },
      {
        "at_stop": true,
        "direction": 341,
        "latitude": 59.43212,
        "line": "55",
        "longitude": 24.84068,
        "nearest_stop": "Hobujaama",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3218"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.44147,
        "line": "7",
        "longitude": 24.86274,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3219"
      },
      {
        "at_stop": true,
        "direction": 242,
        "latitude": 59.45168,
        "line": "63",
        "longitude": 24.85204,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3220"
      },
      {
        "at_stop": true,
        "direction": 102,
        "latitude": 59.43206,
        "line": "31",
        "longitude": 24.78438,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3229"
      },
      {
        "at_stop": true,
        "direction": 187,
        "latitude": 59.43218,
        "line": "39",
        "longitude": 24.84052,
        "nearest_stop": "Liikuri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3231"
      },
      {
        "at_stop": true,
        "direction": 280,
        "latitude": 59.42288,
        "line": "49",
        "longitude": 24.81593,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3251"
      },
      {
        "at_stop": true,
        "direction": 92,
        "latitude": 59.44594,
        "line": "58",
        "longitude": 24.88398,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3261"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.44271,
        "line": "25",
        "longitude": 24.7937,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3267"
      },
      {
        "at_stop": true,
        "direction": 302,
        "latitude": 59.43261,
        "line": "15",
        "longitude": 24.8433,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3271"
      },
      {
        "at_stop": true,
        "direction": 341,
        "latitude": 59.43243,
        "line": "40",
        "longitude": 24.84025,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3276"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.43741,
        "line": "44",
        "longitude": 24.76406,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3278"
      },
      {
        "at_stop": true,
        "direction": 195,
        "latitude": 59.37553,
        "line": "20A",
        "longitude": 24.63466,
        "nearest_stop": "Laagri alevik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3280"
      },
      {
        "at_stop": true,
        "direction": 152,
        "latitude": 59.41227,
        "line": "54",
        "longitude": 24.63506,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3283"
      },
      {
        "at_stop": true,
        "direction": 40,
        "latitude": 59.44393,
        "line": "35",
        "longitude": 24.81291,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3296"
      },
      {
        "at_stop": true,
        "direction": 300,
        "latitude": 59.43261,
        "line": "39",
        "longitude": 24.84021,
        "nearest_stop": "Liikuri",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3303"
      },
      {
        "at_stop": true,
        "direction": 132,
        "latitude": 59.43297,
        "line": "66",
        "longitude": 24.71567,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3306"
      },
      {
        "at_stop": true,
        "direction": 232,
        "latitude": 59.44003,
        "line": "66",
        "longitude": 24.76274,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3308"
      },
      {
        "at_stop": true,
        "direction": 32,
        "latitude": 59.42855,
        "line": "58",
        "longitude": 24.79464,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3309"
      },
      {
        "at_stop": true,
        "direction": 72,
        "latitude": 59.43898,
        "line": "63",
        "longitude": 24.77461,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3310"
      },
      {
        "at_stop": true,
        "direction": 249,
        "latitude": 59.43195,
        "line": "7",
        "longitude": 24.84645,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3318"
      },
      {
        "at_stop": true,
        "direction": 247,
        "latitude": 59.43165,
        "line": "49",
        "longitude": 24.8414,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3319"
      },
      {
        "at_stop": true,
        "direction": 284,
        "latitude": 59.41633,
        "line": "15",
        "longitude": 24.86579,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3321"
      },
      {
        "at_stop": true,
        "direction": 265,
        "latitude": 59.44877,
        "line": "40",
        "longitude": 24.69639,
        "nearest_stop": "Pelguranna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3360"
      },
      {
        "at_stop": true,
        "direction": 23,
        "latitude": 59.4232,
        "line": "67",
        "longitude": 24.72586,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3361"
      },
      {
        "at_stop": true,
        "direction": 161,
        "latitude": 59.43158,
        "line": "60",
        "longitude": 24.84193,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3368"
      },
      {
        "at_stop": true,
        "direction": 246,
        "latitude": 59.43254,
        "line": "50",
        "longitude": 24.84078,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3374"
      },
      {
        "at_stop": true,
        "direction": 127,
        "latitude": 59.40855,
        "line": "85",
        "longitude": 24.66107,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3381"
      },
      {
        "at_stop": true,
        "direction": 252,
        "latitude": 59.3996,
        "line": "67",
        "longitude": 24.688,
        "nearest_stop": "Sütiste",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3382"
      },
      {
        "at_stop": true,
        "direction": 66,
        "latitude": 59.43718,
        "line": "29",
        "longitude": 24.75897,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3388"
      },
      {
        "at_stop": true,
        "direction": 27,
        "latitude": 59.4108,
        "line": "24",
        "longitude": 24.66146,
        "nearest_stop": "Kadaka",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3389"
      },
      {
        "at_stop": true,
        "direction": 108,
        "latitude": 59.42732,
        "line": "42",
        "longitude": 24.71966,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3392"
      },
      {
        "at_stop": true,
        "direction": 266,
        "latitude": 59.44252,
        "line": "60",
        "longitude": 24.79048,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3399"
      },
      {
        "at_stop": true,
        "direction": 51,
        "latitude": 59.46233,
        "line": "38",
        "longitude": 24.8253,
        "nearest_stop": "Muuga",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3429"
      },
      {
        "at_stop": true,
        "direction": 141,
        "latitude": 59.43172,
        "line": "49",
        "longitude": 24.84269,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3430"
      },
      {
        "at_stop": true,
        "direction": 76,
        "latitude": 59.43647,
        "line": "50",
        "longitude": 24.84801,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3436"
      },
      {
        "at_stop": true,
        "direction": 86,
        "latitude": 59.43895,
        "line": "44",
        "longitude": 24.76035,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3437"
      },
      {
        "at_stop": true,
        "direction": 106,
        "latitude": 59.44459,
        "line": "3",
        "longitude": 24.73753,
        "nearest_stop": "Vana-Lõuna",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3447"
      },
      {
        "at_stop": true,
        "direction": 134,
        "latitude": 59.42555,
        "line": "54",
        "longitude": 24.78198,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3450"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.43233,
        "line": "2",
        "longitude": 24.84079,
        "nearest_stop": "Balti jaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3457"
      },
      {
        "at_stop": true,
        "direction": 284,
        "latitude": 59.43247,
        "line": "66",
        "longitude": 24.84071,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3458"
      },
      {
        "at_stop": true,
        "direction": 28,
        "latitude": 59.43217,
        "line": "35",
        "longitude": 24.84003,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3466"
      },
      {
        "at_stop": true,
        "direction": 173,
        "latitude": 59.43225,
        "line": "31",
        "longitude": 24.84094,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3469"
      },
      {
        "at_stop": true,
        "direction": 96,
        "latitude": 59.43393,
        "line": "15",
        "longitude": 24.75923,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3470"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.43228,
        "line": "12",
        "longitude": 24.83983,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3479"
      },
      {
        "at_stop": true,
        "direction": 70,
        "latitude": 59.44846,
        "line": "60",
        "longitude": 24.82867,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3485"
      },
      {
        "at_stop": true,
        "direction": 256,
        "latitude": 59.42723,
        "line": "42",
        "longitude": 24.66299,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3487"
      },
      {
        "at_stop": true,
        "direction": 212,
        "latitude": 59.41052,
        "line": "61",
        "longitude": 24.65919,
        "nearest_stop": "Kotermaa",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3499"
      },
      {
        "at_stop": true,
        "direction": 171,
        "latitude": 59.4009,
        "line": "81",
        "longitude": 24.65825,
        "nearest_stop": "Mustamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3507"
      },
      {
        "at_stop": true,
        "direction": 193,
        "latitude": 59.43739,
        "line": "50",
        "longitude": 24.87354,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3512"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.46644,
        "line": "34",
        "longitude": 24.85925,
        "nearest_stop": "Muuga aedlinn",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3517"
      },
      {
        "at_stop": true,
        "direction": 334,
        "latitude": 59.44187,
        "line": "44",
        "longitude": 24.84835,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3521"
      },
      {
        "at_stop": true,
        "direction": 283,
        "latitude": 59.42275,
        "line": "7",
        "longitude": 24.81728,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3528"
      },
      {
        "at_stop": true,
        "direction": 245,
        "latitude": 59.44466,
        "line": "58",
        "longitude": 24.8758,
        "nearest_stop": "Majaka põik",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3530"
      },
      {
        "at_stop": true,
        "direction": 336,
        "latitude": 59.43212,
        "line": "48",
        "longitude": 24.84239,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3532"
      },
      {
        "at_stop": true,
        "direction": 87,
        "latitude": 59.42033,
        "line": "15",
        "longitude": 24.80686,
        "nearest_stop": "Sõjamäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3534"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.43242,
        "line": "40",
        "longitude": 24.83962,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3536"
      },
      {
        "at_stop": true,
        "direction": 71,
        "latitude": 59.42636,
        "line": "25",
        "longitude": 24.65944,
        "nearest_stop": "Reisisadama D-terminal",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3538"
      },
      {
        "at_stop": true,
        "direction": 207,
        "latitude": 59.40523,
        "line": "13",
        "longitude": 24.68159,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3540"
      },
      {
        "at_stop": true,
        "direction": 113,
        "latitude": 59.4125,
        "line": "42",
        "longitude": 24.63582,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3548"
      },
      {
        "at_stop": true,
        "direction": 123,
        "latitude": 59.41255,
        "line": "13",
        "longitude": 24.63543,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3550"
      },
      {
        "at_stop": true,
        "direction": 296,
        "latitude": 59.43183,
        "line": "29",
        "longitude": 24.84183,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3552"
      },
      {
        "at_stop": true,
        "direction": 250,
        "latitude": 59.43183,
        "line": "7",
        "longitude": 24.84174,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3558"
      },
      {
        "at_stop": true,
        "direction": 289,
        "latitude": 59.41335,
        "line": "13",
        "longitude": 24.63483,
        "nearest_stop": "Väike-Õismäe",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3564"
      },
      {
        "at_stop": true,
        "direction": 337,
        "latitude": 59.43225,
        "line": "31",
        "longitude": 24.84225,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3571"
      },
      {
        "at_stop": true,
        "direction": 146,
        "latitude": 59.44748,
        "line": "58",
        "longitude": 24.89558,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3576"
      },
      {
        "at_stop": true,
        "direction": 286,
        "latitude": 59.43188,
        "line": "49",
        "longitude": 24.84274,
        "nearest_stop": "Lennujaam",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3577"
      },
      {
        "at_stop": true,
        "direction": 311,
        "latitude": 59.41048,
        "line": "5",
        "longitude": 24.65837,
        "nearest_stop": "Männiku",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3579"
      },
      {
        "at_stop": true,
        "direction": 199,
        "latitude": 59.43205,
        "line": "35",
        "longitude": 24.84258,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3581"
      },
      {
        "at_stop": true,
        "direction": 74,
        "latitude": 59.4327,
        "line": "12",
        "longitude": 24.82307,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3582"
      },
      {
        "at_stop": true,
        "direction": 17,
        "latitude": 59.43253,
        "line": "67",
        "longitude": 24.83968,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3625"
      },
      {
        "at_stop": true,
        "direction": 280,
        "latitude": 59.44714,
        "line": "60",
        "longitude": 24.89716,
        "nearest_stop": "Maneezi",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3644"
      },
      {
        "at_stop": true,
        "direction": 69,
        "latitude": 59.44806,
        "line": "42",
        "longitude": 24.89428,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3702"
      },
      {
        "at_stop": true,
        "direction": 244,
        "latitude": 59.46764,
        "line": "34",
        "longitude": 24.90605,
        "nearest_stop": "Viru keskus",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3762"
      },
      {
        "at_stop": true,
        "direction": 335,
        "latitude": 59.43256,
        "line": "31",
        "longitude": 24.8407,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3763"
      },
      {
        "at_stop": true,
        "direction": 213,
        "latitude": 59.43227,
        "line": "48",
        "longitude": 24.84097,
        "nearest_stop": "Vesse",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3779"
      },
      {
        "at_stop": true,
        "direction": 339,
        "latitude": 59.43226,
        "line": "40",
        "longitude": 24.84097,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3780"
      },
      {
        "at_stop": true,
        "direction": 25,
        "latitude": 59.41761,
        "line": "54",
        "longitude": 24.6371,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3781"
      },
      {
        "at_stop": true,
        "direction": 34,
        "latitude": 59.42102,
        "line": "15",
        "longitude": 24.80212,
        "nearest_stop": "Estonia",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3792"
      },
      {
        "at_stop": true,
        "direction": 81,
        "latitude": 59.45491,
        "line": "29",
        "longitude": 24.86679,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3794"
      },
      {
        "at_stop": true,
        "direction": 324,
        "latitude": 59.44521,
        "line": "50",
        "longitude": 24.89683,
        "nearest_stop": "Seli",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3898"
      },
      {
        "at_stop": true,
        "direction": 233,
        "latitude": 59.43607,
        "line": "13",
        "longitude": 24.8722,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3920"
      },
      {
        "at_stop": true,
        "direction": 101,
        "latitude": 59.43405,
        "line": "42",
        "longitude": 24.77053,
        "nearest_stop": "Priisle",
        "type": "bus",
        "type_code": "2",
        "vehicle_id": "3929"
      }
    ]
  },
  "success": true
}