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

{
    "count": 22904,
    "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=80",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=78",
    "results": [
        {
            "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": 29738,
            "slug": "vs19_261_050",
            "identifier": "vs19_261_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_050/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 8.500 della Commissione - Votazione Emendamento 8.500 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.500 DDL n. 1435",
            "description_title": "Emendamento 8.500 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29752,
            "slug": "vs19_261_065",
            "identifier": "vs19_261_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_065/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 65,
            "title": "Identici emendamenti 10.40 GADDA MARIA CHIARA (IVICRE) e 10.41 CASU ANDREA (PD-IDP) - Votazione Emendamento 10.40 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.40 DDL n. 1435",
            "description_title": "Identici emendamenti 10.40 GADDA MARIA CHIARA (IVICRE) e 10.41 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29737,
            "slug": "vs19_261_049",
            "identifier": "vs19_261_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_049/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 7.026 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 7.026 DDL n. 1435",
            "original_title": "Votazione Emendamento 7.026 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 7.026 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 91,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 28642,
            "slug": "vs19_252_080",
            "identifier": "vs19_252_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_080/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 6.1004 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 6.1004 PDL n. 0703",
            "original_title": "Votazione Emendamento 6.1004 PDL n. 0703",
            "description_title": "Emendamento 6.1004 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": 2,
            "n_margin": 59,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 29302,
            "slug": "vs19_270_033",
            "identifier": "vs19_270_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_033/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 3-bis.03 ROGGIANI SILVIA (PD-IDP) - Votazione Emendamento 3-bis.03 DDL n. 1790",
            "original_title": "Votazione Emendamento 3-bis.03 DDL n. 1790",
            "description_title": "Articolo aggiuntivo 3-bis.03 ROGGIANI SILVIA (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": 39,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 40.74
        },
        {
            "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": 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": 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": 34606,
            "slug": "vs19_387_003",
            "identifier": "vs19_387_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_003/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2088-AR/4 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2088-AR/4 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/4 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/4 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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34669,
            "slug": "vs19_387_066",
            "identifier": "vs19_387_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_066/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/2088-AR/69 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/2088-AR/69 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/69 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/69 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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 54.78
        },
        {
            "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": 34133,
            "slug": "vs19_388_173",
            "identifier": "vs19_388_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_173/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 173,
            "title": "Emendamento 34.2 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 34.2 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.2 DDL n. 2022",
            "description_title": "Emendamento 34.2 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.88
        },
        {
            "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": 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": 29961,
            "slug": "vs19_281_030",
            "identifier": "vs19_281_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_030/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1752/51 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1752/51 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/51 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/51 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 34075,
            "slug": "vs19_388_098",
            "identifier": "vs19_388_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_098/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 25.6 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 25.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.6 DDL n. 2022",
            "description_title": "Emendamento 25.6 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34076,
            "slug": "vs19_388_105",
            "identifier": "vs19_388_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_105/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 105,
            "title": "Identici emendamenti 25.27 MORFINO DANIELA (M5S) e 25.28 CASU ANDREA (PD-IDP) - Votazione Emendamento 25.27 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.27 DDL n. 2022",
            "description_title": "Identici emendamenti 25.27 MORFINO DANIELA (M5S) e 25.28 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 30043,
            "slug": "vs19_281_054",
            "identifier": "vs19_281_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_054/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1752/78 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1752/78 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/78 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/78 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29948,
            "slug": "vs19_281_003",
            "identifier": "vs19_281_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_003/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1752/16 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1752/16 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/16 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/16 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29967,
            "slug": "vs19_281_014",
            "identifier": "vs19_281_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_014/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1752/35 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1752/35 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/35 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/35 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": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.88
        },
        {
            "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": 34283,
            "slug": "vs19_388_190",
            "identifier": "vs19_388_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_190/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 190,
            "title": "Articolo aggiuntivo 34.038 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 34.038 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.038 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 34.038 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34443,
            "slug": "vs19_388_038",
            "identifier": "vs19_388_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_038/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici emendamenti 8.1000 ZINZI GIANPIERO (LEGA) e 8.1001 MAZZETTI ERICA (FI-PPE) - Votazione Emendamento 8.1000 DDL n. 2022",
            "original_title": "Votazione Emendamento 8.1000 DDL n. 2022",
            "description_title": "Identici emendamenti 8.1000 ZINZI GIANPIERO (LEGA) e 8.1001 MAZZETTI ERICA (FI-PPE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 92,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 27191,
            "slug": "vs19_231_047",
            "identifier": "vs19_231_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_047/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 3.79 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.79 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.79 DDL n. 1620",
            "description_title": "Emendamento 3.79 COLUCCI ALFONSO (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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 34552,
            "slug": "vs19_388_040",
            "identifier": "vs19_388_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_040/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 2022",
            "original_title": "Votazione Articolo 8 DDL n. 2022",
            "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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 30221,
            "slug": "vs19_292_029",
            "identifier": "vs19_292_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_029/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 8.21 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.21 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.21 DDL n. 1717",
            "description_title": "Emendamento 8.21 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 34071,
            "slug": "vs19_388_174",
            "identifier": "vs19_388_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_174/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 174,
            "title": "Emendamento 34.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 34.3 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.3 DDL n. 2022",
            "description_title": "Emendamento 34.3 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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 30245,
            "slug": "vs19_292_002",
            "identifier": "vs19_292_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_002/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.101 DORI DEVIS (AVS) - Votazione Emendamento 1.101 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.101 DDL n. 1717",
            "description_title": "Emendamento 1.101 DORI DEVIS (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": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 25630,
            "slug": "vs19_210_083",
            "identifier": "vs19_210_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_083/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 18.29 MANZI IRENE (PD-IDP) - Votazione Emendamento 18.29 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.29 DDL n. 1341",
            "description_title": "Emendamento 18.29 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": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 34150,
            "slug": "vs19_388_138",
            "identifier": "vs19_388_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_138/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 138,
            "title": "Emendamento 26.28 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 26.28 DDL n. 2022",
            "original_title": "Votazione Emendamento 26.28 DDL n. 2022",
            "description_title": "Emendamento 26.28 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 30249,
            "slug": "vs19_292_023",
            "identifier": "vs19_292_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_023/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 8.9 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.9 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.9 DDL n. 1717",
            "description_title": "Emendamento 8.9 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.71
        },
        {
            "id": 30275,
            "slug": "vs19_292_021",
            "identifier": "vs19_292_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_021/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 8.6 MAURI MATTEO (PD-IDP) - Votazione Emendamento 8.6 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.6 DDL n. 1717",
            "description_title": "Emendamento 8.6 MAURI MATTEO (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": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 69.33
        },
        {
            "id": 30234,
            "slug": "vs19_292_024",
            "identifier": "vs19_292_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_024/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 8.10 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 8.10 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.10 DDL n. 1717",
            "description_title": "Emendamento 8.10 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 25506,
            "slug": "vs19_210_174",
            "identifier": "vs19_210_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_174/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 174,
            "title": "Articolo 48 - Votazione Articolo 48 DDL n. 1341",
            "original_title": "Votazione Articolo 48 DDL n. 1341",
            "description_title": "Articolo 48",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 68,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 25621,
            "slug": "vs19_210_095",
            "identifier": "vs19_210_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_095/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 21.100 della Commissione - Votazione Emendamento 21.100 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.100 DDL n. 1341",
            "description_title": "Emendamento 21.100 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25603,
            "slug": "vs19_210_176",
            "identifier": "vs19_210_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_176/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 176,
            "title": "Emendamento 50.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 50.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 50.1 DDL n. 1341",
            "description_title": "Emendamento 50.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": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25678,
            "slug": "vs19_210_185",
            "identifier": "vs19_210_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_185/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 185,
            "title": "Emendamento 57.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 57.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 57.1 DDL n. 1341",
            "description_title": "Emendamento 57.1 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30185,
            "slug": "vs19_288_012",
            "identifier": "vs19_288_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_012/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1018/3 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1018/3 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/3 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/3 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": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 69.33
        },
        {
            "id": 30167,
            "slug": "vs19_288_014",
            "identifier": "vs19_288_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_014/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1018/5 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1018/5 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/5 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/5 MORFINO 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": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30154,
            "slug": "vs19_288_004",
            "identifier": "vs19_288_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_004/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 4,
            "title": "Subemendamento 0.1.200.2 FONTANA ILARIA (M5S) - Votazione Emendamento 0.1.200.2 PDL n. 1018",
            "original_title": "Votazione Emendamento 0.1.200.2 PDL n. 1018",
            "description_title": "Subemendamento 0.1.200.2 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30115,
            "slug": "vs19_283_024",
            "identifier": "vs19_283_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_024/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0836",
            "original_title": "Votazione Articolo 3 PDL n. 0836",
            "description_title": "Articolo 3",
            "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": 115,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 54.6
        },
        {
            "id": 30118,
            "slug": "vs19_283_022",
            "identifier": "vs19_283_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_022/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.5, come riformulato, ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.5, PDL n. 0836",
            "original_title": "Votazione Emendamento 3.5, PDL n. 0836",
            "description_title": "Emendamento 3.5, come riformulato, ZARATTI FILIBERTO (AVS)",
            "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": 122,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.19
        },
        {
            "id": 30100,
            "slug": "vs19_283_002",
            "identifier": "vs19_283_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_002/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 2.8 CASO ANTONIO (M5S) - Votazione Emendamento 2.8 PDL n. 0836",
            "original_title": "Votazione Emendamento 2.8 PDL n. 0836",
            "description_title": "Emendamento 2.8 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": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 24184,
            "slug": "vs19_168_003",
            "identifier": "vs19_168_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_003/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1373/4, come riformulato, ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1373/4, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/4, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/4, come riformulato, ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 17,
            "n_margin": 100,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 24753,
            "slug": "vs19_185_041",
            "identifier": "vs19_185_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_041/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 16.033 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 16.033 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.033 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.033 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.11
        },
        {
            "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
        }
    ]
}