# MiBici Guadalajara Real-Time Station Status

> MiBici Guadalajara Real-Time Station Status is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns live counts of available bikes and open docking spaces at every MiBici bike-share station in Guadalajara, Mexico, updated in real time.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mibici-guadalajara-status
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mibici-guadalajara-real-time-station-status-84f07500
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oF-8YQraPooCzmkwjl9C9

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 mibici-guadalajara-real-time-station-status-84f07500 -d '<json body>'
```

Example prompt: Can you check which MiBici stations in Guadalajara currently have bikes available and which ones have open docks to return a bike?

## When to prefer this

Use this endpoint when you need live, system-wide bike and dock availability across all MiBici stations in Guadalajara simultaneously, without needing to specify a particular station. It is ideal for routing, trip planning, or monitoring applications that require a full snapshot of the Guadalajara MiBici network in real time.

## Known failure modes

- MiBici upstream feed is down or delayed, resulting in stale or unavailable data
- Network timeout if the external MiBici data source is unreachable
- Non-200 HTTP response if the x402 payment is not correctly processed
- Empty or partial station list if the feed is mid-refresh

## How this service works

Live bikes available and open docks at every MiBici station in Guadalajara, Mexico, updated in real time; no params. Returns JSON.

## Output

A JSON object containing real-time data for every MiBici station in Guadalajara, including each station's ID, name, number of available bikes, and number of open/empty docking slots, all reflecting the current live state of the network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mibici-guadalajara-real-time-station-status-84f07500/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)
