# HALOWERK Europe Land – Built-Up Share (Point, 60 m)

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

Returns the share of ESA WorldCover 2021 pixels classified as built-up within a 60-metre local analysis grid around a single WGS84 coordinate in Europe.

## Facts

- Endpoint: POST https://euroland.halowerk.com/v1/europe-built-up-share-point
- 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-europe-land-built-up-share-point-60-m-c2ff0cb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RqsDM1OLuLi6fHzjGpo6-

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-point-60-m-c2ff0cb7 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need a precise, point-level built-up land share derived from authoritative ESA WorldCover 2021 satellite data for a specific European coordinate, especially when you need a fast single-point lookup (rather than polygon or radius queries) with standardized, comparable output across all 30 covered European countries.

## Known failure modes

- Coordinates outside the European coverage bounding box (lat 34–72.5, lon -31.5–40.5) will be rejected
- Non-numeric or malformed latitude/longitude values will cause a validation error
- Coordinates in ocean or non-land areas may return zero or null built-up share
- Service unavailability or payment failure (x402) will result in an error response

## How this service works

Share of ESA WorldCover 2021 pixels classified as built-up. The service evaluates a 60 metre local analysis grid around one coordinate and returns standardized units across all 30 covered countries.

## Output

A standardized numeric value (fraction or percentage) representing the share of ESA WorldCover 2021 pixels classified as built-up within the 60-metre local analysis grid centered on the supplied coordinate, consistent 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-point-60-m-c2ff0cb7/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)
