Skip to content

Cheltuieli 2022

Cheltuieli 2022

Endpoint GET /v1/education/cheltuieli_2022
Export GET /v1/education/cheltuieli_2022/export?format=csv\|ndjson
Dataset id cheltuieli_2022
Domain education
Rows 1,176
Source data.gov.ro CKAN package cheltuieli-2022

Columns

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

Column Type Notes
nr_crt integer required
code string
descriere string
angajament_legal decimal
credit_bugetar_rezervat_definitiv_in_anul_curent integer
receptii decimal
plati decimal

Example request

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

Response:

{
  "data": [
    {
      "nr_crt": 1,
      "code": "AAAMAR69GFA",
      "descriere": "F 9672 OB INV SCARI",
      "angajament_legal": 600.0,
      "credit_bugetar_rezervat_definitiv_in_anul_curent": 0,
      "receptii": 600.0,
      "plati": 600.0
    },
    {
      "nr_crt": 2,
      "code": "AAAMAR4SH36",
      "descriere": "F 9784 TONERE",
      "angajament_legal": 4320.0,
      "credit_bugetar_rezervat_definitiv_in_anul_curent": 0,
      "receptii": 4320.0,
      "plati": 4320.0
    }
  ],
  "pagination": {
    "total": 1176,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "cheltuieli_2022",
    "domain": "education",
    "source": "https://data.gov.ro/dataset/cheltuieli-2022",
    "last_updated": "2026-07-22T12:03:22Z",
    "generated_at": "2026-07-31T08:48:38Z"
  },
  "links": {
    "self": "/v1/education/cheltuieli_2022?limit=2",
    "next": "/v1/education/cheltuieli_2022?limit=2&offset=2",
    "prev": null,
    "first": "/v1/education/cheltuieli_2022?limit=2&offset=0",
    "last": "/v1/education/cheltuieli_2022?limit=2&offset=1174",
    "documentation": "/documentation/datasets/cheltuieli_2022/"
  }
}

Provenance

Latest ingestion (version 1): 1,176 rows imported, 1 quarantined, from cheltuieli-2022.xls (SHA-256 2904c74bbb24…) on 2026-07-22.

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