# Ecobici Mexico City Bikeshare Stations

> Ecobici Mexico City 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 location and capacity of every Ecobici bikeshare station in Mexico City as a JSON list, requiring no parameters.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ecobici-mexico-city-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/ecobici-mexico-city-bikeshare-stations-38783f0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ra58jsFSWk5MxGCtfuaWB

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-bikeshare-stations-38783f0a -d '<json body>'
```

Example prompt: Can you pull up all the Ecobici bikeshare station locations and their dock capacities across Mexico City?

## When to prefer this

Use this endpoint when you need a static directory of all Ecobici stations in Mexico City (locations, names, capacities) and do not need live bike/dock availability counts. Ideal for mapping, route planning, or geospatial enrichment tasks involving Mexico City's bikeshare network.

## Known failure modes

- Upstream Ecobici data source unavailable — may return 502 or empty response
- Payment not fulfilled via x402 — returns 402 Payment Required
- Stale data if the upstream feed has not been refreshed — no real-time availability status included

## How this service works

Locations and capacity of every Ecobici bikeshare station in Mexico City; no params. Returns JSON.

## Output

A JSON array of all Ecobici bikeshare stations in Mexico City, each entry including the station's name, geographic coordinates (latitude/longitude), total dock capacity, and a station identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecobici-mexico-city-bikeshare-stations-38783f0a/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)
