List of public transport routes

Dataset returns list of public transport routes. Current public transport data can be found on the public portal.

Author
Platforma Invipo

Format
API JSON

License
Open Database License (ODbL)

Last modified
26. 3. 2026

Request

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

Parameters

-
The dataset has no input parameters.


USER GUIDE

Detailed instructions for querying datasets are available here.

Answer

[
.
.
.
  {
    "agency": "Dopravný podnik mesta Žiliny s.r.o.",
    "color": "9E9AC8",
    "longName": "Žilinská Lehota - Žel. stanica a späť",
    "routeId": "636_29",
    "shortName": "29",
    "vehicleType": "Bus"
  },
.
.
.
]
agency - line operator
longName - full name of the line
shortName - abbreviated line name
vehicleType - vehicle type
Datasets user guide