# Ecobici Mexico City Station Status

> Ecobici Mexico City 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 Ecobici station across Mexico City

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ecobici-mexico-city-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/ecobici-mexico-city-station-status-9e7af522
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X4Jzr7dhLHheIGDwzfRAm

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 ecobici-mexico-city-station-status-9e7af522 -d '<json body>'
```

Example prompt: Can you check the current live bike and dock availability across all Ecobici stations in Mexico City right now?

## When to prefer this

Use this endpoint when you need real-time, system-wide Ecobici station availability in Mexico City — e.g. for trip planning apps, mobility dashboards, or alerting when bikes or docks are available. Prefer this over scraping Ecobici's website directly, as it returns structured JSON with no parsing overhead. Not suitable for historical data or stations outside Mexico City.

## Known failure modes

- Upstream Ecobici API unavailable — stale or empty data returned
- Payment of $0.02 USDC not completed — 402 Payment Required response
- Network timeout if Ecobici data feed is slow
- Partial data if some stations are offline or reporting errors

## How this service works

Live bikes and open docks at every Ecobici station in Mexico City; no params. Returns JSON.

## Output

A JSON array of all Ecobici station records, each containing the station identifier, number of available bikes, number of open docking slots, and overall station status — covering the entire Mexico City bike-share network in real time.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecobici-mexico-city-station-status-9e7af522/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)
