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

{
    "count": 22927,
    "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=148",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=146",
    "results": [
        {
            "id": 28312,
            "slug": "vs19_248_013",
            "identifier": "vs19_248_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_013/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.1003 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1003 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1003 PDL n. 0799",
            "description_title": "Emendamento 3.1003 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 119,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 36035,
            "slug": "19-271-6",
            "identifier": "19-271-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-6/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 6,
            "title": "Emm. 1.202 e 1.203",
            "original_title": "Emm. 1.202 e 1.203",
            "description_title": null,
            "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": 11,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 28241,
            "slug": "vs19_248_031",
            "identifier": "vs19_248_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_031/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 5.1008 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 5.1008 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.1008 PDL n. 0799",
            "description_title": "Emendamento 5.1008 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28319,
            "slug": "vs19_248_054",
            "identifier": "vs19_248_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_054/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 0799",
            "original_title": "Votazione Articolo 13 PDL n. 0799",
            "description_title": "Articolo 13",
            "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": 131,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19799,
            "slug": "vs19_064_008",
            "identifier": "vs19_064_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_008/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 3-QUATER.01 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 3-QUATER.01 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-QUATER.01 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-QUATER.01 SANTILLO AGOSTINO (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": 16,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19797,
            "slug": "vs19_064_007",
            "identifier": "vs19_064_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_007/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.1 FONTANA ILARIA (M5S) - Votazione Emendamento 3.1 DDL n. 0930",
            "original_title": "Votazione Emendamento 3.1 DDL n. 0930",
            "description_title": "Emendamento 3.1 FONTANA ILARIA (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": 64.14,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28237,
            "slug": "vs19_248_024",
            "identifier": "vs19_248_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_024/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 4.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 4.600, PDL n. 0799",
            "description_title": "Emendamento 4.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 36041,
            "slug": "19-271-26",
            "identifier": "19-271-26",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-26/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 26,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "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": 1,
            "n_margin": 10,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 80.72
        },
        {
            "id": 19794,
            "slug": "vs19_064_001",
            "identifier": "vs19_064_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_001/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.4 FONTANA ILARIA (M5S) - Votazione Emendamento 1.4 DDL n. 0930",
            "original_title": "Votazione Emendamento 1.4 DDL n. 0930",
            "description_title": "Emendamento 1.4 FONTANA ILARIA (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": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19801,
            "slug": "vs19_064_035",
            "identifier": "vs19_064_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_035/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/930/7, nel testo riformulato, MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/930/7, DDL n. 0930",
            "original_title": "Votazione Ordine del giorno 9/930/7, DDL n. 0930",
            "description_title": "Ordine del giorno n. 9/930/7, nel testo riformulato, MORFINO DANIELA (M5S)",
            "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": 125,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 19793,
            "slug": "vs19_064_027",
            "identifier": "vs19_064_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_027/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 3-TERDECIES.01 MORFINO DANIELA (M5S) - Votazione Emendamento 3-TERDECIES.01 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-TERDECIES.01 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-TERDECIES.01 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19780,
            "slug": "vs19_064_029",
            "identifier": "vs19_064_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_029/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 4.2 L'ABBATE PATTY (M5S) e 4.3 BONELLI ANGELO (AVS) - Votazione Emendamento 4.2 DDL n. 0930",
            "original_title": "Votazione Emendamento 4.2 DDL n. 0930",
            "description_title": "Identici emendamenti 4.2 L'ABBATE PATTY (M5S) e 4.3 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 28283,
            "slug": "vs19_248_050",
            "identifier": "vs19_248_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_050/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 8.01001, nel testo riformulato, CECCHETTI FABRIZIO (LEGA) - Votazione Emendamento 8.01001, PDL n. 0799",
            "original_title": "Votazione Emendamento 8.01001, PDL n. 0799",
            "description_title": "Articolo aggiuntivo 8.01001, nel testo riformulato, CECCHETTI FABRIZIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19785,
            "slug": "vs19_064_026",
            "identifier": "vs19_064_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_026/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 3-UNDECIES.016 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 3-UNDECIES.016 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-UNDECIES.016 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-UNDECIES.016 DE LUCA PIERO (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": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 33039,
            "slug": "19-238-14",
            "identifier": "19-238-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-14/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 14,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 1.20, Bazoli e altri",
            "original_title": "Em. 1.20, Bazoli e altri",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "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": 13,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 28244,
            "slug": "vs19_248_039",
            "identifier": "vs19_248_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_039/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 5.1016 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 5.1016 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.1016 PDL n. 0799",
            "description_title": "Emendamento 5.1016 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 105,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 36052,
            "slug": "19-271-15",
            "identifier": "19-271-15",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-15/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 15,
            "title": "Em. 1.212, Turco e Croatti",
            "original_title": "Em. 1.212, Turco e Croatti",
            "description_title": null,
            "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": 70.59,
            "minority_cohesion_rate": 45.78
        },
        {
            "id": 19802,
            "slug": "vs19_064_038",
            "identifier": "vs19_064_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_038/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/930/10 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/930/10 DDL n. 0930",
            "original_title": "Votazione Ordine del giorno 9/930/10 DDL n. 0930",
            "description_title": "Ordine del giorno n. 9/930/10 L'ABBATE PATTY (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": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 19772,
            "slug": "vs19_064_012",
            "identifier": "vs19_064_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_012/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo aggiuntivo 3-DECIES.03 CASO ANTONIO (M5S) - Votazione Emendamento 3-DECIES.03 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-DECIES.03 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-DECIES.03 CASO ANTONIO (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": 65.82,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19769,
            "slug": "vs19_064_003",
            "identifier": "vs19_064_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_003/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.2 DDL n. 0930",
            "original_title": "Votazione Emendamento 1.2 DDL n. 0930",
            "description_title": "Emendamento 1.2 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 19773,
            "slug": "vs19_064_017",
            "identifier": "vs19_064_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_017/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 3-UNDECIES.01 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 3-UNDECIES.01 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-UNDECIES.01 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-UNDECIES.01 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28287,
            "slug": "vs19_248_014",
            "identifier": "vs19_248_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_014/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.1004 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1004 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1004 PDL n. 0799",
            "description_title": "Emendamento 3.1004 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 120,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 36039,
            "slug": "19-271-28",
            "identifier": "19-271-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-28/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 28,
            "title": "Legge delega riforma organica dei mercati dei capitali",
            "original_title": "Votazione finale",
            "description_title": null,
            "public_title": "Legge delega riforma organica dei mercati dei capitali",
            "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": 17,
            "majority_cohesion_rate": 72.27,
            "minority_cohesion_rate": 62.65
        },
        {
            "id": 28350,
            "slug": "vs19_248_062",
            "identifier": "vs19_248_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_062/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/799 E ABB/1, nel testo riformulato, MANES FRANCO (M-MIN) - Votazione Ordine del giorno 9/799 E ABB/1, PDL n. 0799",
            "original_title": "Votazione Ordine del giorno 9/799 E ABB/1, PDL n. 0799",
            "description_title": "Ordine del giorno n. 9/799 E ABB/1, nel testo riformulato, MANES FRANCO (M-MIN)",
            "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": 124,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28840,
            "slug": "vs19_253_008",
            "identifier": "vs19_253_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_253_008/?format=api",
            "sitting": {
                "id": 1624,
                "date": "2024-02-29",
                "number": 253,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00251, sul capoverso quarto della parte dispositiva BONETTI ELENA (APERRE) ed altri - Votazione Mozione 1_00251",
            "original_title": "Votazione Mozione 1_00251",
            "description_title": "Mozione n. 1-00251, sul capoverso quarto della parte dispositiva BONETTI ELENA (APERRE) 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 54.43,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 33044,
            "slug": "19-238-9",
            "identifier": "19-238-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-9/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 9,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Emm. 1.12, 1.13 e 1.14",
            "original_title": "Emm. 1.12, 1.13 e 1.14",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "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": 13,
            "majority_cohesion_rate": 72.65,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 33048,
            "slug": "19-238-5",
            "identifier": "19-238-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-5/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 5,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 1.103, Il Relatore",
            "original_title": "Em. 1.103, Il Relatore",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 72.65,
            "minority_cohesion_rate": 63.53
        },
        {
            "id": 19281,
            "slug": "vs19_051_027",
            "identifier": "vs19_051_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_027/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/750/33 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/750/33 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/33 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/33 GHIO VALENTINA (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": 24,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 33050,
            "slug": "19-238-3",
            "identifier": "19-238-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-3/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 3,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 1.500, Gasparri",
            "original_title": "Em. 1.500, Gasparri",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 72.65,
            "minority_cohesion_rate": 69.41
        },
        {
            "id": 19274,
            "slug": "vs19_051_025",
            "identifier": "vs19_051_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_025/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/750/31 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/750/31 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/31 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/31 RICCIARDI TONI (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": 24,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19283,
            "slug": "vs19_051_004",
            "identifier": "vs19_051_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_004/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/750/7 COSTA ENRICO (AIV-RE) - Votazione Ordine del giorno 9/750/7 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/7 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/7 COSTA ENRICO (AIV-RE)",
            "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": 23,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19264,
            "slug": "vs19_051_032",
            "identifier": "vs19_051_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_032/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/750/38 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/38 CAROTENUTO DARIO (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": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27099,
            "slug": "19-147-265",
            "identifier": "19-147-265",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-265/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 265,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 11.210, Nicita e altri",
            "original_title": "Em. 11.210, Nicita e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 76.52,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 19252,
            "slug": "vs19_051_030",
            "identifier": "vs19_051_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_030/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19251,
            "slug": "vs19_051_023",
            "identifier": "vs19_051_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_023/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/750/29 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/750/29 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/29 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/29 ORFINI MATTEO (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": 73.84,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19267,
            "slug": "vs19_051_038",
            "identifier": "vs19_051_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_038/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/750/45 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/45 SPORTIELLO GILDA (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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19255,
            "slug": "vs19_051_020",
            "identifier": "vs19_051_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_020/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/750/26 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/750/26 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/26 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/26 PROVENZANO GIUSEPPE (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": 24,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19253,
            "slug": "vs19_051_033",
            "identifier": "vs19_051_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_033/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/750/40 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/750/40 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/40 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/40 COLUCCI ALFONSO (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": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27132,
            "slug": "19-147-135",
            "identifier": "19-147-135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-135/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 135,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 2.148, Giorgis e altri",
            "original_title": "Em. 2.148, Giorgis e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 14,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 19269,
            "slug": "vs19_051_002",
            "identifier": "vs19_051_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_002/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (AIV-RE) - Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (AIV-RE)",
            "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": 20,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 28243,
            "slug": "vs19_248_004",
            "identifier": "vs19_248_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_004/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0799",
            "original_title": "Votazione Articolo 1 PDL n. 0799",
            "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": 121,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 33054,
            "slug": "19-239-1",
            "identifier": "19-239-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-239-1/?format=api",
            "sitting": {
                "id": 1817,
                "date": "2024-11-06",
                "number": 239,
                "branch": "S"
            },
            "number": 1,
            "title": "D-l n. 131/2024, Salva-infrazioni - Votazione questione pregiudiziale",
            "original_title": "Votazione questione pregiudiziale",
            "description_title": "D-l n. 131/2024, Salva-infrazioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 67.52,
            "minority_cohesion_rate": 57.65
        },
        {
            "id": 27136,
            "slug": "19-147-106",
            "identifier": "19-147-106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-106/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 106,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 2.106 (testo 2), Cataldi e altri",
            "original_title": "Em. 2.106 (testo 2), Cataldi e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 16,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 19266,
            "slug": "vs19_051_039",
            "identifier": "vs19_051_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_039/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/750/46 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/750/46 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/46 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/46 DI LAURO CARMEN (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": 26,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19261,
            "slug": "vs19_051_022",
            "identifier": "vs19_051_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_022/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/750/28 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/750/28 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/28 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/28 MAURI MATTEO (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": 25,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24674,
            "slug": "vs19_180_006",
            "identifier": "vs19_180_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_180_006/?format=api",
            "sitting": {
                "id": 1501,
                "date": "2023-10-18",
                "number": 180,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00200, sui capoversi primo, quinto e ottavo della parte dispositiva, DI LAURO CARMEN (M5S) ed altri - Votazione Mozione 1_00200",
            "original_title": "Votazione Mozione 1_00200",
            "description_title": "Mozione n. 1-00200, sui capoversi primo, quinto e ottavo della parte dispositiva, DI LAURO CARMEN (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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 35246,
            "slug": "19-254-5",
            "identifier": "19-254-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-5/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 5,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "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": 1,
            "n_margin": 52,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 40.96
        },
        {
            "id": 19287,
            "slug": "vs19_051_028",
            "identifier": "vs19_051_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_028/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (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": 23,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19275,
            "slug": "vs19_051_017",
            "identifier": "vs19_051_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_017/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/750/23 MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/750/23 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/23 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/23 MORASSUT ROBERTO (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": 70.89,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 24021,
            "slug": "vs19_157_005",
            "identifier": "vs19_157_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_005/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.18 BONETTI ELENA (AIV-RE) - Votazione Emendamento 1.18 PDL n. 0536",
            "original_title": "Votazione Emendamento 1.18 PDL n. 0536",
            "description_title": "Emendamento 1.18 BONETTI ELENA (AIV-RE)",
            "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": 70,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 38.89
        }
    ]
}