Skip to content

Nomenclator salarii de baza în luna martie 2026

Nomenclator salarii de baza în luna martie 2026

Endpoint GET /v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026
Export GET /v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026/export?format=csv\|ndjson
Dataset id nomenclator_salarii_de_baza_in_luna_martie_2026
Domain economy
Rows 82
Source data.gov.ro CKAN package nomenclator-salarii-de-baza-in-luna-martie-2026

Columns

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

Column Type Notes
gestionare_fonduri_europene string
categorie_personal string
functii string
gradatia integer
salariul_de_baza_lunar integer required
observatii string

Example request

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

Response:

{
  "data": [
    {
      "gestionare_fonduri_europene": "Personal care nu gestioneaza fonduri europene",
      "categorie_personal": "Demnitari",
      "functii": "ministru",
      "gradatia": null,
      "salariul_de_baza_lunar": 21840,
      "observatii": null
    },
    {
      "gestionare_fonduri_europene": null,
      "categorie_personal": null,
      "functii": "secretar de stat",
      "gradatia": null,
      "salariul_de_baza_lunar": 16640,
      "observatii": null
    }
  ],
  "pagination": {
    "total": 82,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "nomenclator_salarii_de_baza_in_luna_martie_2026",
    "domain": "economy",
    "source": "https://data.gov.ro/dataset/nomenclator-salarii-de-baza-in-luna-martie-2026",
    "last_updated": "2026-07-24T11:46:28Z",
    "generated_at": "2026-07-31T08:48:38Z"
  },
  "links": {
    "self": "/v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026?limit=2",
    "next": "/v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026?limit=2&offset=2",
    "prev": null,
    "first": "/v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026?limit=2&offset=0",
    "last": "/v1/economy/nomenclator_salarii_de_baza_in_luna_martie_2026?limit=2&offset=80",
    "documentation": "/documentation/datasets/nomenclator_salarii_de_baza_in_luna_martie_2026/"
  }
}

Provenance

Latest ingestion (version 2): 82 rows imported, 0 quarantined, from nomenclator-salarii-de-baza-in-luna-martie-2026.xlsx (SHA-256 b86b48449cf5…) on 2026-07-24.

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