# HALOWERK Baltic Land – Lithuania Tree Cover Share

> HALOWERK Baltic Land – Lithuania Tree Cover Share is a paid API for AI agents from baltikum.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns the share of ESA WorldCover 2021 pixels classified as tree cover for a given coordinate within Lithuania.

## Facts

- Endpoint: POST https://baltikum.halowerk.com/v1/lt-tree-cover-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-baltic-land-lithuania-tree-cover-share-88d08bfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0O6gRJatZqbw5iFbObJmS

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-baltic-land-lithuania-tree-cover-share-88d08bfa -d '<json body>'
```

Example prompt: What share of ESA WorldCover 2021 pixels are classified as tree cover at latitude 54.6872, longitude 25.2797 in Lithuania?

## When to prefer this

Choose this endpoint when you need ESA WorldCover 2021 tree cover share specifically for a point location within Lithuania. It is ideal for environmental assessments, land use analysis, and forestry surveys in Lithuania where boundary validation and low per-call cost matter. Use sibling endpoints on the same platform for other land cover classes (grassland, built-up) or soil properties at the same location.

## Known failure modes

- Coordinate outside Lithuania's Natural Earth boundary — request rejected before payment, no charge
- Coordinate within European coverage bounding box but outside Lithuania — validation failure
- Invalid latitude/longitude values outside the European coverage range — schema validation error
- Network timeout or upstream data unavailability

## How this service works

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

## Output

A numeric share (fraction or percentage) representing the proportion of ESA WorldCover 2021 pixels at the specified coordinate that are classified as tree cover within Lithuania. Coordinates outside Lithuania's Natural Earth boundary are rejected before 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-baltic-land-lithuania-tree-cover-share-88d08bfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from baltikum.halowerk.com](https://www.zero.xyz/host/baltikum.halowerk.com/llms.txt)
