Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=51
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=-identifier&page=52",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=50",
    "results": [
        {
            "id": 36825,
            "slug": "vs19_440_021",
            "identifier": "vs19_440_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_021/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 6.300 della Commissione - Votazione Emendamento 6.300 DDL n. 2026",
            "original_title": "Votazione Emendamento 6.300 DDL n. 2026",
            "description_title": "Emendamento 6.300 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": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36790,
            "slug": "vs19_440_020",
            "identifier": "vs19_440_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_020/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2026",
            "original_title": "Votazione Articolo 5 DDL n. 2026",
            "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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 36824,
            "slug": "vs19_440_019",
            "identifier": "vs19_440_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_019/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.5 DDL n. 2026",
            "description_title": "Emendamento 5.5 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36823,
            "slug": "vs19_440_018",
            "identifier": "vs19_440_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_018/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 5.4 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 5.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.4 DDL n. 2026",
            "description_title": "Emendamento 5.4 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36822,
            "slug": "vs19_440_017",
            "identifier": "vs19_440_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_017/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 17,
            "title": "Identici emendamenti 5.1 GHIRRA FRANCESCA (AVS), 5.2 CAPPELLETTI ENRICO (M5S) e 5.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 5.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2026",
            "description_title": "Identici emendamenti 5.1 GHIRRA FRANCESCA (AVS), 5.2 CAPPELLETTI ENRICO (M5S) e 5.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36789,
            "slug": "vs19_440_016",
            "identifier": "vs19_440_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_016/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2026",
            "original_title": "Votazione Articolo 4 DDL n. 2026",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36821,
            "slug": "vs19_440_015",
            "identifier": "vs19_440_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_015/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 4.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 4.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2026",
            "description_title": "Emendamento 4.2 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36820,
            "slug": "vs19_440_014",
            "identifier": "vs19_440_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_014/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.1 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 4.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 4.1 DDL n. 2026",
            "description_title": "Emendamento 4.1 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 46,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 36788,
            "slug": "vs19_440_013",
            "identifier": "vs19_440_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_013/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2026",
            "original_title": "Votazione Articolo 3 DDL n. 2026",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 75,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36819,
            "slug": "vs19_440_012",
            "identifier": "vs19_440_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_012/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 3.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2026",
            "description_title": "Emendamento 3.1 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 54,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 36787,
            "slug": "vs19_440_011",
            "identifier": "vs19_440_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_011/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2026",
            "original_title": "Votazione Articolo 2 DDL n. 2026",
            "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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 36818,
            "slug": "vs19_440_010",
            "identifier": "vs19_440_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_010/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.10 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 2.10 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.10 DDL n. 2026",
            "description_title": "Emendamento 2.10 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36817,
            "slug": "vs19_440_009",
            "identifier": "vs19_440_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_009/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.9 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.9 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.9 DDL n. 2026",
            "description_title": "Emendamento 2.9 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36816,
            "slug": "vs19_440_008",
            "identifier": "vs19_440_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_008/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.6 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.6 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.6 DDL n. 2026",
            "description_title": "Emendamento 2.6 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36815,
            "slug": "vs19_440_007",
            "identifier": "vs19_440_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_007/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 2.3 GHIRRA FRANCESCA (AVS), 2.4 DELL'OLIO GIANMAURO (M5S) e 2.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 2.3 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.3 DDL n. 2026",
            "description_title": "Identici emendamenti 2.3 GHIRRA FRANCESCA (AVS), 2.4 DELL'OLIO GIANMAURO (M5S) e 2.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36814,
            "slug": "vs19_440_006",
            "identifier": "vs19_440_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_006/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.2 DDL n. 2026",
            "description_title": "Emendamento 2.2 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36813,
            "slug": "vs19_440_005",
            "identifier": "vs19_440_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_005/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2026",
            "description_title": "Emendamento 2.1 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36786,
            "slug": "vs19_440_004",
            "identifier": "vs19_440_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_004/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2026",
            "original_title": "Votazione Articolo 1 DDL n. 2026",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 36812,
            "slug": "vs19_440_003",
            "identifier": "vs19_440_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_003/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 1.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2026",
            "description_title": "Emendamento 1.2 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36811,
            "slug": "vs19_440_002",
            "identifier": "vs19_440_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_002/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 1.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 1.1 DDL n. 2026",
            "description_title": "Emendamento 1.1 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36810,
            "slug": "vs19_440_001",
            "identifier": "vs19_440_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_001/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale di merito n. 1 PAVANELLI EMMA (M5S) e altri - Votazione pregiudiziale DDL n. 2026",
            "original_title": "Votazione pregiudiziale DDL n. 2026",
            "description_title": "Questione pregiudiziale di merito n. 1 PAVANELLI EMMA (M5S) e altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 36674,
            "slug": "vs19_439_041",
            "identifier": "vs19_439_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_041/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 41,
            "title": "Legge delega riforma organica dei mercati dei capitali",
            "original_title": "Votazione finale DDL n. 2240",
            "description_title": "Modifiche alla legge 5 marzo 2024, n. 21, per l'aggiornamento della delega ivi prevista e per il conferimento della delega al Governo per la riforma organica e il riordino del sistema sanzionatorio e di tutte le procedure sanzionatorie recati dal testo unico di cui al decreto legislativo n. 58 del 1998, nonché ulteriori disposizioni in materia finanziaria (Approvato dal Senato) (DDL 2240)",
            "public_title": "Legge delega riforma organica dei mercati dei capitali",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 36673,
            "slug": "vs19_439_040",
            "identifier": "vs19_439_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_040/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2240/3 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/2240/3 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/3 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/3 STEFANAZZI CLAUDIO MICHELE (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": 22,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36672,
            "slug": "vs19_439_039",
            "identifier": "vs19_439_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_039/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2240/2 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/2240/2 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/2 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/2 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36671,
            "slug": "vs19_439_038",
            "identifier": "vs19_439_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_038/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2240/1 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/1 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36670,
            "slug": "vs19_439_037",
            "identifier": "vs19_439_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_037/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2240",
            "original_title": "Votazione Articolo 5 DDL n. 2240",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36669,
            "slug": "vs19_439_036",
            "identifier": "vs19_439_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_036/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2240",
            "original_title": "Votazione Articolo 4 DDL n. 2240",
            "description_title": "Articolo 4",
            "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": 26,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36668,
            "slug": "vs19_439_035",
            "identifier": "vs19_439_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_035/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 4.2 FENU EMILIANO (M5S) - Votazione Emendamento 4.2 DDL n. 2240",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2240",
            "description_title": "Emendamento 4.2 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 36667,
            "slug": "vs19_439_034",
            "identifier": "vs19_439_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_034/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 34,
            "title": "Identici emendamenti 4.1 MEROLA VIRGINIO (PD-IDP) e 4.1000 GRIMALDI MARCO (AVS) - Votazione Emendamento 4.1 DDL n. 2240",
            "original_title": "Votazione Emendamento 4.1 DDL n. 2240",
            "description_title": "Identici emendamenti 4.1 MEROLA VIRGINIO (PD-IDP) e 4.1000 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 36666,
            "slug": "vs19_439_033",
            "identifier": "vs19_439_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_033/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 3.01 DDL n. 2240",
            "original_title": "Votazione Emendamento 3.01 DDL n. 2240",
            "description_title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36665,
            "slug": "vs19_439_032",
            "identifier": "vs19_439_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_032/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2240",
            "original_title": "Votazione Articolo 3 DDL n. 2240",
            "description_title": "Articolo 3",
            "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": 26,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36664,
            "slug": "vs19_439_031",
            "identifier": "vs19_439_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_031/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2240",
            "original_title": "Votazione Articolo 2 DDL n. 2240",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36663,
            "slug": "vs19_439_030",
            "identifier": "vs19_439_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_030/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2240",
            "original_title": "Votazione Articolo 1 DDL n. 2240",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36662,
            "slug": "vs19_439_029",
            "identifier": "vs19_439_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_029/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.27 RAFFA ANGELA (M5S) - Votazione Emendamento 1.27 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.27 DDL n. 2240",
            "description_title": "Emendamento 1.27 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36661,
            "slug": "vs19_439_028",
            "identifier": "vs19_439_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_028/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.26 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.26 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2240",
            "description_title": "Emendamento 1.26 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36660,
            "slug": "vs19_439_027",
            "identifier": "vs19_439_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_027/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.25 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.25 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.25 DDL n. 2240",
            "description_title": "Emendamento 1.25 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36659,
            "slug": "vs19_439_026",
            "identifier": "vs19_439_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_026/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.24 GUBITOSA MICHELE (M5S) - Votazione Emendamento 1.24 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.24 DDL n. 2240",
            "description_title": "Emendamento 1.24 GUBITOSA MICHELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36658,
            "slug": "vs19_439_025",
            "identifier": "vs19_439_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_025/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.23 FENU EMILIANO (M5S) - Votazione Emendamento 1.23 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.23 DDL n. 2240",
            "description_title": "Emendamento 1.23 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 36657,
            "slug": "vs19_439_024",
            "identifier": "vs19_439_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_024/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.22 GUBITOSA MICHELE (M5S) - Votazione Emendamento 1.22 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.22 DDL n. 2240",
            "description_title": "Emendamento 1.22 GUBITOSA MICHELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 36656,
            "slug": "vs19_439_023",
            "identifier": "vs19_439_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_023/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.21 FENU EMILIANO (M5S) - Votazione Emendamento 1.21 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.21 DDL n. 2240",
            "description_title": "Emendamento 1.21 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 36655,
            "slug": "vs19_439_022",
            "identifier": "vs19_439_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_022/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.20 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.20 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.20 DDL n. 2240",
            "description_title": "Emendamento 1.20 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36654,
            "slug": "vs19_439_021",
            "identifier": "vs19_439_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_021/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.19 FENU EMILIANO (M5S) - Votazione Emendamento 1.19 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.19 DDL n. 2240",
            "description_title": "Emendamento 1.19 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 36653,
            "slug": "vs19_439_020",
            "identifier": "vs19_439_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_020/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.18 GUBITOSA MICHELE (M5S) - Votazione Emendamento 1.18 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2240",
            "description_title": "Emendamento 1.18 GUBITOSA MICHELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36652,
            "slug": "vs19_439_019",
            "identifier": "vs19_439_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_019/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.17 FENU EMILIANO (M5S) - Votazione Emendamento 1.17 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.17 DDL n. 2240",
            "description_title": "Emendamento 1.17 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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36651,
            "slug": "vs19_439_018",
            "identifier": "vs19_439_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_018/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.16 FENU EMILIANO (M5S) - Votazione Emendamento 1.16 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.16 DDL n. 2240",
            "description_title": "Emendamento 1.16 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36650,
            "slug": "vs19_439_017",
            "identifier": "vs19_439_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_017/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 17,
            "title": "Identici emendamenti 1.15 MEROLA VIRGINIO (PD-IDP) e 1.1005 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.15 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.15 DDL n. 2240",
            "description_title": "Identici emendamenti 1.15 MEROLA VIRGINIO (PD-IDP) e 1.1005 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 36649,
            "slug": "vs19_439_016",
            "identifier": "vs19_439_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_016/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.14 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.14 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2240",
            "description_title": "Emendamento 1.14 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 36648,
            "slug": "vs19_439_015",
            "identifier": "vs19_439_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_015/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.13 FENU EMILIANO (M5S) - Votazione Emendamento 1.13 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.13 DDL n. 2240",
            "description_title": "Emendamento 1.13 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36647,
            "slug": "vs19_439_014",
            "identifier": "vs19_439_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_014/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 14,
            "title": "Identici emendamenti 1.12 GUBITOSA MICHELE (M5S) e 1.1004 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.12 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2240",
            "description_title": "Identici emendamenti 1.12 GUBITOSA MICHELE (M5S) e 1.1004 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36646,
            "slug": "vs19_439_013",
            "identifier": "vs19_439_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_013/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.11 RAFFA ANGELA (M5S) - Votazione Emendamento 1.11 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2240",
            "description_title": "Emendamento 1.11 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        }
    ]
}