$0.001
per call · USD Coin on Base
Share of ESA WorldCover 2021 pixels classified as built-up. The coordinate is validated against the Natural Earth boundary for Norway; results outside it are rejected before payment.
Endpoint
POST https://nordland.halowerk.com/v1/no-built-up-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/no-built-up-share", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 59.9139,
"longitude": 10.7522
}),
});
const data = await res.json();curl -X POST \
"https://nordland.halowerk.com/v1/no-built-up-share" \
-H "Content-Type: application/json" \
-d '{"latitude":59.9139,"longitude":10.7522}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"category": "country",
"caveats": [
"Screening evidence only."
],
"charged": true,
"evidence": {
"built-up-share": {
"method": "documented source raster sample",
"metric": "built-up-share",
"name": "Built-up 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": "no-built-up-share",
"service_id": "eli-0099",
"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.