Skip to content

Bugetul local detaliat la venituri

Centralizarea veniturilor bugetului local (cod 02)

Endpoint GET /v1/finance/bugetul_local_detaliat_la_venituri
Export GET /v1/finance/bugetul_local_detaliat_la_venituri/export?format=csv\|ndjson
Dataset id bugetul_local_detaliat_la_venituri
Domain finance
Rows 661
Source data.gov.ro CKAN package bugetul-local-detaliat-la-venituri

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_2024 string
estimari integer
unnamed_4 integer
unnamed_5 integer

Example request

curl -H "Authorization: Bearer $API_KEY" "https://api.canovix.ro/v1/finance/bugetul_local_detaliat_la_venituri?limit=2"
page = client.get("/v1/finance/bugetul_local_detaliat_la_venituri", params={"limit": 2}).json()
const page = await (await fetch(`${BASE}/v1/finance/bugetul_local_detaliat_la_venituri?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 VENITURI (cod00.02+00.15+00.16+00.17+45.02+46.02+47.02+48.02)",
      "cod_indicator": "000102",
      "buget_2024": "703906",
      "estimari": 923751,
      "unnamed_4": 586523,
      "unnamed_5": 388091
    },
    {
      "d_e_n_u_m_i_r_e_a_i_n_d_i_c_a_t_o_r_i_l_o_r": "VENITURI PROPRII (00.02-11.02-37.02+00.15)",
      "cod_indicator": "4990",
      "buget_2024": "68865",
      "estimari": 105088,
      "unnamed_4": 101800,
      "unnamed_5": 102548
    }
  ],
  "pagination": {
    "total": 661,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "bugetul_local_detaliat_la_venituri",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/bugetul-local-detaliat-la-venituri",
    "last_updated": "2026-07-22T17:25:01Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/bugetul_local_detaliat_la_venituri?limit=2",
    "next": "/v1/finance/bugetul_local_detaliat_la_venituri?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/bugetul_local_detaliat_la_venituri?limit=2&offset=0",
    "last": "/v1/finance/bugetul_local_detaliat_la_venituri?limit=2&offset=660",
    "documentation": "/documentation/datasets/bugetul_local_detaliat_la_venituri/"
  }
}

Provenance

Latest ingestion (version 1): 661 rows imported, 2 quarantined, from anexa-nr.2-la-hcjbn-2024-venituri-buget-local.xls (SHA-256 e76df01318a5…) on 2026-07-22.

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