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

{
    "count": 22951,
    "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=-majority_cohesion_rate&page=322",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=320",
    "results": [
        {
            "id": 26157,
            "slug": "vs19_216_132",
            "identifier": "vs19_216_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_132/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 132,
            "title": "Articolo 21 (Mantenimento) - Votazione Articolo 21 DDL n. 1555",
            "original_title": "Votazione Articolo 21 DDL n. 1555",
            "description_title": "Articolo 21 (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": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26151,
            "slug": "vs19_216_127",
            "identifier": "vs19_216_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_127/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 127,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1555",
            "original_title": "Votazione Articolo 19 DDL n. 1555",
            "description_title": "Articolo 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 55,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 26091,
            "slug": "vs19_216_012",
            "identifier": "vs19_216_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_012/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.12 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.12 DDL n. 1555",
            "description_title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26172,
            "slug": "vs19_216_007",
            "identifier": "vs19_216_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_007/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1555",
            "description_title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26173,
            "slug": "vs19_216_119",
            "identifier": "vs19_216_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_119/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo aggiuntivo 16.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 16.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 16.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 16.01000 GADDA MARIA CHIARA (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": 4,
            "n_margin": 44,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 26145,
            "slug": "vs19_216_098",
            "identifier": "vs19_216_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_098/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 12.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 12.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 12.01000 GADDA MARIA CHIARA (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": 71,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 26146,
            "slug": "vs19_216_111",
            "identifier": "vs19_216_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_111/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 111,
            "title": "Articolo aggiuntivo 14.02 PAVANELLI EMMA (M5S) - Votazione Emendamento 14.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 14.02 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 14.02 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": 28,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 26144,
            "slug": "vs19_216_075",
            "identifier": "vs19_216_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_075/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 11.7 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.7 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.7 DDL n. 1555",
            "description_title": "Emendamento 11.7 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26125,
            "slug": "vs19_216_004",
            "identifier": "vs19_216_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_004/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 BONELLI ANGELO (AVS) - Votazione Emendamento 1.4 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1555",
            "description_title": "Emendamento 1.4 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 26135,
            "slug": "vs19_216_077",
            "identifier": "vs19_216_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_077/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 11.10 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.10 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.10 DDL n. 1555",
            "description_title": "Emendamento 11.10 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26132,
            "slug": "vs19_216_031",
            "identifier": "vs19_216_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_031/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 3.7 EVI ELEONORA (AVS) - Votazione Emendamento 3.7 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1555",
            "description_title": "Emendamento 3.7 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": 36,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 28604,
            "slug": "vs19_252_010",
            "identifier": "vs19_252_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_010/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.1001 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 1.1001 PDL n. 0703",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 0703",
            "description_title": "Emendamento 1.1001 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 20165,
            "slug": "vs19_081_004",
            "identifier": "vs19_081_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_004/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/889-R/10, nel testo riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/889-R/10, DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/10, DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/10, nel testo riformulato, 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": "Approvata",
            "n_rebels": 5,
            "n_margin": 129,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 29766,
            "slug": "vs19_261_079",
            "identifier": "vs19_261_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_079/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 79,
            "title": "Identici emendamenti 14.5 IARIA ANTONINO (M5S), 14.6 GHIRRA FRANCESCA (AVS), 14.7 PASTORELLA GIULIA (APERRE) e 14.8 GRUPPIONI NAIKE (IVICRE) - Votazione Emendamento 14.5 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.5 DDL n. 1435",
            "description_title": "Identici emendamenti 14.5 IARIA ANTONINO (M5S), 14.6 GHIRRA FRANCESCA (AVS), 14.7 PASTORELLA GIULIA (APERRE) e 14.8 GRUPPIONI NAIKE (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": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 18486,
            "slug": "vs19_019_001",
            "identifier": "vs19_019_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_001/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.1 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.1 DDL n. 0547",
            "description_title": "Emendamento 1.1 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": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 24711,
            "slug": "vs19_176_036",
            "identifier": "vs19_176_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_036/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 36,
            "title": "Mozione n. 1-00196, ad eccezione della lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (AVS) ed altri - Votazione Mozione 1_00196",
            "original_title": "Votazione Mozione 1_00196",
            "description_title": "Mozione n. 1-00196, ad eccezione della lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 19244,
            "slug": "vs19_047_012",
            "identifier": "vs19_047_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_012/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/80/1 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/80/1 PDL n. 0080",
            "original_title": "Votazione Ordine del giorno 9/80/1 PDL n. 0080",
            "description_title": "Ordine del giorno n. 9/80/1 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": 1,
            "n_margin": 84,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 18397,
            "slug": "vs19_019_003",
            "identifier": "vs19_019_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_003/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 MAGI RICCARDO (MISTO) - Votazione Emendamento 1.3 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.3 DDL n. 0547",
            "description_title": "Emendamento 1.3 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 29654,
            "slug": "vs19_260_049",
            "identifier": "vs19_260_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_049/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.6 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1759",
            "description_title": "Emendamento 2.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19181,
            "slug": "vs19_046_002",
            "identifier": "vs19_046_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_002/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.201 della Commissione - Votazione Emendamento 1.201 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.201 PDL n. 0303",
            "description_title": "Emendamento 1.201 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "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": 19239,
            "slug": "vs19_047_001",
            "identifier": "vs19_047_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_001/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00049 CATTOI VANESSA (LEGA), FOTI TOMMASO (FDI), SERRACCHIANI DEBORA (PD-IDP), SILVESTRI FRANCESCO (M5S), CATTANEO ALESSANDRO (FI-PPE), RICHETTI MATTEO (AIV-RE), ZANELLA LUANA (AVS), LUPI MAURIZIO (NM-M), SCHULLIAN MANFRED (MISTO) ed altri - Votazione Mozione 1_00049",
            "original_title": "Votazione Mozione 1_00049",
            "description_title": "Mozione n. 1-00049 CATTOI VANESSA (LEGA), FOTI TOMMASO (FDI), SERRACCHIANI DEBORA (PD-IDP), SILVESTRI FRANCESCO (M5S), CATTANEO ALESSANDRO (FI-PPE), RICHETTI MATTEO (AIV-RE), ZANELLA LUANA (AVS), LUPI MAURIZIO (NM-M), SCHULLIAN MANFRED (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 134,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 29000,
            "slug": "vs19_265_019",
            "identifier": "vs19_265_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_019/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 23.8 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 23.8 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.8 DDL n. 1435",
            "description_title": "Emendamento 23.8 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19755,
            "slug": "vs19_061_015",
            "identifier": "vs19_061_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_015/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/908/24 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/908/24 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/24 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/24 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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18402,
            "slug": "vs19_019_002",
            "identifier": "vs19_019_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_002/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 MAGI RICCARDO (MISTO) - Votazione Emendamento 1.2 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.2 DDL n. 0547",
            "description_title": "Emendamento 1.2 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29030,
            "slug": "vs19_265_023",
            "identifier": "vs19_265_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_023/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 23.19 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.19 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.19 DDL n. 1435",
            "description_title": "Emendamento 23.19 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29032,
            "slug": "vs19_265_016",
            "identifier": "vs19_265_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_016/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1435",
            "original_title": "Votazione Articolo 22 DDL n. 1435",
            "description_title": "Articolo 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29033,
            "slug": "vs19_265_068",
            "identifier": "vs19_265_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_068/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 35.1005 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1005 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1005 DDL n. 1435",
            "description_title": "Emendamento 35.1005 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29040,
            "slug": "vs19_265_046",
            "identifier": "vs19_265_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_046/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 27.40 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 27.40 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.40 DDL n. 1435",
            "description_title": "Emendamento 27.40 FARAONE DAVIDE (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": 70,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 23993,
            "slug": "vs19_158_019",
            "identifier": "vs19_158_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_019/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0336",
            "original_title": "Votazione Articolo 6 PDL n. 0336",
            "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": 3,
            "n_margin": 126,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29615,
            "slug": "vs19_260_010",
            "identifier": "vs19_260_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_010/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28678,
            "slug": "vs19_251_145",
            "identifier": "vs19_251_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_145/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 145,
            "title": "Mozione n. 1-00247, sul capoverso ottavo degli impegni AMORESE ALESSANDRO (FDI), MIELE GIOVANNA (LEGA), RUSSO PAOLO EMILIO (FI-PPE), PISANO CALOGERO (NM-M) ed altri - Votazione Mozione 1_00247",
            "original_title": "Votazione Mozione 1_00247",
            "description_title": "Mozione n. 1-00247, sul capoverso ottavo degli impegni AMORESE ALESSANDRO (FDI), MIELE GIOVANNA (LEGA), RUSSO PAOLO EMILIO (FI-PPE), PISANO CALOGERO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 83,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29061,
            "slug": "vs19_265_048",
            "identifier": "vs19_265_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_048/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 27.1000 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 27.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.1000 DDL n. 1435",
            "description_title": "Emendamento 27.1000 D'ALFONSO LUCIANO (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": 62.87,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28273,
            "slug": "vs19_248_059",
            "identifier": "vs19_248_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_059/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 14.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 14.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 14.600, PDL n. 0799",
            "description_title": "Emendamento 14.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28650,
            "slug": "vs19_251_173",
            "identifier": "vs19_251_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_173/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 173,
            "title": "Mozione n. 1-00248, sul capoverso primo degli impegni, come riformulato, GIANASSI FEDERICO (PD-IDP) ed altri - Votazione Mozione 1_00248",
            "original_title": "Votazione Mozione 1_00248",
            "description_title": "Mozione n. 1-00248, sul capoverso primo degli impegni, come riformulato, GIANASSI FEDERICO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 129,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24043,
            "slug": "vs19_158_013",
            "identifier": "vs19_158_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_013/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 13,
            "title": "Proposta della Giunta di dichiarare che i fatti per i quali è in corso il procedimento di cui al Doc. IV-ter, n. 12, concernono opinioni espresse da Gianni Tonelli nell'esercizio delle sue funzioni, ai sensi del primo comma dell'articolo 68 della Costituzione. - Votazione Doc. IV-ter",
            "original_title": "Votazione Doc. IV-ter",
            "description_title": "Proposta della Giunta di dichiarare che i fatti per i quali è in corso il procedimento di cui al Doc. IV-ter, n. 12, concernono opinioni espresse da Gianni Tonelli nell'esercizio delle sue funzioni, ai sensi del primo comma dell'articolo 68 della Costituzione.",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 129,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29613,
            "slug": "vs19_260_008",
            "identifier": "vs19_260_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_008/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso dodicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso dodicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29614,
            "slug": "vs19_260_009",
            "identifier": "vs19_260_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_009/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso quattordicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso quattordicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29687,
            "slug": "vs19_260_082",
            "identifier": "vs19_260_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_082/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 2-quinquies.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 24003,
            "slug": "vs19_158_004",
            "identifier": "vs19_158_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_004/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo aggiuntivo 1.05 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.05 PDL n. 1135",
            "original_title": "Votazione Emendamento 1.05 PDL n. 1135",
            "description_title": "Articolo aggiuntivo 1.05 ASCARI STEFANIA (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": 58,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 29655,
            "slug": "vs19_260_050",
            "identifier": "vs19_260_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_050/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 2.8 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.8 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1759",
            "description_title": "Emendamento 2.8 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29644,
            "slug": "vs19_260_039",
            "identifier": "vs19_260_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_039/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1759",
            "description_title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19107,
            "slug": "vs19_033_057",
            "identifier": "vs19_033_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_057/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/730/101 RUFFINO DANIELA (AIV-RE) - Votazione Ordine del giorno 9/730/101 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/101 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/101 RUFFINO DANIELA (AIV-RE)",
            "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": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 28319,
            "slug": "vs19_248_054",
            "identifier": "vs19_248_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_054/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 0799",
            "original_title": "Votazione Articolo 13 PDL n. 0799",
            "description_title": "Articolo 13",
            "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": 131,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29803,
            "slug": "vs19_261_116",
            "identifier": "vs19_261_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_116/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 116,
            "title": "Emendamento 15.104 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.104 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.104 DDL n. 1435",
            "description_title": "Emendamento 15.104 TRAVERSI ROBERTO (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": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24132,
            "slug": "vs19_162_004",
            "identifier": "vs19_162_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_162_004/?format=api",
            "sitting": {
                "id": 1468,
                "date": "2023-09-14",
                "number": 162,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1001",
            "original_title": "Votazione Articolo 4 DDL n. 1001",
            "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": 127,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29204,
            "slug": "vs19_266_065",
            "identifier": "vs19_266_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_065/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 4-bis.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4-bis.1 DDL n. 1780",
            "original_title": "Votazione Emendamento 4-bis.1 DDL n. 1780",
            "description_title": "Emendamento 4-bis.1 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": 49,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 32.72
        },
        {
            "id": 20922,
            "slug": "vs19_092_038",
            "identifier": "vs19_092_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_038/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 38,
            "title": "Mozione n. 1-00081 (Nuova formulazione), limitatamente ai capoversi quinto e decimo della parte dispositiva, RUFFINO DANIELA (AIV-RE) ed altri - Votazione Mozione 1_00081",
            "original_title": "Votazione Mozione 1_00081",
            "description_title": "Mozione n. 1-00081 (Nuova formulazione), limitatamente ai capoversi quinto e decimo della parte dispositiva, RUFFINO DANIELA (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 64,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 29205,
            "slug": "vs19_266_045",
            "identifier": "vs19_266_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_045/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1-ter.6 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1-ter.6 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.6 DDL n. 1780",
            "description_title": "Emendamento 1-ter.6 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": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28293,
            "slug": "vs19_248_053",
            "identifier": "vs19_248_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_053/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 11.1000 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 11.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 11.1000 PDL n. 0799",
            "description_title": "Emendamento 11.1000 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 114,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 50.0
        }
    ]
}