We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Norwegian Customs open data
EconomyStandardNLOD

Norwegian Customs open data

Norwegian Customs publishes open data via a CKAN v3 portal at data.toll.no with ~26 datasets — the customs-tariff structure, exchange rates, valid countries in TVINN and restriction codes for export declarations. The connector exposes the dataset catalogue and row search via the CKAN datastore (offset/limit paging). Central to KYB/AML, export control and logistics.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /datasets
{
  "data": "..."
}

MCP integration

Available MCP tools
tolletaten_datasets
tolletaten_datastore
tolletaten_search
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "tolletaten": {
      "url": "https://data.ketl.no/mcp/tolletaten",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Norwegian Customs open data data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Norwegian Customs open data
Norwegian Customs datasets from the CKAN portal: the customs tariff, exchange rates and TVINN code lists.

API endpoints

GET
/datasets

Datasett- og ressurskatalog (paginert)

q optional
Fritekstfilter (maks 200 tegn). Utelatt ⇒ hele katalogen. q=tolltariff
rows optional
Antall per side. Verdi utenfor 1–100 gir 400. rows=25
start optional
Offset. Verdi utenfor 0–10000 gir 400. start=0
Show curl example
# GET https://data.ketl.no/api/connectors/tolletaten/datasets
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/tolletaten/datasets"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/searchDegraded

Rad-søk i datastore (offset/limit)

data.toll.no eksponerer ikke CKAN datastore_search (plugin mangler upstream) og ingen ressurs er datastore-aktiv — /search svarer 400 invalid_upstream_request uansett resource_id. Bruk /datasets og ressursenes nedlastings-URL-er (XML/JSON) i stedet.

resource_id required
CKAN resource-ID (alias: datasetId) — hentes fra /datasets-responsen resource_id=c78ae30b-230f-4680-9e31-4a76a37f6c51
q optional
Fritekstsøk i ressursen q=kaffe
limit optional
Antall rader
offset optional
Paginerings-offset
Show curl example
# GET https://data.ketl.no/api/connectors/tolletaten/search?resource_id=c78ae30b-230f-4680-9e31-4a76a37f6c51
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/tolletaten/search?resource_id=c78ae30b-230f-4680-9e31-4a76a37f6c51"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Norwegian Customs open data is openly available — create an account to get started.

tollckantolltariffvalutakursertvinnapne-data
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512