# clonecho.builda.company – Current Weather Conditions

> clonecho.builda.company – Current Weather Conditions 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 current weather conditions as JSON for a given place name or latitude/longitude coordinate pair

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wttr-current-conditions
- 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/clonecho-builda-company-current-weather-conditions-cb60d135
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FW5gLLe8niGKLXpMb8ZlQ

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 clonecho-builda-company-current-weather-conditions-cb60d135 -d '<json body>'
```

Example prompt: What are the current weather conditions in Chicago? Give me the live data in JSON.

## When to prefer this

Use this endpoint when you need current (real-time) weather conditions for a named place or lat/lng coordinate and want structured JSON output; ideal for lightweight weather lookups without needing forecasts or historical data.

## Known failure modes

- Invalid or unrecognized location name returns an error or empty result
- Malformed coordinates may return no data
- Network or upstream wttr.in service outage returns a 5xx error
- Missing location parameter results in a bad request error
- Payment failure ($0.02 USDC x402) blocks the request

## How this service works

Current weather conditions in JSON for a place name or lat,lng (param: location). Query: ?location= Returns JSON.

## Output

A JSON object containing current weather conditions for the requested location, including temperature, weather description, and related meteorological fields sourced from wttr.in.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-current-weather-conditions-cb60d135/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)
