$0.001
per call · USD Coin on Base
Maximum adjacent-cell surface gradient across the analysis grid. The service evaluates a circular 1,000 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
Endpoint
POST https://euroland.halowerk.com/v1/europe-max-slope-buffer-1000m1
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://euroland.halowerk.com/v1/europe-max-slope-buffer-1000m", {
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://euroland.halowerk.com/v1/europe-max-slope-buffer-1000m" \
-H "Content-Type: application/json" \
-d '{"latitude":51.9,"longitude":7.1}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"authoritative_status": "preliminary_non_binding",
"category": "europe-wide",
"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": {
"max-slope": {
"method": "documented source raster sample",
"metric": "max-slope",
"name": "Maximum slope",
"sample_count": 1,
"unit": "degree",
"value": 1
}
},
"evidence_classification": "derived_from_open_geodata",
"facts": {
"measurements": {
"max-slope": {
"method": "documented source raster sample",
"metric": "max-slope",
"name": "Maximum slope",
"sample_count": 1,
"unit": "degree",
"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": "europe-max-slope-buffer-1000m",
"service_id": "eli-0762",
"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": "Europe Maximum slope: 1,000 m buffer: source-backed screening evidence was calculated successfully."
}Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from HALOWERK Europe Land & similar services
HALOWERK Europe Land · Europe Water Wetland Share Buffer 1000m
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates a circular 1,000 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
HALOWERK Europe Land · Europe Water Wetland Share Buffer 250m
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates a circular 250 metre neighborhood around one coordinate and returns standardized units across all 30 covered countries.
HALOWERK Europe Land · Europe Water Wetland Share Parcel
euroland.halowerk.com
Combined share of permanent water, herbaceous wetland and mangrove classes. The service evaluates the bounded polygon supplied by the caller and returns standardized units across all 30 covered countries.