Skip to content

Alegeri pentru autoritățile administrației publice locale 2020

Rezultatele alegerilor administrației publice locale din anul 2020

Endpoint GET /v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020
Export GET /v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020/export?format=csv\|ndjson
Dataset id alegeri_pentru_autoritatile_administratiei_publice_locale_2020
Domain justice
Rows 672,806
Source data.gov.ro CKAN package alegeri-pentru-autoritatile-administratiei-publice-locale-2020

Columns

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

Column Type Notes
tip string required
county_nce integer
county_name string
nr_sv integer
den_sv string
uat_name string
uat_siruta integer
a integer
a1 integer
a2 integer
a3 integer
a4 integer
b integer
b1 integer
b2 integer
b3 integer
b4 integer
c integer
d integer
e integer
f integer
competitor string
vve integer

Example request

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

Response:

{
  "data": [
    {
      "tip": "CJ",
      "county_nce": 1,
      "county_name": "ALBA",
      "nr_sv": 1,
      "den_sv": "CENTRUL DE ZI PENTRU PERSOANE VÂRSTNICE",
      "uat_name": "MUNICIPIUL ALBA IULIA",
      "uat_siruta": 1017,
      "a": 1663,
      "a1": 1642,
      "a2": 11,
      "a3": 10,
      "a4": 0,
      "b": 666,
      "b1": 656,
      "b2": 0,
      "b3": 10,
      "b4": 0,
      "c": 648,
      "d": 18,
      "e": 1804,
      "f": 1138,
      "competitor": "PARTIDUL MIȘCAREA POPULARĂ",
      "vve": 34
    },
    {
      "tip": "CJ",
      "county_nce": 1,
      "county_name": "ALBA",
      "nr_sv": 1,
      "den_sv": "CENTRUL DE ZI PENTRU PERSOANE VÂRSTNICE",
      "uat_name": "MUNICIPIUL ALBA IULIA",
      "uat_siruta": 1017,
      "a": 1663,
      "a1": 1642,
      "a2": 11,
      "a3": 10,
      "a4": 0,
      "b": 666,
      "b1": 656,
      "b2": 0,
      "b3": 10,
      "b4": 0,
      "c": 648,
      "d": 18,
      "e": 1804,
      "f": 1138,
      "competitor": "UNIUNEA DEMOCRATĂ MAGHIARĂ DIN ROMÂNIA",
      "vve": 9
    }
  ],
  "pagination": {
    "total": 672806,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "alegeri_pentru_autoritatile_administratiei_publice_locale_2020",
    "domain": "justice",
    "source": "https://data.gov.ro/dataset/alegeri-pentru-autoritatile-administratiei-publice-locale-2020",
    "last_updated": "2026-07-22T11:00:53Z",
    "generated_at": "2026-07-31T08:48:45Z"
  },
  "links": {
    "self": "/v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020?limit=2",
    "next": "/v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020?limit=2&offset=2",
    "prev": null,
    "first": "/v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020?limit=2&offset=0",
    "last": "/v1/justice/alegeri_pentru_autoritatile_administratiei_publice_locale_2020?limit=2&offset=672804",
    "documentation": "/documentation/datasets/alegeri_pentru_autoritatile_administratiei_publice_locale_2020/"
  }
}

Provenance

Latest ingestion (version 1): 672,806 rows imported, 0 quarantined, from bd_sectii_27.09.202024.01.2021.csv (SHA-256 27581907b6e6…) on 2026-07-22.

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