# Profile of a Romanian company

Every month ONRC publishes, under an open licence, its 2.9 million legal persons registered and struck off, with every entry of the register. This profile serves their identity by CUI — every registration of the company, the most recent first —, the status codes brought down to closed families (in operation, struck off, bankruptcy, insolvency, liquidation, dissolution, suspension, alerts), the registered office and the number of published representatives.

## What the route returns

Catalogue description, exactly as agents read it:

**Official Romanian company registry lookup (ONRC, Registrul Comerțului — monthly open-data snapshot on data.gov.ro, CC BY 4.0). Query: /v1/eu/entreprise/RO/412052 (CUI / fiscal code, RO prefix accepted). Current name, legal form, every registration code of the company (re-registrations kept), the register's status codes in closed families (in operation, struck off, insolvency, bankruptcy, liquidation, dissolution, suspension, alerts), registered office, plus registre_ro. Legal persons only.**

## Expected identifier

**CUI** (fiscal code), 1 to 10 digits, with or without the RO prefix, e.g. 412052.

> ⚠️ A wrongly formatted identifier in the **path** 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. A **search** parameter, by contrast, is cleaned up: unsupported characters are stripped and the usable query is served.

## Extract from a genuinely paid response

Dated snapshot from 2026-09-02, truncated to one item per array and then cut for length. It is not live data. The full extract is served **free of charge** from [the samples surface](https://api.sirenic.eu/exemples/), and the schema from the OpenAPI document.

```
{
 "pays": "RO",
 "registre": "Oficiul Național al Registrului Comerțului (ONRC, Registrul Comerțului)",
 "id_national": "3474203",
 "denomination": "ORIENT COMEX S.R.L.",
 "forme_juridique": {
  "code": "SRL",
  "libelle": "société à responsabilité limitée (societate cu răspundere limitată)"
 },
 "statut": "actif",
 "statut_detail": null,
 "date_creation": "1992-03-10",
 "adresse_siege": {
  "adresse": "Str. <rue>, nr. <n>",
  "code_postal": null,
  "ville": "Chiajna",
  "pays": "RO"
 },
 "identifiants": {
  "tva": null,
  "lei": null
 },
 "registre_ro": {
  "statut": "servi",
  "photo": "2026-09-02",
  "cui": "3474203",
  "inscriptions": [
   {
    "cod_inmatriculare": "J2024004913234",
    "euid": "ROONRC.J2024004913234",
    "denomination": "ORIENT COMEX S.R.L.",
    "forme": {
     "code": "SRL"
    },
    "inscrit_le": "2024-07-08",
    "judet": "Ilfov",
    "courante": true
   },
   {
    "cod_inmatriculare": "J40/5594/1992",
    "euid": "ROONRC.J40/5594/1992",
    "denomination": "ORIENT COMEX SRL",
    "forme": {
     "code": "SRL"
    },
    "inscrit_le": "1992-03-10",
    "judet": "Bucureşti",
    "courante": false
   }
  ],
  "premiere_immatriculation_le": "1992-03-10",
  "statuts": [
   {
    "code": 1048,
    "libelle_ro": "funcțiune",
    "famille": "active",
    "fr": "en fonction"
   },
   {
    "code": 1084,
    "libelle_ro": "radiată",
    "famille": "radiation",
    "fr": "radiée"
   }
  ],
  "familles_presentes": [
   "active",
   "radiation"
  ],
  "procedure_au_registre": false,
  "siege": {
   "judet": "Ilfov",
   "localitate": "Chiajna",
   "pays": 
…
```

## Price and billing

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.

## Calling the route

```
# 1. Le devis, sans rien payer : la route répond 402 avec son montant
curl -i https://api.sirenic.eu/v1/eu/entreprise/RO/{cui}

# 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/RO/{cui}

# 3. Ou en MCP, dans Claude Code / Cursor / un agent
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp
```

## What this route does not do

Legal persons only: sole traders and family enterprises are refused without charge. Statuses are undated and court decisions are not published; no capital, activity or accounts in this dataset. Monthly snapshot, route closed beyond 70 days without a publication.

## Neighbouring routes

- `/v1/eu/entreprise/RO/{cui}/dirigeants` — $0.01
- `/v1/eu/entreprise/RO/{cui}/insolvabilite` — $0.02
- `/v1/eu/entreprise/CY/{id}` — $0.01

## How you pay

Every 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](mailto:contact@sirenic.eu?subject=Euro%20credit%20packs) 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](https://api.sirenic.eu/openapi.json) and in [llms.txt](https://api.sirenic.eu/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
```

## Routes used and pricing

| Route | Price | Sample | What it returns |
| --- | --- | --- | --- |
| `/v1/eu/entreprise/RO/{cui}` | $0.01 | [free sample](https://api.sirenic.eu/exemples/eu-entreprise-RO-cui.json) | Official Romanian company registry lookup (ONRC, Registrul Comerțului — monthly open-data snapshot on data.gov.ro, CC BY 4.0). Query: /v1/eu/entreprise/RO/412052 (CUI / fiscal code, RO prefix accepted). Current name, legal form, every registration code of the company (re-registrations kept), the register's status codes in closed families (in operation, struck off, insolvency, bankruptcy, liquidation, dissolution, suspension, alerts), registered office, plus registre_ro. Legal persons only. |

## Take it further

- [See a real response (free)](https://api.sirenic.eu/exemples/eu-entreprise-RO-cui.json)
- [Get the quote for /v1/eu/entreprise/RO/{cui}](https://api.sirenic.eu/v1/eu/entreprise/RO/{cui})
- [Get notified about euro packs](mailto:contact@sirenic.eu?subject=Euro%20credit%20packs)

## Read next

- [Automating business verification (KYB)](https://api.sirenic.eu/en/use-cases/kyb-automated-business-verification-with-per-block)


Volume figures on this page were measured in our database on 2026-08-19. They are dated snapshots, not live counters.

---

[Home](https://api.sirenic.eu/en) · [Pricing](https://api.sirenic.eu/en/offres) · [Guides](https://api.sirenic.eu/en/articles) · [Routes](https://api.sirenic.eu/en/api) · [Legal notice](https://api.sirenic.eu/mentions-legales) · [Privacy](https://api.sirenic.eu/en/privacy)
