List NOGA classifications
List Swiss NOGA (industry) classification entries. Supports tree navigation and search.only_roots=true — top-level sections (A, B, C, …)
parent_id=<id> — direct children of a node
level=2 — all nodes at a given depth
section=A — entries within a NOGA section letter
search=banking — text search across code and text in all languages
Request
Add parameter in header X-API-Key
Example:X-API-Key: ********************
or
Request Code Samples
curl --location '/v1/noga?parent_id=undefined&only_roots=undefined&level=undefined§ion=A&search=banking&limit=undefined&offset=undefined' \
--header 'X-API-Key: <api-key>'
Responses
{
"success": true,
"data": {
"total": 0,
"items": [
{
"id": 42,
"code": "64.19",
"parent_id": 0,
"level": 0,
"section": "K",
"text_de": "string",
"text_fr": "string",
"text_it": "string",
"text_en": "string"
}
]
}
}
Modified at 2026-05-25 11:54:46