Skip to content

Execuția bugetară a Departamentului pentru lupta antifraudă

Execuția bugetară a Departamentului pentru lupta antifraudă

Endpoint GET /v1/finance/executie_bugetara_dlaf_2019
Export GET /v1/finance/executie_bugetara_dlaf_2019/export?format=csv\|ndjson
Dataset id executie_bugetara_dlaf_2019
Domain finance
Rows 59
Source data.gov.ro CKAN package executia-dlaf

Columns

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

Column Type Notes
code integer required
denumire_indicator string
plati_efectuate integer

Example request

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

Response:

{
  "data": [
    {
      "code": 1,
      "denumire_indicator": "CHELTUIELI CURENTE",
      "plati_efectuate": 16938602
    },
    {
      "code": 1,
      "denumire_indicator": "Finantare nationala",
      "plati_efectuate": 54164
    }
  ],
  "pagination": {
    "total": 59,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "executie_bugetara_dlaf_2019",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/executia-dlaf",
    "last_updated": "2026-07-23T17:43:47Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/executie_bugetara_dlaf_2019?limit=2",
    "next": "/v1/finance/executie_bugetara_dlaf_2019?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/executie_bugetara_dlaf_2019?limit=2&offset=0",
    "last": "/v1/finance/executie_bugetara_dlaf_2019?limit=2&offset=58",
    "documentation": "/documentation/datasets/executie_bugetara_dlaf_2019/"
  }
}

Provenance

Latest ingestion (version 1): 59 rows imported, 1 quarantined, from execuie-bugetar-2019.xlsx (SHA-256 006e83165b7b…) on 2026-07-23.

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