# Swiss Station Real-Time Departure Board (opendata.ch)

> Swiss Station Real-Time Departure Board (opendata.ch) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns real-time train/bus departure board data for a given Swiss public transport station via opendata.ch

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/switzerland-transport-stationboard
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/swiss-station-real-time-departure-board-opendata-ch-87f892db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HJ18s-iVcpjXfR44HJ_IJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability swiss-station-real-time-departure-board-opendata-ch-87f892db -d '<json body>'
```

Example prompt: What trains and buses are departing from Zurich Hauptbahnhof in the next hour? Pull up the live departure board for that station.

## When to prefer this

Use this endpoint when you need real-time or near-real-time Swiss public transport departure information for a specific station. Ideal for travel planning, transit monitoring, or any application needing live Swiss train/bus schedules. Prefer this over static timetable lookups when you need current departures including live delays.

## Known failure modes

- Station name not recognized — returns error or empty result if the station string doesn't match opendata.ch's station index
- Network/upstream failure — opendata.ch API unavailable, returns error
- Missing station parameter — request fails without the required ?station= query parameter
- Station name ambiguity — multiple stations match the input, may return unexpected results or require disambiguation

## How this service works

Swiss real-time departure board for a station (opendata.ch) (station) Query: ?station= Returns JSON.

## Output

A JSON object containing the real-time departure board for the specified Swiss station, including departure times, transport line identifiers, destination names, platform details, and delay/status information as provided by opendata.ch.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/swiss-station-real-time-departure-board-opendata-ch-87f892db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
