Skip to content

Sumele cheltuite din bugetul local al sectorului aferente taxelor postale

Sumele cheltuite din bugetul local al sectorului aferente taxelor postale

Endpoint GET /v1/finance/cheltuieli_taxe_postale
Export GET /v1/finance/cheltuieli_taxe_postale/export?format=csv\|ndjson
Dataset id cheltuieli_taxe_postale
Domain finance
Rows 20
Source data.gov.ro CKAN package cheltuieli-taxe-postale

Columns

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

Column Type Notes
year string required
tip_servicii string
valoare_lei string

Example request

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

Response:

{
  "data": [
    {
      "year": "2002",
      "tip_servicii": "taxe postale",
      "valoare_lei": "44100"
    },
    {
      "year": "2003",
      "tip_servicii": "taxe postale",
      "valoare_lei": "84000"
    }
  ],
  "pagination": {
    "total": 20,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "cheltuieli_taxe_postale",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/cheltuieli-taxe-postale",
    "last_updated": "2026-07-22T11:54:33Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/cheltuieli_taxe_postale?limit=2",
    "next": "/v1/finance/cheltuieli_taxe_postale?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/cheltuieli_taxe_postale?limit=2&offset=0",
    "last": "/v1/finance/cheltuieli_taxe_postale?limit=2&offset=18",
    "documentation": "/documentation/datasets/cheltuieli_taxe_postale/"
  }
}

Provenance

Latest ingestion (version 1): 20 rows imported, 0 quarantined, from cheltuieli_taxe-postale_2002_2020.xlsx (SHA-256 939f409ad621…) on 2026-07-22.

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