European company profile by country code and national ID — official company regi
European company profile by country code and national ID — official company registry data in one unified JSON schema: identity, legal form, status, creation date, head office, VAT, LEI, register link. Live: Norway, Estonia, Latvia, Belgium (KBO, NACEBEL + establishments), Czechia (ARES), Slovakia (RPO), Finland (PRH), Poland (KRS), Switzerland (Zefix, the Swiss company registry); Denmark and UK when enabled; elsewhere via GLEIF (LEI). European company data for KYB and due diligence.
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://api.sirenic.eu/v1/eu/entreprise/:pays/:id
| Category | Code and developer |
|---|---|
| Provider host | api.sirenic.eu |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.01 | 885 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"id": "00000006",
"pays": "GB"
},
"queryParams": {},
"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"
],
"type": "string"
},
"pathParams": {
"properties": {
"id": {
"description": "National register identifier, format depends on the country: NO 9 digits, EE 8, CZ 8, SK 8, LV 11, BE 10, PL 10 (KRS), SE 10 (organisationsnummer, 556001-2402 also accepted), FI NNNNNNN-N, CH CHE-nnn.nnn.nnn., e.g. 00000006",
"type": "string"
},
"pays": {
"description": "ISO-3166 alpha-2 country code. Served: NO, EE, LV, BE, SE (local stock), CZ, SK, FI, PL, CH (live registry); DK/GB when enabled; any other jurisdiction falls back to GLEIF (LEI only). FR \u2192 400 (use /v1/entreprise/{siren}), DE and NL \u2192 400 (excluded), ES \u2192 404 (no identity profile, see /v1/eu/entreprise/ES/{hoja}/actes).",
"type": "string"
}
},
"required": [
"pays",
"id"
],
"type": "object"
},
"queryParams": {
"properties": {},
"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"
}