# Citi Bike NYC Station Roster

> Citi Bike NYC Station Roster 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 full list of every Citi Bike docking station in New York City with location and capacity details.

## Facts

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

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-roster-8561aafd -d '<json body>'
```

Example prompt: Can you pull up the full list of Citi Bike docking stations in New York City with their locations and how many bike slots each one has?

## When to prefer this

Use this endpoint when you need the complete, city-wide directory of Citi Bike NYC stations with their physical locations and capacities — ideal for building maps, route planners, or any app that needs to know where stations are and how many docks they have. Prefer this over alternatives when no filtering by area or real-time availability is needed and you just want the full static roster.

## Known failure modes

- Upstream Citi Bike data source unavailable — returns error or stale data
- Network timeout if the roster is large and connection is slow
- Payment failure if x402 USDC transaction is not completed

## How this service works

Locations and capacity of every Citi Bike docking station in New York City; no params (full station roster). Returns JSON.

## Output

A JSON array of all Citi Bike docking stations in New York City, each including station name, unique ID, geographic coordinates (latitude and longitude), and total docking capacity.

## More

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