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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=69",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=67",
    "results": [
        {
            "id": 29742,
            "slug": "vs19_261_054",
            "identifier": "vs19_261_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_054/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1435",
            "original_title": "Votazione Articolo 8 DDL n. 1435",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 69,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 29567,
            "slug": "vs19_256_022",
            "identifier": "vs19_256_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_022/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.105 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.105 PDL n. 0630",
            "original_title": "Votazione Emendamento 1.105 PDL n. 0630",
            "description_title": "Emendamento 1.105 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 29179,
            "slug": "vs19_267_024",
            "identifier": "vs19_267_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_024/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 35.105 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.105 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.105 DDL n. 1435",
            "description_title": "Emendamento 35.105 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29569,
            "slug": "vs19_256_024",
            "identifier": "vs19_256_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_024/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.106 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.106 PDL n. 0630",
            "original_title": "Votazione Emendamento 1.106 PDL n. 0630",
            "description_title": "Emendamento 1.106 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 29813,
            "slug": "vs19_261_126",
            "identifier": "vs19_261_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_126/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 126,
            "title": "Articolo aggiuntivo 15.03 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.03 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.03 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.03 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29165,
            "slug": "vs19_267_001",
            "identifier": "vs19_267_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_001/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto elezioni 2024",
            "original_title": "Votazione finale DDL n. 1780",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 29 gennaio 2024, n. 7, recante disposizioni urgenti per le consultazioni elettorali dell'anno 2024 e in materia di revisione delle anagrafi della popolazione residente e di determinazione della popolazione legale (Approvato dal Senato) (DDL 1780)",
            "public_title": "Conversione decreto elezioni 2024",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 28346,
            "slug": "vs19_247_032",
            "identifier": "vs19_247_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_032/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1633/71 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1633/71 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/71 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/71 SILVESTRI FRANCESCO (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": 33,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29713,
            "slug": "vs19_261_025",
            "identifier": "vs19_261_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_025/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1435",
            "original_title": "Votazione Articolo 2 DDL n. 1435",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28077,
            "slug": "vs19_244_050",
            "identifier": "vs19_244_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_050/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/384 E ABB-B/50, nel testo riformulato, MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/50, PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/50, PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/50, nel testo riformulato, MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 127,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27703,
            "slug": "vs19_239_084",
            "identifier": "vs19_239_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_084/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 84,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1515",
            "original_title": "Votazione Articolo 20 DDL n. 1515",
            "description_title": "Articolo 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 36487,
            "slug": "vs19_435_109",
            "identifier": "vs19_435_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_109/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 109,
            "title": "Articolo 11 - Votazione Articolo 11 PDL n. 1573",
            "original_title": "Votazione Articolo 11 PDL n. 1573",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 123,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 26634,
            "slug": "vs19_220_047",
            "identifier": "vs19_220_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_047/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1627/33 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/1627/33 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/33 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/33 SOUMAHORO ABOUBAKAR (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 34610,
            "slug": "vs19_387_007",
            "identifier": "vs19_387_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_007/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2088-AR/8 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/2088-AR/8 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/8 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/8 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": 18,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34643,
            "slug": "vs19_387_040",
            "identifier": "vs19_387_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_040/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2088-AR/43 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/43 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/43 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/43 DE LUCA PIERO (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": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34670,
            "slug": "vs19_387_067",
            "identifier": "vs19_387_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_067/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/2088-AR/70 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2088-AR/70 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/70 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/70 BARZOTTI 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": 31,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 34658,
            "slug": "vs19_387_055",
            "identifier": "vs19_387_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_055/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/2088-AR/58 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/2088-AR/58 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/58 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/58 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 34650,
            "slug": "vs19_387_047",
            "identifier": "vs19_387_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_047/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/2088-AR/50 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/2088-AR/50 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/50 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/50 BALDINO VITTORIA (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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34651,
            "slug": "vs19_387_048",
            "identifier": "vs19_387_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_048/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/2088-AR/51 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/2088-AR/51 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/51 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/51 DELL'OLIO GIANMAURO (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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 34652,
            "slug": "vs19_387_049",
            "identifier": "vs19_387_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_049/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/2088-AR/52 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/2088-AR/52 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/52 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/52 AURIEMMA CARMELA (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": 31,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 34655,
            "slug": "vs19_387_052",
            "identifier": "vs19_387_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_052/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/2088-AR/55 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/2088-AR/55 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/55 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/55 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 27793,
            "slug": "vs19_240_024",
            "identifier": "vs19_240_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_024/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1304 E ABB/4 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1304 E ABB/4 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/4 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/4 CARAMIELLO ALESSANDRO (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": 10,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 33615,
            "slug": "vs19_384_034",
            "identifier": "vs19_384_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_034/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 34,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 73,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 27416,
            "slug": "vs19_237_005",
            "identifier": "vs19_237_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_005/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1419",
            "description_title": "Emendamento 3.1 VACCARI STEFANO (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": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27390,
            "slug": "vs19_237_011",
            "identifier": "vs19_237_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_011/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1419",
            "original_title": "Votazione Articolo 5 DDL n. 1419",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 33546,
            "slug": "vs19_383_001",
            "identifier": "vs19_383_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_383_001/?format=api",
            "sitting": {
                "id": 1826,
                "date": "2024-11-19",
                "number": 383,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-250 UNF RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-250 UNF RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 27496,
            "slug": "vs19_236_077",
            "identifier": "vs19_236_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_077/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/1630/3 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1630/3 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/3 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/3 FENU EMILIANO (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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 27478,
            "slug": "vs19_236_013",
            "identifier": "vs19_236_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_013/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.22 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.22 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.22 DDL n. 1630",
            "description_title": "Emendamento 1.22 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27398,
            "slug": "vs19_236_031",
            "identifier": "vs19_236_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_031/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.43 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.43 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.43 DDL n. 1630",
            "description_title": "Emendamento 1.43 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27442,
            "slug": "vs19_236_014",
            "identifier": "vs19_236_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_014/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.23 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.23 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.23 DDL n. 1630",
            "description_title": "Emendamento 1.23 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 34261,
            "slug": "vs19_392_032",
            "identifier": "vs19_392_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_032/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/2150/47 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2150/47 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/47 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/47 BORRELLI FRANCESCO EMILIO (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": 12,
            "n_margin": 39,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 27713,
            "slug": "vs19_241_002",
            "identifier": "vs19_241_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_002/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.600, PDL n. 1457",
            "original_title": "Votazione Emendamento 1.600, PDL n. 1457",
            "description_title": "Emendamento 1.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 34278,
            "slug": "vs19_392_035",
            "identifier": "vs19_392_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_035/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2150/51 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/2150/51 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/51 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/51 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36588,
            "slug": "vs19_435_106",
            "identifier": "vs19_435_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_106/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 106,
            "title": "Emendamento 10.11 MARI FRANCESCO (AVS) - Votazione Emendamento 10.11 PDL n. 1573",
            "original_title": "Votazione Emendamento 10.11 PDL n. 1573",
            "description_title": "Emendamento 10.11 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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 27412,
            "slug": "vs19_236_040",
            "identifier": "vs19_236_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_040/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.56 IARIA ANTONINO (M5S) - Votazione Emendamento 1.56 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.56 DDL n. 1630",
            "description_title": "Emendamento 1.56 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": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27455,
            "slug": "vs19_236_025",
            "identifier": "vs19_236_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_025/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.27 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.27 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1630",
            "description_title": "Emendamento 1.27 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27392,
            "slug": "vs19_236_049",
            "identifier": "vs19_236_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_049/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.8 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1630",
            "description_title": "Emendamento 2.8 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 27453,
            "slug": "vs19_236_044",
            "identifier": "vs19_236_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_044/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 1.60 TORTO DANIELA (M5S) - Votazione Emendamento 1.60 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.60 DDL n. 1630",
            "description_title": "Emendamento 1.60 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 27487,
            "slug": "vs19_236_087",
            "identifier": "vs19_236_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_087/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1630/15 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1630/15 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/15 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/15 BORRELLI FRANCESCO EMILIO (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": 37,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 34165,
            "slug": "vs19_393_018",
            "identifier": "vs19_393_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_018/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34167,
            "slug": "vs19_393_032",
            "identifier": "vs19_393_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_032/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1950/15 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/15 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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 27387,
            "slug": "vs19_236_010",
            "identifier": "vs19_236_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_010/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.32 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.32 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.32 DDL n. 1630",
            "description_title": "Emendamento 1.32 PAGANO UBALDO (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": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27409,
            "slug": "vs19_236_048",
            "identifier": "vs19_236_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_048/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.7 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.7 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1630",
            "description_title": "Emendamento 2.7 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 52,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 27293,
            "slug": "vs19_233_033",
            "identifier": "vs19_233_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_033/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1606/59 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1606/59 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/59 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/59 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": 28,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 27349,
            "slug": "vs19_233_064",
            "identifier": "vs19_233_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_064/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1606/101 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1606/101 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/101 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/101 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 53,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 25.93
        },
        {
            "id": 34246,
            "slug": "vs19_396_031",
            "identifier": "vs19_396_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_031/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2164/45, come riformulato, ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/2164/45, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/45, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/45, come riformulato, ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 123,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27274,
            "slug": "vs19_233_018",
            "identifier": "vs19_233_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_018/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordinde del giorno n. 9/1606/40, nel testo riformulato, COLUCCI ALFONSO (M5S) - Votazione DDL n. 1606",
            "original_title": "Votazione DDL n. 1606",
            "description_title": "Ordinde del giorno n. 9/1606/40, nel testo riformulato, COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 119,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25116,
            "slug": "vs19_197_034",
            "identifier": "vs19_197_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_034/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 4.2 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 4.2 DDL n. 1324",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1324",
            "description_title": "Emendamento 4.2 FORATTINI ANTONELLA (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": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25091,
            "slug": "vs19_197_039",
            "identifier": "vs19_197_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_039/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 5.02 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.02 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.02 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.02 CARAMIELLO ALESSANDRO (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": 9,
            "n_margin": 28,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 36618,
            "slug": "vs19_435_142",
            "identifier": "vs19_435_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_142/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/1573/25 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1573/25 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/25 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/25 STUMPO NICOLA (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": 18,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 25130,
            "slug": "vs19_197_024",
            "identifier": "vs19_197_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_024/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo aggiuntivo 2.01 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.01 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 2.01 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        }
    ]
}