Two integration details specific to this route. First, founders and current officers are not the same list, and a parameter decides whether past offices are included. Second, the response can be truncated for companies with a very long governance history — truncation is flagged, so do not read it as a complete list.
See a real response (free) Get the quote for /v1/eu/entreprise/DK/{cvr}/dirigeants
Catalogue description, exactly as agents read it:
Danish company officers and directors (deltagere) live from the official CVR register (Erhvervsstyrelsen system-to-system) by CVR number — governance and KYB: executive board (Direktion), board members (Bestyrelse) incl. deputies, election method, fully liable I/S or K/S partners and auditors — name, body, role, mandate dates. Active mandates by default; inclure_anciens=true adds ended ones where founders (stiftere) normally are. GDPR minimisation: never an address, never a personal identifier.
Danish CVR number.
A wrongly formatted identifier returns 400 and is not billed — but it costs you a round trip. It is the leading cause of failed calls on the foreign routes.
Dated snapshot from 2026-07-29, truncated to one item per array. It is not live data. The full extract is served free of charge from the samples surface, and the schema from the OpenAPI document.
{
"pays": "DK",
"id_national": "24256790",
"denomination": "NOVO NORDISK A/S",
"statut": "NORMAL",
"nombre_mandats_en_cours": 20,
"nombre_anciens_mandats": 9,
"tronque": false,
"dirigeants": [
{
"nom": "DELOITTE STATSAUTORISERET REVISIONSPARTNERSELSKAB",
"type": "entite",
"organe": "Revision",
"organe_type": "REVISION",
"fonction": "REVISION",
"depuis": "2021-03-25",
"jusqu_au": null,
"en_cours": true,
"mode_election": null,
"cvr": "33963556"
}
],
"source": "CVR — Erhvervsstyrelsen (Danish Business Authority), accès system-à-système distribution.virk.dk",
"data_freshness": "CVR temps réel (cache 24 h)"
}
Price: $0.01. The authoritative amount is the one in the 402 quote returned by the route itself — not this text, which derives from the same grid but is still just a page.
An error response cancels the payment: a 400, 404 or 503 is never billed. An upstream outage closes the route with a 503 rather than serving a degraded response.
# 1. Le devis, sans rien payer : la route répond 402 avec son montant
curl -i https://api.sirenic.eu/v1/eu/entreprise/DK/{cvr}/dirigeants
# 2. L'appel réglé — le client x402 paie le devis et rejoue la requête
npx x402-fetch https://api.sirenic.eu/v1/eu/entreprise/DK/{cvr}/dirigeants
# 3. Ou en MCP, dans Claude Code / Cursor / un agent
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp
/v1/eu/entreprise/DK/{id}/comptes — $0.01Every route is paid per call, in USDC or EURC on the Base network, over the x402 protocol: no account to create, no API key, no subscription. The first call returns a 402 quote your client settles, then replays the call. A failed call is never billed.
Would you rather have a euro invoice and prepaid credits? That is in preparation, and we will not announce a date until it is open. Write to contact@sirenic.eu and we will let you know when it opens.
Paid responses are Ed25519-signed: you can later prove what was served to you, and when. The whole catalogue is free to read in the OpenAPI document and in llms.txt.
One call, end to end
# Client x402 (npm) — le devis 402 est réglé et l'appel rejoué automatiquement
npx x402-fetch https://api.sirenic.eu/v1/entreprise/552032534
# Ou en MCP, dans Claude Code / Cursor
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp
| Route | Price | What it returns |
|---|---|---|
/v1/eu/entreprise/DK/{cvr}/dirigeants (free sample) | $0.01 | Danish company officers and directors (deltagere) live from the official CVR register (Erhvervsstyrelsen system-to-system) by CVR number — governance and KYB: executive board (Direktion), board members (Bestyrelse) incl. deputies, election method, fully liable I/S or K/S partners and auditors — name, body, role, mandate dates. Active mandates by default; inclure_anciens=true adds ended ones where founders (stiftere) normally are. GDPR minimisation: never an address, never a personal identifier. |
No account to create, no key to request: the first step is free and shows you exactly what you would be buying.
See a real response (free) Get the quote for /v1/eu/entreprise/DK/{cvr}/dirigeants Get notified about euro packs