# Norway Kartverket Geo Search

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

Searches Norwegian place names and addresses using Kartverket's official geocoding database via NordAPI, no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/no-geo-search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/norway-kartverket-geo-search-bc5e3253
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4UxaIk2cj-icF9KTmXmFc

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-kartverket-geo-search-bc5e3253
```

Example prompt: Can you search for 'Aker Brygge' in Norway's official Kartverket place name database and tell me what location details come back?

## When to prefer this

Choose this endpoint when you need to search or geocode Norwegian-specific place names, addresses, or geographic features using Kartverket's authoritative national database. It requires no API key or registration, making it ideal for lightweight agent workflows. Prefer this over generic geocoding services (e.g. Google Maps, OpenStreetMap Nominatim) when Norwegian coverage accuracy and official naming are important.

## Known failure modes

- No results found for obscure or misspelled place names
- Query returns too many ambiguous results if the search term is too generic
- API may time out under high load
- Non-Norwegian place names will return empty or irrelevant results
- Very new addresses may not yet be indexed in Kartverket's database

## How this service works

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

## Output

Returns a list of matching Norwegian place names or addresses from Kartverket's official database, including geographic coordinates, municipality, county, object type (e.g. city, fjord, street), and standardized name forms.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "navn": [
     {
      "fylker": [
       {
        "fylkesnavn": "Oslo",
        "fylkesnummer": "03"
       }
      ],
      "geojson": {
       "geometry": {
        "type": "Point",
        "coordinates": [
         10.73353,
         10.73353
        ]
       }
      },
      "kommuner": [
       {
        "kommunenavn": "Oslo",
        "kommunenummer": "0301"
       }
      ],
      "stedsnavn": [
       {
        "språk": "Norsk",
        "navnestatus": "hovednavn",
        "skrivemåte": "Oslo fylke",
        "stedsnavnnummer": 1,
        "skrivemåtestatus": "godkjent og prioritert"
       },
       {
        "språk": "Norsk",
        "navnestatus": "hovednavn",
        "skrivemåte": "Oslo fylke",
        "stedsnavnnummer": 1,
        "skrivemåtestatus": "godkjent og prioritert"
       }
      ],
      "stedstatus": "aktiv",
      "stedsnummer": 509924,
      "navneobjekttype": "Fylke",
      "oppdateringsdato": "2020-02-14T23:09:09",
      "representasjonspunkt": {
       "nord": 59.91187,
       "øst": 10.73353
      }
     },
     {
      "fylker": [
       {
        "fylkesnavn": "Oslo",
        "fylkesnummer": "03"
       }
      ],
      "geojson": {
       "geometry": {
        "type": "Point",
        "coordinates": [
         10.73353,
         10.73353
        ]
       }
      },
      "kommuner": [
       {
        "kommunenavn": "Oslo",
        "kommunenummer": "0301"
       }
      ],
      "stedsnavn": [
       {
        "språk": "Norsk",
        "navnestatus": "hovednavn",
        "skrivemåte": "Oslo fylke",
        "stedsnavnnummer": 1,
        "skrivemåtestatus": "godkjent og prioritert"
       },
       {
        "språk": "Norsk",
        "navnestatus": "hovednavn",
        "skrivemåte": "Oslo fylke",
        "stedsnavnnummer": 1,
        "skrivemåtestatus": "godkjent og prioritert"
       }
      ],
      "stedstatus": "aktiv",
      "stedsnummer": 509924,
      "navneobjekttype": "Fylke",
      "oppdateringsdato": "2020-02-14T23:09:09",
      "representasjonspunkt": {
       "nord": 59.91187,
       "øst": 10.73353
      }
     }
    ],
    "metadata": {
     "side": 1,
     "viserFra": 1,
     "viserTil": 10,
     "sokeStreng": "sok=Oslo&treffPerSide=10",
     "treffPerSide": 10,
     "totaltAntallTreff": 3
    }
   },
   "success": true
  },
  "source": "generic_json",
  "data_type": "地理",
  "collected_at": "2026-08-09T18:13:59Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/norway-kartverket-geo-search-bc5e3253/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)
