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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=65",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=63",
    "results": [
        {
            "id": 35681,
            "slug": "vs19_409_105",
            "identifier": "vs19_409_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_105/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 105,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1917",
            "original_title": "Votazione Articolo 8 DDL n. 1917",
            "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": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35779,
            "slug": "vs19_409_104",
            "identifier": "vs19_409_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_104/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 8.1004 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.1004 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1004 DDL n. 1917",
            "description_title": "Emendamento 8.1004 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35778,
            "slug": "vs19_409_103",
            "identifier": "vs19_409_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_103/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 103,
            "title": "Identici emendamenti 8.7 COLUCCI ALFONSO (M5S) e 8.8 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 8.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.7 DDL n. 1917",
            "description_title": "Identici emendamenti 8.7 COLUCCI ALFONSO (M5S) e 8.8 GIANASSI FEDERICO (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": 37,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35777,
            "slug": "vs19_409_102",
            "identifier": "vs19_409_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_102/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 8.1003 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.1003 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1003 DDL n. 1917",
            "description_title": "Emendamento 8.1003 COLUCCI ALFONSO (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": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35776,
            "slug": "vs19_409_101",
            "identifier": "vs19_409_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_101/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 8.1005 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 8.1005 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1005 DDL n. 1917",
            "description_title": "Emendamento 8.1005 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35775,
            "slug": "vs19_409_100",
            "identifier": "vs19_409_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_100/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 100,
            "title": "Emendamento 8.6 CUPERLO GIANNI (PD-IDP) - Votazione Emendamento 8.6 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.6 DDL n. 1917",
            "description_title": "Emendamento 8.6 CUPERLO GIANNI (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": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35774,
            "slug": "vs19_409_099",
            "identifier": "vs19_409_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_099/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 8.1002 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1002 DDL n. 1917",
            "description_title": "Emendamento 8.1002 COLUCCI ALFONSO (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": 36,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35773,
            "slug": "vs19_409_098",
            "identifier": "vs19_409_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_098/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 8.1001 ALIFANO ENRICA (M5S) - Votazione Emendamento 8.1001 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1001 DDL n. 1917",
            "description_title": "Emendamento 8.1001 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": 37,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35772,
            "slug": "vs19_409_097",
            "identifier": "vs19_409_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_097/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 8.1000 AURIEMMA CARMELA (M5S) - Votazione Emendamento 8.1000 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1000 DDL n. 1917",
            "description_title": "Emendamento 8.1000 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35771,
            "slug": "vs19_409_096",
            "identifier": "vs19_409_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_096/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 8.5 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 8.5 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.5 DDL n. 1917",
            "description_title": "Emendamento 8.5 ZARATTI FILIBERTO (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": 37,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35770,
            "slug": "vs19_409_095",
            "identifier": "vs19_409_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_095/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 95,
            "title": "Identici emendamenti 8.3 CAFIERO DE RAHO FEDERICO (M5S) e 8.4 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 8.3 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.3 DDL n. 1917",
            "description_title": "Identici emendamenti 8.3 CAFIERO DE RAHO FEDERICO (M5S) e 8.4 SERRACCHIANI DEBORA (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": 38,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35769,
            "slug": "vs19_409_094",
            "identifier": "vs19_409_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_094/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 94,
            "title": "Identici emendamenti 8.1 AURIEMMA CARMELA (M5S) e 8.2 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 8.1 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1 DDL n. 1917",
            "description_title": "Identici emendamenti 8.1 AURIEMMA CARMELA (M5S) e 8.2 GIANASSI FEDERICO (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": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35768,
            "slug": "vs19_409_093",
            "identifier": "vs19_409_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_093/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo aggiuntivo 7.01000 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 7.01000 DDL n. 1917",
            "original_title": "Votazione Emendamento 7.01000 DDL n. 1917",
            "description_title": "Articolo aggiuntivo 7.01000 GIACHETTI ROBERTO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 35680,
            "slug": "vs19_409_092",
            "identifier": "vs19_409_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_092/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 92,
            "title": "Articolo 7 (Mantenimento) - Votazione Articolo 7 DDL n. 1917",
            "original_title": "Votazione Articolo 7 DDL n. 1917",
            "description_title": "Articolo 7 (Mantenimento)",
            "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": 37,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35679,
            "slug": "vs19_409_091",
            "identifier": "vs19_409_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_091/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 91,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1917",
            "original_title": "Votazione Articolo 6 DDL n. 1917",
            "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": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35767,
            "slug": "vs19_409_090",
            "identifier": "vs19_409_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_090/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 6.1000 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 6.1000 DDL n. 1917",
            "original_title": "Votazione Emendamento 6.1000 DDL n. 1917",
            "description_title": "Emendamento 6.1000 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 130,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35766,
            "slug": "vs19_409_089",
            "identifier": "vs19_409_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_089/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 89,
            "title": "Identici emendamenti 6.1 COLUCCI ALFONSO (M5S), 6.2 BONAFE' SIMONA (PD-IDP) e 6.3 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 6.1 DDL n. 1917",
            "original_title": "Votazione Emendamento 6.1 DDL n. 1917",
            "description_title": "Identici emendamenti 6.1 COLUCCI ALFONSO (M5S), 6.2 BONAFE' SIMONA (PD-IDP) e 6.3 ZARATTI FILIBERTO (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": 41,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35678,
            "slug": "vs19_409_088",
            "identifier": "vs19_409_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_088/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1917",
            "original_title": "Votazione Articolo 5 DDL n. 1917",
            "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": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35765,
            "slug": "vs19_409_087",
            "identifier": "vs19_409_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_087/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 5.1000 ALIFANO ENRICA (M5S) - Votazione Emendamento 5.1000 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.1000 DDL n. 1917",
            "description_title": "Emendamento 5.1000 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": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 35764,
            "slug": "vs19_409_086",
            "identifier": "vs19_409_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_086/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 5.1001 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 5.1001 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.1001 DDL n. 1917",
            "description_title": "Emendamento 5.1001 GIACHETTI ROBERTO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35763,
            "slug": "vs19_409_085",
            "identifier": "vs19_409_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_085/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 5.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.7 DDL n. 1917",
            "description_title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (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": 39,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35762,
            "slug": "vs19_409_084",
            "identifier": "vs19_409_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_084/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 84,
            "title": "Identici emendamenti 5.5 GIANASSI FEDERICO (PD-IDP) e 5.6 AURIEMMA CARMELA (M5S) - Votazione Emendamento 5.5 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.5 DDL n. 1917",
            "description_title": "Identici emendamenti 5.5 GIANASSI FEDERICO (PD-IDP) e 5.6 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 35761,
            "slug": "vs19_409_083",
            "identifier": "vs19_409_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_083/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 83,
            "title": "Identici emendamenti 5.1 ALIFANO ENRICA (M5S), 5.2 BONAFE' SIMONA (PD-IDP) e 5.3 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 5.1 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1917",
            "description_title": "Identici emendamenti 5.1 ALIFANO ENRICA (M5S), 5.2 BONAFE' SIMONA (PD-IDP) e 5.3 ZARATTI FILIBERTO (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": 6,
            "n_margin": 38,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35677,
            "slug": "vs19_409_082",
            "identifier": "vs19_409_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_082/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1917",
            "original_title": "Votazione Articolo 4 DDL n. 1917",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35760,
            "slug": "vs19_409_081",
            "identifier": "vs19_409_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_081/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 4.108 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.108 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.108 DDL n. 1917",
            "description_title": "Emendamento 4.108 ZARATTI FILIBERTO (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": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35759,
            "slug": "vs19_409_080",
            "identifier": "vs19_409_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_080/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 4.107 COLUCCI ALFONSO (M5S) e 4.1017 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.107 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.107 DDL n. 1917",
            "description_title": "Identici emendamenti 4.107 COLUCCI ALFONSO (M5S) e 4.1017 GIANASSI FEDERICO (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": 36,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35758,
            "slug": "vs19_409_079",
            "identifier": "vs19_409_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_079/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 4.1004 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.1004 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1004 DDL n. 1917",
            "description_title": "Emendamento 4.1004 COLUCCI ALFONSO (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": 38,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35757,
            "slug": "vs19_409_078",
            "identifier": "vs19_409_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_078/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 78,
            "title": "Identici emendamenti 4.104 CAFIERO DE RAHO FEDERICO (M5S) e 4.1016 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.104 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.104 DDL n. 1917",
            "description_title": "Identici emendamenti 4.104 CAFIERO DE RAHO FEDERICO (M5S) e 4.1016 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35756,
            "slug": "vs19_409_077",
            "identifier": "vs19_409_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_077/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 4.102 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.102 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.102 DDL n. 1917",
            "description_title": "Emendamento 4.102 ZARATTI FILIBERTO (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": 35,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35755,
            "slug": "vs19_409_076",
            "identifier": "vs19_409_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_076/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 76,
            "title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.101 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.101 DDL n. 1917",
            "description_title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (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": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35754,
            "slug": "vs19_409_075",
            "identifier": "vs19_409_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_075/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 75,
            "title": "Identici emendamenti 4.96 ALIFANO ENRICA (M5S) e 4.1014 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.96 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.96 DDL n. 1917",
            "description_title": "Identici emendamenti 4.96 ALIFANO ENRICA (M5S) e 4.1014 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35753,
            "slug": "vs19_409_074",
            "identifier": "vs19_409_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_074/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 4.89 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.89 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.89 DDL n. 1917",
            "description_title": "Emendamento 4.89 ZARATTI FILIBERTO (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": 36,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35752,
            "slug": "vs19_409_073",
            "identifier": "vs19_409_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_073/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 4.1008 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.1008 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1008 DDL n. 1917",
            "description_title": "Emendamento 4.1008 COLUCCI ALFONSO (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": 35,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35751,
            "slug": "vs19_409_072",
            "identifier": "vs19_409_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_072/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici emendamenti 4.88 COLUCCI ALFONSO (M5S) e 4.1013 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.88 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.88 DDL n. 1917",
            "description_title": "Identici emendamenti 4.88 COLUCCI ALFONSO (M5S) e 4.1013 GIANASSI FEDERICO (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": 38,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35750,
            "slug": "vs19_409_071",
            "identifier": "vs19_409_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_071/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 4.1006 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.1006 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1006 DDL n. 1917",
            "description_title": "Emendamento 4.1006 COLUCCI ALFONSO (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": 64.46,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35749,
            "slug": "vs19_409_070",
            "identifier": "vs19_409_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_070/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 4.1003 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.1003 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1003 DDL n. 1917",
            "description_title": "Emendamento 4.1003 COLUCCI ALFONSO (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": 36,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35748,
            "slug": "vs19_409_069",
            "identifier": "vs19_409_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_069/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 4.1005 ALIFANO ENRICA (M5S) - Votazione Emendamento 4.1005 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1005 DDL n. 1917",
            "description_title": "Emendamento 4.1005 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": 36,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35747,
            "slug": "vs19_409_068",
            "identifier": "vs19_409_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_068/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 4.78 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.78 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.78 DDL n. 1917",
            "description_title": "Emendamento 4.78 ZARATTI FILIBERTO (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": 35,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35746,
            "slug": "vs19_409_067",
            "identifier": "vs19_409_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_067/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 4.77 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.77 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.77 DDL n. 1917",
            "description_title": "Emendamento 4.77 ZARATTI FILIBERTO (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": 37,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35745,
            "slug": "vs19_409_066",
            "identifier": "vs19_409_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_066/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 4.76 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.76 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.76 DDL n. 1917",
            "description_title": "Emendamento 4.76 ZARATTI FILIBERTO (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": 33,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35744,
            "slug": "vs19_409_065",
            "identifier": "vs19_409_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_065/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 4.1002 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1002 DDL n. 1917",
            "description_title": "Emendamento 4.1002 PENZA PASQUALINO (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": 38,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35743,
            "slug": "vs19_409_064",
            "identifier": "vs19_409_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_064/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 64,
            "title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.75 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.75 DDL n. 1917",
            "description_title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35742,
            "slug": "vs19_409_063",
            "identifier": "vs19_409_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_063/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 63,
            "title": "Identici emendamenti 4.58 AURIEMMA CARMELA (M5S) e 4.1011 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.58 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.58 DDL n. 1917",
            "description_title": "Identici emendamenti 4.58 AURIEMMA CARMELA (M5S) e 4.1011 GIANASSI FEDERICO (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": 38,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35741,
            "slug": "vs19_409_062",
            "identifier": "vs19_409_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_062/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 4.34 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.34 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.34 DDL n. 1917",
            "description_title": "Emendamento 4.34 ZARATTI FILIBERTO (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": 40,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35740,
            "slug": "vs19_409_061",
            "identifier": "vs19_409_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_061/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 4.1000 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.1000 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1000 DDL n. 1917",
            "description_title": "Emendamento 4.1000 PENZA PASQUALINO (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": 39,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35739,
            "slug": "vs19_409_060",
            "identifier": "vs19_409_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_060/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 4.1009 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 4.1009 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1009 DDL n. 1917",
            "description_title": "Emendamento 4.1009 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 99,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 35738,
            "slug": "vs19_409_059",
            "identifier": "vs19_409_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_059/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 4.33 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.33 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.33 DDL n. 1917",
            "description_title": "Emendamento 4.33 ZARATTI FILIBERTO (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": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35737,
            "slug": "vs19_409_058",
            "identifier": "vs19_409_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_058/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 58,
            "title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.31 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.31 DDL n. 1917",
            "description_title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35736,
            "slug": "vs19_409_057",
            "identifier": "vs19_409_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_057/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 4.1024 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.1024 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1024 DDL n. 1917",
            "description_title": "Emendamento 4.1024 GIANASSI FEDERICO (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": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35735,
            "slug": "vs19_409_056",
            "identifier": "vs19_409_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_056/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 4.1023 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.1023 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1023 DDL n. 1917",
            "description_title": "Emendamento 4.1023 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 63.69
        }
    ]
}