$0.001
per call · USD Coin on Base
Cropland-share change measured from ESA WorldCover 2020 v100 and 2021 v200 for the same 250 metre analysis area. The result is observed map-class change, not a causal claim.
Endpoint
POST https://landvergleich.halowerk.com/v1/worldcover-2020-2021-cropland-change1
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://landvergleich.halowerk.com/v1/worldcover-2020-2021-cropland-change", {
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://landvergleich.halowerk.com/v1/worldcover-2020-2021-cropland-change" \
-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 Land Compare & similar services
HALOWERK Land Compare · Local Background Deviation Drainage Tendency
landvergleich.halowerk.com
Compares the 60 metre site measurement for surface drainage tendency with a 1,000 metre local background measured from the same source and reports the deviation.
HALOWERK Land Compare · Local Background Deviation Solar Orientation
landvergleich.halowerk.com
Compares the 60 metre site measurement for solar orientation index with a 1,000 metre local background measured from the same source and reports the deviation.
HALOWERK Land Compare · Local Background Deviation Depression Depth
landvergleich.halowerk.com
Compares the 60 metre site measurement for local depression depth with a 1,000 metre local background measured from the same source and reports the deviation.