Skip to content

Proiectul de Buget al Judetului Cluj 2025

Proiectul de Buget al Judetului Cluj pentru anul 2025

Endpoint GET /v1/finance/proiectul_de_buget_al_judetului_cluj_2025
Export GET /v1/finance/proiectul_de_buget_al_judetului_cluj_2025/export?format=csv\|ndjson
Dataset id proiectul_de_buget_al_judetului_cluj_2025
Domain finance
Rows 251
Source data.gov.ro CKAN package proiectul-de-buget-al-judetului-cluj-2025

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
budget_2025_thousand_ron decimal
source_year bigint constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "nr_crt": 1,
      "indicatori_ordonatori_de_credite": "Impozit pe profit",
      "code": "01 02",
      "budget_2025_thousand_ron": 5000.0
    },
    {
      "nr_crt": 2,
      "indicatori_ordonatori_de_credite": "Cote defalcate din impozitul pe venit",
      "code": "04 02 01",
      "budget_2025_thousand_ron": 375041.0
    }
  ],
  "pagination": {
    "total": 251,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "proiectul_de_buget_al_judetului_cluj_2025",
    "domain": "finance",
    "source_year": 2025,
    "source": "https://data.gov.ro/dataset/proiectul-de-buget-al-judetului-cluj-2025",
    "last_updated": "2026-07-24T12:41:02Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/proiectul_de_buget_al_judetului_cluj_2025?limit=2",
    "next": "/v1/finance/proiectul_de_buget_al_judetului_cluj_2025?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/proiectul_de_buget_al_judetului_cluj_2025?limit=2&offset=0",
    "last": "/v1/finance/proiectul_de_buget_al_judetului_cluj_2025?limit=2&offset=250",
    "documentation": "/documentation/datasets/proiectul_de_buget_al_judetului_cluj_2025/"
  }
}

Provenance

Latest ingestion (version 2): 251 rows imported, 3 quarantined, from proiectul-de-buget-al-judetului-cluj-pe-anul-2025.xlsx (SHA-256 bb719597f874…) on 2026-07-24.

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