# clonecho.builda.company Hourly Weather Forecast

> clonecho.builda.company Hourly 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 today's 3-hourly weather forecast in JSON for a given place name or lat/lng coordinate

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wttr-hourly-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-hourly-weather-forecast-aaa17eb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__RVItdyLW4UuS_sK87OEO

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-hourly-weather-forecast-aaa17eb5 -d '<json body>'
```

Example prompt: What's today's weather forecast broken down every 3 hours for Paris, France?

## When to prefer this

Use this endpoint when you need today's intraday weather broken into 3-hour windows for a named place or geographic coordinate, especially when JSON output is required for downstream processing. Prefer over daily-summary endpoints when time-of-day granularity matters.

## Known failure modes

- Unknown or ambiguous location name returns an error or empty forecast
- Malformed lat/lng values cause a lookup failure
- Service unavailability results in a non-200 response
- Missing location parameter returns an error response
- Rate limiting or payment failure blocks the request

## How this service works

Today's 3-hourly weather forecast in JSON for a place name or lat,lng (param: location). Query: ?location= Returns JSON.

## Output

A JSON object containing today's 3-hourly weather forecast segments for the requested location, including temperature, precipitation, wind speed/direction, humidity, and weather condition descriptions for each time slot throughout the day.

## More

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