Skip to content

Cadre didactice preuniversitar pe județ, grad didactic și vârstă, 2025-2026

Numărul cadrelor didactice din învățământul preuniversitar per județ, grad didactic și vârstă, anul școlar 2025-2026. Un rând per județ × grad × vârstă.

Endpoint GET /v1/education/cadre_didactice_pe_varste_2025_2026
Export GET /v1/education/cadre_didactice_pe_varste_2025_2026/export?format=csv\|ndjson
Dataset id cadre_didactice_pe_varste_2025_2026
Domain education
Rows 15,403
Source data.gov.ro CKAN package numar-cadre-didactice-preuniversitar-per-grad-didactic-in-anul-scolar-2025-2026

Columns

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

Column Type Notes
county_code string required
didactic_grade string
age integer
teacher_count integer
school_year text constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "county_code": "Judeţ",
      "didactic_grade": "Grad Didactic",
      "age": 18,
      "teacher_count": null
    },
    {
      "county_code": "AB",
      "didactic_grade": "Grad I",
      "age": 18,
      "teacher_count": 0
    }
  ],
  "pagination": {
    "total": 15403,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "cadre_didactice_pe_varste_2025_2026",
    "domain": "education",
    "school_year": "2025-2026",
    "source": "https://data.gov.ro/dataset/numar-cadre-didactice-preuniversitar-per-grad-didactic-in-anul-scolar-2025-2026",
    "last_updated": "2026-07-24T11:47:29Z",
    "generated_at": "2026-07-31T08:48:38Z"
  },
  "links": {
    "self": "/v1/education/cadre_didactice_pe_varste_2025_2026?limit=2",
    "next": "/v1/education/cadre_didactice_pe_varste_2025_2026?limit=2&offset=2",
    "prev": null,
    "first": "/v1/education/cadre_didactice_pe_varste_2025_2026?limit=2&offset=0",
    "last": "/v1/education/cadre_didactice_pe_varste_2025_2026?limit=2&offset=15402",
    "documentation": "/documentation/datasets/cadre_didactice_pe_varste_2025_2026/"
  }
}

Provenance

Latest ingestion (version 1): 15,403 rows imported, 0 quarantined, from nr.-pers-pe-grade-did-pe-transe-varsta-la-nivel-de-judet_02.2026.xlsx (SHA-256 f78a94295b74…) on 2026-07-24.

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