Skip to content

AEP — plăți pe articole bugetare și luni, 2017

Plățile lunare ale Autorității Electorale Permanente pe articole de clasificație bugetară în 2017. Un rând per articol × lună.

Endpoint GET /v1/finance/aep_plati_articole_2017
Export GET /v1/finance/aep_plati_articole_2017/export?format=csv\|ndjson
Dataset id aep_plati_articole_2017
Domain finance
Rows 429
Source data.gov.ro CKAN package plati-pe-articole-si-luni-ianuarie-decembrie-2017

Columns

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

Column Type Notes
indicator_code string required
indicator_name string
month string
amount_lei decimal
source_year bigint constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "indicator_code": "10.01.01",
      "indicator_name": "Salarii de baza",
      "month": "2017-01",
      "amount_lei": 1805155.0
    },
    {
      "indicator_code": "10.01.06",
      "indicator_name": "Alte sporuri",
      "month": "2017-01",
      "amount_lei": 432587.0
    }
  ],
  "pagination": {
    "total": 429,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "aep_plati_articole_2017",
    "domain": "finance",
    "source_year": 2017,
    "source": "https://data.gov.ro/dataset/plati-pe-articole-si-luni-ianuarie-decembrie-2017",
    "last_updated": "2026-07-24T11:47:20Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/finance/aep_plati_articole_2017?limit=2",
    "next": "/v1/finance/aep_plati_articole_2017?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/aep_plati_articole_2017?limit=2&offset=0",
    "last": "/v1/finance/aep_plati_articole_2017?limit=2&offset=428",
    "documentation": "/documentation/datasets/aep_plati_articole_2017/"
  }
}

Provenance

Latest ingestion (version 1): 429 rows imported, 0 quarantined, from aep-plati-pe-articole-si-luni-ianuarie-decembrie-2017.xlsx (SHA-256 e59c0bb0a24c…) on 2026-07-24.

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