Public transport vehicles list (CSV)

This dataset provides a list of public transport vehicles. Each item contains the vehicle identifier and vehicle type. The dataset is suitable for reviewing available vehicles, filtering public transport data by vehicle, or further analytical processing.

Author
Platforma Invipo

Format
CSV

License
Open Database License (ODbL)

Last modified
28. 4. 2026

Request

POST https://opendata.zilina.sk/api/datasets/v1/public-transport/vehicles/list?outputType=csv

Parameters

{}
The dataset does not require any input parameters.

Answer

"vehicleId","airConditioning","articulated","bearing","currentStatus","deviation","direction","lowFloor","multiCarriageDetails","nextStop","occupancyStatus","position","timestamp","tripId","tripType","vehicleType","wheelchairAccessible","occupancyPercentage","previousStop","route"
"302 ŠKODA26TR A SOLARIS",true,false,170,"IN_TRANSIT_TO",3.85,"Jaseňová",true,"[]","{""stopId"":""167"",""name"":""Smreková""}","STANDING_ROOM_ONLY","{""type"":""Point"",""coordinates"":[18.73359,49.20121]}","2026-04-28T12:57:02.000Z","660_1166","Public","CableCar",true,40,"{""stopId"":""10"",""name"":""Centrálna""}","{""longName"":""Solinky-Bôrik-centrum-Bôrik-Solinky"",""routeId"":""660_3"",""shortName"":""3"",""vehicleType"":""CableCar"",""agency"":""Dopravný podnik mesta Žiliny s.r.o.""}"
vehicleId (string) – Vehicle identifier.
type (string) – Vehicle type, for example bus or another public transport vehicle type.

Each object in the array represents one public transport vehicle.

Note

The result contains a unique list of vehicles grouped by vehicle identifier.
Datasets user guide