# ClonEcho UV Index Forecast

> ClonEcho UV Index Forecast is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Returns the maximum UV index forecast for a given latitude/longitude coordinate pair as a health and outdoor planning signal.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/uv-index
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-uv-index-forecast-a862926b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gtNp6QqPeBckuhsO854Vo

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-uv-index-forecast-a862926b -d '<json body>'
```

Example prompt: What's the max UV index forecast right now for coordinates 40.7128° N, 74.0060° W — I want to know if I need SPF 50 today?

## When to prefer this

Use this endpoint when you need a quick, live UV index forecast keyed to a specific geographic coordinate — ideal for health apps, outdoor activity planners, or any workflow that needs to surface sun exposure risk for a user's location. Prefer this over general weather APIs when UV index is specifically the needed signal.

## Known failure modes

- Missing lat or lon parameter returns an error or empty response
- Invalid coordinate values (out of range) may return an error
- Upstream UV data provider outage returns failure or stale data
- Network timeout for live forecast fetch

## How this service works

Max UV index forecast for a location (?lat=&lon=) — health/outdoor signal. Live. Returns JSON.

## Output

A JSON object containing the maximum UV index forecast for the specified latitude/longitude, suitable for use as a health or outdoor activity planning signal.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-uv-index-forecast-a862926b/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)
