# Divvy Chicago Bikeshare Stations

> Divvy Chicago 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-14).

Returns the full roster of Divvy bikeshare stations in Chicago, including location and capacity for every station.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/divvy-chicago-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/divvy-chicago-bikeshare-stations-1e4c96e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o65UNR6BHoj-B4PmaHIWu

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-bikeshare-stations-1e4c96e6 -d '<json body>'
```

Example prompt: Can you pull up the full list of Divvy bike stations in Chicago with their locations and dock capacities?

## When to prefer this

Use this endpoint when you need a complete, current snapshot of every Divvy station in Chicago with location and capacity — ideal for building maps, routing agents, availability checkers, or any app that needs the full station roster without filtering by area or status.

## Known failure modes

- Upstream Divvy/GBFS data feed unavailable — service may return 502 or empty response
- Payment failure (x402) — call rejected if 0.02 USDC payment not attached
- Rate limit exceeded — too many requests in a short window

## How this service works

Locations and capacity of every Divvy bikeshare station in Chicago; no params (full station roster). Returns JSON.

## Output

A JSON array of all Divvy bikeshare stations in Chicago, each containing the station name, unique ID, geographic coordinates (latitude/longitude), and total docking capacity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/divvy-chicago-bikeshare-stations-1e4c96e6/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)
