Skip to content

Programul Național de Investiții „Anghel Saligny” — obiective finanțate

Lista completă a obiectivelor de investiții finanțate prin Programul Național de Investiții „Anghel Saligny”, pe județe și UAT-uri, cu sumele alocate de la bugetul de stat.

Endpoint GET /v1/finance/anghel_saligny_obiective
Export GET /v1/finance/anghel_saligny_obiective/export?format=csv\|ndjson
Dataset id anghel_saligny_obiective
Domain finance
Rows 4,557
Source data.gov.ro CKAN package lista-completa-obiective-investitii-finantate-programul-national-de-investitii-anghel-saligny

Columns

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

Column Type Notes
county string
row_number integer
project_id integer
uat_type string
uat string
project_name string required
allocated_amount_lei decimal

Example request

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

Response:

{
  "data": [
    {
      "county": "ALBA",
      "row_number": 1,
      "project_id": 993,
      "uat_type": "oras",
      "uat": "Abrud",
      "project_name": "Modernizare străzi în Oraşul Abrud, judeţul Alba",
      "allocated_amount_lei": 9667867.48
    },
    {
      "county": "ALBA",
      "row_number": 2,
      "project_id": 3152,
      "uat_type": "municipiu",
      "uat": "Aiud",
      "project_name": "Modernizare drumuri de legătură la DJ 107I - Transalpina de Apuseni-Municipiul Aiud – Partea de Sud",
      "allocated_amount_lei": 9002711.54
    }
  ],
  "pagination": {
    "total": 4557,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "anghel_saligny_obiective",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/lista-completa-obiective-investitii-finantate-programul-national-de-investitii-anghel-saligny",
    "last_updated": "2026-07-24T11:14:08Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/finance/anghel_saligny_obiective?limit=2",
    "next": "/v1/finance/anghel_saligny_obiective?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/anghel_saligny_obiective?limit=2&offset=0",
    "last": "/v1/finance/anghel_saligny_obiective?limit=2&offset=4556",
    "documentation": "/documentation/datasets/anghel_saligny_obiective/"
  }
}

Provenance

Latest ingestion (version 5): 4,557 rows imported, 156 quarantined, from lista-completa-obiective-investitii-finantate-programul-national-de-investitii-anghel-saligny.xlsx (SHA-256 d9781ae17a0c…) on 2026-07-24.

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