# HALOWERK Southern Land – Italy Soil Bulk Density (0-5 cm)

> HALOWERK Southern Land – Italy Soil Bulk Density (0-5 cm) is a paid API for AI agents from suedland.halowerk.com, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Returns the mean SoilGrids bulk density for the 0–5 cm soil layer at a given coordinate, validated to lie within Italy's boundary.

## Facts

- Endpoint: POST https://suedland.halowerk.com/v1/it-soil-bulk-density
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-southern-land-italy-soil-bulk-density-0-5-cm-d7eb2f00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Dc46PNSOt8fkh19-cU95

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-southern-land-italy-soil-bulk-density-0-5-cm-d7eb2f00 -d '<json body>'
```

Example prompt: What's the mean soil bulk density in the top 5 centimeters at latitude 43.7696 and longitude 11.2558 in Italy?

## When to prefer this

Choose this endpoint when you specifically need surface-layer (0-5 cm) bulk density for a point location within Italy, sourced from the SoilGrids dataset, with automatic boundary validation to avoid out-of-area charges. Prefer it over generic soil APIs when working on Italian land assessment, agricultural analysis, or environmental screening workflows where per-call cost efficiency matters.

## Known failure modes

- Coordinate outside Italy boundary — rejected before payment with a geographic validation error
- Latitude or longitude out of the allowed European coverage range — schema validation error
- Malformed request body — HTTP 400 bad request
- Service unavailable or upstream SoilGrids data issue — HTTP 500 or timeout

## How this service works

Mean SoilGrids bulk density for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Italy; results outside it are rejected before payment.

## Output

A numeric value representing the mean SoilGrids bulk density (g/cm³ or kg/dm³) for the 0–5 cm soil layer at the specified coordinate. Coordinates outside Italy'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-southern-land-italy-soil-bulk-density-0-5-cm-d7eb2f00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from suedland.halowerk.com](https://www.zero.xyz/host/suedland.halowerk.com/llms.txt)
