Skip to content

Nomenclator ONRC — stările firmei (coduri și denumiri)

Nomenclatorul oficial ONRC pentru decodificarea stării firmei — codul numeric și denumirea stării (funcțiune, dizolvare, radiere etc.).

Endpoint GET /v1/economy/nomenclator_stare_firma
Export GET /v1/economy/nomenclator_stare_firma/export?format=csv\|ndjson
Dataset id nomenclator_stare_firma
Domain economy
Rows 197
Source data.gov.ro CKAN package nomenclatoare-08-07-2026

Columns

All columns are filterable, sortable, and selectable — see Querying & filtering.

Column Type Notes
code integer required, unique
name string
snapshot_date text constant for this source file

Example request

curl -H "Authorization: Bearer $API_KEY" "https://api.canovix.ro/v1/economy/nomenclator_stare_firma?limit=2"
page = client.get("/v1/economy/nomenclator_stare_firma", params={"limit": 2}).json()
const page = await (await fetch(`${BASE}/v1/economy/nomenclator_stare_firma?limit=2`, { headers })).json();

Response:

{
  "data": [
    {
      "code": 1035,
      "name": "transmitere dosar în județul în care este înmatriculată firma în vederea efectuării mențiunii de schimbare de sediu"
    },
    {
      "code": 1036,
      "name": "trimitere în judecată"
    }
  ],
  "pagination": {
    "total": 197,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "nomenclator_stare_firma",
    "domain": "economy",
    "snapshot_date": "2026-07-08",
    "source": "https://data.gov.ro/dataset/nomenclatoare-08-07-2026",
    "last_updated": "2026-07-24T11:47:13Z",
    "generated_at": "2026-07-31T08:48:38Z"
  },
  "links": {
    "self": "/v1/economy/nomenclator_stare_firma?limit=2",
    "next": "/v1/economy/nomenclator_stare_firma?limit=2&offset=2",
    "prev": null,
    "first": "/v1/economy/nomenclator_stare_firma?limit=2&offset=0",
    "last": "/v1/economy/nomenclator_stare_firma?limit=2&offset=196",
    "documentation": "/documentation/datasets/nomenclator_stare_firma/"
  }
}

Provenance

Latest ingestion (version 1): 197 rows imported, 0 quarantined, from n_stare_firma.csv (SHA-256 c3b4af92691f…) on 2026-07-24.

Full provenance — checksums, pipeline version, timings — is live at /v1/datasets/{id}.