Skip to content

Date privind proiectele PNDR

Proiectele finanțate prin Programul Național de Dezvoltare Rurală 2014-2020, cu beneficiar, localizare (județ/localitate/SIRUTA, coordonate), sesiune, status și valorile aprobate/contractate/plătite.

Endpoint GET /v1/finance/date_privind_proiectele_pndr
Export GET /v1/finance/date_privind_proiectele_pndr/export?format=csv\|ndjson
Dataset id date_privind_proiectele_pndr
Domain finance
Rows 74,561
Source data.gov.ro CKAN package date-privind-proiectele-pndr

Columns

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

Column Type Notes
entity_id string required
county string
locality string
cod_siruta integer
session_year integer
session string
beneficiary_name string
project_title string
project_code string
status string
approved_value_lei decimal
contracted_value_lei decimal
paid_value_lei decimal
latitude decimal
longitude decimal
mountain_area string

Example request

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

Response:

{
  "data": [
    {
      "entity_id": "0000278c-eeb4-47bb-9ef0-798be7f49fd5",
      "county": "CARAS-SEVERIN",
      "locality": "FOROTIC",
      "cod_siruta": 52856,
      "session_year": 2017,
      "session": "M6.1 - 01/17 - 03.05.2017",
      "beneficiary_name": "FIȘTEA CIPRIAN-CAIUS PFA",
      "project_title": "INSTALAREA TÂNĂRULUI FERMIER FIȘTEA CIPRIAN-CAIUS PFA CA ȘI CONDUCĂTOR DE EXPLOATAŢIE AGRICOLĂ ÎN SAT COMORIȘTE JUD. CARAȘ SEVERIN",
      "project_code": "06100000031751105415",
      "status": "InEvaluare",
      "approved_value_lei": 50000.0,
      "contracted_value_lei": 0.0,
      "paid_value_lei": 0.0,
      "latitude": 45.23329524,
      "longitude": 21.58423858,
      "mountain_area": "NU"
    },
    {
      "entity_id": "0000cb1f-84ba-488c-89f3-9a960ea22e92",
      "county": "VALCEA",
      "locality": "STOENESTI",
      "cod_siruta": 173230,
      "session_year": 2017,
      "session": "M6.3 - 01/17 - 03.05.2017",
      "beneficiary_name": "BARBU S. LIVIA ÎNTREPRINDERE FAMILIALĂ",
      "project_title": "SPRIJIN PENTRU DEZVOLTAREA FERMELOR MICI - BARBU S. LIVIA ÎNTREPRINDERE FAMILIALĂ",
      "project_code": "0630MA00041744005197",
      "status": "Contractat",
      "approved_value_lei": 15000.0,
      "contracted_value_lei": 15000.0,
      "paid_value_lei": 15000.0,
      "latitude": 45.12268131,
      "longitude": 24.16250014,
      "mountain_area": "DA"
    }
  ],
  "pagination": {
    "total": 74561,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "date_privind_proiectele_pndr",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/date-privind-proiectele-pndr",
    "last_updated": "2026-07-25T14:59:04Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/date_privind_proiectele_pndr?limit=2",
    "next": "/v1/finance/date_privind_proiectele_pndr?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/date_privind_proiectele_pndr?limit=2&offset=0",
    "last": "/v1/finance/date_privind_proiectele_pndr?limit=2&offset=74560",
    "documentation": "/documentation/datasets/date_privind_proiectele_pndr/"
  }
}

Provenance

Latest ingestion (version 2): 74,561 rows imported, 0 quarantined, from proiectepndr2020.csv (SHA-256 6ffadbe52305…) on 2026-07-25.

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