# Bluebikes Boston Stations

> Bluebikes Boston 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-14).

Returns the locations and dock capacity of every Bluebikes bikeshare station in the metro Boston area

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/bluebikes-boston-stations
- 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/bluebikes-boston-stations-89dbbda9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LwDQfMDJiV53KwS6pp5Va

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 bluebikes-boston-stations-89dbbda9 -d '<json body>'
```

Example prompt: Can you pull up all the Bluebikes bikeshare station locations and their dock capacities across metro Boston?

## When to prefer this

Use this endpoint when you need a complete, up-to-date directory of all Bluebikes stations in metro Boston, including their physical locations and dock capacities — ideal for building maps, route planners, or proximity searches within the Boston bikeshare network. Prefer this over scraping the Bluebikes website or calling GBFS feeds directly when you want a clean, pre-parsed JSON response.

## Known failure modes

- Upstream Bluebikes data feed unavailable — may return 503 or stale data
- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Network timeout if the data payload is large — returns 504

## How this service works

Locations and capacity of every Bluebikes bikeshare station in metro Boston; no params. Returns JSON.

## Output

A JSON array or object listing every Bluebikes station in the metro Boston network, including each station's name, geographic coordinates (latitude/longitude), number of available docks (capacity), and station identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bluebikes-boston-stations-89dbbda9/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)
