Skip to content

BUGETUL LOCAL AL JUDEŢULUI CLUJ PE ANUL 2023 PE CAPITOLE, SUBCAPITOLE ȘI TITLURI

BUGETUL LOCAL AL JUDEŢULUI CLUJ PE ANUL 2023 PE CAPITOLE, SUBCAPITOLE ȘI TITLURI

Endpoint GET /v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe
Export GET /v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe/export?format=csv\|ndjson
Dataset id bugetul_local_al_judetului_cluj_pe_anul_2023_pe
Domain finance
Rows 250
Source data.gov.ro CKAN package bugetul-local-al-judetului-cluj-pe-anul-2023-pe-capitole-subcapitole-si-titluri

Columns

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

Column Type Notes
nr_crt integer required
indicatori_ordonatori_de_credite string
code string
buget_2023 decimal

Example request

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

Response:

{
  "data": [
    {
      "nr_crt": 1,
      "indicatori_ordonatori_de_credite": "Impozit pe profit",
      "code": "01 02",
      "buget_2023": 4000.0
    },
    {
      "nr_crt": 2,
      "indicatori_ordonatori_de_credite": "Cote defalcate din impozitul pe venit",
      "code": "04 02 01",
      "buget_2023": 285412.0
    }
  ],
  "pagination": {
    "total": 250,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "bugetul_local_al_judetului_cluj_pe_anul_2023_pe",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/bugetul-local-al-judetului-cluj-pe-anul-2023-pe-capitole-subcapitole-si-titluri",
    "last_updated": "2026-07-22T17:24:57Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe?limit=2",
    "next": "/v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe?limit=2&offset=0",
    "last": "/v1/finance/bugetul_local_al_judetului_cluj_pe_anul_2023_pe?limit=2&offset=248",
    "documentation": "/documentation/datasets/bugetul_local_al_judetului_cluj_pe_anul_2023_pe/"
  }
}

Provenance

Latest ingestion (version 1): 250 rows imported, 3 quarantined, from anexa-nr.2-total-2023.xlsx (SHA-256 ea279095fde3…) on 2026-07-22.

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