# Norway Statistics Bureau (SSB) Topics List

> Norway Statistics Bureau (SSB) Topics List 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).

Returns the list of statistical topics published by Statistics Norway (SSB) via NordAPI, no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/no-ssb-topics
- 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-statistics-bureau-ssb-topics-list-96c94c7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K8LlDvHfqyfbBHW8nEnik

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-statistics-bureau-ssb-topics-list-96c94c7a
```

Example prompt: Can you pull up the full list of statistical topics available from Norway's SSB through NordAPI so I can see what subject areas they cover?

## When to prefer this

Use this endpoint when you need to discover or enumerate the available statistical topic areas from Statistics Norway (SSB) without needing an API key or registration. It is ideal as a first step before querying specific Norwegian statistics datasets, and when working with Nordic or Norwegian government data pipelines via NordAPI.

## Known failure modes

- Upstream SSB or NordAPI service unavailability returning 502/503
- Payment failure via x402 protocol resulting in 402 Payment Required
- Empty or partial topic list if SSB source is temporarily incomplete
- Network timeout if the upstream NordAPI is slow to respond

## How this service works

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

## Output

A structured list of statistical topics or subject categories as published by Statistics Norway (SSB), including topic names and associated identifiers, enabling discovery of what statistical datasets and themes are available for further querying.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "id": "al",
     "text": "Labour market and earnings",
     "type": "l"
    },
    {
     "id": "al",
     "text": "Labour market and earnings",
     "type": "l"
    }
   ],
   "success": true
  },
  "source": "generic_json",
  "data_type": "经济指标",
  "collected_at": "2026-08-09T18:13:57Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/norway-statistics-bureau-ssb-topics-list-96c94c7a/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)
