# HALOWERK Central Land – Liechtenstein Dominant Land Cover Class

> HALOWERK Central Land – Liechtenstein Dominant Land Cover Class 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 dominant ESA WorldCover 2021 land cover class for a coordinate within Liechtenstein, validated against Natural Earth boundaries.

## Facts

- Endpoint: POST https://mitteleuropa.halowerk.com/v1/li-landcover-class
- 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-dominant-land-cover-class-e7ad95f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RLWwUf1iPD0oVNYqt4D-O

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-dominant-land-cover-class-e7ad95f0 -d '<json body>'
```

Example prompt: What's the dominant ESA WorldCover 2021 land cover class at latitude 47.14 and longitude 9.52 in Liechtenstein?

## When to prefer this

Use this endpoint when you specifically need ESA WorldCover 2021 dominant land cover classification for a point in Liechtenstein, and boundary pre-validation before payment is important. Prefer this over generic land cover APIs when working with Liechtenstein-scoped geospatial workflows or when ESA WorldCover 2021 is the required data source. The per-call pricing and x402 payment model suit pay-as-you-go agentic pipelines without subscription overhead.

## Known failure modes

- Coordinate outside Liechtenstein boundary: request rejected before payment with an error indicating the point is outside the supported area
- Coordinate outside European coverage bounding box (lat 34–72.5, lon -31.5–40.5): validation error returned
- Malformed or missing latitude/longitude: schema validation error
- No WorldCover data available for point: rare edge case returning null or no-data response

## How this service works

Dominant ESA WorldCover 2021 class in the analysis area. The coordinate is validated against the Natural Earth boundary for Liechtenstein; results outside it are rejected before payment.

## Output

Returns the dominant ESA WorldCover 2021 land cover class label (e.g. Tree cover, Shrubland, Grassland, Cropland, Built-up, Bare/sparse vegetation, Snow and ice, Permanent water bodies, Herbaceous wetland, Mangroves, Moss and lichen) for the queried coordinate. Coordinates outside the Liechtenstein boundary are rejected before any charge is made.

## 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-dominant-land-cover-class-e7ad95f0/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)
