Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=293
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_margin&page=294",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=292",
    "results": [
        {
            "id": 21602,
            "slug": "19-74-124",
            "identifier": "19-74-124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-124/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 124,
            "title": "d-l 39/2023 - siccità - Em. 8.3, Franceschelli",
            "original_title": "Em. 8.3, Franceschelli",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 49.43
        },
        {
            "id": 21569,
            "slug": "19-74-70",
            "identifier": "19-74-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-70/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 70,
            "title": "d-l 39/2023 - siccità - Em. 4.103 (testo 2), Fazzone e altri",
            "original_title": "Em. 4.103 (testo 2), Fazzone e altri",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 33,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 23008,
            "slug": "19-89-149",
            "identifier": "19-89-149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-149/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 149,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Emm. 24.19 e 24.20",
            "original_title": "Emm. 24.19 e 24.20",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 33,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 44.83
        },
        {
            "id": 23033,
            "slug": "19-89-35",
            "identifier": "19-89-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-35/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 35,
            "title": "Articolo 4 (testo emendato)",
            "original_title": "Articolo 4 (testo emendato)",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 33,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 34.48
        },
        {
            "id": 22513,
            "slug": "vs19_134_017",
            "identifier": "vs19_134_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_017/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.32 FURFARO MARCO (PD-IDP) - Votazione Emendamento 3.32 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.32 PDL n. 0384",
            "description_title": "Emendamento 3.32 FURFARO MARCO (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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 34978,
            "slug": "vs19_335_024",
            "identifier": "vs19_335_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_024/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1937/25 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1937/25 DORI DEVIS (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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 49.07
        },
        {
            "id": 32456,
            "slug": "vs19_359_024",
            "identifier": "vs19_359_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_024/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2066/32 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2066/32 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/32 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/32 MORFINO DANIELA (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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 55.7
        },
        {
            "id": 36077,
            "slug": "vs19_426_022",
            "identifier": "vs19_426_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_022/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso diciassettesimo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri - Votazione Mozione 1_00376",
            "original_title": "Votazione Mozione 1_00376",
            "description_title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso diciassettesimo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 65.61
        },
        {
            "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": 38216,
            "slug": "vs19_476_031",
            "identifier": "vs19_476_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_031/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 31,
            "title": "ART AGG 4.01004 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.01004",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36495,
            "slug": "vs19_435_004",
            "identifier": "vs19_435_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_004/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.1003 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.1003 PDL n. 1573",
            "original_title": "Votazione Emendamento 1.1003 PDL n. 1573",
            "description_title": "Emendamento 1.1003 BARZOTTI VALENTINA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 27306,
            "slug": "vs19_233_034",
            "identifier": "vs19_233_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_034/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1606/60 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1606/60 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/60 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/60 ZANELLA LUANA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 33519,
            "slug": "vs19_384_039",
            "identifier": "vs19_384_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_039/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 10.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 62.42
        },
        {
            "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": 26561,
            "slug": "vs19_220_013",
            "identifier": "vs19_220_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_013/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1627",
            "original_title": "Votazione Articolo 7 DDL n. 1627",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 39866,
            "slug": "vs19_515_025",
            "identifier": "vs19_515_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_025/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 25,
            "title": "ART AGG 1.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01001",
            "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": 33,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 22547,
            "slug": "vs19_133_023",
            "identifier": "vs19_133_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_023/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/T.U.596/1 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/T.U.596/1 PDL n. 0596",
            "original_title": "Votazione Ordine del giorno 9/T.U.596/1 PDL n. 0596",
            "description_title": "Ordine del giorno n. 9/T.U.596/1 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": 8,
            "n_margin": 33,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34166,
            "slug": "vs19_396_019",
            "identifier": "vs19_396_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_019/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2164/24 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/2164/24 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/24 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/24 FEDE GIORGIO (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": 67.77,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35696,
            "slug": "vs19_409_016",
            "identifier": "vs19_409_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_016/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.1002 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1002 DDL n. 1917",
            "description_title": "Emendamento 3.1002 ALIFANO ENRICA (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": 33,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35353,
            "slug": "vs19_402_002",
            "identifier": "vs19_402_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_002/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2112-bis",
            "original_title": "Votazione Articolo 2 DDL n. 2112-bis",
            "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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.25,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 26626,
            "slug": "vs19_220_091",
            "identifier": "vs19_220_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_091/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1627/103 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1627/103 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/103 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/103 SCOTTO ARTURO (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": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22415,
            "slug": "vs19_133_067",
            "identifier": "vs19_133_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_067/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 3.8 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.8 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.8 PDL n. 0384",
            "description_title": "Emendamento 3.8 QUARTINI ANDREA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 35675,
            "slug": "vs19_409_001",
            "identifier": "vs19_409_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_001/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1917",
            "original_title": "Votazione Articolo 2 DDL n. 1917",
            "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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 31413,
            "slug": "vs19_336_088",
            "identifier": "vs19_336_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_088/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 10.16 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 10.16 DDL n. 1930",
            "original_title": "Votazione Emendamento 10.16 DDL n. 1930",
            "description_title": "Emendamento 10.16 GHIRRA FRANCESCA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 40095,
            "slug": "vs19_523_015",
            "identifier": "vs19_523_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_523_015/?format=api",
            "sitting": {
                "id": 2067,
                "date": "2025-08-05",
                "number": 523,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2551/34 - Votazione Ordine del giorno 9/2551/34 ",
            "original_title": "Votazione Ordine del giorno 9/2551/34 ",
            "description_title": "ODG 9/2551/34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 74.07,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 36343,
            "slug": "vs19_431_062",
            "identifier": "vs19_431_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_062/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/2245/108 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/2245/108 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/108 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/108 DI SANZO CHRISTIAN DIEGO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 26686,
            "slug": "vs19_220_096",
            "identifier": "vs19_220_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_096/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/1627/110 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1627/110 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/110 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/110 CIANI PAOLO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 36344,
            "slug": "vs19_431_063",
            "identifier": "vs19_431_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_063/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/2245/15 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2245/15 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/15 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/15 BRAGA CHIARA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 26487,
            "slug": "vs19_219_054",
            "identifier": "vs19_219_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_054/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 1.54 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 1.54 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.54 DDL n. 1627",
            "description_title": "Emendamento 1.54 DI SANZO CHRISTIAN DIEGO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 39897,
            "slug": "vs19_515_056",
            "identifier": "vs19_515_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_056/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 56,
            "title": "ODG 9/2460-A/23 - Votazione Ordine del giorno 9/2460-A/23 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/23 ",
            "description_title": "ODG 9/2460-A/23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36324,
            "slug": "vs19_431_043",
            "identifier": "vs19_431_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_043/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/2245/75 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/2245/75 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/75 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/75 GIANASSI FEDERICO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34346,
            "slug": "vs19_392_006",
            "identifier": "vs19_392_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_006/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2150/10 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/2150/10 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/10 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/10 SCOTTO ARTURO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35017,
            "slug": "vs19_336_025",
            "identifier": "vs19_336_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_025/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 3.25 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 3.25 FONTANA ILARIA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 37327,
            "slug": "vs19_450_068",
            "identifier": "vs19_450_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_068/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/2084/8 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/2084/8 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/8 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/8 FONTANA ILARIA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 39893,
            "slug": "vs19_515_052",
            "identifier": "vs19_515_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_052/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 52,
            "title": "ODG 9/2460-A/17 - Votazione Ordine del giorno 9/2460-A/17 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/17 ",
            "description_title": "ODG 9/2460-A/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 26684,
            "slug": "vs19_220_132",
            "identifier": "vs19_220_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_132/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 132,
            "title": "Ordine del giorno n. 9/1627/165 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1627/165 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/165 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/165 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": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 35477,
            "slug": "vs19_402_128",
            "identifier": "vs19_402_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_128/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 128,
            "title": "Ordine del giorno n. 9/2112-bis/121 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/2112-bis/121 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/121 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/121 PORTA FABIO (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": 33,
            "majority_cohesion_rate": 76.45,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 26558,
            "slug": "vs19_220_007",
            "identifier": "vs19_220_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_007/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1627",
            "original_title": "Votazione Articolo 1 DDL n. 1627",
            "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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 37201,
            "slug": "vs19_449_042",
            "identifier": "vs19_449_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_042/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1-ter.6 L'ABBATE PATTY (M5S) - Votazione Emendamento 1-ter.6 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-ter.6 DDL n. 2285",
            "description_title": "Emendamento 1-ter.6 L'ABBATE PATTY (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 27380,
            "slug": "vs19_233_075",
            "identifier": "vs19_233_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_075/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1606/55 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1606/55 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/55 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/55 CARAMIELLO ALESSANDRO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 37213,
            "slug": "vs19_449_054",
            "identifier": "vs19_449_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_054/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici emendamenti 1-quater.1 FONTANA ILARIA (M5S) e 1-quater.2 BONELLI ANGELO (AVS) - Votazione Emendamento 1-quater.1 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-quater.1 DDL n. 2285",
            "description_title": "Identici emendamenti 1-quater.1 FONTANA ILARIA (M5S) e 1-quater.2 BONELLI ANGELO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 25171,
            "slug": "vs19_200_021",
            "identifier": "vs19_200_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_021/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1551/21 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1551/21 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/21 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/21 CAPPELLETTI ENRICO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 35745,
            "slug": "vs19_409_066",
            "identifier": "vs19_409_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_066/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 4.76 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.76 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.76 DDL n. 1917",
            "description_title": "Emendamento 4.76 ZARATTI FILIBERTO (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35484,
            "slug": "vs19_402_135",
            "identifier": "vs19_402_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_135/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 135,
            "title": "Ordine del giorno n. 9/2112-bis/137 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/2112-bis/137 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/137 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/137 BOLDRINI LAURA (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": 33,
            "majority_cohesion_rate": 75.21,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 39854,
            "slug": "vs19_515_013",
            "identifier": "vs19_515_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_013/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 13,
            "title": "ART AGG 1.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36867,
            "slug": "vs19_440_080",
            "identifier": "vs19_440_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_080/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 23.7 CASU ANDREA (PD-IDP) - Votazione Emendamento 23.7 DDL n. 2026",
            "original_title": "Votazione Emendamento 23.7 DDL n. 2026",
            "description_title": "Emendamento 23.7 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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 34239,
            "slug": "vs19_396_030",
            "identifier": "vs19_396_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_030/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/2164/44 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2164/44 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/44 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/44 BONELLI ANGELO (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": 33,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 37198,
            "slug": "vs19_449_039",
            "identifier": "vs19_449_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_039/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1-ter.3 MORFINO DANIELA (M5S) - Votazione Emendamento 1-ter.3 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-ter.3 DDL n. 2285",
            "description_title": "Emendamento 1-ter.3 MORFINO DANIELA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 26482,
            "slug": "vs19_219_014",
            "identifier": "vs19_219_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_014/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.14 ONORI FEDERICA (M5S) - Votazione Emendamento 1.14 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.14 DDL n. 1627",
            "description_title": "Emendamento 1.14 ONORI FEDERICA (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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 80.59,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 26195,
            "slug": "vs19_216_065",
            "identifier": "vs19_216_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_065/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 11.2 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.2 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.2 DDL n. 1555",
            "description_title": "Emendamento 11.2 APPENDINO CHIARA (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": 33,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 54.94
        }
    ]
}