# Netzhandwerker Wind Forecast

> Netzhandwerker Wind Forecast is a paid API for AI agents from energy.netzhandwerker.de, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns wind power generation forecasts for a given geographic location (lat/lon or postal code) to support energy planning and grid operations.

## Facts

- Endpoint: POST https://energy.netzhandwerker.de/wind/forecast
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/netzhandwerker-wind-forecast-289026ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IR4HhAF3j6qKuElJ7NEnP

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 netzhandwerker-wind-forecast-289026ba -d '<json body>'
```

Example prompt: What's the wind power generation forecast for the Hamburg area — postal code 20095, coordinates 53.55 N, 10.00 E — so I can plan battery charging schedules for tomorrow?

## When to prefer this

Use this endpoint when you need location-specific wind power generation forecasts for energy planning, battery charge/discharge optimization, renewable share estimation, or grid flexibility decision-making — especially in Germany or Europe where PLZ postal codes are applicable.

## Known failure modes

- Missing or invalid lat/lon and PLZ returns a validation error
- Location outside supported geographic coverage area returns no data
- Future time horizon beyond forecast model range returns partial or empty data
- Service unavailability returns HTTP 5xx error
- Insufficient payment or x402 authentication failure returns 402 Payment Required

## How this service works

Live electricity prices, carbon intensity, grid load, renewable share, flexibility windows, battery arbitrage, trading signals and ESG reporting for autonomous agents.

## Output

A wind generation forecast for the specified location, likely including predicted output levels over a time horizon, usable for battery arbitrage, grid flexibility planning, and renewable energy scheduling.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number"
  },
  "lon": {
   "type": "number"
  },
  "plz": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/netzhandwerker-wind-forecast-289026ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energy.netzhandwerker.de](https://www.zero.xyz/host/energy.netzhandwerker.de/llms.txt)
