# HALOWERK Atlantic Land – NL Dominant Land Cover Class

> HALOWERK Atlantic Land – NL Dominant Land Cover Class is a paid API for AI agents from atlantikland.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns the dominant ESA WorldCover 2021 land cover class for a given coordinate within the Netherlands boundary.

## Facts

- Endpoint: POST https://atlantikland.halowerk.com/v1/nl-landcover-class
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-atlantic-land-nl-dominant-land-cover-class-17f0587e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c9S4fhfDKSEeRx6KTYLT8

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-atlantic-land-nl-dominant-land-cover-class-17f0587e -d '<json body>'
```

Example prompt: What's the dominant ESA WorldCover 2021 land cover class at latitude 52.3676, longitude 4.9041 in the Netherlands?

## When to prefer this

Choose this endpoint when you specifically need the dominant ESA WorldCover 2021 land cover class for a coordinate known to be within the Netherlands. It is ideal for land use screening, environmental compliance checks, or site classification workflows focused on the Netherlands. Prefer it over general geospatial APIs when you want a single authoritative land cover label derived from satellite imagery rather than administrative or cadastral data.

## Known failure modes

- Coordinate outside Netherlands boundary — request rejected before payment is charged
- Coordinate within European schema bounds but outside Netherlands polygon — validation error returned
- Malformed or out-of-range latitude/longitude values — input validation error
- Service unavailable or upstream ESA data error — 5xx response

## How this service works

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

## Output

Returns the dominant ESA WorldCover 2021 land cover class label (e.g., cropland, tree cover, built-up, grassland, shrubland, wetland, water body) for the analysis area around the provided coordinate within the Netherlands boundary. Coordinates outside the Netherlands boundary are rejected before processing.

## 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-atlantic-land-nl-dominant-land-cover-class-17f0587e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlantikland.halowerk.com](https://www.zero.xyz/host/atlantikland.halowerk.com/llms.txt)
