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

{
    "count": 22091,
    "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=106",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=104",
    "results": [
        {
            "id": 35194,
            "slug": "vs19_354_031",
            "identifier": "vs19_354_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_031/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 31,
            "title": "Mozione n. 1-00319 (Nuova formulazione) FARAONE DAVIDE (IVICRE) ed altri",
            "original_title": "Mozione n. 1-00319 (Nuova formulazione) FARAONE DAVIDE (IVICRE) ed altri",
            "description_title": "",
            "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": 17,
            "majority_cohesion_rate": 59.58,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 39507,
            "slug": "vs19_503_176",
            "identifier": "vs19_503_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_176/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 176,
            "title": "ART AGG 4.01, 4.03, 4.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.01, 4.03, 4.04",
            "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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 35190,
            "slug": "vs19_354_027",
            "identifier": "vs19_354_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_027/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00324, limitatamente al capoverso primo, lettera g), della parte dispositiva RICHETTI MATTEO (APERRE) ed altri",
            "original_title": "Mozione n. 1-00324, limitatamente al capoverso primo, lettera g), della parte dispositiva RICHETTI MATTEO (APERRE) ed altri",
            "description_title": "",
            "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": 17,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 30160,
            "slug": "vs19_288_013",
            "identifier": "vs19_288_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_013/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1018/4 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1018/4 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/4 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/4 SANTILLO AGOSTINO (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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 30311,
            "slug": "vs19_293_017",
            "identifier": "vs19_293_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_017/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 17,
            "title": "Mozione n. 1-00281, limitatamente al capoverso settimo della parte dispositiva, IARIA ANTONINO (M5S) ed altri - Votazione Mozione 1_00281",
            "original_title": "Votazione Mozione 1_00281",
            "description_title": "Mozione n. 1-00281, limitatamente al capoverso settimo della parte dispositiva, IARIA ANTONINO (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": 17,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30030,
            "slug": "vs19_282_014",
            "identifier": "vs19_282_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_014/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1752/136 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1752/136 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/136 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/136 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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 39134,
            "slug": "vs19_498_094",
            "identifier": "vs19_498_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_094/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 94,
            "title": "EM 11.23 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.23",
            "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": 17,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 39546,
            "slug": "vs19_504_111",
            "identifier": "vs19_504_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_111/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 111,
            "title": "ARTICOLO 23 - Votazione Articolo 23 ",
            "original_title": "Votazione Articolo 23 ",
            "description_title": "ARTICOLO 23",
            "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": 17,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 25607,
            "slug": "vs19_210_045",
            "identifier": "vs19_210_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_045/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 10.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1341",
            "description_title": "Emendamento 10.2 PAVANELLI EMMA (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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29999,
            "slug": "vs19_282_006",
            "identifier": "vs19_282_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_006/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1752/128 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1752/128 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/128 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/128 ZINGARETTI NICOLA (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": 17,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 39473,
            "slug": "vs19_503_139",
            "identifier": "vs19_503_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_139/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 139,
            "title": "EM 2.30 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.30",
            "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": 17,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 29995,
            "slug": "vs19_282_013",
            "identifier": "vs19_282_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_013/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1752/135 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1752/135 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/135 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/135 FOSSI EMILIANO (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": 17,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 39700,
            "slug": "vs19_506_001",
            "identifier": "vs19_506_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_001/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2126-A E ABB - ODG 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2126-A E ABB - ODG 1",
            "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": 17,
            "majority_cohesion_rate": 53.69,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39379,
            "slug": "vs19_503_044",
            "identifier": "vs19_503_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_044/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 9.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.4",
            "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": 17,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 34785,
            "slug": "vs19_353_039",
            "identifier": "vs19_353_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_039/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 1.01 AMATO GAETANO (M5S)",
            "original_title": "Articolo aggiuntivo 1.01 AMATO GAETANO (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": 17,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 39533,
            "slug": "vs19_504_037",
            "identifier": "vs19_504_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_037/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 37,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39334,
            "slug": "vs19_503_179",
            "identifier": "vs19_503_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_179/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 179,
            "title": "ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "ARTICOLO 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39404,
            "slug": "vs19_503_069",
            "identifier": "vs19_503_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_069/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 69,
            "title": "EM 12.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.13",
            "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": 17,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39669,
            "slug": "vs19_504_131",
            "identifier": "vs19_504_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_131/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 131,
            "title": "EM 25.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.13",
            "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": 17,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39500,
            "slug": "vs19_503_168",
            "identifier": "vs19_503_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_168/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 168,
            "title": "EM 4.23 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.23",
            "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": 17,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39466,
            "slug": "vs19_503_132",
            "identifier": "vs19_503_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_132/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 132,
            "title": "EM 2.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.18",
            "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": 17,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39135,
            "slug": "vs19_498_095",
            "identifier": "vs19_498_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_095/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 95,
            "title": "EM 11.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.24",
            "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": 17,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39564,
            "slug": "vs19_504_008",
            "identifier": "vs19_504_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_008/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 7.4, 7.5, 7.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.4, 7.5, 7.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": 17,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 30278,
            "slug": "vs19_293_008",
            "identifier": "vs19_293_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_008/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/536-B/6 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/536-B/6 PDL n. 0536-B",
            "original_title": "Votazione Ordine del giorno 9/536-B/6 PDL n. 0536-B",
            "description_title": "Ordine del giorno n. 9/536-B/6 MALAVASI ILENIA (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": 17,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 34540,
            "slug": "vs19_377_077",
            "identifier": "vs19_377_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_077/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 13.12 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 13.12 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": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34303,
            "slug": "vs19_388_186",
            "identifier": "vs19_388_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_186/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 186,
            "title": "Identici articoli aggiuntivi 34.012 CANTONE LUCIANO (M5S), 34.013 PASTORELLA GIULIA (APERRE), 34.014 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 34.015 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 34.012 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.012 DDL n. 2022",
            "description_title": "Identici articoli aggiuntivi 34.012 CANTONE LUCIANO (M5S), 34.013 PASTORELLA GIULIA (APERRE), 34.014 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 34.015 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 24582,
            "slug": "vs19_175_010",
            "identifier": "vs19_175_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_010/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.11 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.11 PDL n. 0835",
            "description_title": "Emendamento 1.11 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 39651,
            "slug": "vs19_504_112",
            "identifier": "vs19_504_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_112/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 112,
            "title": "ART AGG 23.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 23.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39506,
            "slug": "vs19_503_174",
            "identifier": "vs19_503_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_174/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 174,
            "title": "EM 4.30 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.30",
            "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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 34776,
            "slug": "vs19_353_029",
            "identifier": "vs19_353_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_029/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.47 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.47 MANZI IRENE (PD-IDP)",
            "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": 17,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 39554,
            "slug": "vs19_504_164",
            "identifier": "vs19_504_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_164/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 31 - Votazione Articolo 31 ",
            "original_title": "Votazione Articolo 31 ",
            "description_title": "ARTICOLO 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39429,
            "slug": "vs19_503_094",
            "identifier": "vs19_503_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_094/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 94,
            "title": "ART AGG 13-BIS.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13-BIS.06",
            "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": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39595,
            "slug": "vs19_504_043",
            "identifier": "vs19_504_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_043/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 11.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.19",
            "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": 17,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 27219,
            "slug": "vs19_231_029",
            "identifier": "vs19_231_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_029/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 3.47 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.47 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.47 DDL n. 1620",
            "description_title": "Emendamento 3.47 BONAFE' SIMONA (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": 17,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 39675,
            "slug": "vs19_504_139",
            "identifier": "vs19_504_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_139/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 139,
            "title": "ART AGG 26.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.08",
            "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": 17,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39543,
            "slug": "vs19_504_101",
            "identifier": "vs19_504_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_101/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 101,
            "title": "ARTICOLO 20 - Votazione Articolo 20 ",
            "original_title": "Votazione Articolo 20 ",
            "description_title": "ARTICOLO 20",
            "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": 17,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 30235,
            "slug": "vs19_292_071",
            "identifier": "vs19_292_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_071/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 23.3 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 23.3 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.3 DDL n. 1717",
            "description_title": "Emendamento 23.3 BONAFE' SIMONA (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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 39650,
            "slug": "vs19_504_110",
            "identifier": "vs19_504_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_110/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 110,
            "title": "EM 23.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.6",
            "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": 17,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39494,
            "slug": "vs19_503_162",
            "identifier": "vs19_503_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_162/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 162,
            "title": "EM 4.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.16",
            "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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39091,
            "slug": "vs19_498_045",
            "identifier": "vs19_498_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_045/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 5.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.13",
            "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": 17,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 30233,
            "slug": "vs19_292_070",
            "identifier": "vs19_292_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_070/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 23.1 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 23.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.1 DDL n. 1717",
            "description_title": "Emendamento 23.1 BONAFE' SIMONA (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": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.58
        },
        {
            "id": 27209,
            "slug": "vs19_231_020",
            "identifier": "vs19_231_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_020/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.27 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.27 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.27 DDL n. 1620",
            "description_title": "Emendamento 3.27 BONAFE' SIMONA (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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39138,
            "slug": "vs19_498_098",
            "identifier": "vs19_498_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_098/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 98,
            "title": "EM 11.28 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.28",
            "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": 17,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 39686,
            "slug": "vs19_504_151",
            "identifier": "vs19_504_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_151/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 151,
            "title": "EM 28.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.8",
            "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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 30224,
            "slug": "vs19_292_016",
            "identifier": "vs19_292_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_016/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 8.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 8.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.1 DDL n. 1717",
            "description_title": "Emendamento 8.1 AURIEMMA CARMELA (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": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 31611,
            "slug": "vs19_340_129",
            "identifier": "vs19_340_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_129/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 129,
            "title": "Ordine del giorno n. 9/1997/24 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1997/24 DDL n. 1997",
            "original_title": "Votazione Ordine del giorno 9/1997/24 DDL n. 1997",
            "description_title": "Ordine del giorno n. 9/1997/24 FENU EMILIANO (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": 17,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 74.53
        },
        {
            "id": 34113,
            "slug": "vs19_388_178",
            "identifier": "vs19_388_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_178/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 178,
            "title": "Emendamento 34.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 34.9 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.9 DDL n. 2022",
            "description_title": "Emendamento 34.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34052,
            "slug": "vs19_388_148",
            "identifier": "vs19_388_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_148/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 148,
            "title": "Identici emendamenti 28.1 PAVANELLI EMMA (M5S) e 28.2 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 28.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.1 DDL n. 2022",
            "description_title": "Identici emendamenti 28.1 PAVANELLI EMMA (M5S) e 28.2 GADDA MARIA CHIARA (IVICRE)",
            "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": 17,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34065,
            "slug": "vs19_388_149",
            "identifier": "vs19_388_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_149/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 28.6 L'ABBATE PATTY (M5S) - Votazione Emendamento 28.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.6 DDL n. 2022",
            "description_title": "Emendamento 28.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34142,
            "slug": "vs19_388_108",
            "identifier": "vs19_388_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_108/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 108,
            "title": "Identici emendamenti 25.33 MORFINO DANIELA (M5S) e 25.34 RUFFINO DANIELA (APERRE) - Votazione Emendamento 25.33 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.33 DDL n. 2022",
            "description_title": "Identici emendamenti 25.33 MORFINO DANIELA (M5S) e 25.34 RUFFINO DANIELA (APERRE)",
            "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": 17,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 68.79
        }
    ]
}