Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=331
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=332",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=330",
    "results": [
        {
            "id": 25711,
            "slug": "vs19_210_131",
            "identifier": "vs19_210_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_131/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 131,
            "title": "Emendamento 30.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 30.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.2 DDL n. 1341",
            "description_title": "Emendamento 30.2 MANZI IRENE (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.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25732,
            "slug": "vs19_210_033",
            "identifier": "vs19_210_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_033/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1341",
            "original_title": "Votazione Articolo 6 DDL n. 1341",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25693,
            "slug": "vs19_210_024",
            "identifier": "vs19_210_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_024/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 5.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1341",
            "description_title": "Emendamento 5.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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25702,
            "slug": "vs19_210_003",
            "identifier": "vs19_210_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_003/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 CASO ANTONIO (M5S) - Votazione Emendamento 1.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1341",
            "description_title": "Emendamento 1.2 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29986,
            "slug": "vs19_277_012",
            "identifier": "vs19_277_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_012/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00269, nel testo riformulato, D'ALESSIO ANTONIO (APERRE) ed altri - Votazione Mozione 1_00269",
            "original_title": "Votazione Mozione 1_00269",
            "description_title": "Mozione n. 1-00269, nel testo riformulato, D'ALESSIO ANTONIO (APERRE) 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": 2,
            "n_margin": 77,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.58
        },
        {
            "id": 21425,
            "slug": "vs19_108_002",
            "identifier": "vs19_108_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_108_002/?format=api",
            "sitting": {
                "id": 1384,
                "date": "2023-05-24",
                "number": 108,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione 1-00137 DI LAURO CARMEN (M5S) ed altri - Votazione Mozione 1_00137",
            "original_title": "Votazione Mozione 1_00137",
            "description_title": "Mozione 1-00137 DI LAURO CARMEN (M5S) 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": 127,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22225,
            "slug": "vs19_138_062",
            "identifier": "vs19_138_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_062/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1038 e abb./51 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1038 e abb./51 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./51 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./51 CUPERLO GIANNI (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": 10,
            "n_margin": 9,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24533,
            "slug": "vs19_185_028",
            "identifier": "vs19_185_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_028/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 13.2 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 13.2 DDL n. 1294",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1294",
            "description_title": "Emendamento 13.2 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24740,
            "slug": "vs19_184_051",
            "identifier": "vs19_184_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_051/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 4.15 APPENDINO CHIARA (M5S) - Votazione Emendamento 4.15 DDL n. 1406",
            "original_title": "Votazione Emendamento 4.15 DDL n. 1406",
            "description_title": "Emendamento 4.15 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29325,
            "slug": "vs19_270_065",
            "identifier": "vs19_270_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_065/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1435/25 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1435/25 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/25 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/25 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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29377,
            "slug": "vs19_270_082",
            "identifier": "vs19_270_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_082/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1435/62 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1435/62 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/62 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/62 TRAVERSI ROBERTO (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": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29330,
            "slug": "vs19_270_064",
            "identifier": "vs19_270_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_064/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1435/23 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1435/23 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/23 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/23 ROGGIANI SILVIA (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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 25586,
            "slug": "vs19_210_137",
            "identifier": "vs19_210_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_137/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 137,
            "title": "Emendamento 33.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 33.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 33.300, DDL n. 1341",
            "description_title": "Emendamento 33.300, 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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25297,
            "slug": "vs19_203_017",
            "identifier": "vs19_203_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_017/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1458/18 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1458/18 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/18 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/18 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29683,
            "slug": "vs19_260_078",
            "identifier": "vs19_260_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_078/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 2-quater.3 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2-quater.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quater.3 DDL n. 1759",
            "description_title": "Emendamento 2-quater.3 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29049,
            "slug": "vs19_265_069",
            "identifier": "vs19_265_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_069/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 35.24 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.24 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.24 DDL n. 1435",
            "description_title": "Emendamento 35.24 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": 21,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 18996,
            "slug": "vs19_033_059",
            "identifier": "vs19_033_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_059/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/730/103 PASTORELLA GIULIA (AIV-RE) - Votazione Ordine del giorno 9/730/103 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/103 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/103 PASTORELLA GIULIA (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": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 28990,
            "slug": "vs19_265_042",
            "identifier": "vs19_265_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_042/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici emendamenti 27.26 MORASSUT ROBERTO (PD-IDP) e 27.30 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.26 DDL n. 1435",
            "description_title": "Identici emendamenti 27.26 MORASSUT ROBERTO (PD-IDP) e 27.30 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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25298,
            "slug": "vs19_203_020",
            "identifier": "vs19_203_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_020/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1458/21 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1458/21 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/21 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/21 LAI SILVIO (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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29008,
            "slug": "vs19_265_015",
            "identifier": "vs19_265_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_015/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 22.13 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 22.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 22.13 DDL n. 1435",
            "description_title": "Emendamento 22.13 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": 7,
            "n_margin": 68,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 28997,
            "slug": "vs19_265_025",
            "identifier": "vs19_265_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_025/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 23.24 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 23.24 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.24 DDL n. 1435",
            "description_title": "Emendamento 23.24 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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29166,
            "slug": "vs19_267_026",
            "identifier": "vs19_267_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_026/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 35.110 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 35.110 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.110 DDL n. 1435",
            "description_title": "Emendamento 35.110 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29807,
            "slug": "vs19_261_120",
            "identifier": "vs19_261_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_120/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 120,
            "title": "Emendamento 15.109 COSTA SERGIO (M5S) - Votazione Emendamento 15.109 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.109 DDL n. 1435",
            "description_title": "Emendamento 15.109 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29005,
            "slug": "vs19_265_027",
            "identifier": "vs19_265_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_027/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 23.28 CAROTENUTO DARIO (M5S) - Votazione Emendamento 23.28 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.28 DDL n. 1435",
            "description_title": "Emendamento 23.28 CAROTENUTO DARIO (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": 46,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 29021,
            "slug": "vs19_265_059",
            "identifier": "vs19_265_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_059/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo aggiuntivo 32.01000 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 32.01000 DDL n. 1435",
            "original_title": "Votazione Emendamento 32.01000 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 32.01000 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": 1,
            "n_margin": 47,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 18890,
            "slug": "vs19_042_006",
            "identifier": "vs19_042_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_006/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/761/5 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/761/5 DDL n. 0761",
            "original_title": "Votazione Ordine del giorno 9/761/5 DDL n. 0761",
            "description_title": "Ordine del giorno n. 9/761/5 LOMUTI ARNALDO (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": 34,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29770,
            "slug": "vs19_261_083",
            "identifier": "vs19_261_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_083/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 14.16 IARIA ANTONINO (M5S) - Votazione Emendamento 14.16 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.16 DDL n. 1435",
            "description_title": "Emendamento 14.16 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": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29220,
            "slug": "vs19_267_033",
            "identifier": "vs19_267_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_033/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 35.145 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.145 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.145 DDL n. 1435",
            "description_title": "Emendamento 35.145 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": 25,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29038,
            "slug": "vs19_265_022",
            "identifier": "vs19_265_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_022/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 23.17 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 23.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.17 DDL n. 1435",
            "description_title": "Emendamento 23.17 PASTORINO LUCA (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29188,
            "slug": "vs19_267_034",
            "identifier": "vs19_267_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_034/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 35.154 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 35.154 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.154 DDL n. 1435",
            "description_title": "Emendamento 35.154 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 19759,
            "slug": "vs19_061_018",
            "identifier": "vs19_061_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_018/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/908/27 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/908/27 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/27 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/27 FRATOIANNI NICOLA (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": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29806,
            "slug": "vs19_261_119",
            "identifier": "vs19_261_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_119/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 119,
            "title": "Emendamento 15.108 COSTA SERGIO (M5S) - Votazione Emendamento 15.108 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.108 DDL n. 1435",
            "description_title": "Emendamento 15.108 COSTA SERGIO (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": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29227,
            "slug": "vs19_267_035",
            "identifier": "vs19_267_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_035/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 35.1011 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.1011 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1011 DDL n. 1435",
            "description_title": "Emendamento 35.1011 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 20167,
            "slug": "vs19_081_032",
            "identifier": "vs19_081_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_032/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/889-R/43, nel testo riformulato, RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/889-R/43, DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/43, DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/43, nel testo riformulato, RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 128,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 23999,
            "slug": "vs19_158_020",
            "identifier": "vs19_158_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_020/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0336",
            "original_title": "Votazione Articolo 7 PDL n. 0336",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29609,
            "slug": "vs19_260_004",
            "identifier": "vs19_260_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_004/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso settimo 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 settimo 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29184,
            "slug": "vs19_267_023",
            "identifier": "vs19_267_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_023/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 23,
            "title": "Identici emendamenti 35.102 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.103 COSTA SERGIO (M5S) - Votazione Emendamento 35.102 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.102 DDL n. 1435",
            "description_title": "Identici emendamenti 35.102 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.103 COSTA SERGIO (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": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29062,
            "slug": "vs19_265_013",
            "identifier": "vs19_265_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_013/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 22.11 IARIA ANTONINO (M5S) - Votazione Emendamento 22.11 DDL n. 1435",
            "original_title": "Votazione Emendamento 22.11 DDL n. 1435",
            "description_title": "Emendamento 22.11 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": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29653,
            "slug": "vs19_260_048",
            "identifier": "vs19_260_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_048/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1759",
            "description_title": "Emendamento 2.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29768,
            "slug": "vs19_261_081",
            "identifier": "vs19_261_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_081/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 14.13 IARIA ANTONINO (M5S) - Votazione Emendamento 14.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.13 DDL n. 1435",
            "description_title": "Emendamento 14.13 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": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 24015,
            "slug": "vs19_158_017",
            "identifier": "vs19_158_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_017/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0336",
            "original_title": "Votazione Articolo 4 PDL n. 0336",
            "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": 2,
            "n_margin": 122,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 28280,
            "slug": "vs19_248_058",
            "identifier": "vs19_248_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_058/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 14.500 (Ulteriore nuova formulazione) della Commissione - Votazione Emendamento 14.500 PDL n. 0799",
            "original_title": "Votazione Emendamento 14.500 PDL n. 0799",
            "description_title": "Emendamento 14.500 (Ulteriore nuova formulazione) 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 28299,
            "slug": "vs19_248_052",
            "identifier": "vs19_248_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_052/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 10.1000 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 10.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 10.1000 PDL n. 0799",
            "description_title": "Emendamento 10.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": 0,
            "n_margin": 114,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 28315,
            "slug": "vs19_248_060",
            "identifier": "vs19_248_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_060/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 14 - Votazione Articolo 14 PDL n. 0799",
            "original_title": "Votazione Articolo 14 PDL n. 0799",
            "description_title": "Articolo 14",
            "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": 129,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 19787,
            "slug": "vs19_064_002",
            "identifier": "vs19_064_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_002/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 FONTANA ILARIA (M5S) - Votazione Emendamento 1.1 DDL n. 0930",
            "original_title": "Votazione Emendamento 1.1 DDL n. 0930",
            "description_title": "Emendamento 1.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19727,
            "slug": "vs19_057_042",
            "identifier": "vs19_057_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_042/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/888/89 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/888/89 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/89 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/89 PAVANELLI EMMA (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": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25316,
            "slug": "vs19_203_016",
            "identifier": "vs19_203_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_016/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1458/17 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1458/17 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/17 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/17 SERRACCHIANI DEBORA (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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25323,
            "slug": "vs19_203_014",
            "identifier": "vs19_203_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_014/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1458/15 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1458/15 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/15 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/15 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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29068,
            "slug": "vs19_265_029",
            "identifier": "vs19_265_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_029/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 23.30 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 23.30 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.30 DDL n. 1435",
            "description_title": "Emendamento 23.30 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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29168,
            "slug": "vs19_267_022",
            "identifier": "vs19_267_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_022/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 35.1010 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1010 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1010 DDL n. 1435",
            "description_title": "Emendamento 35.1010 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.45,
            "minority_cohesion_rate": 66.05
        }
    ]
}