Skip to content

Buget

Bugete aferente Ministerului Justitiei

Endpoint GET /v1/finance/buget
Export GET /v1/finance/buget/export?format=csv\|ndjson
Dataset id buget
Domain finance
Rows 34
Source data.gov.ro CKAN package buget

Columns

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

Column Type Notes
titlu string required
articol string
alineat string
denumirea_indicatorilor string
buget_2014 decimal
din_care string
unnamed_6 string
unnamed_7 string
unnamed_8 string

Example request

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

Response:

{
  "data": [
    {
      "titlu": "Total buget de stat (cap. 61.01+54.01+68.01)",
      "articol": null,
      "alineat": null,
      "denumirea_indicatorilor": null,
      "buget_2014": 2550879.0,
      "din_care": "1420040.005",
      "unnamed_6": "410042.407",
      "unnamed_7": "430558.23",
      "unnamed_8": "285968.358"
    },
    {
      "titlu": "Cap.61.01 ORDINE PUBLICA SI SIGURANTA NATIONALA",
      "articol": null,
      "alineat": null,
      "denumirea_indicatorilor": null,
      "buget_2014": null,
      "din_care": null,
      "unnamed_6": null,
      "unnamed_7": null,
      "unnamed_8": null
    }
  ],
  "pagination": {
    "total": 34,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "buget",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/buget",
    "last_updated": "2026-07-22T17:16:00Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/finance/buget?limit=2",
    "next": "/v1/finance/buget?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/buget?limit=2&offset=0",
    "last": "/v1/finance/buget?limit=2&offset=32",
    "documentation": "/documentation/datasets/buget/"
  }
}

Provenance

Latest ingestion (version 1): 34 rows imported, 124 quarantined, from buget-ministerul-justitiei-2014.xls (SHA-256 1e74a00edecb…) on 2026-07-22.

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