# HALOWERK Central Land – Liechtenstein Water & Wetland Share

> HALOWERK Central Land – Liechtenstein Water & Wetland Share is a paid API for AI agents from mitteleuropa.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns the combined share of permanent water, herbaceous wetland, and mangrove ESA WorldCover 2021 classes for a coordinate within Liechtenstein.

## Facts

- Endpoint: POST https://mitteleuropa.halowerk.com/v1/li-water-wetland-share
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-central-land-liechtenstein-water-wetland-share-916f9f26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_luQFust4lgi5WcoQwFFB9

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 halowerk-central-land-liechtenstein-water-wetland-share-916f9f26 -d '<json body>'
```

Example prompt: What's the combined share of permanent water, wetland, and mangrove land cover at latitude 47.14 and longitude 9.52 in Liechtenstein?

## When to prefer this

Choose this endpoint when you need a precise, paid, per-point query of combined water and wetland land cover share specifically within Liechtenstein, backed by ESA WorldCover 2021 data. It is ideal for environmental assessments, site screening, or geospatial enrichment workflows targeting Liechtenstein coordinates, especially when boundary validation before payment is important.

## Known failure modes

- Coordinate outside Liechtenstein Natural Earth boundary — request rejected before payment, error response indicating out-of-bounds
- Latitude or longitude outside the European coverage range (34–72.5°N, -31.5–40.5°E) — validation error
- Malformed or missing latitude/longitude fields — schema validation error
- Coordinate within European coverage range but outside Liechtenstein boundary — rejected with boundary error

## How this service works

Combined share of permanent water, herbaceous wetland and mangrove classes. The coordinate is validated against the Natural Earth boundary for Liechtenstein; results outside it are rejected before payment.

## Output

A numeric value (share/fraction) representing the combined proportion of ESA WorldCover 2021 pixels classified as permanent water, herbaceous wetland, or mangrove within the analysis area around the given coordinate in Liechtenstein. Coordinates outside Liechtenstein's Natural Earth boundary are rejected before any charge is incurred.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "latitude": {
   "type": "number",
   "maximum": 72.5,
   "minimum": 34,
   "description": "WGS84 latitude inside the published European coverage."
  },
  "longitude": {
   "type": "number",
   "maximum": 40.5,
   "minimum": -31.5,
   "description": "WGS84 longitude inside the published European coverage."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/halowerk-central-land-liechtenstein-water-wetland-share-916f9f26/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mitteleuropa.halowerk.com](https://www.zero.xyz/host/mitteleuropa.halowerk.com/llms.txt)
