Skip to content

Obiective investiții finanțate în 2023- Programul de construcții de locuințe sociale și de necesitate derulat conform legii nr. 114 din 1996

Lista obiectivelor de investiții finanțate în anul 2023- Programul de construcții de locuințe sociale și de necesitate derulat conform legii nr. 114 din 1996

Endpoint GET /v1/finance/constructii_locuinte
Export GET /v1/finance/constructii_locuinte/export?format=csv\|ndjson
Dataset id constructii_locuinte
Domain finance
Rows 76
Source data.gov.ro CKAN package constructii-locuinte

Columns

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

Column Type Notes
nr_crt string required
county string
locality string
obiectiv_de_investitii string
nr_ap_cf_anexa_11 integer
total_credit_de_angajament_2023_2026 string

Example request

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

Response:

{
  "data": [
    {
      "nr_crt": "1",
      "county": "Alba",
      "locality": "Alba Iulia",
      "obiectiv_de_investitii": "Construire ansamblu locuinte sociale, Cartier Gheorghe Sincai, 5 Tronsoane - Tip B2, B3, B4 municipiul Alba Iulia",
      "nr_ap_cf_anexa_11": 100,
      "total_credit_de_angajament_2023_2026": "30688734.969999999"
    },
    {
      "nr_crt": "10",
      "county": "Botosani",
      "locality": "Pomarla",
      "obiectiv_de_investitii": "Construire bloc de locuinte sociale in sat Pomarla, comuna Pomarla, judetul Botosani",
      "nr_ap_cf_anexa_11": 24,
      "total_credit_de_angajament_2023_2026": "8174577.85"
    }
  ],
  "pagination": {
    "total": 76,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "constructii_locuinte",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/constructii-locuinte",
    "last_updated": "2026-07-22T14:53:59Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/finance/constructii_locuinte?limit=2",
    "next": "/v1/finance/constructii_locuinte?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/constructii_locuinte?limit=2&offset=0",
    "last": "/v1/finance/constructii_locuinte?limit=2&offset=74",
    "documentation": "/documentation/datasets/constructii_locuinte/"
  }
}

Provenance

Latest ingestion (version 1): 76 rows imported, 1 quarantined, from lista-obiectivelor-de-investiii-finanate-in-anul-2023-programul-de-construcii-de-locuine-social.xlsx (SHA-256 a1ad8f17f6ca…) on 2026-07-22.

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