# Indego Philadelphia Bike Share Real-Time Station Status

> Indego Philadelphia Bike Share Real-Time 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 live counts of available bikes and open docks at every Indego bike-share station in Philadelphia, PA, updated in real time

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/indego-philadelphia-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/indego-philadelphia-bike-share-real-time-station-status-709a47f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t9tIVBrq2gs2ehbfrcb42

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 indego-philadelphia-bike-share-real-time-station-status-709a47f0 -d '<json body>'
```

Example prompt: Can you check which Indego bike-share stations in Philadelphia currently have bikes available and open docks right now?

## When to prefer this

Use this endpoint when you need real-time, city-wide Indego bike-share station availability in Philadelphia — specifically live bike counts and open dock counts. Prefer this over static GTFS feeds or schedule data when the user needs to act on current conditions (e.g. finding a bike right now or returning one). This covers all stations in one call with no filtering parameters needed.

## Known failure modes

- Upstream Indego API unavailability may return stale or error responses
- Payment failure (insufficient USDC balance) results in 402 error before data is returned
- Network timeout if the real-time feed is slow to respond
- Occasional station data gaps if a station is offline or in maintenance mode

## How this service works

Live bikes available and open docks at every Indego station in Philadelphia, Pennsylvania, updated in real time; no params. Returns JSON.

## Output

A JSON array of all Indego station records, each including the station name, location, number of available bikes, and number of open/empty docking slots, reflecting live real-time status across the entire Philadelphia network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/indego-philadelphia-bike-share-real-time-station-status-709a47f0/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)
