Skip to content

Indicatori PNS 2026

Indicatori PNS 2026

Endpoint GET /v1/health/indicatori_pns_2026
Export GET /v1/health/indicatori_pns_2026/export?format=csv\|ndjson
Dataset id indicatori_pns_2026
Domain health
Rows 45
Source data.gov.ro CKAN package indicatori-pns-2026

Columns

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

Column Type Notes
cas_office string required
patient_count_children string
patient_count_adults string
patient_count_total string
service_count_children string
service_count_adults string
service_count_total string
amount_children string
amount_adults string
amount_total string
copii_3 string
adulti_3 string

Example request

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

Response:

{
  "data": [
    {
      "copii_3": "135",
      "adulti_3": "135",
      "cas_office": "ALBA",
      "patient_count_children": "53",
      "patient_count_adults": "1",
      "patient_count_total": "54",
      "service_count_children": "1984",
      "service_count_adults": "61",
      "service_count_total": "2045",
      "amount_children": "267840",
      "amount_adults": "8235",
      "amount_total": "276075"
    },
    {
      "copii_3": "135",
      "adulti_3": "0",
      "cas_office": "AOPSNAJ",
      "patient_count_children": "62",
      "patient_count_adults": "0",
      "patient_count_total": "62",
      "service_count_children": "3810",
      "service_count_adults": "0",
      "service_count_total": "3810",
      "amount_children": "514350",
      "amount_adults": "0",
      "amount_total": "514350"
    }
  ],
  "pagination": {
    "total": 45,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "indicatori_pns_2026",
    "domain": "health",
    "source": "https://data.gov.ro/dataset/indicatori-pns-2026",
    "last_updated": "2026-07-22T16:57:38Z",
    "generated_at": "2026-07-31T08:48:44Z"
  },
  "links": {
    "self": "/v1/health/indicatori_pns_2026?limit=2",
    "next": "/v1/health/indicatori_pns_2026?limit=2&offset=2",
    "prev": null,
    "first": "/v1/health/indicatori_pns_2026?limit=2&offset=0",
    "last": "/v1/health/indicatori_pns_2026?limit=2&offset=44",
    "documentation": "/documentation/datasets/indicatori_pns_2026/"
  }
}

Provenance

Latest ingestion (version 2): 45 rows imported, 1 quarantined, from autism-trimestrul-i-2026.xls (SHA-256 da8b76564011…) on 2026-07-22.

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