Official Swiss commercial register via Zefix (Federal Office of Justice)
Official Swiss commercial register via Zefix (Federal Office of Justice). Search: ?q=swisscom (company name, 3+ chars) returns matches with UID, legal form and status. Profile: ?uid=CHE-105.909.036 (or ?chid=CH-...) returns the full record: legal form, status, canton, registered seat, purpose, capital and the official Zefix/cantonal excerpt links. Optional canton, active_only, limit (1-20). Sole-proprietor home addresses withheld (GDPR). 24h cache.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
917 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://data.greeneris.io/v1/ch/company
| Category | Company and compliance |
|---|---|
| Provider host | data.greeneris.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 917 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 1,
"q": "swisscom"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"active_only": {
"default": true,
"description": "false = include cancelled companies in search",
"type": "boolean"
},
"canton": {
"description": "Filter search by 2-letter canton, e.g. ZH",
"type": "string"
},
"chid": {
"description": "Swiss CH-ID, e.g. CH-020.3.926.598-9",
"type": "string"
},
"limit": {
"default": 5,
"description": "Max search results (1-20)",
"type": "integer"
},
"q": {
"description": "Company name to search (3+ chars, substring)",
"type": "string"
},
"uid": {
"description": "Swiss UID for the full record, e.g. CHE-105.909.036",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}