Skip to content

Alegerea Senatului și a Camerei Deputaților din 6 decembrie 2020

Rezultatele pe secții de votare pentru Camera Deputaților, alegerile parlamentare din 6 decembrie 2020 (fără votul prin corespondență). Coloanele a-g păstrează codurile oficiale din procesul-verbal (Legea 208/2015 art. 93) cu denumiri lizibile alături - a=alegători înscriși (a1 lista permanentă, a2 suplimentară, a3 urna specială), b=prezenți la urne, c=buletine primite, d=buletine neîntrebuințate/anulate, e=voturi valabile, f=voturi nule, g=voturi albe; restul coloanelor sunt voturile per partid. Format lung: un rând per secție de votare × partid/candidat (party_name, votes); partidele fără candidatură în circumscripția respectivă nu au rând.

Endpoint GET /v1/transport/alegeri_parlamentare_2020_camera_deputatilor
Export GET /v1/transport/alegeri_parlamentare_2020_camera_deputatilor/export?format=csv\|ndjson
Dataset id alegeri_parlamentare_2020_camera_deputatilor
Domain transport
Rows 1,603,100
Source data.gov.ro CKAN package alegerea-senatului-si-a-camerei-deputatilor-din-6-decembrie-2020

Columns

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

Column Type Notes
numar_circumscriptie integer required
denumire_circumscriptie string
institutie_sectie_de_votare string
numar_sectie_de_votare integer
uat string
uat_siruta integer
a_registered_total integer
a1_registered_permanent_list integer
a2_registered_supplementary_list integer
a3_registered_special_urn integer
b_present_total integer
b1_present_permanent_list integer
b2_present_supplementary_list integer
b3_present_special_urn integer
c_ballots_received integer
d_ballots_unused_annulled integer
e_valid_votes integer
f_null_votes integer
g_blank_votes integer
party_name string
votes integer

Example request

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

Response:

{
  "data": [
    {
      "numar_circumscriptie": 1,
      "denumire_circumscriptie": "ALBA",
      "institutie_sectie_de_votare": "CENTRUL DE ZI PENTRU PERSOANE VÂRSTNICE",
      "numar_sectie_de_votare": 1,
      "uat": "MUNICIPIUL ALBA IULIA",
      "uat_siruta": 1017,
      "a_registered_total": 1660,
      "a1_registered_permanent_list": 1635,
      "a2_registered_supplementary_list": 22,
      "a3_registered_special_urn": 3,
      "b_present_total": 659,
      "b1_present_permanent_list": 634,
      "b2_present_supplementary_list": 22,
      "b3_present_special_urn": 3,
      "c_ballots_received": 1800,
      "d_ballots_unused_annulled": 1141,
      "e_valid_votes": 649,
      "f_null_votes": 7,
      "g_blank_votes": 3,
      "party_name": "UNIUNEA DEMOCRATĂ MAGHIARĂ DIN ROMÂNIA",
      "votes": 13
    },
    {
      "numar_circumscriptie": 1,
      "denumire_circumscriptie": "ALBA",
      "institutie_sectie_de_votare": "ŞCOALA GIMNAZIALĂ „VASILE GOLDIŞ”",
      "numar_sectie_de_votare": 2,
      "uat": "MUNICIPIUL ALBA IULIA",
      "uat_siruta": 1017,
      "a_registered_total": 1034,
      "a1_registered_permanent_list": 1019,
      "a2_registered_supplementary_list": 15,
      "a3_registered_special_urn": 0,
      "b_present_total": 376,
      "b1_present_permanent_list": 361,
      "b2_present_supplementary_list": 15,
      "b3_present_special_urn": 0,
      "c_ballots_received": 1110,
      "d_ballots_unused_annulled": 734,
      "e_valid_votes": 368,
      "f_null_votes": 6,
      "g_blank_votes": 2,
      "party_name": "UNIUNEA DEMOCRATĂ MAGHIARĂ DIN ROMÂNIA",
      "votes": 8
    }
  ],
  "pagination": {
    "total": 1603100,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "alegeri_parlamentare_2020_camera_deputatilor",
    "domain": "transport",
    "source": "https://data.gov.ro/dataset/alegerea-senatului-si-a-camerei-deputatilor-din-6-decembrie-2020",
    "last_updated": "2026-07-24T11:15:14Z",
    "generated_at": "2026-07-31T08:48:46Z"
  },
  "links": {
    "self": "/v1/transport/alegeri_parlamentare_2020_camera_deputatilor?limit=2",
    "next": "/v1/transport/alegeri_parlamentare_2020_camera_deputatilor?limit=2&offset=2",
    "prev": null,
    "first": "/v1/transport/alegeri_parlamentare_2020_camera_deputatilor?limit=2&offset=0",
    "last": "/v1/transport/alegeri_parlamentare_2020_camera_deputatilor?limit=2&offset=1603098",
    "documentation": "/documentation/datasets/alegeri_parlamentare_2020_camera_deputatilor/"
  }
}

Provenance

Latest ingestion (version 4): 1,603,100 rows imported, 0 quarantined, from rezultate-finale-vot-sectie-cd.csv (SHA-256 3f878eced2f9…) on 2026-07-24.

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