Skip to content

Bugetul local pe capitole, subcapitole și paragrafe,detaliat pe titluri de cheltuieli, articole și alineate

Detalierea cheltuielilor bugetului local (cod 02)

Endpoint GET /v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra
Export GET /v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra/export?format=csv\|ndjson
Dataset id bugetul_local_pe_capitole_subcapitole_si_paragra
Domain finance
Rows 1,087
Source data.gov.ro CKAN package bugetul-local-pe-capitole-subcapitole-si-paragrafe-detaliat

Columns

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

Column Type Notes
d_e_n_u_m_i_r_e_a_i_n_d_i_c_a_t_o_r_i_l_o_r string required
cod_indicator string
buget_2023 string
estimari integer
unnamed_5 integer
unnamed_6 integer

Example request

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

Response:

{
  "data": [
    {
      "d_e_n_u_m_i_r_e_a_i_n_d_i_c_a_t_o_r_i_l_o_r": "TOTAL CHELTUIELI (SECTIUNEA DE FUNCTIONARE+SECTIUNEA DE DEZVOLTARE)",
      "cod_indicator": "4902",
      "buget_2023": "590092",
      "estimari": 257159,
      "unnamed_5": 248568,
      "unnamed_6": 253533
    },
    {
      "d_e_n_u_m_i_r_e_a_i_n_d_i_c_a_t_o_r_i_l_o_r": "Capitolul 5102 5102 Autoritati publice si actiuni externe",
      "cod_indicator": null,
      "buget_2023": null,
      "estimari": null,
      "unnamed_5": null,
      "unnamed_6": null
    }
  ],
  "pagination": {
    "total": 1087,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "bugetul_local_pe_capitole_subcapitole_si_paragra",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/bugetul-local-pe-capitole-subcapitole-si-paragrafe-detaliat",
    "last_updated": "2026-07-22T17:25:03Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra?limit=2",
    "next": "/v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra?limit=2&offset=0",
    "last": "/v1/finance/bugetul_local_pe_capitole_subcapitole_si_paragra?limit=2&offset=1086",
    "documentation": "/documentation/datasets/bugetul_local_pe_capitole_subcapitole_si_paragra/"
  }
}

Provenance

Latest ingestion (version 1): 1,087 rows imported, 2 quarantined, from 09.bugetul-local-pe-capitole-subcapitole-si-paragrafedetaliat-pe-titluri-de-cheltuieli-articole-.xls (SHA-256 0a20f08ade16…) on 2026-07-22.

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