# Bixi Montreal Station Status

> Bixi Montreal 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 live bikes and open docks at every Bixi station in Montreal.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/bixi-montreal-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/bixi-montreal-station-status-28e50461
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_avF9hCsP0XuT7FGJdsbFm

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 bixi-montreal-station-status-28e50461 -d '<json body>'
```

Example prompt: Can you check the live Bixi station status in Montreal and tell me which stations currently have bikes available and open docks?

## When to prefer this

Use this endpoint when you need real-time bike and dock availability across all Bixi stations in Montreal simultaneously. Ideal for routing users to the nearest available bike or open dock, building trip planners, or monitoring station capacity city-wide without needing to specify any query parameters.

## Known failure modes

- Bixi upstream API unavailable — service may return 5xx or stale data
- x402 payment failure if USDC balance is insufficient
- Transient network errors returning empty or malformed JSON
- Data may lag real-time by a short polling interval

## How this service works

Live bikes and open docks at every Bixi station in Montreal; no params. Returns JSON.

## Output

A JSON array of all Bixi stations in Montreal, each with current counts of available bikes and open docking slots, plus station identifiers and likely location coordinates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bixi-montreal-station-status-28e50461/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)
