Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=67
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=-date&page=68",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=66",
    "results": [
        {
            "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": 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": 36864,
            "slug": "vs19_440_076",
            "identifier": "vs19_440_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_076/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 22.10 FERRARA ANTONIO (M5S) - Votazione Emendamento 22.10 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.10 DDL n. 2026",
            "description_title": "Emendamento 22.10 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36856,
            "slug": "vs19_440_064",
            "identifier": "vs19_440_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_064/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 18.2 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 18.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 18.2 DDL n. 2026",
            "description_title": "Emendamento 18.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": 38,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 36852,
            "slug": "vs19_440_057",
            "identifier": "vs19_440_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_057/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici articoli aggiuntivi 14.01 GHIRRA FRANCESCA (AVS) e 14.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 14.01 DDL n. 2026",
            "original_title": "Votazione Emendamento 14.01 DDL n. 2026",
            "description_title": "Identici articoli aggiuntivi 14.01 GHIRRA FRANCESCA (AVS) e 14.02 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": 18,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36855,
            "slug": "vs19_440_063",
            "identifier": "vs19_440_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_063/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 18.1 FONTANA ILARIA (M5S) - Votazione Emendamento 18.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 18.1 DDL n. 2026",
            "description_title": "Emendamento 18.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36854,
            "slug": "vs19_440_062",
            "identifier": "vs19_440_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_062/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 17.01 FERRARA ANTONIO (M5S) - Votazione Emendamento 17.01 DDL n. 2026",
            "original_title": "Votazione Emendamento 17.01 DDL n. 2026",
            "description_title": "Articolo aggiuntivo 17.01 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36851,
            "slug": "vs19_440_054",
            "identifier": "vs19_440_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_054/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 13.16 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 13.16 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.16 DDL n. 2026",
            "description_title": "Emendamento 13.16 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": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 36850,
            "slug": "vs19_440_053",
            "identifier": "vs19_440_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_053/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 13.15 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 13.15 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.15 DDL n. 2026",
            "description_title": "Emendamento 13.15 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": 59.92,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36853,
            "slug": "vs19_440_058",
            "identifier": "vs19_440_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_058/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo aggiuntivo 14.03 FERRARA ANTONIO (M5S) - Votazione Emendamento 14.03 DDL n. 2026",
            "original_title": "Votazione Emendamento 14.03 DDL n. 2026",
            "description_title": "Articolo aggiuntivo 14.03 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.44,
            "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": 36846,
            "slug": "vs19_440_049",
            "identifier": "vs19_440_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_049/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 13.11 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 13.11 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.11 DDL n. 2026",
            "description_title": "Emendamento 13.11 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": 5,
            "n_margin": 66,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36845,
            "slug": "vs19_440_048",
            "identifier": "vs19_440_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_048/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 13.10 PAVANELLI EMMA (M5S) - Votazione Emendamento 13.10 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.10 DDL n. 2026",
            "description_title": "Emendamento 13.10 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": 19,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 36844,
            "slug": "vs19_440_047",
            "identifier": "vs19_440_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_047/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 13.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 13.500, DDL n. 2026",
            "original_title": "Votazione Emendamento 13.500, DDL n. 2026",
            "description_title": "Emendamento 13.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 74,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36843,
            "slug": "vs19_440_046",
            "identifier": "vs19_440_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_046/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 46,
            "title": "Identici emendamenti 13.8 GHIRRA FRANCESCA (AVS) e 13.9 APPENDINO CHIARA (M5S) - Votazione Emendamento 13.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.8 DDL n. 2026",
            "description_title": "Identici emendamenti 13.8 GHIRRA FRANCESCA (AVS) e 13.9 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36842,
            "slug": "vs19_440_045",
            "identifier": "vs19_440_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_045/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 13.7 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 13.7 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.7 DDL n. 2026",
            "description_title": "Emendamento 13.7 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": 37,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 36839,
            "slug": "vs19_440_042",
            "identifier": "vs19_440_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_042/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 13.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 13.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.2 DDL n. 2026",
            "description_title": "Emendamento 13.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36797,
            "slug": "vs19_440_041",
            "identifier": "vs19_440_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_041/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 2026",
            "original_title": "Votazione Articolo 12 DDL n. 2026",
            "description_title": "Articolo 12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 68,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36838,
            "slug": "vs19_440_040",
            "identifier": "vs19_440_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_040/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 12.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 12.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2026",
            "description_title": "Emendamento 12.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": 22,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36796,
            "slug": "vs19_440_039",
            "identifier": "vs19_440_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_039/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 2026",
            "original_title": "Votazione Articolo 11 DDL n. 2026",
            "description_title": "Articolo 11",
            "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": 42,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 36795,
            "slug": "vs19_440_038",
            "identifier": "vs19_440_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_038/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2026",
            "original_title": "Votazione Articolo 10 DDL n. 2026",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 36837,
            "slug": "vs19_440_037",
            "identifier": "vs19_440_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_037/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 10.2 FERRARA ANTONIO (M5S) - Votazione Emendamento 10.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 10.2 DDL n. 2026",
            "description_title": "Emendamento 10.2 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36836,
            "slug": "vs19_440_036",
            "identifier": "vs19_440_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_036/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 10.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 10.1 DDL n. 2026",
            "description_title": "Emendamento 10.1 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": 1,
            "n_margin": 57,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 36868,
            "slug": "vs19_440_081",
            "identifier": "vs19_440_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_081/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 23.8 FERRARA ANTONIO (M5S) - Votazione Emendamento 23.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 23.8 DDL n. 2026",
            "description_title": "Emendamento 23.8 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 36863,
            "slug": "vs19_440_075",
            "identifier": "vs19_440_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_075/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 22.9 ALIFANO ENRICA (M5S) - Votazione Emendamento 22.9 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.9 DDL n. 2026",
            "description_title": "Emendamento 22.9 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36862,
            "slug": "vs19_440_074",
            "identifier": "vs19_440_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_074/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 22.8 PAVANELLI EMMA (M5S) - Votazione Emendamento 22.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.8 DDL n. 2026",
            "description_title": "Emendamento 22.8 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": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36857,
            "slug": "vs19_440_066",
            "identifier": "vs19_440_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_066/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 19.1 FONTANA ILARIA (M5S) - Votazione Emendamento 19.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 19.1 DDL n. 2026",
            "description_title": "Emendamento 19.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36800,
            "slug": "vs19_440_059",
            "identifier": "vs19_440_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_059/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 2026",
            "original_title": "Votazione Articolo 15 DDL n. 2026",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 68,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "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": 36794,
            "slug": "vs19_440_035",
            "identifier": "vs19_440_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_035/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 2026",
            "original_title": "Votazione Articolo 9 DDL n. 2026",
            "description_title": "Articolo 9",
            "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": 47,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 35.03
        },
        {
            "id": 36793,
            "slug": "vs19_440_033",
            "identifier": "vs19_440_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_033/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 2026",
            "original_title": "Votazione Articolo 8 DDL n. 2026",
            "description_title": "Articolo 8",
            "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": 46,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 35.67
        },
        {
            "id": 36834,
            "slug": "vs19_440_032",
            "identifier": "vs19_440_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_032/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 8.1 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 8.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 8.1 DDL n. 2026",
            "description_title": "Emendamento 8.1 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": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 36833,
            "slug": "vs19_440_031",
            "identifier": "vs19_440_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_031/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 8.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.500, DDL n. 2026",
            "original_title": "Votazione Emendamento 8.500, DDL n. 2026",
            "description_title": "Emendamento 8.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 77,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 36792,
            "slug": "vs19_440_030",
            "identifier": "vs19_440_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_030/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 2026",
            "original_title": "Votazione Articolo 7 DDL n. 2026",
            "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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36832,
            "slug": "vs19_440_029",
            "identifier": "vs19_440_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_029/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 7.8 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 7.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.8 DDL n. 2026",
            "description_title": "Emendamento 7.8 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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36831,
            "slug": "vs19_440_028",
            "identifier": "vs19_440_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_028/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 7.7 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 7.7 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.7 DDL n. 2026",
            "description_title": "Emendamento 7.7 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": 61.16,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 36830,
            "slug": "vs19_440_027",
            "identifier": "vs19_440_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_027/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 7.6 DELL'OLIO GIANMAURO (M5S) - Votazione Emendamento 7.6 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.6 DDL n. 2026",
            "description_title": "Emendamento 7.6 DELL'OLIO GIANMAURO (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.33,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36829,
            "slug": "vs19_440_026",
            "identifier": "vs19_440_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_026/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 26,
            "title": "Identici emendamenti 7.4 ALIFANO ENRICA (M5S) e 7.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 7.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.4 DDL n. 2026",
            "description_title": "Identici emendamenti 7.4 ALIFANO ENRICA (M5S) e 7.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": 22,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36828,
            "slug": "vs19_440_025",
            "identifier": "vs19_440_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_025/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 25,
            "title": "Identici emendamenti 7.2 BENZONI FABRIZIO (APERRE) e 7.3 CASU ANDREA (PD-IDP) - Votazione Emendamento 7.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.2 DDL n. 2026",
            "description_title": "Identici emendamenti 7.2 BENZONI FABRIZIO (APERRE) e 7.3 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36827,
            "slug": "vs19_440_024",
            "identifier": "vs19_440_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_024/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 7.1 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 7.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.1 DDL n. 2026",
            "description_title": "Emendamento 7.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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36791,
            "slug": "vs19_440_023",
            "identifier": "vs19_440_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_023/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 2026",
            "original_title": "Votazione Articolo 6 DDL n. 2026",
            "description_title": "Articolo 6",
            "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": 72,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36826,
            "slug": "vs19_440_022",
            "identifier": "vs19_440_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_022/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 6.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 6.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2026",
            "description_title": "Emendamento 6.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 64.97
        },
        {
            "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": 36861,
            "slug": "vs19_440_073",
            "identifier": "vs19_440_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_073/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 22.7 PAVANELLI EMMA (M5S) - Votazione Emendamento 22.7 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.7 DDL n. 2026",
            "description_title": "Emendamento 22.7 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": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36860,
            "slug": "vs19_440_072",
            "identifier": "vs19_440_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_072/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S) - Votazione Emendamento 22.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.5 DDL n. 2026",
            "description_title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36859,
            "slug": "vs19_440_071",
            "identifier": "vs19_440_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_071/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 22.4 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 22.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.4 DDL n. 2026",
            "description_title": "Emendamento 22.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": 50,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 36.31
        },
        {
            "id": 36858,
            "slug": "vs19_440_070",
            "identifier": "vs19_440_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_070/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 70,
            "title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 22.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.1 DDL n. 2026",
            "description_title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36849,
            "slug": "vs19_440_052",
            "identifier": "vs19_440_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_052/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 13.14 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 13.14 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.14 DDL n. 2026",
            "description_title": "Emendamento 13.14 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": 37,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 47.13
        }
    ]
}