$0.001
per call · USD Coin on Base
Measures terrain ruggedness for exactly two European coordinates with one method and reports the signed difference and winner where meaningful.
Endpoint
POST https://landvergleich.halowerk.com/v1/compare-two-ruggedness1
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/compare-two-ruggedness", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"locations": [
{
"latitude": 51.9,
"longitude": 7.1
},
{
"latitude": 51.95,
"longitude": 7.2
}
]
}),
});
const data = await res.json();curl -X POST \
"https://landvergleich.halowerk.com/v1/compare-two-ruggedness" \
-H "Content-Type: application/json" \
-d '{"locations":[{"latitude":51.9,"longitude":7.1},{"latitude":51.95,"longitude":7.2}]}' \
-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.