# Bike Share Toronto Station Status

> Bike Share Toronto 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-14).

Returns real-time availability of bikes and open docks at every Bike Share Toronto station

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/bikeshare-toronto-status
- 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/bike-share-toronto-station-status-d5a71ed2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tB0VtsRlZhaG6FQvL1eTd

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 bike-share-toronto-station-status-d5a71ed2 -d '<json body>'
```

Example prompt: Can you pull up the live status of all Bike Share Toronto stations so I can see which ones have bikes available and open docks right now?

## When to prefer this

Use this endpoint when you need a complete real-time snapshot of all Bike Share Toronto stations in a single call with no parameters required. Ideal for mobility apps, commute planning, or monitoring dock availability across the entire Toronto bikeshare network. Prefer this over scraping the official app or site directly.

## Known failure modes

- Upstream Bike Share Toronto feed is down or delayed — returns stale or empty data
- Payment of $0.02 USDC not processed — request rejected with 402
- Network timeout connecting to the clonecho proxy — HTTP 5xx error
- JSON parsing error if upstream data format changes unexpectedly

## How this service works

Live bikes and open docks at every Bike Share Toronto station; no params. Returns JSON.

## Output

A JSON array of all Bike Share Toronto stations, each with station ID, name, location, number of available bikes, and number of open/empty docks in real time.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bike-share-toronto-station-status-d5a71ed2/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)
