# Switzerland Public Transport Station Lookup

> Switzerland Public Transport Station Lookup 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).

Looks up Swiss public transport stations and stops by name using the opendata.ch SBB timetable dataset

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/switzerland-transport-locations
- 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-station-lookup-685fbae5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NYPISGJgd0YmKBInlc2sK

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-station-lookup-685fbae5 -d '<json body>'
```

Example prompt: Can you look up Swiss public transport stations matching 'Bern Hauptbahnhof' in the SBB timetable — I need the official stop name and ID for journey planning?

## When to prefer this

Use this endpoint when you need to resolve a Swiss public transport station or stop name against the official SBB/opendata.ch timetable dataset, especially when building journey planners, validating stop names, or enriching transit data for Switzerland. Prefer this over generic geocoding when you specifically need official Swiss rail/transit stop identifiers.

## Known failure modes

- No stations found for the given query — returns empty result set
- Query string missing or empty — returns error or empty response
- Misspelled station name yields no or incorrect matches
- Service temporarily unavailable — HTTP 5xx error
- Payment not processed — HTTP 402 if x402 payment fails

## How this service works

Swiss public-transport station/stop lookup (opendata.ch, SBB timetable) by name (query) Query: ?query= Returns JSON.

## Output

Returns a JSON array of matching Swiss public transport stations and stops, including their official names and relevant identifiers from the SBB/opendata.ch timetable dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/switzerland-public-transport-station-lookup-685fbae5/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)
