GET /tallinn/transport/vehicles
Tallinnan kaikkien julkisen liikenteen ajoneuvojen reaaliaikaiset GPS-sijainnit — bussit, raitiovaunut, johdinautot ja junat. Palauttaa ajoneuvotyypin, linjanumeron, koordinaatit, suunnan, ajoneuvon ID:n ja lähimmän pysäkin. Tiedot lähteestä transport.tallinn.ee. Suodata tyypin mukaan: bussi, raitiovaunu, johdinauto.
tyyppi
valinnainen
Filter by vehicle type: bus, tram, trolleybus, train
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
tyyppi |
Ei | - | Filter by vehicle type: bus, tram, trolleybus, train |
curl https://nordapi.ee/api/v1/tallinn/transport/vehicles
{
"data": {
"count": 5,
"vehicles": [
{
"at_stop": true,
"direction": 45,
"latitude": 59.41145,
"line": "1",
"longitude": 24.66258,
"nearest_stop": "Hobujaama",
"type": "bus",
"type_code": "2",
"vehicle_id": "1012"
},
{
"at_stop": true,
"direction": 7,
"latitude": 59.41098,
"line": "8",
"longitude": 24.65924,
"nearest_stop": "Väike-Õismäe",
"type": "bus",
"type_code": "2",
"vehicle_id": "1162"
},
{
"at_stop": true,
"direction": 270,
"latitude": 59.41119,
"line": "19",
"longitude": 24.65951,
"nearest_stop": "Laagri alevik",
"type": "bus",
"type_code": "2",
"vehicle_id": "1170"
},
{
"at_stop": true,
"direction": 172,
"latitude": 59.40854,
"line": "2",
"longitude": 24.66065,
"nearest_stop": "Balti jaam",
"type": "bus",
"type_code": "2",
"vehicle_id": "2212"
},
{
"at_stop": true,
"direction": 297,
"latitude": 59.44786,
"line": "25",
"longitude": 24.89532,
"nearest_stop": "Reisisadama D-terminal",
"type": "bus",
"type_code": "2",
"vehicle_id": "2471"
}
]
},
"success": true
}