Public transport vehicles list

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
API JSON

License
Open Database License (ODbL)

Last modified
28. 4. 2026

Request

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

Parameters

{}
The dataset does not require any input parameters.

Answer

[
  {
    "vehicleId": "Vehicle 1",
    "type": "Bus"
  }
]
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