# HALOWERK Europe Land – Built-Up Share (1,000 m Buffer)

> HALOWERK Europe Land – Built-Up Share (1,000 m Buffer) is a paid API for AI agents from euroland.halowerk.com, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).

Returns the share of ESA WorldCover 2021 pixels classified as built-up within a 1,000-metre circular buffer around a given European coordinate.

## Facts

- Endpoint: POST https://euroland.halowerk.com/v1/europe-built-up-share-buffer-1000m
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-europe-land-built-up-share-1-000-m-buffer-76f6ad0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M01MgoFkcl7FUDSHwT4gU

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-europe-land-built-up-share-1-000-m-buffer-76f6ad0c -d '<json body>'
```

Example prompt: What share of the land within 1 kilometre of latitude 48.8566, longitude 2.3522 in Paris is classified as built-up according to ESA WorldCover 2021?

## When to prefer this

Use this endpoint when you need a standardized, satellite-derived built-up land fraction for a specific European point with a 1-kilometre neighbourhood radius. Prefer it over smaller buffer variants (e.g. 60 m or 250 m) when you need a broader urban context rather than a hyper-local reading. It is ideal for site screening, urban density benchmarking, real estate analysis, or environmental baseline studies across the 30 covered European countries.

## Known failure modes

- Coordinates outside the European coverage window (latitude 34–72.5°N, longitude −31.5–40.5°E) return an error or empty result
- Invalid or non-numeric latitude/longitude values cause a validation error
- Coordinates over open ocean with no land pixels may return zero or an error
- Service unavailability or payment failure (x402 protocol) prevents response

## How this service works

Share of ESA WorldCover 2021 pixels classified as built-up. The service evaluates a circular 1,000 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.

## Output

A numeric value representing the share (fraction or percentage) of ESA WorldCover 2021 pixels within the 1,000-metre circular buffer that are classified as built-up, standardized across all 30 covered European countries.

## 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-europe-land-built-up-share-1-000-m-buffer-76f6ad0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from euroland.halowerk.com](https://www.zero.xyz/host/euroland.halowerk.com/llms.txt)
