GET /tallinn/transport/vehicles
Posiciones GPS en tiempo real de todos los vehículos de transporte público de Tallinn: autobuses, tranvías, trolebuses y trenes. Devuelve el tipo de vehículo, el número de línea, las coordenadas, el sentido, el ID del vehículo y la parada más cercana. Datos de transport.tallinn.ee. Filtre por tipo: bus, tram, trolleybus.
tipo
opcional
Filter by vehicle type: bus, tram, trolleybus, train
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
tipo |
No | - | Filter by vehicle type: bus, tram, trolleybus, train |
curl https://nordapi.ee/api/v1/tallinn/transport/vehicles
{
"data": {
"count": 115,
"vehicles": [
{
"at_stop": true,
"direction": 320,
"latitude": 59.46257,
"line": "2",
"longitude": 24.66561,
"nearest_stop": "Kopli",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "99"
},
{
"at_stop": true,
"direction": 265,
"latitude": 59.46246,
"line": "1",
"longitude": 24.6651,
"nearest_stop": "Kopli",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "110"
},
{
"at_stop": true,
"direction": 312,
"latitude": 59.46281,
"line": "1",
"longitude": 24.66594,
"nearest_stop": "Kopli",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "114"
},
{
"at_stop": true,
"direction": 320,
"latitude": 59.46303,
"line": "1",
"longitude": 24.66587,
"nearest_stop": "Kopli",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "123"
},
{
"at_stop": true,
"direction": 142,
"latitude": 59.41912,
"line": "3",
"longitude": 24.74406,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "502"
},
{
"at_stop": true,
"direction": 56,
"latitude": 59.41934,
"line": "2",
"longitude": 24.7447,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "503"
},
{
"at_stop": true,
"direction": 150,
"latitude": 59.4192,
"line": "4",
"longitude": 24.74365,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "506"
},
{
"at_stop": true,
"direction": 150,
"latitude": 59.41911,
"line": "4",
"longitude": 24.74441,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "515"
},
{
"at_stop": false,
"direction": 188,
"latitude": 59.41912,
"line": "2",
"longitude": 24.74394,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "538"
},
{
"at_stop": false,
"direction": 184,
"latitude": 59.41924,
"line": "4",
"longitude": 24.74347,
"nearest_stop": "Pärnu mnt depoo",
"type": "trolleybus",
"type_code": "3",
"vehicle_id": "539"
},
{
"at_stop": true,
"direction": 210,
"latitude": 59.41034,
"line": "83",
"longitude": 24.65829,
"nearest_stop": "Mustamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1014"
},
{
"at_stop": true,
"direction": 202,
"latitude": 59.40921,
"line": "40",
"longitude": 24.6585,
"nearest_stop": "Pelguranna",
"type": "bus",
"type_code": "2",
"vehicle_id": "1097"
},
{
"at_stop": true,
"direction": 295,
"latitude": 59.41123,
"line": "24",
"longitude": 24.6612,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "1115"
},
{
"at_stop": true,
"direction": 351,
"latitude": 59.41208,
"line": "23",
"longitude": 24.66074,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "1143"
},
{
"at_stop": true,
"direction": 225,
"latitude": 59.43113,
"line": "38",
"longitude": 24.84088,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "1149"
},
{
"at_stop": true,
"direction": 30,
"latitude": 59.41098,
"line": "41",
"longitude": 24.6593,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "1163"
},
{
"at_stop": true,
"direction": 30,
"latitude": 59.41104,
"line": "8",
"longitude": 24.65936,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1165"
},
{
"at_stop": true,
"direction": 200,
"latitude": 59.4093,
"line": "18",
"longitude": 24.65864,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "1216"
},
{
"at_stop": true,
"direction": 207,
"latitude": 59.40949,
"line": "3",
"longitude": 24.65782,
"nearest_stop": "Vana-Lõuna",
"type": "bus",
"type_code": "2",
"vehicle_id": "1225"
},
{
"at_stop": true,
"direction": 209,
"latitude": 59.40976,
"line": "24",
"longitude": 24.65801,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "1232"
},
{
"at_stop": true,
"direction": 210,
"latitude": 59.40977,
"line": "21",
"longitude": 24.65797,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "1233"
},
{
"at_stop": true,
"direction": 203,
"latitude": 59.40957,
"line": "23",
"longitude": 24.65771,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "1235"
},
{
"at_stop": true,
"direction": 200,
"latitude": 59.40988,
"line": "54",
"longitude": 24.65816,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1238"
},
{
"at_stop": true,
"direction": 218,
"latitude": 59.40945,
"line": "41",
"longitude": 24.65725,
"nearest_stop": "Landi",
"type": "bus",
"type_code": "2",
"vehicle_id": "1243"
},
{
"at_stop": true,
"direction": 201,
"latitude": 59.40868,
"line": "8",
"longitude": 24.65985,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1248"
},
{
"at_stop": true,
"direction": 208,
"latitude": 59.40938,
"line": "13",
"longitude": 24.65778,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1265"
},
{
"at_stop": true,
"direction": 210,
"latitude": 59.40994,
"line": "41",
"longitude": 24.65823,
"nearest_stop": "Landi",
"type": "bus",
"type_code": "2",
"vehicle_id": "1277"
},
{
"at_stop": true,
"direction": 212,
"latitude": 59.41008,
"line": "83",
"longitude": 24.65811,
"nearest_stop": "Mustamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1302"
},
{
"at_stop": true,
"direction": 10,
"latitude": 59.41013,
"line": "67",
"longitude": 24.65813,
"nearest_stop": "Sütiste",
"type": "bus",
"type_code": "2",
"vehicle_id": "1304"
},
{
"at_stop": true,
"direction": 300,
"latitude": 59.41197,
"line": "36",
"longitude": 24.66007,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1353"
},
{
"at_stop": true,
"direction": 131,
"latitude": 59.40969,
"line": "23",
"longitude": 24.65875,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "1425"
},
{
"at_stop": true,
"direction": 131,
"latitude": 59.40833,
"line": "8",
"longitude": 24.66083,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1477"
},
{
"at_stop": true,
"direction": 175,
"latitude": 59.40954,
"line": "67",
"longitude": 24.65745,
"nearest_stop": "Sütiste",
"type": "bus",
"type_code": "2",
"vehicle_id": "1516"
},
{
"at_stop": true,
"direction": 277,
"latitude": 59.40994,
"line": "40",
"longitude": 24.65783,
"nearest_stop": "Pelguranna",
"type": "bus",
"type_code": "2",
"vehicle_id": "1546"
},
{
"at_stop": true,
"direction": 258,
"latitude": 59.41096,
"line": "42",
"longitude": 24.65867,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1561"
},
{
"at_stop": true,
"direction": 75,
"latitude": 59.41004,
"line": "18",
"longitude": 24.65813,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "1569"
},
{
"at_stop": true,
"direction": 232,
"latitude": 59.40958,
"line": "3",
"longitude": 24.65799,
"nearest_stop": "Pelguranna",
"type": "bus",
"type_code": "2",
"vehicle_id": "1757"
},
{
"at_stop": true,
"direction": 215,
"latitude": 59.40896,
"line": "18",
"longitude": 24.66004,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "1908"
},
{
"at_stop": true,
"direction": 265,
"latitude": 59.43213,
"line": "66",
"longitude": 24.84238,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "1960"
},
{
"at_stop": true,
"direction": 135,
"latitude": 59.40985,
"line": "72",
"longitude": 24.65875,
"nearest_stop": "Keskuse",
"type": "bus",
"type_code": "2",
"vehicle_id": "2032"
},
{
"at_stop": true,
"direction": 78,
"latitude": 59.43271,
"line": "25",
"longitude": 24.84114,
"nearest_stop": "Reisisadama D-terminal",
"type": "bus",
"type_code": "2",
"vehicle_id": "2064"
},
{
"at_stop": true,
"direction": 212,
"latitude": 59.40988,
"line": "72",
"longitude": 24.65882,
"nearest_stop": "Keskuse",
"type": "bus",
"type_code": "2",
"vehicle_id": "2065"
},
{
"at_stop": true,
"direction": 246,
"latitude": 59.41084,
"line": "35",
"longitude": 24.65856,
"nearest_stop": "Pelguranna",
"type": "bus",
"type_code": "2",
"vehicle_id": "2070"
},
{
"at_stop": true,
"direction": 210,
"latitude": 59.40979,
"line": "33",
"longitude": 24.65878,
"nearest_stop": "Kadaka selver",
"type": "bus",
"type_code": "2",
"vehicle_id": "2073"
},
{
"at_stop": true,
"direction": 31,
"latitude": 59.41092,
"line": "42",
"longitude": 24.65883,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2074"
},
{
"at_stop": false,
"direction": 109,
"latitude": 59.4092,
"line": "72",
"longitude": 24.65962,
"nearest_stop": "Keskuse",
"type": "bus",
"type_code": "2",
"vehicle_id": "2081"
},
{
"at_stop": true,
"direction": 309,
"latitude": 59.41017,
"line": "12",
"longitude": 24.65701,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2100"
},
{
"at_stop": true,
"direction": 129,
"latitude": 59.4098,
"line": "61",
"longitude": 24.65871,
"nearest_stop": "Kotermaa",
"type": "bus",
"type_code": "2",
"vehicle_id": "2125"
},
{
"at_stop": true,
"direction": 211,
"latitude": 59.40975,
"line": "73",
"longitude": 24.65872,
"nearest_stop": "Kopli liinid",
"type": "bus",
"type_code": "2",
"vehicle_id": "2127"
},
{
"at_stop": true,
"direction": 206,
"latitude": 59.40967,
"line": "72",
"longitude": 24.65865,
"nearest_stop": "Keskuse",
"type": "bus",
"type_code": "2",
"vehicle_id": "2134"
},
{
"at_stop": true,
"direction": 80,
"latitude": 59.41143,
"line": "57",
"longitude": 24.66245,
"nearest_stop": "Kalev",
"type": "bus",
"type_code": "2",
"vehicle_id": "2140"
},
{
"at_stop": true,
"direction": 127,
"latitude": 59.4114,
"line": "20",
"longitude": 24.66239,
"nearest_stop": "Reisisadama D-terminal",
"type": "bus",
"type_code": "2",
"vehicle_id": "2181"
},
{
"at_stop": true,
"direction": 189,
"latitude": 59.4114,
"line": "16",
"longitude": 24.66234,
"nearest_stop": "Tallinn-Väike",
"type": "bus",
"type_code": "2",
"vehicle_id": "2188"
},
{
"at_stop": true,
"direction": 335,
"latitude": 59.41134,
"line": "20",
"longitude": 24.66228,
"nearest_stop": "Reisisadama D-terminal",
"type": "bus",
"type_code": "2",
"vehicle_id": "2194"
},
{
"at_stop": true,
"direction": 327,
"latitude": 59.4113,
"line": "33",
"longitude": 24.6622,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2199"
},
{
"at_stop": true,
"direction": 328,
"latitude": 59.40995,
"line": "13",
"longitude": 24.65643,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2212"
},
{
"at_stop": true,
"direction": 320,
"latitude": 59.40999,
"line": "1",
"longitude": 24.65649,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "2247"
},
{
"at_stop": true,
"direction": 122,
"latitude": 59.40848,
"line": "25",
"longitude": 24.66057,
"nearest_stop": "Reisisadama D-terminal",
"type": "bus",
"type_code": "2",
"vehicle_id": "2311"
},
{
"at_stop": true,
"direction": 73,
"latitude": 59.40865,
"line": "33",
"longitude": 24.66087,
"nearest_stop": "Kopli",
"type": "bus",
"type_code": "2",
"vehicle_id": "2333"
},
{
"at_stop": true,
"direction": 284,
"latitude": 59.40956,
"line": "18",
"longitude": 24.65977,
"nearest_stop": "Laagri",
"type": "bus",
"type_code": "2",
"vehicle_id": "2375"
},
{
"at_stop": true,
"direction": 302,
"latitude": 59.41179,
"line": "10",
"longitude": 24.65966,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2413"
},
{
"at_stop": true,
"direction": 303,
"latitude": 59.41188,
"line": "4",
"longitude": 24.65986,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2418"
},
{
"at_stop": true,
"direction": 207,
"latitude": 59.40946,
"line": "2",
"longitude": 24.65838,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "2445"
},
{
"at_stop": true,
"direction": 209,
"latitude": 59.40871,
"line": "35",
"longitude": 24.65907,
"nearest_stop": "Pelguranna",
"type": "bus",
"type_code": "2",
"vehicle_id": "2483"
},
{
"at_stop": true,
"direction": 355,
"latitude": 59.41129,
"line": "72",
"longitude": 24.66214,
"nearest_stop": "Keskuse",
"type": "bus",
"type_code": "2",
"vehicle_id": "2498"
},
{
"at_stop": true,
"direction": 345,
"latitude": 59.41022,
"line": "42",
"longitude": 24.65714,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2510"
},
{
"at_stop": true,
"direction": 257,
"latitude": 59.41089,
"line": "81",
"longitude": 24.6584,
"nearest_stop": "Mustamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2515"
},
{
"at_stop": false,
"direction": 339,
"latitude": 59.40906,
"line": "24",
"longitude": 24.6595,
"nearest_stop": "Kadaka",
"type": "bus",
"type_code": "2",
"vehicle_id": "2570"
},
{
"at_stop": false,
"direction": 122,
"latitude": 59.40905,
"line": "36",
"longitude": 24.65945,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2595"
},
{
"at_stop": true,
"direction": 202,
"latitude": 59.40858,
"line": "33",
"longitude": 24.66003,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2600"
},
{
"at_stop": true,
"direction": 231,
"latitude": 59.40984,
"line": "5",
"longitude": 24.65637,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2618"
},
{
"at_stop": true,
"direction": 43,
"latitude": 59.41015,
"line": "33",
"longitude": 24.66091,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2648"
},
{
"at_stop": true,
"direction": 126,
"latitude": 59.40878,
"line": "16",
"longitude": 24.66019,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2668"
},
{
"at_stop": true,
"direction": 198,
"latitude": 59.40844,
"line": "10",
"longitude": 24.66046,
"nearest_stop": "Vana-Pääsküla",
"type": "bus",
"type_code": "2",
"vehicle_id": "2700"
},
{
"at_stop": true,
"direction": 66,
"latitude": 59.41034,
"line": "81",
"longitude": 24.65691,
"nearest_stop": "Mustamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2707"
},
{
"at_stop": true,
"direction": 318,
"latitude": 59.40991,
"line": "81",
"longitude": 24.65685,
"nearest_stop": "Mustamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2716"
},
{
"at_stop": true,
"direction": 215,
"latitude": 59.40902,
"line": "42",
"longitude": 24.65904,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2720"
},
{
"at_stop": true,
"direction": 358,
"latitude": 59.41106,
"line": "33",
"longitude": 24.66181,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2729"
},
{
"at_stop": true,
"direction": 28,
"latitude": 59.41027,
"line": "10",
"longitude": 24.66092,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2731"
},
{
"at_stop": true,
"direction": 37,
"latitude": 59.41068,
"line": "16",
"longitude": 24.65947,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2732"
},
{
"at_stop": true,
"direction": 213,
"latitude": 59.40937,
"line": "5",
"longitude": 24.65822,
"nearest_stop": "Männiku",
"type": "bus",
"type_code": "2",
"vehicle_id": "2770"
},
{
"at_stop": true,
"direction": 204,
"latitude": 59.40927,
"line": "73",
"longitude": 24.65814,
"nearest_stop": "Vana-Lõuna",
"type": "bus",
"type_code": "2",
"vehicle_id": "2773"
},
{
"at_stop": true,
"direction": 217,
"latitude": 59.40934,
"line": "42",
"longitude": 24.6582,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "2804"
},
{
"at_stop": true,
"direction": 212,
"latitude": 59.41005,
"line": "5",
"longitude": 24.65833,
"nearest_stop": "Viru",
"type": "bus",
"type_code": "2",
"vehicle_id": "2849"
},
{
"at_stop": true,
"direction": 206,
"latitude": 59.41076,
"line": "2",
"longitude": 24.65883,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "2896"
},
{
"at_stop": true,
"direction": 247,
"latitude": 59.43138,
"line": "12",
"longitude": 24.84069,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3012"
},
{
"at_stop": true,
"direction": 328,
"latitude": 59.43165,
"line": "34",
"longitude": 24.84044,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "3035"
},
{
"at_stop": true,
"direction": 215,
"latitude": 59.4323,
"line": "40",
"longitude": 24.8413,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3036"
},
{
"at_stop": true,
"direction": 135,
"latitude": 59.43171,
"line": "60",
"longitude": 24.8404,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3044"
},
{
"at_stop": true,
"direction": 300,
"latitude": 59.43157,
"line": "58",
"longitude": 24.84091,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3101"
},
{
"at_stop": true,
"direction": 333,
"latitude": 59.43268,
"line": "13",
"longitude": 24.8401,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3154"
},
{
"at_stop": true,
"direction": 336,
"latitude": 59.43207,
"line": "67",
"longitude": 24.84011,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3271"
},
{
"at_stop": true,
"direction": 339,
"latitude": 59.43263,
"line": "66",
"longitude": 24.84037,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3295"
},
{
"at_stop": true,
"direction": 247,
"latitude": 59.4318,
"line": "50",
"longitude": 24.84261,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3298"
},
{
"at_stop": true,
"direction": 55,
"latitude": 59.43149,
"line": "66",
"longitude": 24.84159,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3306"
},
{
"at_stop": true,
"direction": 268,
"latitude": 59.43251,
"line": "67",
"longitude": 24.84128,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3360"
},
{
"at_stop": true,
"direction": 112,
"latitude": 59.43235,
"line": "42",
"longitude": 24.84132,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3361"
},
{
"at_stop": true,
"direction": 261,
"latitude": 59.43157,
"line": "40",
"longitude": 24.84191,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3368"
},
{
"at_stop": true,
"direction": 222,
"latitude": 59.43214,
"line": "42",
"longitude": 24.84004,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3399"
},
{
"at_stop": true,
"direction": 163,
"latitude": 59.43187,
"line": "3",
"longitude": 24.84125,
"nearest_stop": "Vana-Lõuna",
"type": "bus",
"type_code": "2",
"vehicle_id": "3420"
},
{
"at_stop": true,
"direction": 145,
"latitude": 59.40864,
"line": "2",
"longitude": 24.66085,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "3499"
},
{
"at_stop": true,
"direction": 94,
"latitude": 59.43278,
"line": "67",
"longitude": 24.8425,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3541"
},
{
"at_stop": true,
"direction": 124,
"latitude": 59.43198,
"line": "12",
"longitude": 24.84261,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3549"
},
{
"at_stop": true,
"direction": 82,
"latitude": 59.43283,
"line": "40",
"longitude": 24.84369,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3564"
},
{
"at_stop": true,
"direction": 294,
"latitude": 59.43196,
"line": "13",
"longitude": 24.84158,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3578"
},
{
"at_stop": true,
"direction": 259,
"latitude": 59.43213,
"line": "49",
"longitude": 24.84252,
"nearest_stop": "Lennujaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "3582"
},
{
"at_stop": true,
"direction": 354,
"latitude": 59.43259,
"line": "60",
"longitude": 24.83987,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3625"
},
{
"at_stop": true,
"direction": 119,
"latitude": 59.43151,
"line": "35",
"longitude": 24.84189,
"nearest_stop": "Seli",
"type": "bus",
"type_code": "2",
"vehicle_id": "3627"
},
{
"at_stop": true,
"direction": 252,
"latitude": 59.43267,
"line": "54",
"longitude": 24.83984,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3788"
},
{
"at_stop": true,
"direction": 246,
"latitude": 59.43156,
"line": "34",
"longitude": 24.84201,
"nearest_stop": "Viru keskus",
"type": "bus",
"type_code": "2",
"vehicle_id": "3792"
},
{
"at_stop": true,
"direction": 336,
"latitude": 59.43256,
"line": "13",
"longitude": 24.84077,
"nearest_stop": "Priisle",
"type": "bus",
"type_code": "2",
"vehicle_id": "3898"
},
{
"at_stop": true,
"direction": 130,
"latitude": 59.43228,
"line": "15",
"longitude": 24.84136,
"nearest_stop": "Sõjamäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "3929"
},
{
"at_stop": false,
"direction": 53,
"latitude": 59.41174,
"line": "85",
"longitude": 24.66109,
"nearest_stop": "Mustamäe",
"type": "tram",
"type_code": "1",
"vehicle_id": "6349"
},
{
"at_stop": false,
"direction": 316,
"latitude": 59.41164,
"line": "84",
"longitude": 24.66128,
"nearest_stop": "Keskuse",
"type": "tram",
"type_code": "1",
"vehicle_id": "6353"
},
{
"at_stop": false,
"direction": 301,
"latitude": 59.41151,
"line": "84",
"longitude": 24.66143,
"nearest_stop": "Keskuse",
"type": "tram",
"type_code": "1",
"vehicle_id": "6356"
}
]
},
"success": true
}