Skip to content

Buget venituri-cheltuieli bilant

Buget venituri-cheltuieli bilant

Endpoint GET /v1/health/buget_venituri_cheltuieli_bilant_2021
Export GET /v1/health/buget_venituri_cheltuieli_bilant_2021/export?format=csv\|ndjson
Dataset id buget_venituri_cheltuieli_bilant_2021
Domain health
Rows 135
Source data.gov.ro CKAN package buget-venituri-cheltuieli-bilant-2021

Columns

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

Column Type Notes
code string required
denumire_indicator string
plati_efectuate_cumulat_decembrie_2025 decimal

Example request

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

Response:

{
  "data": [
    {
      "code": "50.00",
      "denumire_indicator": "TOTAL GENERAL",
      "plati_efectuate_cumulat_decembrie_2025": 84397346.29301502
    },
    {
      "code": "50.00.01",
      "denumire_indicator": "CHELTUIELI CURENTE",
      "plati_efectuate_cumulat_decembrie_2025": 84397021.64611502
    }
  ],
  "pagination": {
    "total": 135,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "buget_venituri_cheltuieli_bilant_2021",
    "domain": "health",
    "source": "https://data.gov.ro/dataset/buget-venituri-cheltuieli-bilant-2021",
    "last_updated": "2026-07-22T17:24:39Z",
    "generated_at": "2026-07-31T08:48:44Z"
  },
  "links": {
    "self": "/v1/health/buget_venituri_cheltuieli_bilant_2021?limit=2",
    "next": "/v1/health/buget_venituri_cheltuieli_bilant_2021?limit=2&offset=2",
    "prev": null,
    "first": "/v1/health/buget_venituri_cheltuieli_bilant_2021?limit=2&offset=0",
    "last": "/v1/health/buget_venituri_cheltuieli_bilant_2021?limit=2&offset=134",
    "documentation": "/documentation/datasets/buget_venituri_cheltuieli_bilant_2021/"
  }
}

Provenance

Latest ingestion (version 1): 135 rows imported, 2 quarantined, from situatia-cheltuielilor-la-31.12.2025.xlsx (SHA-256 f9635ec770af…) on 2026-07-22.

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