# Divvy Chicago Bike Share Station Status

> Divvy Chicago Bike Share 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-15).

Returns real-time availability of live bikes and open docks at every Divvy bike-share station in Chicago.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/divvy-chicago-status
- 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/divvy-chicago-bike-share-station-status-844331a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cxSXoDdh9_7RwYhFKypP0

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 divvy-chicago-bike-share-station-status-844331a3 -d '<json body>'
```

Example prompt: Can you check the live Divvy bike share status right now and tell me which Chicago stations have available bikes and open docks?

## When to prefer this

Use this endpoint when you need a complete real-time snapshot of all Divvy bike-share stations in Chicago at once — it requires no parameters and returns the full city-wide dataset. Prefer this over city-specific transit APIs when specifically tracking Divvy (not Citi Bike NYC or other systems).

## Known failure modes

- Upstream Divvy feed is unavailable — returns error or stale data
- Payment of $0.02 USDC not processed — 402 Payment Required response
- Network timeout if feed is slow to respond
- Empty or partial station list if upstream data feed is incomplete

## How this service works

Live bikes and open docks at every Divvy station in Chicago; no params (all stations). Returns JSON.

## Output

A JSON array or object containing all Divvy stations in Chicago with real-time data including each station's ID, name, coordinates, number of available bikes, and number of open docking slots.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/divvy-chicago-bike-share-station-status-844331a3/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)
