# HALOWERK Nordic Land – Finland Water & Wetland Share

> HALOWERK Nordic Land – Finland Water & Wetland Share is a paid API for AI agents from nordland.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns the combined fractional share of permanent water, herbaceous wetland, and mangrove land-cover classes for a given coordinate in Finland.

## Facts

- Endpoint: POST https://nordland.halowerk.com/v1/fi-water-wetland-share
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-nordic-land-finland-water-wetland-share-714ff41c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EJFwHtYAypTBRIdzVDyNg

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-nordic-land-finland-water-wetland-share-714ff41c -d '<json body>'
```

Example prompt: What's the combined share of permanent water, herbaceous wetland, and mangrove cover at latitude 61.48, longitude 23.76 in Finland?

## When to prefer this

Choose this endpoint when you need authoritative water and wetland land-cover fractions specifically for locations within Finland, backed by validated Natural Earth boundary checks. Prefer it over generic land-cover APIs when you need Finland-specific validation guarantees and a combined water+wetland+mangrove metric in a single call.

## Known failure modes

- Coordinate outside Finland's Natural Earth boundary — request rejected, no charge
- Latitude or longitude outside the accepted European coverage range (lat 34–72.5, lon -31.5–40.5) — validation error
- Malformed or missing coordinate fields — schema validation error
- No land-cover data available for the queried grid cell — empty or null result

## How this service works

Combined share of permanent water, herbaceous wetland and mangrove classes. The coordinate is validated against the Natural Earth boundary for Finland; results outside it are rejected before payment.

## Output

A numeric value representing the combined fractional share (likely 0–1 or as a percentage) of permanent water bodies, herbaceous wetland, and mangrove land-cover classes within the analysis area surrounding the given Finnish coordinate. Coordinates outside Finland's Natural Earth boundary are rejected before any charge is incurred.

## 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-nordic-land-finland-water-wetland-share-714ff41c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nordland.halowerk.com](https://www.zero.xyz/host/nordland.halowerk.com/llms.txt)
