Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=158
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=159",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=157",
    "results": [
        {
            "id": 29716,
            "slug": "vs19_261_028",
            "identifier": "vs19_261_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_028/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1435",
            "original_title": "Votazione Articolo 3 DDL n. 1435",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29715,
            "slug": "vs19_261_027",
            "identifier": "vs19_261_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_027/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.2 IARIA ANTONINO (M5S) - Votazione Emendamento 3.2 DDL n. 1435",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1435",
            "description_title": "Emendamento 3.2 IARIA ANTONINO (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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29714,
            "slug": "vs19_261_026",
            "identifier": "vs19_261_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_026/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.1 IARIA ANTONINO (M5S) - Votazione Emendamento 3.1 DDL n. 1435",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1435",
            "description_title": "Emendamento 3.1 IARIA ANTONINO (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": 5,
            "n_margin": 14,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29713,
            "slug": "vs19_261_025",
            "identifier": "vs19_261_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_025/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1435",
            "original_title": "Votazione Articolo 2 DDL n. 1435",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29712,
            "slug": "vs19_261_024",
            "identifier": "vs19_261_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_024/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.1001 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.1001 DDL n. 1435",
            "original_title": "Votazione Emendamento 2.1001 DDL n. 1435",
            "description_title": "Emendamento 2.1001 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 44,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29711,
            "slug": "vs19_261_023",
            "identifier": "vs19_261_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_023/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1435",
            "original_title": "Votazione Articolo 1 DDL n. 1435",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29710,
            "slug": "vs19_261_022",
            "identifier": "vs19_261_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_022/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.20 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 1.20 DDL n. 1435",
            "original_title": "Votazione Emendamento 1.20 DDL n. 1435",
            "description_title": "Emendamento 1.20 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29709,
            "slug": "vs19_261_021",
            "identifier": "vs19_261_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_021/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.1000 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 1.1000 DDL n. 1435",
            "description_title": "Emendamento 1.1000 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": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 29708,
            "slug": "vs19_261_020",
            "identifier": "vs19_261_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_020/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 20,
            "title": "Conversione decreto aziende di carattere strategico (ex Ilva)",
            "original_title": "Votazione finale DDL n. 1759",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 gennaio 2024, n. 4, recante disposizioni urgenti in materia di amministrazione straordinaria delle imprese di carattere strategico (Approvato dal Senato) (DDL 1759)",
            "public_title": "Conversione decreto aziende di carattere strategico (ex Ilva)",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 53,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29833,
            "slug": "vs19_261_019",
            "identifier": "vs19_261_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_019/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1759/29 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1759/29 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/29 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/29 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 9,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 29832,
            "slug": "vs19_261_018",
            "identifier": "vs19_261_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_018/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordini del giorno n. 9/1759/27 BONAFE' SIMONA (PD-IDP) e n. 9/1759/28 ROGGIANI SILVIA (PD-IDP), come riformulati - Votazione Ordine del giorno 9/1759/27 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/27 DDL n. 1759",
            "description_title": "Ordini del giorno n. 9/1759/27 BONAFE' SIMONA (PD-IDP) e n. 9/1759/28 ROGGIANI SILVIA (PD-IDP), come riformulati",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 129,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29831,
            "slug": "vs19_261_017",
            "identifier": "vs19_261_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_017/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 29830,
            "slug": "vs19_261_016",
            "identifier": "vs19_261_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_016/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29829,
            "slug": "vs19_261_015",
            "identifier": "vs19_261_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_015/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1759/24 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1759/24 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/24 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/24 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29828,
            "slug": "vs19_261_014",
            "identifier": "vs19_261_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_014/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 129,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29827,
            "slug": "vs19_261_013",
            "identifier": "vs19_261_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_013/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1759/22 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1759/22 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/22 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/22 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 120,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29826,
            "slug": "vs19_261_012",
            "identifier": "vs19_261_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_012/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1759/19 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1759/19 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/19 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/19 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29825,
            "slug": "vs19_261_011",
            "identifier": "vs19_261_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_011/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29824,
            "slug": "vs19_261_010",
            "identifier": "vs19_261_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_010/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1759/17 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1759/17 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/17 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/17 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29823,
            "slug": "vs19_261_009",
            "identifier": "vs19_261_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_009/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1759/15 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/15 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29822,
            "slug": "vs19_261_008",
            "identifier": "vs19_261_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_008/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1759/14 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1759/14 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/14 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/14 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29821,
            "slug": "vs19_261_007",
            "identifier": "vs19_261_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_007/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1759/13 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/13 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29820,
            "slug": "vs19_261_006",
            "identifier": "vs19_261_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_006/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29819,
            "slug": "vs19_261_005",
            "identifier": "vs19_261_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_005/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1759/11 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1759/11 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/11 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/11 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29818,
            "slug": "vs19_261_004",
            "identifier": "vs19_261_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_004/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29817,
            "slug": "vs19_261_003",
            "identifier": "vs19_261_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_003/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1759/9 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/9 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29816,
            "slug": "vs19_261_002",
            "identifier": "vs19_261_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_002/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1759/6 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1759/6 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/6 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/6 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29815,
            "slug": "vs19_261_001",
            "identifier": "vs19_261_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_001/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "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": 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": 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": 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": 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": 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": 29856,
            "slug": "vs19_260_097",
            "identifier": "vs19_260_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_097/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 3.4 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1759",
            "description_title": "Emendamento 3.4 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": 25,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 52.47
        },
        {
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 29690,
            "slug": "vs19_260_085",
            "identifier": "vs19_260_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_085/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 2-quinquies.9 EVI ELEONORA (AVS) - Votazione Emendamento 2-quinquies.9 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.9 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.9 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": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29689,
            "slug": "vs19_260_084",
            "identifier": "vs19_260_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_084/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 2-quinquies.6 EVI ELEONORA (AVS) - Votazione Emendamento 2-quinquies.6 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.6 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.6 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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29688,
            "slug": "vs19_260_083",
            "identifier": "vs19_260_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_083/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 2-quinquies.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.4 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.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": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.94
        },
        {
            "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
        }
    ]
}