# Austin MetroBike Real-Time Station Status

> Austin MetroBike Real-Time 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 live bike availability and open dock counts for every Austin MetroBike station in real time, with no parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/metrobike-austin-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/austin-metrobike-real-time-station-status-58921729
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B-aVUZG9H3K52nTp25Gx6

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 austin-metrobike-real-time-station-status-58921729 -d '<json body>'
```

Example prompt: Can you check which Austin MetroBike stations currently have bikes available and how many open docks are left at each one?

## When to prefer this

Use this endpoint when you need real-time, station-level bike and dock availability across the entire Austin MetroBike network. Prefer this over static schedule data or map tile APIs when the user needs actionable availability right now to decide where to pick up or return a bike in Austin.

## Known failure modes

- Upstream MetroBike data feed unavailable — may return stale or empty data
- Payment of $0.02 USDC not completed — 402 Payment Required response
- Network timeout if the live data feed is slow to respond
- Malformed JSON if upstream source changes schema unexpectedly

## How this service works

Live bikes available and open docks at every Austin MetroBike station in Austin, Texas, updated in real time; no params. Returns JSON.

## Output

A JSON array of all Austin MetroBike stations, each with station name, station ID, number of available bikes, and number of open docking spots, all reflecting current real-time status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/austin-metrobike-real-time-station-status-58921729/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)
