$0.001
per call · USD Coin on Base
Mean SoilGrids clay fraction for the 0-5 cm layer. The service evaluates a circular 250 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
Endpoint
POST https://euroland.halowerk.com/v1/europe-soil-clay-buffer-250m1
Calls / 30d
1
Unique payers / 30d
Sep 3
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://euroland.halowerk.com/v1/europe-soil-clay-buffer-250m", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 51.9,
"longitude": 7.1
}),
});
const data = await res.json();curl -X POST \
"https://euroland.halowerk.com/v1/europe-soil-clay-buffer-250m" \
-H "Content-Type: application/json" \
-d '{"latitude":51.9,"longitude":7.1}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from HALOWERK Europe Land & similar services
HALOWERK Europe Land · Europe Water Wetland Share Buffer 1000m
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates a circular 1,000 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
HALOWERK Europe Land · Europe Water Wetland Share Buffer 250m
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates a circular 250 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
HALOWERK Europe Land · Europe Water Wetland Share Parcel
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates the bounded polygon supplied by the caller and returns standardized units across all 30 covered countries.