$0.001
per call · USD Coin on Base
Share of ESA WorldCover 2021 pixels classified as cropland. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.
Endpoint
POST https://nordland.halowerk.com/v1/is-cropland-share1
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://nordland.halowerk.com/v1/is-cropland-share", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 64.1466,
"longitude": -21.9426
}),
});
const data = await res.json();curl -X POST \
"https://nordland.halowerk.com/v1/is-cropland-share" \
-H "Content-Type: application/json" \
-d '{"latitude":64.1466,"longitude":-21.9426}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"category": "country",
"caveats": [
"Screening evidence only."
],
"charged": true,
"evidence": {
"cropland-share": {
"method": "documented source raster sample",
"metric": "cropland-share",
"name": "Cropland share",
"sample_count": 1,
"unit": "percent",
"value": 1
}
},
"generated_at": "2026-09-03T00:00:00.000Z",
"geometry": null,
"payment": {
"price_usdc": 0.001,
"settled": true
},
"service": "is-cropland-share",
"service_id": "eli-0121",
"sources": [
{
"id": "esa-worldcover-2021"
}
],
"status": "ok"
}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 Nordic Land & similar services
HALOWERK Nordic Land · DK Elevation
nordland.halowerk.com
Bilinear surface elevation from Copernicus DEM GLO-30. The coordinate is validated against the Natural Earth boundary for Denmark; results outside it are rejected before payment.
HALOWERK Nordic Land · IS Soil Coarse Fragments
nordland.halowerk.com
Mean SoilGrids coarse-fragment volume for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.
HALOWERK Nordic Land · IS Soil Nitrogen
nordland.halowerk.com
Mean SoilGrids total nitrogen for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.