$0.001
per call · USD Coin on Base
USDA texture class calculated from SoilGrids sand, silt and clay fractions. The coordinate is validated against the Natural Earth boundary for Italy; results outside it are rejected before payment.
Endpoint
POST https://suedland.halowerk.com/v1/it-soil-texture1
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://suedland.halowerk.com/v1/it-soil-texture", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 41.9028,
"longitude": 12.4964
}),
});
const data = await res.json();curl -X POST \
"https://suedland.halowerk.com/v1/it-soil-texture" \
-H "Content-Type: application/json" \
-d '{"latitude":41.9028,"longitude":12.4964}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from HALOWERK Southern Land & similar services
HALOWERK Southern Land · MT Soil Coarse Fragments
suedland.halowerk.com
Mean SoilGrids coarse-fragment volume for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.
HALOWERK Southern Land · MT Soil Nitrogen
suedland.halowerk.com
Mean SoilGrids total nitrogen for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.
HALOWERK Southern Land · MT Soil CEC
suedland.halowerk.com
Mean SoilGrids cation exchange capacity for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.