# clonecho.builda.company 3-Day Weather Forecast

> clonecho.builda.company 3-Day Weather Forecast 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 a three-day daily weather forecast in JSON for a given place name or latitude/longitude coordinate.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wttr-3day-forecast
- 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-3-day-weather-forecast-90a69cda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fac7_UfXJ-SCiWJjf1Elb

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-3-day-weather-forecast-90a69cda -d '<json body>'
```

Example prompt: What's the 3-day daily weather forecast for Paris, France? I need it in JSON so I can plan accordingly.

## When to prefer this

Use this endpoint when you need a structured JSON 3-day daily weather forecast by place name or coordinates. Prefer it over single-day or hourly forecast endpoints when planning requires a multi-day outlook.

## Known failure modes

- Invalid or unrecognized location name returns an error or empty result
- Missing location parameter returns a bad request error
- Ambiguous location name may resolve to an unexpected place
- Network timeout if the upstream wttr.in service is slow or unavailable
- Malformed coordinates (e.g. out-of-range lat/lng) may yield no results

## How this service works

Three-day daily weather forecast in JSON for a place name or lat,lng (param: location). Query: ?location= Returns JSON.

## Output

A JSON object containing a three-day daily weather forecast for the specified location, including temperature readings and weather conditions for each day.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-3-day-weather-forecast-90a69cda/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)
