Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=234
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=n_margin&page=235",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=233",
    "results": [
        {
            "id": 24441,
            "slug": "vs19_184_014",
            "identifier": "vs19_184_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_014/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.9 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1406",
            "description_title": "Emendamento 2.9 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": 26,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25018,
            "slug": "vs19_190_003",
            "identifier": "vs19_190_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_190_003/?format=api",
            "sitting": {
                "id": 1520,
                "date": "2023-11-07",
                "number": 190,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1517/11 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1517/11 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/11 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/11 FURFARO MARCO (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": 26,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 32014,
            "slug": "vs19_345_049",
            "identifier": "vs19_345_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_049/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 17.01001 PENZA PASQUALINO (M5S) - Votazione Emendamento 17.01001 DDL n. 1660",
            "original_title": "Votazione Emendamento 17.01001 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 17.01001 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 71.88
        },
        {
            "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": 25703,
            "slug": "vs19_210_149",
            "identifier": "vs19_210_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_149/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 37.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 37.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.5 DDL n. 1341",
            "description_title": "Emendamento 37.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22056,
            "slug": "vs19_137_047",
            "identifier": "vs19_137_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_047/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 4.1 FENU EMILIANO (M5S) - Votazione Emendamento 4.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1038",
            "description_title": "Emendamento 4.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 31883,
            "slug": "vs19_345_080",
            "identifier": "vs19_345_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_080/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 19.1000 GIULIANO CARLA (M5S), 19.1004 DI BIASE MICHELA (PD-IDP) e 19.1003 BONELLI ANGELO (AVS) - Votazione Emendamento 19.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 19.1000 DDL n. 1660",
            "description_title": "Identici emendamenti 19.1000 GIULIANO CARLA (M5S), 19.1004 DI BIASE MICHELA (PD-IDP) e 19.1003 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": 26,
            "majority_cohesion_rate": 62.76,
            "minority_cohesion_rate": 62.5
        },
        {
            "id": 30940,
            "slug": "vs19_317_028",
            "identifier": "vs19_317_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_028/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1933/33 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1933/33 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/33 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/33 GHIRRA FRANCESCA (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": 26,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 30947,
            "slug": "vs19_317_008",
            "identifier": "vs19_317_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_008/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1933/8 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/1933/8 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/8 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/8 LACARRA MARCO (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": 26,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 31871,
            "slug": "vs19_345_055",
            "identifier": "vs19_345_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_055/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 18.1012 PELLEGRINI MARCO (M5S) - Votazione Emendamento 18.1012 DDL n. 1660",
            "original_title": "Votazione Emendamento 18.1012 DDL n. 1660",
            "description_title": "Emendamento 18.1012 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.71,
            "minority_cohesion_rate": 74.38
        },
        {
            "id": 22813,
            "slug": "vs19_142_036",
            "identifier": "vs19_142_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_036/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 3.011 FENU EMILIANO (M5S) - Votazione Emendamento 3.011 PDL n. 0107",
            "original_title": "Votazione Emendamento 3.011 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 3.011 FENU EMILIANO (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": 26,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30893,
            "slug": "vs19_317_024",
            "identifier": "vs19_317_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_024/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1933/28 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1933/28 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/28 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/28 MARI FRANCESCO (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": 26,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 30343,
            "slug": "vs19_301_005",
            "identifier": "vs19_301_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_005/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00288 COMAROLI SILVANA ANDREINA (LEGA), LUCASELLI YLENJA (FDI), PELLA ROBERTO (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00288",
            "original_title": "Votazione Mozione 1_00288",
            "description_title": "Mozione n. 1-00288 COMAROLI SILVANA ANDREINA (LEGA), LUCASELLI YLENJA (FDI), PELLA ROBERTO (FI-PPE), ROMANO FRANCESCO SAVERIO (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": 26,
            "majority_cohesion_rate": 59.66,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 31785,
            "slug": "vs19_345_030",
            "identifier": "vs19_345_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_030/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo aggiuntivo 15.01000 ASCARI STEFANIA (M5S) - Votazione Emendamento 15.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 15.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 15.01000 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.2,
            "minority_cohesion_rate": 70.0
        },
        {
            "id": 38730,
            "slug": "vs19_487_090",
            "identifier": "vs19_487_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_090/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 90,
            "title": "ODG 9/2355/120 - Votazione Ordine del giorno 9/2355/120 ",
            "original_title": "Votazione Ordine del giorno 9/2355/120 ",
            "description_title": "ODG 9/2355/120",
            "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": 26,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 24616,
            "slug": "vs19_184_077",
            "identifier": "vs19_184_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_077/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 6.23 APPENDINO CHIARA (M5S) - Votazione Emendamento 6.23 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.23 DDL n. 1406",
            "description_title": "Emendamento 6.23 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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25370,
            "slug": "vs19_204_006",
            "identifier": "vs19_204_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_006/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1458/40 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1458/40 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/40 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/40 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22218,
            "slug": "vs19_147_003",
            "identifier": "vs19_147_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_003/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.7 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.7 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.7 PDL n. 0887",
            "description_title": "Emendamento 1.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": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 31939,
            "slug": "vs19_345_050",
            "identifier": "vs19_345_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_050/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 17.01002 ALIFANO ENRICA (M5S) - Votazione Emendamento 17.01002 DDL n. 1660",
            "original_title": "Votazione Emendamento 17.01002 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 17.01002 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 71.88
        },
        {
            "id": 24233,
            "slug": "vs19_171_018",
            "identifier": "vs19_171_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_018/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1436/27 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1436/27 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/27 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/27 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 30133,
            "slug": "vs19_283_039",
            "identifier": "vs19_283_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_039/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/836/7 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/836/7 PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/7 PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/7 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 30978,
            "slug": "vs19_317_086",
            "identifier": "vs19_317_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_086/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1933/97 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1933/97 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/97 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/97 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 24463,
            "slug": "vs19_184_060",
            "identifier": "vs19_184_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_060/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 60,
            "title": "Identici emendamenti 6.1 L'ABBATE PATTY (M5S) e 6.2 EVI ELEONORA (AVS) - Votazione Emendamento 6.1 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.1 DDL n. 1406",
            "description_title": "Identici emendamenti 6.1 L'ABBATE PATTY (M5S) e 6.2 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 26,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29991,
            "slug": "vs19_281_094",
            "identifier": "vs19_281_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_094/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/1752/121 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1752/121 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/121 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/121 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 30968,
            "slug": "vs19_317_087",
            "identifier": "vs19_317_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_087/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1933/98 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/1933/98 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/98 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/98 SCERRA FILIPPO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 36498,
            "slug": "vs19_435_007",
            "identifier": "vs19_435_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_007/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.1002 CAROTENUTO DARIO (M5S) - Votazione Emendamento 1.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 1.1002 PDL n. 1573",
            "description_title": "Emendamento 1.1002 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": 26,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 30592,
            "slug": "vs19_309_081",
            "identifier": "vs19_309_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_081/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 3.287 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.287 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.287 DDL n. 1665",
            "description_title": "Emendamento 3.287 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 28834,
            "slug": "vs19_255_004",
            "identifier": "vs19_255_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_004/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.1001 FONTANA ILARIA (M5S) - Votazione Emendamento 1.1001 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.1001 DDL n. 1658",
            "description_title": "Emendamento 1.1001 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": 26,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 32188,
            "slug": "vs19_326_036",
            "identifier": "vs19_326_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_036/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1902/48 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1902/48 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/48 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/48 APPENDINO CHIARA (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 31841,
            "slug": "vs19_345_017",
            "identifier": "vs19_345_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_017/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 17,
            "title": "Subemendamento 0.15.800.6 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 0.15.800.6 DDL n. 1660",
            "original_title": "Votazione Emendamento 0.15.800.6 DDL n. 1660",
            "description_title": "Subemendamento 0.15.800.6 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.78,
            "minority_cohesion_rate": 69.38
        },
        {
            "id": 31838,
            "slug": "vs19_345_034",
            "identifier": "vs19_345_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_034/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 15.01002 ASCARI STEFANIA (M5S) - Votazione Emendamento 15.01002 DDL n. 1660",
            "original_title": "Votazione Emendamento 15.01002 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 15.01002 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 72.5
        },
        {
            "id": 22650,
            "slug": "vs19_152_013",
            "identifier": "vs19_152_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_013/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00173 MOLLICONE FEDERICO (FDI), CAVANDOLI LAURA (LEGA), PITTALIS PIETRO (FI-PPE), BICCHIELLI PINO (NM-M) ed altri - Votazione Mozione 1_00173",
            "original_title": "Votazione Mozione 1_00173",
            "description_title": "Mozione n. 1-00173 MOLLICONE FEDERICO (FDI), CAVANDOLI LAURA (LEGA), PITTALIS PIETRO (FI-PPE), BICCHIELLI PINO (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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 30039,
            "slug": "vs19_281_090",
            "identifier": "vs19_281_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_090/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 32224,
            "slug": "vs19_326_029",
            "identifier": "vs19_326_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_029/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1902/38 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1902/38 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/38 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/38 DONNO LEONARDO (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": 26,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 32190,
            "slug": "vs19_326_038",
            "identifier": "vs19_326_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_038/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1902/50 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1902/50 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/50 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/50 COLUCCI ALFONSO (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": 26,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 22726,
            "slug": "vs19_128_051",
            "identifier": "vs19_128_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_051/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1238/57 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1238/57 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/57 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/57 RICCIARDI RICCARDO (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 32200,
            "slug": "vs19_326_048",
            "identifier": "vs19_326_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_048/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1902/64 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1902/64 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/64 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/64 SCARPA RACHELE (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": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 25337,
            "slug": "vs19_204_010",
            "identifier": "vs19_204_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_010/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1458/47 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1458/47 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/47 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/47 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 32192,
            "slug": "vs19_326_040",
            "identifier": "vs19_326_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_040/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1902/52 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1902/52 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/52 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/52 PENZA PASQUALINO (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": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 32193,
            "slug": "vs19_326_041",
            "identifier": "vs19_326_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_041/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1902/53 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1902/53 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/53 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/53 D'ORSO VALENTINA (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": 26,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 31775,
            "slug": "vs19_344_077",
            "identifier": "vs19_344_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_077/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 77,
            "title": "Articolo aggiuntivo 11.01001 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 11.01001 DDL n. 1660",
            "original_title": "Votazione Emendamento 11.01001 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 11.01001 RICCIARDI MARIANNA (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": 26,
            "majority_cohesion_rate": 64.02,
            "minority_cohesion_rate": 65.0
        },
        {
            "id": 38701,
            "slug": "vs19_487_061",
            "identifier": "vs19_487_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_061/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 61,
            "title": "ODG 9/2355/91 - Votazione Ordine del giorno 9/2355/91 ",
            "original_title": "Votazione Ordine del giorno 9/2355/91 ",
            "description_title": "ODG 9/2355/91",
            "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": 26,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 22055,
            "slug": "vs19_137_037",
            "identifier": "vs19_137_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_037/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1038",
            "description_title": "Emendamento 3.4 SCOTTO ARTURO (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": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 24466,
            "slug": "vs19_184_011",
            "identifier": "vs19_184_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_011/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.6 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1406",
            "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": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 22758,
            "slug": "vs19_142_011",
            "identifier": "vs19_142_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_011/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.4 FENU EMILIANO (M5S) - Votazione Emendamento 2.4 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.4 PDL n. 0107",
            "description_title": "Emendamento 2.4 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21889,
            "slug": "vs19_137_011",
            "identifier": "vs19_137_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_011/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.15 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 2.15 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.15 DDL n. 1038",
            "description_title": "Emendamento 2.15 MEROLA VIRGINIO (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": 26,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 28831,
            "slug": "vs19_255_002",
            "identifier": "vs19_255_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_002/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.2 FONTANA ILARIA (M5S), 1.4 BONELLI ANGELO (AVS) e 1.3 LACARRA MARCO (PD-IDP) - Votazione Emendamento 1.2 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1658",
            "description_title": "Identici emendamenti 1.2 FONTANA ILARIA (M5S), 1.4 BONELLI ANGELO (AVS) e 1.3 LACARRA MARCO (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": 26,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 30866,
            "slug": "vs19_314_004",
            "identifier": "vs19_314_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_004/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00121, sul capoverso terzo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Risoluzione 6_00121",
            "original_title": "Votazione Risoluzione 6_00121",
            "description_title": "Risoluzione n. 6-00121, sul capoverso terzo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 22066,
            "slug": "vs19_137_008",
            "identifier": "vs19_137_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_008/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.5 FENU EMILIANO (M5S) - Votazione Emendamento 2.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1038",
            "description_title": "Emendamento 2.5 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 30610,
            "slug": "vs19_309_092",
            "identifier": "vs19_309_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_092/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 3.368 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.368 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.368 DDL n. 1665",
            "description_title": "Emendamento 3.368 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": 26,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 70.99
        }
    ]
}