# Switzerland Public Transport Journey Planner

> Switzerland Public Transport Journey Planner 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 public transport connections between two Swiss stations using the opendata.ch API

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/switzerland-transport-connections
- 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/switzerland-public-transport-journey-planner-85d3a097
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2SOmXuI1KuV7bGOt3NcOp

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 switzerland-public-transport-journey-planner-85d3a097 -d '<json body>'
```

Example prompt: What public transport connections are available from Zurich HB to Bern right now?

## When to prefer this

Use this endpoint when you need point-to-point Swiss public transport journey information between two named stations. Ideal for travel planning within Switzerland leveraging official opendata.ch timetable data. Prefer this over generic mapping APIs when the user specifically needs Swiss transit schedules.

## Known failure modes

- Invalid or unrecognized station names return empty or error JSON
- Missing 'from' or 'to' parameters may return an error or empty result
- Stations outside Switzerland are not covered
- Network timeout if opendata.ch upstream is unavailable
- Misspelled station names may return no connections

## How this service works

Swiss public-transport journey planner (opendata.ch) between two stations (from, to) Query: ?from=&?to= Returns JSON.

## Output

A JSON object containing available public transport connections between the specified Swiss stations, including departure and arrival times, transport modes (train, bus, etc.), and route details sourced from the opendata.ch Swiss timetable API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/switzerland-public-transport-journey-planner-85d3a097/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)
