# Boulder B-cycle Bikeshare Stations

> Boulder B-cycle Bikeshare Stations 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 live docking-station locations for the Boulder, Colorado B-cycle bikeshare network, including station name, address, and coordinates.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/boulder-bcycle-bikeshare-stations
- 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/boulder-b-cycle-bikeshare-stations-ae85234c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bBr0gEXGLScAcwmMhWXVj

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 boulder-b-cycle-bikeshare-stations-ae85234c -d '<json body>'
```

Example prompt: Can you pull up all the Boulder B-cycle bikeshare docking station locations — I need the names, addresses, and GPS coordinates for every station in the network.

## When to prefer this

Use this endpoint when you need live or current docking-station location data specifically for the Boulder, Colorado B-cycle bikeshare network. Prefer this over generic map APIs when you need structured station metadata (name, address, coordinates) in a single call without additional geocoding steps.

## Known failure modes

- Upstream Boulder B-cycle data unavailable — service may return empty or error response
- Network timeout if the live station feed is slow to respond
- Malformed JSON if upstream data format changes
- Payment failure (x402) if USDC balance is insufficient — request rejected before data is returned

## How this service works

Boulder, Colorado (Boulder B-cycle) live docking-station locations — station name, address and coordinates. Param q reserved (returns all stations). Query: ?q= Returns JSON.

## Output

A JSON array of all Boulder B-cycle docking station records, each containing the station name, street address, and geographic coordinates (latitude and longitude).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/boulder-b-cycle-bikeshare-stations-ae85234c/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)
