$0.001
per call · USD Coin on Base
Mean SoilGrids clay fraction for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Netherlands; results outside it are rejected before payment.
Endpoint
POST https://atlantikland.halowerk.com/v1/nl-soil-clay1
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://atlantikland.halowerk.com/v1/nl-soil-clay", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 52.3676,
"longitude": 4.9041
}),
});
const data = await res.json();curl -X POST \
"https://atlantikland.halowerk.com/v1/nl-soil-clay" \
-H "Content-Type: application/json" \
-d '{"latitude":52.3676,"longitude":4.9041}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"authoritative_status": "preliminary_non_binding",
"category": "country",
"caveats": [
"Preliminary geodata assessment; not a legally binding property, cadastral, planning, environmental or title search.",
"Raster resolution and model uncertainty can be larger than the submitted site geometry.",
"Material decisions require a current verification by the competent national or regional authority."
],
"charged": true,
"checked_at": "2026-09-03T00:00:00.000Z",
"confidence": 0.73,
"confidence_method": "Conservative minimum source-family baseline plus a bounded sample-count bonus; multi-source results receive a fixed integration penalty.",
"data_date": "2020-05-01T00:00:00.000Z",
"evidence": {
"soil-clay": {
"method": "documented source raster sample",
"metric": "soil-clay",
"name": "Topsoil clay",
"sample_count": 1,
"unit": "percent",
"value": 1
}
},
"evidence_classification": "derived_from_open_geodata",
"facts": {
"measurements": {
"soil-clay": {
"method": "documented source raster sample",
"metric": "soil-clay",
"name": "Topsoil clay",
"sample_count": 1,
"unit": "percent",
"value": 1
}
}
},
"generated_at": "2026-09-03T00:00:00.000Z",
"geometry": null,
"limitations": [
"Preliminary geodata assessment; not a legally binding property, cadastral, planning, environmental or title search.",
"Raster resolution and model uncertainty can be larger than the submitted site geometry.",
"Material decisions require a current verification by the competent national or regional authority."
],
"payment": {
"price_usdc": 0.001,
"settled": true
},
"recommended_next_steps": [
"Verify material findings with current cadastral, planning and environmental records from the competent authority.",
"Commission a qualified on-site survey where parcel-scale conditions affect the decision."
],
"result": "measurement_available",
"risk_level": "not_applicable",
"service": "nl-soil-clay",
"service_id": "eli-0336",
"sources": [
{
"access_documentation": "https://docs.isric.org/globaldata/soilgrids/wcs.html",
"attribution": "SoilGrids data © ISRIC — World Soil Information, licensed under CC BY 4.0.",
"authority": "ISRIC — World Soil Information",
"cache_policy": "Fixed 0.25 degree WCS tiles cached locally; source TIFFs remain attributable CC BY data.",
"caveats": [
"Modelled predictions, not a site survey or laboratory result.",
"WCS is used; the paused beta REST API is not used.",
"Local variability below 250 m is not resolved."
],
"commercial_use": true,
"commercial_use_allowed": true,
"coverage": "Global modelled soil predictions; valid cells are checked for each submitted geometry.",
"data_date": "2020-05-01T00:00:00.000Z",
"data_period": "SoilGrids 2.0 release vintage; not a live soil survey.",
"dataset": "SoilGrids 2.0 WCS",
"freshness": "Pinned SoilGrids 2.0 mean layers at 0-5 cm.",
"id": "soilgrids-2-wcs",
"license": "CC BY 4.0",
"license_status": "verified",
"license_verified_at": "2026-09-03",
"name": "SoilGrids 2.0 WCS",
"provider": "ISRIC — World Soil Information",
"purpose": "Topsoil property estimates and derived USDA texture class.",
"rate_limit": "QA and cache warming are throttled to at most one new WCS tile request per 12.5 seconds.",
"redistribution": true,
"resolution": "250 metres",
"retrieved_at": "2026-09-03T00:00:00.000Z",
"source_url": "https://maps.isric.org/",
"terms_url": "https://docs.isric.org/globaldata/soilgrids/SoilGrids_faqs_04.html",
"update_interval": "Provider model release based.",
"url": "https://maps.isric.org/",
"version": "SoilGrids 2.0 mean, 0-5 cm"
}
],
"status": "success",
"summary": "Netherlands: Topsoil clay: source-backed screening evidence was calculated successfully."
}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 Atlantic Land & similar services
HALOWERK Atlantic Land · LU Soil Coarse Fragments
atlantikland.halowerk.com
Mean SoilGrids coarse-fragment volume for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Luxembourg; results outside it are rejected before payment.
HALOWERK Atlantic Land · LU Soil Nitrogen
atlantikland.halowerk.com
Mean SoilGrids total nitrogen for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Luxembourg; results outside it are rejected before payment.
HALOWERK Atlantic Land · LU Soil CEC
atlantikland.halowerk.com
Mean SoilGrids cation exchange capacity for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Luxembourg; results outside it are rejected before payment.