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

{
    "count": 22941,
    "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=168",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=166",
    "results": [
        {
            "id": 18521,
            "slug": "vs19_027_012",
            "identifier": "vs19_027_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_012/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 12,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 9 DDL n. 0643-bis",
            "description_title": "Articolo 9",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 89.87,
            "minority_cohesion_rate": 91.98
        },
        {
            "id": 20131,
            "slug": "vs19_081_039",
            "identifier": "vs19_081_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_039/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/889-R/50 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/889-R/50 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/50 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 20203,
            "slug": "vs19_082_023",
            "identifier": "vs19_082_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_023/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/889-R/84 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/889-R/84 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/84 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/84 QUARTINI ANDREA (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": 32,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24045,
            "slug": "vs19_160_023",
            "identifier": "vs19_160_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_023/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1 MARI FRANCESCO (AVS) - Votazione Emendamento 3.1 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1364",
            "description_title": "Emendamento 3.1 MARI FRANCESCO (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": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 21245,
            "slug": "vs19_105_040",
            "identifier": "vs19_105_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_040/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1060/R/79 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1060/R/79 DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/79 DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/79 GIANASSI FEDERICO (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": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 24067,
            "slug": "vs19_160_030",
            "identifier": "vs19_160_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_030/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1364/2 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/2 AIELLO DAVIDE (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": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25489,
            "slug": "vs19_205_005",
            "identifier": "vs19_205_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_205_005/?format=api",
            "sitting": {
                "id": 1541,
                "date": "2023-11-29",
                "number": 205,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00213, sul capoverso primo, lettera b), della parte dispositiva, SANTILLO AGOSTINO (M5S) ed altri - Votazione Mozione 1_00213",
            "original_title": "Votazione Mozione 1_00213",
            "description_title": "Mozione n. 1-00213, sul capoverso primo, lettera b), della parte dispositiva, SANTILLO AGOSTINO (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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18514,
            "slug": "vs19_027_005",
            "identifier": "vs19_027_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_005/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 5,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Emendamento TaB. DDL n. 0643-bis",
            "description_title": "Emendamento TaB. 2.201 del Governo",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 90.3,
            "minority_cohesion_rate": 91.98
        },
        {
            "id": 24048,
            "slug": "vs19_160_014",
            "identifier": "vs19_160_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_014/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.10 AIELLO DAVIDE (M5S) - Votazione Emendamento 2.10 DDL n. 1364",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1364",
            "description_title": "Emendamento 2.10 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 18519,
            "slug": "vs19_027_019",
            "identifier": "vs19_027_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_019/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 19,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 16 DDL n. 0643-bis",
            "description_title": "Articolo 16",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 87.76,
            "minority_cohesion_rate": 88.27
        },
        {
            "id": 18615,
            "slug": "vs19_027_061",
            "identifier": "vs19_027_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_061/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/643-BIS/84 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/84 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/84 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/84 GHIO VALENTINA (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": 32,
            "majority_cohesion_rate": 84.39,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 24020,
            "slug": "vs19_157_006",
            "identifier": "vs19_157_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_006/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.20 BONETTI ELENA (AIV-RE) - Votazione Emendamento 1.20 PDL n. 0536",
            "original_title": "Votazione Emendamento 1.20 PDL n. 0536",
            "description_title": "Emendamento 1.20 BONETTI ELENA (AIV-RE)",
            "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": 32,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29682,
            "slug": "vs19_260_077",
            "identifier": "vs19_260_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_077/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 2-quater.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 2-quater.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quater.1 DDL n. 1759",
            "description_title": "Emendamento 2-quater.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 20214,
            "slug": "vs19_082_020",
            "identifier": "vs19_082_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_020/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/889-R/81 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/889-R/81 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/81 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/81 PELLEGRINI MARCO (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": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29680,
            "slug": "vs19_260_075",
            "identifier": "vs19_260_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_075/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 2-bis.1 APPENDINO CHIARA (M5S) - Votazione Emendamento 2-bis.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-bis.1 DDL n. 1759",
            "description_title": "Emendamento 2-bis.1 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": 32,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 20136,
            "slug": "vs19_081_047",
            "identifier": "vs19_081_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_047/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/889-R/58 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/889-R/58 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/58 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/58 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 19763,
            "slug": "vs19_061_020",
            "identifier": "vs19_061_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_020/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/908/30 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/908/30 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/30 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/30 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 32940,
            "slug": "19-236-160",
            "identifier": "19-236-160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-160/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 160,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 25.0.151, Enrico Borghi e Musolino",
            "original_title": "Em. 25.0.151, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 32,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 43.02
        },
        {
            "id": 18451,
            "slug": "vs19_027_073",
            "identifier": "vs19_027_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_073/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 73,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/137 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/137 FERRARI SARA (PD-IDP)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 21170,
            "slug": "vs19_103_049",
            "identifier": "vs19_103_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_049/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1067/57 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1067/57 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/57 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/57 GIRELLI GIAN ANTONIO (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": 32,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 18409,
            "slug": "vs19_025_004",
            "identifier": "vs19_025_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_004/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.50 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 2.50 DDL n. 0664",
            "original_title": "Votazione Emendamento 2.50 DDL n. 0664",
            "description_title": "Emendamento 2.50 ORRICO ANNA LAURA (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": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 19810,
            "slug": "vs19_065_002",
            "identifier": "vs19_065_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_065_002/?format=api",
            "sitting": {
                "id": 1318,
                "date": "2023-03-08",
                "number": 65,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00054 BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00054",
            "original_title": "Votazione Mozione 1_00054",
            "description_title": "Mozione n. 1-00054 BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 18602,
            "slug": "vs19_027_095",
            "identifier": "vs19_027_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_095/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 95,
            "title": "Ordine del giorno n. 9/643-BIS/182 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/643-BIS/182 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/182 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/182 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": 32,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18616,
            "slug": "vs19_027_111",
            "identifier": "vs19_027_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_111/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/643-BIS/202 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/643-BIS/202 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/202 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/202 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 83.97,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18633,
            "slug": "vs19_027_087",
            "identifier": "vs19_027_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_087/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/643-BIS/165 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/643-BIS/165 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/165 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/165 QUARTINI ANDREA (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": 32,
            "majority_cohesion_rate": 83.54,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 21152,
            "slug": "vs19_097_099",
            "identifier": "vs19_097_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_099/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/859 E ABB./7 MANES FRANCO (MISTO) - Votazione Ordine del giorno 9/859 E ABB./7 PDL n. 0859",
            "original_title": "Votazione Ordine del giorno 9/859 E ABB./7 PDL n. 0859",
            "description_title": "Ordine del giorno n. 9/859 E ABB./7 MANES FRANCO (MISTO)",
            "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": 32,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25942,
            "slug": "vs19_213_023",
            "identifier": "vs19_213_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_023/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1601/34 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1601/34 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/34 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/34 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": 6,
            "n_margin": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 20137,
            "slug": "vs19_081_042",
            "identifier": "vs19_081_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_042/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/889-R/53 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/889-R/53 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/53 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/53 CHERCHI SUSANNA (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": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 21212,
            "slug": "vs19_103_015",
            "identifier": "vs19_103_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_015/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1067/21 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1067/21 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/21 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/21 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 18575,
            "slug": "vs19_027_105",
            "identifier": "vs19_027_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_105/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 105,
            "title": "Ordine del giorno n. 9/643-BIS/195 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/643-BIS/195 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/195 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/195 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 82.28,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 24542,
            "slug": "vs19_176_026",
            "identifier": "vs19_176_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_026/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.19 CASO ANTONIO (M5S) - Votazione Emendamento 2.19 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.19 PDL n. 0854",
            "description_title": "Emendamento 2.19 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": 32,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 21225,
            "slug": "vs19_105_029",
            "identifier": "vs19_105_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_029/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1060/R/65 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1060/R/65 DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/65 DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/65 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18437,
            "slug": "vs19_027_109",
            "identifier": "vs19_027_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_109/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 109,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/200 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/200 GIULIANO CARLA (M5S)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 84.39,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 28582,
            "slug": "vs19_252_055",
            "identifier": "vs19_252_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_055/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 5.4 IARIA ANTONINO (M5S) - Votazione Emendamento 5.4 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.4 PDL n. 0703",
            "description_title": "Emendamento 5.4 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 24063,
            "slug": "vs19_160_039",
            "identifier": "vs19_160_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_039/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1364/12 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1364/12 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/12 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/12 TORTO DANIELA (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": 32,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28633,
            "slug": "vs19_252_060",
            "identifier": "vs19_252_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_060/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 5.1006 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1006 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1006 PDL n. 0703",
            "description_title": "Emendamento 5.1006 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": 32,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 18532,
            "slug": "vs19_027_098",
            "identifier": "vs19_027_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_098/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/643-BIS/186 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/643-BIS/186 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/186 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/186 CAROTENUTO DARIO (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": 32,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 22673,
            "slug": "vs19_128_028",
            "identifier": "vs19_128_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_028/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1238/20 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/1238/20 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/20 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/20 SOUMAHORO ABOUBAKAR (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22672,
            "slug": "vs19_128_042",
            "identifier": "vs19_128_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_042/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1238/39 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1238/39 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/39 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/39 BARBAGALLO ANTHONY EMANUELE (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": 32,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 20872,
            "slug": "vs19_091_012",
            "identifier": "vs19_091_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_012/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1089/23 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1089/23 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/23 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/23 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 20217,
            "slug": "vs19_085_001",
            "identifier": "vs19_085_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_085_001/?format=api",
            "sitting": {
                "id": 1346,
                "date": "2023-04-12",
                "number": 85,
                "branch": "C"
            },
            "number": 1,
            "title": "Questioni pregiudiziali n. 1 FENU EMILIANO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri e n. 3 MEROLA VIRGINIO (PD-IDP) ed altri - Votazione pregiudiziale DDL n. 1060",
            "original_title": "Votazione pregiudiziale DDL n. 1060",
            "description_title": "Questioni pregiudiziali n. 1 FENU EMILIANO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri e n. 3 MEROLA VIRGINIO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 20141,
            "slug": "vs19_081_043",
            "identifier": "vs19_081_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_043/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/889-R/54 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/889-R/54 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/54 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/54 CASO ANTONIO (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": 32,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29588,
            "slug": "vs19_256_007",
            "identifier": "vs19_256_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_007/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 7,
            "title": "Risoluzione n. 6-00091 BRAGA CHIARA (PD-IDP) ed altri, sul capoverso diciottesimo delle premesse (Doc. XVI, n. 2) - Votazione Risoluzione 6_00091",
            "original_title": "Votazione Risoluzione 6_00091",
            "description_title": "Risoluzione n. 6-00091 BRAGA CHIARA (PD-IDP) ed altri, sul capoverso diciottesimo delle premesse (Doc. XVI, n. 2)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 32,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 18515,
            "slug": "vs19_027_016",
            "identifier": "vs19_027_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_016/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 16,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 13 DDL n. 0643-bis",
            "description_title": "Articolo 13",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 89.87,
            "minority_cohesion_rate": 91.36
        },
        {
            "id": 24602,
            "slug": "vs19_176_022",
            "identifier": "vs19_176_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_022/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.1000 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 2.1000 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 0854",
            "description_title": "Emendamento 2.1000 DI BIASE MICHELA (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": 32,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 28572,
            "slug": "vs19_252_054",
            "identifier": "vs19_252_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_054/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 5.2 IARIA ANTONINO (M5S) - Votazione Emendamento 5.2 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.2 PDL n. 0703",
            "description_title": "Emendamento 5.2 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 21202,
            "slug": "vs19_103_007",
            "identifier": "vs19_103_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_007/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1067/12 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1067/12 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/12 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/12 IARIA ANTONINO (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": 32,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 36052,
            "slug": "19-271-15",
            "identifier": "19-271-15",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-15/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 15,
            "title": "Em. 1.212, Turco e Croatti",
            "original_title": "Em. 1.212, Turco e Croatti",
            "description_title": null,
            "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": 31,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 45.78
        },
        {
            "id": 29687,
            "slug": "vs19_260_082",
            "identifier": "vs19_260_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_082/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 2-quinquies.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.5 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 20109,
            "slug": "vs19_073_009",
            "identifier": "vs19_073_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_009/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 9,
            "title": "Risoluzione n. 6-00025, limitatamente ai capoversi sesto, decimo e undicesimo della parte dispositiva, MOLINARI RICCARDO (LEGA), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M), FOTI TOMMASO (FDI) ed altri - Votazione Risoluzione 6_00025",
            "original_title": "Votazione Risoluzione 6_00025",
            "description_title": "Risoluzione n. 6-00025, limitatamente ai capoversi sesto, decimo e undicesimo della parte dispositiva, MOLINARI RICCARDO (LEGA), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M), FOTI TOMMASO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 78.4
        }
    ]
}