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

{
    "count": 23029,
    "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=268",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=266",
    "results": [
        {
            "id": 26381,
            "slug": "vs19_217_007",
            "identifier": "vs19_217_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_007/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 6.8 SCUTELLA' ELISA (M5S) - Votazione Emendamento 6.8 DDL n. 1342",
            "original_title": "Votazione Emendamento 6.8 DDL n. 1342",
            "description_title": "Emendamento 6.8 SCUTELLA' ELISA (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": 60,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 34953,
            "slug": "vs19_333_018",
            "identifier": "vs19_333_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_333_018/?format=api",
            "sitting": {
                "id": 1750,
                "date": "2024-07-25",
                "number": 333,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 4/60 (Nuova formulazione) CANDIANI STEFANO (LEGA)",
            "original_title": "Ordine del giorno n. 9/Doc. VIII, n. 4/60 (Nuova formulazione) CANDIANI STEFANO (LEGA)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 117,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 51.55
        },
        {
            "id": 38035,
            "slug": "vs19_470_044",
            "identifier": "vs19_470_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_044/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/2308/101 D'ALESSIO ANTONIO (APERRE) - Votazione Ordine del giorno 9/2308/101 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/101 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/101 D'ALESSIO ANTONIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 36003,
            "slug": "vs19_422_050",
            "identifier": "vs19_422_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_050/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/2183/114 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/2183/114 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/114 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/114 FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38037,
            "slug": "vs19_470_046",
            "identifier": "vs19_470_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_046/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/2308/104 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/2308/104 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/104 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/104 RUFFINO DANIELA (APERRE)",
            "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": 41,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 33.76
        },
        {
            "id": 40719,
            "slug": "vs19_552_030",
            "identifier": "vs19_552_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_030/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 30,
            "title": "RIS 6-207 - Votazione Risoluzione 6_00207",
            "original_title": "Votazione Risoluzione 6_00207",
            "description_title": "RIS 6-207",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 76.54,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 26392,
            "slug": "vs19_217_004",
            "identifier": "vs19_217_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_004/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 5.1 FENU EMILIANO (M5S) - Votazione Emendamento 5.1 DDL n. 1342",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1342",
            "description_title": "Emendamento 5.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 61,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 26401,
            "slug": "vs19_217_002",
            "identifier": "vs19_217_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_002/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo aggiuntivo 4.0500 della Commissione - Votazione Emendamento 4.0500 DDL n. 1342",
            "original_title": "Votazione Emendamento 4.0500 DDL n. 1342",
            "description_title": "Articolo aggiuntivo 4.0500 della Commissione",
            "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": 141,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 26403,
            "slug": "vs19_217_011",
            "identifier": "vs19_217_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_011/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1342",
            "original_title": "Votazione Articolo 7 DDL n. 1342",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 135,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26405,
            "slug": "vs19_217_035",
            "identifier": "vs19_217_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_035/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 13.5 FENU EMILIANO (M5S) - Votazione Emendamento 13.5 DDL n. 1342",
            "original_title": "Votazione Emendamento 13.5 DDL n. 1342",
            "description_title": "Emendamento 13.5 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 26407,
            "slug": "vs19_217_013",
            "identifier": "vs19_217_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_013/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 8.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 8.2 DDL n. 1342",
            "original_title": "Votazione Emendamento 8.2 DDL n. 1342",
            "description_title": "Emendamento 8.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": 60,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 34956,
            "slug": "vs19_335_002",
            "identifier": "vs19_335_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_002/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1937/2 ROMEO NADIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/2 ROMEO NADIA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 35976,
            "slug": "vs19_422_023",
            "identifier": "vs19_422_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_023/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/2183/86 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/2183/86 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/86 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/86 GIULIANO CARLA (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": 29,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 26393,
            "slug": "vs19_217_020",
            "identifier": "vs19_217_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_020/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 10.6 FONTANA ILARIA (M5S) - Votazione Emendamento 10.6 DDL n. 1342",
            "original_title": "Votazione Emendamento 10.6 DDL n. 1342",
            "description_title": "Emendamento 10.6 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": 57,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 26384,
            "slug": "vs19_217_017",
            "identifier": "vs19_217_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_017/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 10.4 L'ABBATE PATTY (M5S) - Votazione Emendamento 10.4 DDL n. 1342",
            "original_title": "Votazione Emendamento 10.4 DDL n. 1342",
            "description_title": "Emendamento 10.4 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": 55,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 40628,
            "slug": "vs19_551_009",
            "identifier": "vs19_551_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_009/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 2.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.12",
            "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": 15,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 26217,
            "slug": "vs19_217_024",
            "identifier": "vs19_217_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_024/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 10.2 FONTANA ILARIA (M5S) - Votazione Emendamento 10.2 DDL n. 1342",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1342",
            "description_title": "Emendamento 10.2 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": 57,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 26458,
            "slug": "vs19_219_045",
            "identifier": "vs19_219_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_045/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1.45 ZANELLA LUANA (AVS) - Votazione Emendamento 1.45 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.45 DDL n. 1627",
            "description_title": "Emendamento 1.45 ZANELLA LUANA (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": 35,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26484,
            "slug": "vs19_219_034",
            "identifier": "vs19_219_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_034/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.34 GRIMALDI MARCO (AVS) - Votazione Emendamento 1.34 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.34 DDL n. 1627",
            "description_title": "Emendamento 1.34 GRIMALDI MARCO (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": 39,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 34962,
            "slug": "vs19_335_008",
            "identifier": "vs19_335_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_008/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1937/9, nel testo riformulato, CASU ANDREA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/9, nel testo riformulato, CASU ANDREA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 117,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 57.76
        },
        {
            "id": 26470,
            "slug": "vs19_219_022",
            "identifier": "vs19_219_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_022/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.22 DI LAURO CARMEN (M5S) - Votazione Emendamento 1.22 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.22 DDL n. 1627",
            "description_title": "Emendamento 1.22 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 50,
            "majority_cohesion_rate": 79.32,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26521,
            "slug": "vs19_219_040",
            "identifier": "vs19_219_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_040/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.40 SCHLEIN ELLY (PD-IDP) - Votazione Emendamento 1.40 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.40 DDL n. 1627",
            "description_title": "Emendamento 1.40 SCHLEIN ELLY (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": 33,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 34964,
            "slug": "vs19_335_010",
            "identifier": "vs19_335_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_010/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1937/11 PORTA FABIO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/11 PORTA FABIO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 34965,
            "slug": "vs19_335_011",
            "identifier": "vs19_335_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_011/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 50.93
        },
        {
            "id": 26491,
            "slug": "vs19_219_018",
            "identifier": "vs19_219_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_018/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.18 TORTO DANIELA (M5S) - Votazione Emendamento 1.18 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.18 DDL n. 1627",
            "description_title": "Emendamento 1.18 TORTO 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": 40,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 38000,
            "slug": "vs19_470_009",
            "identifier": "vs19_470_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_009/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2308/22 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/2308/22 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/22 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/22 RICCIARDI MARIANNA (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": 36,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 40701,
            "slug": "vs19_552_012",
            "identifier": "vs19_552_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_012/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 12,
            "title": "Ratifica accordo di cooperazione dell'Ue con la Thailandia",
            "original_title": "Votazione finale ",
            "description_title": "DDL 1686 - VOTO FINALE",
            "public_title": "Ratifica accordo di cooperazione dell'Ue con la Thailandia",
            "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": 115,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 26504,
            "slug": "vs19_219_012",
            "identifier": "vs19_219_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_012/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.12 MARATTIN LUIGI (IVICRE) - Votazione Emendamento 1.12 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.12 DDL n. 1627",
            "description_title": "Emendamento 1.12 MARATTIN LUIGI (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": 66,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 40614,
            "slug": "vs19_551_018",
            "identifier": "vs19_551_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_018/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 18,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 26455,
            "slug": "vs19_219_039",
            "identifier": "vs19_219_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_039/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.39 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.39 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.39 DDL n. 1627",
            "description_title": "Emendamento 1.39 GIRELLI GIAN ANTONIO (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": 41,
            "majority_cohesion_rate": 79.32,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26462,
            "slug": "vs19_219_064",
            "identifier": "vs19_219_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_064/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 1.64 CANTONE LUCIANO (M5S) - Votazione Emendamento 1.64 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.64 DDL n. 1627",
            "description_title": "Emendamento 1.64 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 36634,
            "slug": "vs19_439_001",
            "identifier": "vs19_439_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_001/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1000 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.1000 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.1000 DDL n. 2240",
            "description_title": "Emendamento 1.1000 BORRELLI FRANCESCO EMILIO (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": 22,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38011,
            "slug": "vs19_470_020",
            "identifier": "vs19_470_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_020/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2308/41 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/2308/41 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/41 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/41 MARINO MARIA STEFANIA (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": 66,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 26465,
            "slug": "vs19_219_065",
            "identifier": "vs19_219_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_065/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 1.65 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 1.65 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.65 DDL n. 1627",
            "description_title": "Emendamento 1.65 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 34976,
            "slug": "vs19_335_022",
            "identifier": "vs19_335_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_022/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1937/23 FRATOIANNI NICOLA (AVS)",
            "original_title": "Ordine del giorno n. 9/1937/23 FRATOIANNI NICOLA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 47.2
        },
        {
            "id": 26472,
            "slug": "vs19_219_020",
            "identifier": "vs19_219_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_020/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.20 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.20 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.20 DDL n. 1627",
            "description_title": "Emendamento 1.20 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26481,
            "slug": "vs19_219_066",
            "identifier": "vs19_219_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_066/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 1.66 CASU ANDREA (PD-IDP) - Votazione Emendamento 1.66 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.66 DDL n. 1627",
            "description_title": "Emendamento 1.66 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26510,
            "slug": "vs19_219_062",
            "identifier": "vs19_219_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_062/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 1.62 BONELLI ANGELO (AVS) - Votazione Emendamento 1.62 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.62 DDL n. 1627",
            "description_title": "Emendamento 1.62 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": 31,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 34980,
            "slug": "vs19_335_026",
            "identifier": "vs19_335_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_026/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 26527,
            "slug": "vs19_219_056",
            "identifier": "vs19_219_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_056/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 1.56 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 1.56 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.56 DDL n. 1627",
            "description_title": "Emendamento 1.56 BENZONI FABRIZIO (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": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 40698,
            "slug": "vs19_552_009",
            "identifier": "vs19_552_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_009/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 9,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 121,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34981,
            "slug": "vs19_335_027",
            "identifier": "vs19_335_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_027/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1937/28 BARZOTTI VALENTINA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/28 BARZOTTI VALENTINA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 34983,
            "slug": "vs19_335_029",
            "identifier": "vs19_335_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_029/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1937/30 SILVESTRI FRANCESCO (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/30 SILVESTRI FRANCESCO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 38023,
            "slug": "vs19_470_032",
            "identifier": "vs19_470_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_032/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/2308/79 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/2308/79 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/79 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/79 D'ALFONSO LUCIANO (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": 60.08,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 26469,
            "slug": "vs19_219_044",
            "identifier": "vs19_219_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_044/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 1.44 FURFARO MARCO (PD-IDP) - Votazione Emendamento 1.44 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.44 DDL n. 1627",
            "description_title": "Emendamento 1.44 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 37136,
            "slug": "vs19_445_010",
            "identifier": "vs19_445_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_445_010/?format=api",
            "sitting": {
                "id": 1935,
                "date": "2025-03-12",
                "number": 445,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00398, limitatamente ai restanti capoversi della premessa, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) ed altri - Votazione Mozione 1_00398",
            "original_title": "Votazione Mozione 1_00398",
            "description_title": "Mozione n. 1-00398, limitatamente ai restanti capoversi della premessa, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) 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": 20,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 26471,
            "slug": "vs19_219_077",
            "identifier": "vs19_219_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_077/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 1.77 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.77 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.77 DDL n. 1627",
            "description_title": "Emendamento 1.77 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 26480,
            "slug": "vs19_219_074",
            "identifier": "vs19_219_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_074/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 1.74 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.74 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.74 DDL n. 1627",
            "description_title": "Emendamento 1.74 FARAONE DAVIDE (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": 27,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 34984,
            "slug": "vs19_335_030",
            "identifier": "vs19_335_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_030/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1937/31 FENU EMILIANO (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/31 FENU EMILIANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 55.28
        },
        {
            "id": 26511,
            "slug": "vs19_219_052",
            "identifier": "vs19_219_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_052/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 1.52 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.52 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.52 DDL n. 1627",
            "description_title": "Emendamento 1.52 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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 71.6
        }
    ]
}