API – lines

Information about public transport lines.

  • Endpoint: GET https://www.zditm.szczecin.pl/api/v1/lines
  • Data type: application/json
  • Update frequency: as required

Data structure

{
  "data": [
    {
      "id": 1,
      "number": "1",
      "type": "day",
      "subtype": "normal",
      "vehicle_type": "tram",
      "on_demand": false,
      "highlighted": false,
      "sort_order": 1,
      "updated_at": "2023-05-28T11:45:15.000000Z"
    },

    ...

  ]
}
  • int id – unique line identifier (immutable)
  • string number – line designation (number) (may change)
  • string type – line type:
    • day – day service
    • night – night service
  • string subtype – line subtype:
    • normal – regular service
    • semi-fast – semi‑fast service
    • fast – fast service
    • replacement – replacement service
    • additional – additional service
    • special – special service
    • tourist – tourist service
  • string vehicle_type – vehicle type:
    • skm – SKM train
    • tram – tram
    • bus – bus
  • bool on_demandtrue if the line operates as an on-demand service
  • bool highlightedtrue if the line is highlighted in orange on passenger information materials (runs on a diverted route or is a replacement service)
  • Added int sort_order – ordering number to facilitate sorted presentation of lines (the numbering in this field need not be contiguous)
  • string updated_at – timestamp of the last data update

General information

  1. The data are provided free of charge under the CC0 1.0 licence, for use in any context, with no prior notification required.
  2. Zarząd Dróg i Transportu Miejskiego w Szczecinie (Roads and Public Transport Authority in Szczecin) does not guarantee the accuracy or completeness of the data and accepts no liability for any loss or decisions made on the basis of this information.
  3. In any product using the data (application, website, publication, etc.), please cite the data source as Zarząd Dróg i Transportu Miejskiego w Szczecinie, or in abbreviated form, ZDiTM Szczecin; although not legally required, this is appreciated.
  4. Where possible, please include a link to this page or to the ZDiTM Szczecin homepage in any product using the data; this is also not a legal obligation.
  5. Clients should recognise and honour the HTTP headers Cache-Control and ETag.
  6. API requests are rate‑limited: 100 requests per minute per IP address across all endpoints. The X-RateLimit-Remaining header shows the number of remaining requests. Once the limit is reached, an HTTP 429 response is returned. The X-RateLimit-Reset header then contains a Unix timestamp for when the limit resets, and the Retry-After header shows the number of seconds until reset.
  7. If possible, please include in your User-Agent header information identifying the entity using the data (e.g. the name of your application, website, or its URL).
  8. In the event of excessive server load, ZDiTM Szczecin reserves the right to partially or fully block access to the API.