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

{
    "count": 22130,
    "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=222",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=220",
    "results": [
        {
            "id": 29691,
            "slug": "vs19_260_086",
            "identifier": "vs19_260_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_086/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 2-quinquies.10 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 2-quinquies.10 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.10 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.10 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29687,
            "slug": "vs19_260_082",
            "identifier": "vs19_260_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_082/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 2-quinquies.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.5 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": 31,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 29692,
            "slug": "vs19_260_087",
            "identifier": "vs19_260_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_087/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 87,
            "title": "Identici emendamenti 2-quinquies.14 EVI ELEONORA (AVS) e 2-quinquies.15 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.14 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.14 DDL n. 1759",
            "description_title": "Identici emendamenti 2-quinquies.14 EVI ELEONORA (AVS) e 2-quinquies.15 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 29696,
            "slug": "vs19_260_091",
            "identifier": "vs19_260_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_091/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1759",
            "description_title": "Emendamento 3.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": 30,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29693,
            "slug": "vs19_260_088",
            "identifier": "vs19_260_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_088/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 2-quinquies.17 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.17 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": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29694,
            "slug": "vs19_260_089",
            "identifier": "vs19_260_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_089/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 2-quinquies.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.01 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": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29697,
            "slug": "vs19_260_092",
            "identifier": "vs19_260_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_092/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 3.2 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.2 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1759",
            "description_title": "Emendamento 3.2 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29695,
            "slug": "vs19_260_090",
            "identifier": "vs19_260_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_090/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 2-quinquies.0111 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.0111 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.0111 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.0111 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 29698,
            "slug": "vs19_260_093",
            "identifier": "vs19_260_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_093/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 3.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.3 DDL n. 1759",
            "description_title": "Emendamento 3.3 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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29699,
            "slug": "vs19_260_094",
            "identifier": "vs19_260_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_094/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 3.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1759",
            "description_title": "Emendamento 3.5 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": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29700,
            "slug": "vs19_260_095",
            "identifier": "vs19_260_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_095/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 95,
            "title": "Identici emendamenti 3.8 EVI ELEONORA (AVS) e 3.9 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.8 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1759",
            "description_title": "Identici emendamenti 3.8 EVI ELEONORA (AVS) e 3.9 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 29701,
            "slug": "vs19_260_096",
            "identifier": "vs19_260_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_096/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 3.10 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.10 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.10 DDL n. 1759",
            "description_title": "Emendamento 3.10 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": 24,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29702,
            "slug": "vs19_260_098",
            "identifier": "vs19_260_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_098/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 3.04 EVI ELEONORA (AVS) - Votazione Emendamento 3.04 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.04 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.04 EVI ELEONORA (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": 102,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 29704,
            "slug": "vs19_260_100",
            "identifier": "vs19_260_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_100/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 100,
            "title": "Articolo aggiuntivo 3.01000 EVI ELEONORA (AVS) - Votazione Emendamento 3.01000 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.01000 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.01000 EVI ELEONORA (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": 34,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 29705,
            "slug": "vs19_260_101",
            "identifier": "vs19_260_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_101/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo aggiuntivo 3.07 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.07 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.07 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.07 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 29703,
            "slug": "vs19_260_099",
            "identifier": "vs19_260_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_099/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 99,
            "title": "Articolo aggiuntivo 3.05 EVI ELEONORA (AVS) - Votazione Emendamento 3.05 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.05 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.05 EVI ELEONORA (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": 34,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 29706,
            "slug": "vs19_260_102",
            "identifier": "vs19_260_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_102/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 4.2 D'ORSO VALENTINA (M5S) - Votazione Emendamento 4.2 DDL n. 1759",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1759",
            "description_title": "Emendamento 4.2 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 29707,
            "slug": "vs19_260_103",
            "identifier": "vs19_260_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_103/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 4.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 4.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1759",
            "description_title": "Emendamento 4.1 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 29668,
            "slug": "vs19_260_063",
            "identifier": "vs19_260_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_063/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo aggiuntivo 2.0202 APPENDINO CHIARA (M5S) - Votazione Emendamento 2.0202 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0202 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0202 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": 18,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29644,
            "slug": "vs19_260_039",
            "identifier": "vs19_260_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_039/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1759",
            "description_title": "Emendamento 1.8 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": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29646,
            "slug": "vs19_260_041",
            "identifier": "vs19_260_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_041/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 1.01 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.01 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 1.01 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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29653,
            "slug": "vs19_260_048",
            "identifier": "vs19_260_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_048/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1759",
            "description_title": "Emendamento 2.4 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": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29661,
            "slug": "vs19_260_056",
            "identifier": "vs19_260_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_056/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 2.14 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.14 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.14 DDL n. 1759",
            "description_title": "Emendamento 2.14 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29665,
            "slug": "vs19_260_060",
            "identifier": "vs19_260_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_060/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo aggiuntivo 2.020 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.020 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.020 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.020 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29667,
            "slug": "vs19_260_062",
            "identifier": "vs19_260_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_062/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 2.011 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.011 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.011 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.011 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": 16,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29674,
            "slug": "vs19_260_069",
            "identifier": "vs19_260_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_069/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo aggiuntivo 2.0209 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.0209 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0209 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0209 QUARTINI ANDREA (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": 18,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29684,
            "slug": "vs19_260_079",
            "identifier": "vs19_260_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_079/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 2-quater.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quater.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quater.4 DDL n. 1759",
            "description_title": "Emendamento 2-quater.4 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": 29,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29633,
            "slug": "vs19_260_028",
            "identifier": "vs19_260_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_028/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 28,
            "title": "Mozione n. 1-00263, limitatamente al capoverso settimo della parte dispositiva, CARAMANNA GIANLUCA (FDI), GUSMEROLI ALBERTO LUIGI (LEGA), SQUERI LUCA (FI-PPE), CAVO ILARIA (NM-M) ed altri - Votazione Mozione 1_00263",
            "original_title": "Votazione Mozione 1_00263",
            "description_title": "Mozione n. 1-00263, limitatamente al capoverso settimo della parte dispositiva, CARAMANNA GIANLUCA (FDI), GUSMEROLI ALBERTO LUIGI (LEGA), SQUERI LUCA (FI-PPE), CAVO ILARIA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 29635,
            "slug": "vs19_260_030",
            "identifier": "vs19_260_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_030/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 30,
            "title": "Mozione n. 1-00263, limitatamente al capoverso nono della parte dispositiva, CARAMANNA GIANLUCA (FDI), GUSMEROLI ALBERTO LUIGI (LEGA), SQUERI LUCA (FI-PPE), CAVO ILARIA (NM-M) ed altri - Votazione Mozione 1_00263",
            "original_title": "Votazione Mozione 1_00263",
            "description_title": "Mozione n. 1-00263, limitatamente al capoverso nono della parte dispositiva, CARAMANNA GIANLUCA (FDI), GUSMEROLI ALBERTO LUIGI (LEGA), SQUERI LUCA (FI-PPE), CAVO ILARIA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 107,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 29671,
            "slug": "vs19_260_066",
            "identifier": "vs19_260_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_066/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo aggiuntivo 2.0205 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.0205 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0205 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0205 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29615,
            "slug": "vs19_260_010",
            "identifier": "vs19_260_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_010/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29616,
            "slug": "vs19_260_011",
            "identifier": "vs19_260_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_011/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciassettesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciassettesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29617,
            "slug": "vs19_260_012",
            "identifier": "vs19_260_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_012/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciottesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciottesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29618,
            "slug": "vs19_260_013",
            "identifier": "vs19_260_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_013/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciannovesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciannovesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29647,
            "slug": "vs19_260_042",
            "identifier": "vs19_260_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_042/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 1.08 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.08 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.08 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 1.08 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29648,
            "slug": "vs19_260_043",
            "identifier": "vs19_260_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_043/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 1.01001 BONELLI ANGELO (AVS) - Votazione Emendamento 1.01001 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.01001 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 1.01001 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29649,
            "slug": "vs19_260_044",
            "identifier": "vs19_260_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_044/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 1.01000 BONELLI ANGELO (AVS) - Votazione Emendamento 1.01000 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.01000 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 1.01000 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29651,
            "slug": "vs19_260_046",
            "identifier": "vs19_260_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_046/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.2 EVI ELEONORA (AVS) - Votazione Emendamento 2.2 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1759",
            "description_title": "Emendamento 2.2 EVI ELEONORA (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": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29652,
            "slug": "vs19_260_047",
            "identifier": "vs19_260_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_047/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 2.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1759",
            "description_title": "Emendamento 2.3 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": 16,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29654,
            "slug": "vs19_260_049",
            "identifier": "vs19_260_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_049/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.6 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1759",
            "description_title": "Emendamento 2.6 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": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29678,
            "slug": "vs19_260_073",
            "identifier": "vs19_260_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_073/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 73,
            "title": "Identici articoli aggiuntivi 2.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.0200 EVI ELEONORA (AVS) - Votazione Emendamento 2.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1759",
            "description_title": "Identici articoli aggiuntivi 2.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.0200 EVI ELEONORA (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": 27,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29683,
            "slug": "vs19_260_078",
            "identifier": "vs19_260_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_078/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 2-quater.3 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2-quater.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quater.3 DDL n. 1759",
            "description_title": "Emendamento 2-quater.3 CAPPELLETTI ENRICO (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": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29685,
            "slug": "vs19_260_080",
            "identifier": "vs19_260_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_080/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 2-quinquies.1 EVI ELEONORA (AVS) e 2-quinquies.2 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.1 DDL n. 1759",
            "description_title": "Identici emendamenti 2-quinquies.1 EVI ELEONORA (AVS) e 2-quinquies.2 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29686,
            "slug": "vs19_260_081",
            "identifier": "vs19_260_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_081/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 2-quinquies.3 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.3 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.3 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29580,
            "slug": "vs19_260_035",
            "identifier": "vs19_260_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_035/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo premissivo 01.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 01.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 01.01 DDL n. 1759",
            "description_title": "Articolo premissivo 01.01 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": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29657,
            "slug": "vs19_260_052",
            "identifier": "vs19_260_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_052/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.16 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.16 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1759",
            "description_title": "Emendamento 2.16 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": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29658,
            "slug": "vs19_260_053",
            "identifier": "vs19_260_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_053/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 2.18 APPENDINO CHIARA (M5S) - Votazione Emendamento 2.18 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.18 DDL n. 1759",
            "description_title": "Emendamento 2.18 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": 25,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29662,
            "slug": "vs19_260_057",
            "identifier": "vs19_260_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_057/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 2.13 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.13 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.13 DDL n. 1759",
            "description_title": "Emendamento 2.13 CAPPELLETTI ENRICO (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.07,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29663,
            "slug": "vs19_260_058",
            "identifier": "vs19_260_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_058/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 2.15 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.15 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.15 DDL n. 1759",
            "description_title": "Emendamento 2.15 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": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29669,
            "slug": "vs19_260_064",
            "identifier": "vs19_260_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_064/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo aggiuntivo 2.0203 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.0203 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0203 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0203 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": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        }
    ]
}