wienerlinien

Verified·Scanned 2/18/2026

This skill queries Vienna public-transport data (departures, disruptions, elevator status) from the Wiener Linien API base https://www.wienerlinien.at/ogd_realtime. It includes example shell scripts (./departures.sh, ./disruptions.sh, ./elevators.sh, ./search-stop.sh) and curl commands that call that API.

from clawhub.ai·va2f0593·13.9 KB·0 installs
Scanned from 1.0.0 at a2f0593 · Transparency log ↗
$ vett add clawhub.ai/hjanuschka/wienerlinien

Wiener Linien Skill

A skill for querying Vienna's public transport (Wiener Linien) real-time data including departures, disruptions, and elevator status.

Overview

This skill provides tools to access Wiener Linien's real-time API for:

  • Real-time departures at any stop
  • Service disruptions (short-term and long-term)
  • Elevator outages at U-Bahn stations
  • Stop search by name to find RBL stop IDs

Scripts

search-stop.sh - Find Stop IDs

Search for stops by name to get their RBL (stop) IDs needed for departure queries.

./search-stop.sh stephansplatz
./search-stop.sh kagran

departures.sh - Real-Time Departures

Get next departures from one or more stops. Supports multiple stop IDs for stations with multiple platforms.

./departures.sh 252              # Single stop
./departures.sh 252 4116 4119    # Multiple platforms (Stephansplatz)

disruptions.sh - Service Disruptions

Get current disruptions, optionally filtered by line.

./disruptions.sh                 # All disruptions
./disruptions.sh U1 U3           # Only U1 and U3
./disruptions.sh 27A             # Specific bus line

elevators.sh - Elevator Outages

Get elevator outages at stations, optionally filtered by line.

./elevators.sh                   # All elevator outages
./elevators.sh U6                # U6 stations only

Common Stop IDs (RBL)

StopRBL IDsLines
Stephansplatz252, 4116, 4119U1, U3
Karlsplatz143, 144, 4101, 4102U1, U2, U4
Westbahnhof1346, 1350, 1368U3, U6
Praterstern4205, 4210U1, U2
Schwedenplatz1489, 1490, 4103U1, U4
Schottentor40, 41, 4118U2, Trams

API Reference

See SKILL.md for complete API documentation including:

  • Full endpoint specifications
  • Response structures
  • Error codes
  • Reference data (CSV downloads)

Requirements

  • curl - HTTP requests
  • jq - JSON parsing

License

Uses Wiener Linien Open Data: https://www.wienerlinien.at/open-data