The only route in the catalogue distinguishing two freshness thresholds: a first beyond which the response stops claiming to be current, and a second, further out, where the route closes. That gradation exists because the product degrades before it becomes wrong, and saying so is more useful than waiting for the failure.
See a real response (free) Get the quote for /v1/eu/entreprise/NO/{id}/evenements
Catalogue description, exactly as agents read it:
Norwegian company legal events from the official Enhetsregisteret (Brreg, NLOD 2.0) for insolvency and credit risk monitoring: bankruptcy (konkurs, with the registered date), voluntary or compulsory liquidation, and strike-off, plus current flags checked live. 9-digit organisasjonsnummer. A live-verified company with no flag gets an explicit positive answer. Coarser than France's BODACC: no ruling text, no court; undated events carry an upper-bound date. Legal persons only, never individuals.
9-digit Norwegian organisation 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": "NO",
"id_national": "926455249",
"denomination": "123 HOLDING AS",
"forme_juridique": "AS",
"etat_courant": {
"faillite": true,
"faillite_date": "2026-02-27",
"radie_le": null,
"verifie_en_direct": true,
"lecture_directe": "verifiee"
},
"evenements": [
{
"type": "faillite",
"libelle": "Bankruptcy opened (konkurs)",
"date": "2026-02-27",
"origine_date": "registre",
"date_au_plus_tard": false
}
],
"nombre_evenements": 1,
"aucun_evenement": false,
"source": "Data from Brønnøysundregistrene — Enhetsregisteret (data.brreg.no), licence NLOD 2.0",
"licence": "Data from Brønnøysundregistrene, NLOD 2.0"
}
Price: $0.02. 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/NO/{id}/evenements
# 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/NO/{id}/evenements
# 3. Ou en MCP, dans Claude Code / Cursor / un agent
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp
/v1/eu/entreprise/NO/{id} — $0.01/v1/eu/entreprise/NO/{id}/comptes — $0.02Every 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/NO/{id}/evenements (free sample) | $0.02 | Norwegian company legal events from the official Enhetsregisteret (Brreg, NLOD 2.0) for insolvency and credit risk monitoring: bankruptcy (konkurs, with the registered date), voluntary or compulsory liquidation, and strike-off, plus current flags checked live. 9-digit organisasjonsnummer. A live-verified company with no flag gets an explicit positive answer. Coarser than France's BODACC: no ruling text, no court; undated events carry an upper-bound date. Legal persons only, never individuals. |
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/NO/{id}/evenements Get notified about euro packs