# HALOWERK Atlantic Land – Belgium Cropland Share

> HALOWERK Atlantic Land – Belgium Cropland Share 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-13).

Returns the share of ESA WorldCover 2021 pixels classified as cropland for a given coordinate within Belgium.

## Facts

- Endpoint: POST https://atlantikland.halowerk.com/v1/be-cropland-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-atlantic-land-belgium-cropland-share-048a50c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Xsi0EHK2pyKC2dHfpLE-

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-belgium-cropland-share-048a50c7 -d '<json body>'
```

Example prompt: What fraction of land around latitude 50.85 and longitude 4.35 in Belgium is classified as cropland according to ESA WorldCover 2021?

## When to prefer this

Choose this endpoint when you need a precise, pixel-level ESA WorldCover 2021 cropland fraction specifically for a point within Belgium. It is ideal for agricultural analysis, land use assessment, or environmental reporting workflows that require validated, pay-per-call geospatial data without managing a full GIS stack. Prefer it over generic land-cover APIs when Belgium-specific boundary validation and micropayment-per-query billing are desirable.

## Known failure modes

- Coordinate outside Belgium's Natural Earth boundary returns a validation error and no charge is made
- Latitude or longitude out of the accepted European range (lat 34–72.5, lon -31.5–40.5) is rejected
- Malformed or missing latitude/longitude fields return a schema validation error
- Network timeout or service unavailability returns a 5xx error

## How this service works

Share of ESA WorldCover 2021 pixels classified as cropland. The coordinate is validated against the Natural Earth boundary for Belgium; results outside it are rejected before payment.

## Output

A numeric value representing the share (fraction or percentage) of ESA WorldCover 2021 pixels classified as cropland within the analysis grid surrounding the provided coordinate. Coordinates outside Belgium's Natural Earth boundary are rejected before any payment is processed.

## 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-belgium-cropland-share-048a50c7/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)
