# Citi Bike NYC Station Status

> Citi Bike NYC 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 Citi Bike station in New York City

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/citibike-nyc-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/citi-bike-nyc-station-status-539e105a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fNYQ27vP1xcswzYDb6oZM

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 citi-bike-nyc-station-status-539e105a -d '<json body>'
```

Example prompt: Can you pull up the current bike and dock availability for all Citi Bike stations in New York City right now?

## When to prefer this

Use this endpoint when you need a real-time snapshot of all Citi Bike NYC stations in a single call with no filtering parameters required. Ideal for building availability maps, finding nearest available bikes, or monitoring dock capacity across the whole network.

## Known failure modes

- Upstream Citi Bike API outage causing stale or unavailable data
- Network timeout returning no response
- Rate limiting or payment failure returning 402 error
- Malformed JSON if the upstream feed has a schema change

## How this service works

Live bikes and open docks at every Citi Bike station in New York City; no params (all stations). Returns JSON.

## Output

A JSON array of all Citi Bike stations in NYC, each containing station ID, name, coordinates, number of available bikes, and number of open docks at the time of the request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/citi-bike-nyc-station-status-539e105a/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)
