# Bay Wheels SF Station Status

> Bay Wheels SF Station Status 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-15).

Returns real-time counts of live bikes and open docks at every Bay Wheels station in the San Francisco Bay Area

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/baywheels-sf-status
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bay-wheels-sf-station-status-888fa518
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x_YVkziDAhhqu8XjEawgJ

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 bay-wheels-sf-station-status-888fa518 -d '<json body>'
```

Example prompt: Can you check which Bay Wheels stations in San Francisco currently have bikes available and open docks to return them?

## When to prefer this

Use this endpoint when you need real-time Bay Wheels station availability data for the San Francisco Bay Area specifically, covering all stations at once with no filtering parameters required. Prefer this over manual scraping or other transit APIs when you need live dock and bike counts for Bay Area bike-share planning or monitoring.

## Known failure modes

- Bay Wheels upstream feed is temporarily unavailable — may return 503 or stale data
- Network timeout if the upstream data source is slow
- Empty or incomplete station list if the feed returns partial data

## How this service works

Live bikes and open docks at every Bay Wheels station in the San Francisco Bay Area; no params. Returns JSON.

## Output

A JSON array of all Bay Wheels stations in the SF Bay Area, each with the station name, number of live/available bikes, number of open docks, and station status details — all reflecting current real-time conditions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bay-wheels-sf-station-status-888fa518/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)
