# Norway Terrain Elevation API

> Norway Terrain Elevation API is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Queries terrain elevation data for any location in Norway using Kartverket's official elevation service, with no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/no-elevation
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/norway-terrain-elevation-api-f6249f0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HW2WKt_O3sXCVSEUnbAeV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability norway-terrain-elevation-api-f6249f0d
```

Example prompt: What is the terrain elevation at coordinates 59.9139° N, 10.7522° E in Norway? Use the Kartverket elevation lookup.

## When to prefer this

Choose this endpoint when you need accurate, official Norwegian terrain elevation data without requiring an API key or registration. Ideal for geospatial enrichment, hiking/outdoor apps, construction planning, or any application specifically operating within Norway's geographic extent. It wraps Kartverket's authoritative data source via a simple pay-per-call x402 interface.

## Known failure modes

- Coordinates outside Norway's geographic bounds return an error or null elevation
- Missing or malformed latitude/longitude parameters cause a 400 Bad Request
- Service unavailability from upstream Kartverket API results in a 502 or timeout
- Non-numeric coordinate inputs are rejected

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns terrain elevation in meters above sea level for the queried Norwegian coordinates, sourced from Kartverket's official topographic elevation dataset.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "punkter": [
     {
      "x": 8.31,
      "y": 61.64,
      "z": 2220.21,
      "terreng": "SnøIsbre",
      "datakilde": "dtm1"
     }
    ],
    "koordsys": 4258
   },
   "success": true
  },
  "source": "generic_json",
  "data_type": "地理",
  "collected_at": "2026-08-09T18:13:51Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/norway-terrain-elevation-api-f6249f0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
