# HALOWERK Central Land – Slovakia Dominant Land Cover Class

> HALOWERK Central Land – Slovakia 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 given coordinate within Slovakia's boundaries.

## Facts

- Endpoint: POST https://mitteleuropa.halowerk.com/v1/sk-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-slovakia-dominant-land-cover-class-b62d81c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ekvfYWPPGLY10hTCw9yIN

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

Example prompt: What's the dominant ESA WorldCover 2021 land cover class at latitude 48.1486 and longitude 17.1077 in Slovakia?

## When to prefer this

Use this endpoint when you need the single dominant land cover category for a specific point in Slovakia from the ESA WorldCover 2021 dataset. It is ideal when you need a quick, authoritative classification label rather than fractional pixel breakdowns or multi-class distributions. Prefer this over generic tile-based land cover APIs when you specifically need WorldCover 2021 classification validated against Slovakia's official boundary.

## Known failure modes

- Coordinate outside Slovakia's Natural Earth boundary returns an error with no charge
- Coordinate within European bounding box but outside Slovakia rejected at validation step
- Invalid latitude/longitude values outside WGS84 European range return a schema validation error
- No data for sparsely covered or unmapped edge regions

## How this service works

Dominant ESA WorldCover 2021 class in the analysis area. The coordinate is validated against the Natural Earth boundary for Slovakia; 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/ice, Permanent water bodies, Herbaceous wetland, Mangroves, Moss/lichen) for the queried coordinate. Coordinates outside Slovakia's Natural Earth boundary are rejected before billing.

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