Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=243
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=244",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=242",
    "results": [
        {
            "id": 34983,
            "slug": "vs19_335_029",
            "identifier": "vs19_335_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_029/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1937/30 SILVESTRI FRANCESCO (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/30 SILVESTRI FRANCESCO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 34981,
            "slug": "vs19_335_027",
            "identifier": "vs19_335_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_027/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1937/28 BARZOTTI VALENTINA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/28 BARZOTTI VALENTINA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 26638,
            "slug": "vs19_220_081",
            "identifier": "vs19_220_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_081/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1627/92 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1627/92 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/92 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/92 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 40085,
            "slug": "vs19_523_005",
            "identifier": "vs19_523_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_523_005/?format=api",
            "sitting": {
                "id": 2067,
                "date": "2025-08-05",
                "number": 523,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2551/15 - Votazione Ordine del giorno 9/2551/15 ",
            "original_title": "Votazione Ordine del giorno 9/2551/15 ",
            "description_title": "ODG 9/2551/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 71.6,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37158,
            "slug": "vs19_446_003",
            "identifier": "vs19_446_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_446_003/?format=api",
            "sitting": {
                "id": 1937,
                "date": "2025-03-13",
                "number": 446,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1014 DORI DEVIS (AVS) - Votazione Emendamento 1.1014 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1014 PDL n. 2084",
            "description_title": "Emendamento 1.1014 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36662,
            "slug": "vs19_439_029",
            "identifier": "vs19_439_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_029/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.27 RAFFA ANGELA (M5S) - Votazione Emendamento 1.27 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.27 DDL n. 2240",
            "description_title": "Emendamento 1.27 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36644,
            "slug": "vs19_439_011",
            "identifier": "vs19_439_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_011/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.9 RAFFA ANGELA (M5S) - Votazione Emendamento 1.9 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.9 DDL n. 2240",
            "description_title": "Emendamento 1.9 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 22520,
            "slug": "vs19_134_092",
            "identifier": "vs19_134_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_092/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 92,
            "title": "Ordine del giorno n. 9/T.U.384/25 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/T.U.384/25 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/25 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/25 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22427,
            "slug": "vs19_134_040",
            "identifier": "vs19_134_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_040/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.60 DI LAURO CARMEN (M5S) - Votazione Emendamento 3.60 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.60 PDL n. 0384",
            "description_title": "Emendamento 3.60 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26682,
            "slug": "vs19_220_133",
            "identifier": "vs19_220_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_133/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 133,
            "title": "Ordine del giorno n. 9/1627/166 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1627/166 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/166 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/166 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 26573,
            "slug": "vs19_220_042",
            "identifier": "vs19_220_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_042/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1627/27 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1627/27 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/27 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/27 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 34980,
            "slug": "vs19_335_026",
            "identifier": "vs19_335_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_026/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 39367,
            "slug": "vs19_503_032",
            "identifier": "vs19_503_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_032/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 6.11 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 6.11 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.11 DDL n. 2482",
            "description_title": "Emendamento 6.11 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 34976,
            "slug": "vs19_335_022",
            "identifier": "vs19_335_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_022/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1937/23 FRATOIANNI NICOLA (AVS)",
            "original_title": "Ordine del giorno n. 9/1937/23 FRATOIANNI NICOLA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 47.2
        },
        {
            "id": 37308,
            "slug": "vs19_450_049",
            "identifier": "vs19_450_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_049/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.1008 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.1008 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1008 PDL n. 2084",
            "description_title": "Emendamento 1.1008 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 27291,
            "slug": "vs19_233_072",
            "identifier": "vs19_233_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_072/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1606/111 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/111 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 36645,
            "slug": "vs19_439_012",
            "identifier": "vs19_439_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_012/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.10 RAFFA ANGELA (M5S) - Votazione Emendamento 1.10 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2240",
            "description_title": "Emendamento 1.10 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36648,
            "slug": "vs19_439_015",
            "identifier": "vs19_439_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_015/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.13 FENU EMILIANO (M5S) - Votazione Emendamento 1.13 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.13 DDL n. 2240",
            "description_title": "Emendamento 1.13 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 22537,
            "slug": "vs19_133_043",
            "identifier": "vs19_133_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_043/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 43,
            "title": "Mozione n. 1-00096 (Nuova formulazione), sulla premessa, CATTANEO ALESSANDRO (FI-PPE), RIZZETTO WALTER (FDI), GIACCONE ANDREA (LEGA), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00096",
            "original_title": "Votazione Mozione 1_00096",
            "description_title": "Mozione n. 1-00096 (Nuova formulazione), sulla premessa, CATTANEO ALESSANDRO (FI-PPE), RIZZETTO WALTER (FDI), GIACCONE ANDREA (LEGA), ROMANO FRANCESCO SAVERIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 26583,
            "slug": "vs19_220_128",
            "identifier": "vs19_220_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_128/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 128,
            "title": "Ordine del giorno n. 9/1627/161 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1627/161 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/161 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/161 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 37602,
            "slug": "vs19_460_008",
            "identifier": "vs19_460_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_008/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 4 (Mantenimento) - Votazione Articolo 4 DDL n. 2139",
            "original_title": "Votazione Articolo 4 DDL n. 2139",
            "description_title": "Articolo 4 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35590,
            "slug": "vs19_405_026",
            "identifier": "vs19_405_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_026/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1703",
            "original_title": "Votazione Articolo 1 DDL n. 1703",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 109,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 26629,
            "slug": "vs19_220_074",
            "identifier": "vs19_220_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_074/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1627/68 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1627/68 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/68 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/68 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 26631,
            "slug": "vs19_220_118",
            "identifier": "vs19_220_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_118/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 118,
            "title": "Ordine del giorno n. 9/1627/151 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1627/151 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/151 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/151 TUCCI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 36539,
            "slug": "vs19_435_052",
            "identifier": "vs19_435_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_052/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 5.4 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 5.4 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.4 PDL n. 1573",
            "description_title": "Emendamento 5.4 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 27288,
            "slug": "vs19_233_007",
            "identifier": "vs19_233_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_007/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 35591,
            "slug": "vs19_405_027",
            "identifier": "vs19_405_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_027/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1703",
            "original_title": "Votazione Articolo 2 DDL n. 1703",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 108,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 40093,
            "slug": "vs19_523_013",
            "identifier": "vs19_523_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_523_013/?format=api",
            "sitting": {
                "id": 2067,
                "date": "2025-08-05",
                "number": 523,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2551/32 - Votazione Ordine del giorno 9/2551/32 ",
            "original_title": "Votazione Ordine del giorno 9/2551/32 ",
            "description_title": "ODG 9/2551/32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 22535,
            "slug": "vs19_134_075",
            "identifier": "vs19_134_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_075/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/T.U.384/8 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/T.U.384/8 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/8 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/8 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 40090,
            "slug": "vs19_523_010",
            "identifier": "vs19_523_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_523_010/?format=api",
            "sitting": {
                "id": 2067,
                "date": "2025-08-05",
                "number": 523,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/2551/27 - Votazione Ordine del giorno 9/2551/27 ",
            "original_title": "Votazione Ordine del giorno 9/2551/27 ",
            "description_title": "ODG 9/2551/27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35594,
            "slug": "vs19_405_005",
            "identifier": "vs19_405_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_005/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2031/1 AMENDOLA VINCENZO (PD-IDP) - Votazione Ordine del giorno 9/2031/1 DDL n. 2031",
            "original_title": "Votazione Ordine del giorno 9/2031/1 DDL n. 2031",
            "description_title": "Ordine del giorno n. 9/2031/1 AMENDOLA VINCENZO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 22530,
            "slug": "vs19_134_074",
            "identifier": "vs19_134_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_074/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/T.U.384/7 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/T.U.384/7 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/7 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/7 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 35571,
            "slug": "vs19_405_025",
            "identifier": "vs19_405_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_025/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 25,
            "title": "Ratifica accordo con la Francia in tema di manutenzione della linea ferroviaria Cuneo-Breil-Ventimiglia",
            "original_title": "Votazione finale DDL n. 1922",
            "description_title": "Ratifica ed esecuzione della Convenzione tra il Governo della Repubblica italiana e il Governo della Repubblica francese relativa alla manutenzione ordinaria e all'esercizio del tratto situato in territorio francese della linea ferroviaria Cuneo-Breil-Ventimiglia, fatta a Milano il 12 aprile 2024, nonché norme di coordinamento con l'ordinamento interno (DDL 1922)",
            "public_title": "Ratifica accordo con la Francia in tema di manutenzione della linea ferroviaria Cuneo-Breil-Ventimiglia",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 130,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34965,
            "slug": "vs19_335_011",
            "identifier": "vs19_335_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_011/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 50.93
        },
        {
            "id": 26621,
            "slug": "vs19_220_065",
            "identifier": "vs19_220_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_065/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1627/56, come riformulato, MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1627/56, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/56, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/56, come riformulato, MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 156,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 36882,
            "slug": "vs19_441_002",
            "identifier": "vs19_441_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_002/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 25.2 CASU ANDREA (PD-IDP) - Votazione Emendamento 25.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 25.2 DDL n. 2026",
            "description_title": "Emendamento 25.2 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34964,
            "slug": "vs19_335_010",
            "identifier": "vs19_335_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_010/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1937/11 PORTA FABIO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/11 PORTA FABIO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 34962,
            "slug": "vs19_335_008",
            "identifier": "vs19_335_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_008/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1937/9, nel testo riformulato, CASU ANDREA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/9, nel testo riformulato, CASU ANDREA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 117,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 57.76
        },
        {
            "id": 40091,
            "slug": "vs19_523_011",
            "identifier": "vs19_523_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_523_011/?format=api",
            "sitting": {
                "id": 2067,
                "date": "2025-08-05",
                "number": 523,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2551/28 - Votazione Ordine del giorno 9/2551/28 ",
            "original_title": "Votazione Ordine del giorno 9/2551/28 ",
            "description_title": "ODG 9/2551/28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 26549,
            "slug": "vs19_220_027",
            "identifier": "vs19_220_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_027/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1627",
            "original_title": "Votazione Articolo 21 DDL n. 1627",
            "description_title": "Articolo 21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 37603,
            "slug": "vs19_460_011",
            "identifier": "vs19_460_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_011/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2139",
            "original_title": "Votazione Articolo 5 DDL n. 2139",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 84,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36887,
            "slug": "vs19_441_009",
            "identifier": "vs19_441_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_009/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 27.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.1 DDL n. 2026",
            "description_title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 34956,
            "slug": "vs19_335_002",
            "identifier": "vs19_335_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_002/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1937/2 ROMEO NADIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/2 ROMEO NADIA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 26587,
            "slug": "vs19_220_125",
            "identifier": "vs19_220_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_125/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 125,
            "title": "Ordine del giorno n. 9/1627/158 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1627/158 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/158 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/158 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 36896,
            "slug": "vs19_441_023",
            "identifier": "vs19_441_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_023/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 26557,
            "slug": "vs19_220_024",
            "identifier": "vs19_220_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_024/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 1627",
            "original_title": "Votazione Articolo 18 DDL n. 1627",
            "description_title": "Articolo 18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 36664,
            "slug": "vs19_439_031",
            "identifier": "vs19_439_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_031/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2240",
            "original_title": "Votazione Articolo 2 DDL n. 2240",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33620,
            "slug": "vs19_384_063",
            "identifier": "vs19_384_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_063/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 14.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 36666,
            "slug": "vs19_439_033",
            "identifier": "vs19_439_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_033/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 3.01 DDL n. 2240",
            "original_title": "Votazione Emendamento 3.01 DDL n. 2240",
            "description_title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 24939,
            "slug": "vs19_201_005",
            "identifier": "vs19_201_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_005/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1551/60 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1551/60 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/60 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/60 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 75.31
        }
    ]
}