$0.001
per call · USD Coin on Base
Difference between maximum and minimum sampled surface elevation. The coordinate is validated against the Natural Earth boundary for Greece; results outside it are rejected before payment.
Endpoint
POST https://suedland.halowerk.com/v1/gr-local-relief1
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://suedland.halowerk.com/v1/gr-local-relief", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 37.9838,
"longitude": 23.7275
}),
});
const data = await res.json();curl -X POST \
"https://suedland.halowerk.com/v1/gr-local-relief" \
-H "Content-Type: application/json" \
-d '{"latitude":37.9838,"longitude":23.7275}' \
-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.85,
"confidence_method": "Conservative minimum source-family baseline plus a bounded sample-count bonus; multi-source results receive a fixed integration penalty.",
"data_date": "2015-12-31T23:59:59.000Z",
"evidence": {
"local-relief": {
"method": "documented source raster sample",
"metric": "local-relief",
"name": "Local relief",
"sample_count": 1,
"unit": "m",
"value": 1
}
},
"evidence_classification": "derived_from_open_geodata",
"facts": {
"measurements": {
"local-relief": {
"method": "documented source raster sample",
"metric": "local-relief",
"name": "Local relief",
"sample_count": 1,
"unit": "m",
"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": "gr-local-relief",
"service_id": "eli-0581",
"sources": [
{
"attribution": "© DLR e.V. 2010-2014 and © Airbus Defence and Space GmbH 2014-2018 provided under COPERNICUS by the European Union and ESA; all rights reserved.",
"authority": "European Union Copernicus Programme / ESA / DLR / Airbus",
"cache_policy": "HTTP byte ranges only; bounded 2 GB derived block cache, no whole-dataset copy.",
"caveats": [
"Digital surface model: vegetation and structures can raise the measured surface above bare earth.",
"Values over water and source voids may be unavailable."
],
"commercial_use": true,
"commercial_use_allowed": true,
"coverage": "Global land surface; requests are restricted to the 30 published European countries.",
"data_date": "2015-12-31T23:59:59.000Z",
"data_period": "TanDEM-X acquisition period 2011-2015; this is not a current-condition survey.",
"dataset": "Copernicus DEM GLO-30 Full, Free & Open",
"freshness": "Pinned COP-DEM-GLO-30-F product.",
"id": "copernicus-dem-glo30-f",
"license": "COP-DEM-GLO-30-F Full, Free & Open licence",
"license_status": "verified",
"license_verified_at": "2026-09-03",
"name": "Copernicus DEM GLO-30 Full, Free & Open",
"provider": "European Union Copernicus Programme / ESA / DLR / Airbus",
"purpose": "Surface elevation and deterministic terrain derivatives.",
"rate_limit": "AWS Open Data endpoint; local per-request timeout and circuit breaker apply.",
"redistribution": true,
"resolution": "30 metres",
"retrieved_at": "2026-09-03T00:00:00.000Z",
"source_url": "https://copernicus-dem-30m.s3.eu-central-1.amazonaws.com/",
"terms_url": "https://dataspace.copernicus.eu/sites/default/files/media/files/2025-06/copernicus_contributing_mission_data_access_v2_cop_dem_licenses.pdf",
"update_interval": "Provider product release based.",
"url": "https://copernicus-dem-30m.s3.eu-central-1.amazonaws.com/",
"version": "COP-DEM-GLO-30-F"
}
],
"status": "success",
"summary": "Greece: Local relief: 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 Southern Land & similar services
HALOWERK Southern Land · MT Soil Coarse Fragments
suedland.halowerk.com
Mean SoilGrids coarse-fragment volume for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.
HALOWERK Southern Land · MT Soil Nitrogen
suedland.halowerk.com
Mean SoilGrids total nitrogen for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.
HALOWERK Southern Land · MT Soil CEC
suedland.halowerk.com
Mean SoilGrids cation exchange capacity for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Malta; results outside it are rejected before payment.