# engedi.digi-life17 Multi-Day Weather Forecast

> engedi.digi-life17 Multi-Day Weather Forecast is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a multi-day weather forecast (up to 16 days) for a given latitude/longitude using Open-Meteo data

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/weather-forecast
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/engedi-digi-life17-multi-day-weather-forecast-0142c76b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_seGVYqy6YaRv_tqfxE_sa

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 engedi-digi-life17-multi-day-weather-forecast-0142c76b
```

Example prompt: What's the weather forecast for the next 10 days at latitude 48.8566, longitude 2.3522 — give me the full daily breakdown?

## When to prefer this

Use this endpoint when you need a structured multi-day weather forecast (up to 16 days) for any geographic coordinate globally, especially when you need confidence metadata and caching status. It is backed by Open-Meteo, a free and open weather API, making it suitable for general-purpose forecasting without requiring a proprietary API key.

## Known failure modes

- Missing latitude or longitude returns a 400 error
- Days parameter exceeding 16 may be clamped or rejected
- Invalid coordinate values (out of range) may return an error or empty data
- Service unavailable if Open-Meteo upstream is down
- Payment failure if x402 USDC payment is not completed

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

A JSON object containing multi-day weather forecast data keyed by day (up to 16 days), with metadata indicating whether the result was cached, the data source (Open-Meteo), a confidence score, and the last updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/engedi-digi-life17-multi-day-weather-forecast-0142c76b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
