# Capital Bikeshare DC Real-Time Station Status

> Capital Bikeshare DC 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 Capital Bikeshare station in the Washington DC metro region

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/capital-bikeshare-dc-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/capital-bikeshare-dc-real-time-station-status-18cf5d29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lg0oQGpwdEHEo1t4BrsDc

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 capital-bikeshare-dc-real-time-station-status-18cf5d29 -d '<json body>'
```

Example prompt: Can you check which Capital Bikeshare stations in DC currently have bikes available and how many open docks are free right now?

## When to prefer this

Choose this endpoint when you need live, system-wide bike and dock availability across all Capital Bikeshare stations in the Washington DC metro area. It is ideal for building trip-planning tools, showing nearby bike availability, monitoring dock fullness, or any use case requiring a complete real-time snapshot without filtering by specific station.

## Known failure modes

- Upstream Capital Bikeshare feed is temporarily unavailable — empty or error JSON returned
- Payment of $0.02 USDC not completed — 402 response blocking data access
- Network timeout if the bikeshare data feed is slow to respond
- Stale data if the upstream feed hasn't refreshed recently

## How this service works

Live bikes and open docks at every Capital Bikeshare station in the Washington DC region; no params. Returns JSON.

## Output

A JSON object containing real-time data for every Capital Bikeshare station in the Washington DC region, including station name, ID, geographic coordinates, number of available bikes, number of open docks, and station operational status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/capital-bikeshare-dc-real-time-station-status-18cf5d29/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)
