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

{
    "count": 22951,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=335",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=333",
    "results": [
        {
            "id": 39746,
            "slug": "vs19_508_014",
            "identifier": "vs19_508_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_014/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2416-A/40 - Votazione Ordine del giorno 9/2416-A/40 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/40 ",
            "description_title": "ODG 9/2416-A/40",
            "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": 28,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22422,
            "slug": "vs19_133_030",
            "identifier": "vs19_133_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_030/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1178",
            "original_title": "Votazione Articolo 2 PDL n. 1178",
            "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": 131,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22440,
            "slug": "vs19_133_033",
            "identifier": "vs19_133_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_033/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 1178",
            "original_title": "Votazione Articolo 5 PDL n. 1178",
            "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": 1,
            "n_margin": 131,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 27402,
            "slug": "vs19_236_011",
            "identifier": "vs19_236_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_011/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1630",
            "description_title": "Emendamento 1.1 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 27406,
            "slug": "vs19_236_021",
            "identifier": "vs19_236_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_021/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.1001 FENU EMILIANO (M5S) - Votazione Emendamento 1.1001 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1001 DDL n. 1630",
            "description_title": "Emendamento 1.1001 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28272,
            "slug": "vs19_247_023",
            "identifier": "vs19_247_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_023/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1633/58, nel testo riformulato, DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1633/58, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/58, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/58, nel testo riformulato, DORI DEVIS (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": 1,
            "n_margin": 132,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 39795,
            "slug": "vs19_511_010",
            "identifier": "vs19_511_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_010/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 10,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "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": 128,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 27490,
            "slug": "vs19_236_075",
            "identifier": "vs19_236_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_075/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1630/1 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/1 CAPPELLETTI ENRICO (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": 34,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 28339,
            "slug": "vs19_247_014",
            "identifier": "vs19_247_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_014/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n.  9/1633/23 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1633/23 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/23 DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/23 IACONO GIOVANNA (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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39798,
            "slug": "vs19_511_016",
            "identifier": "vs19_511_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_016/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 16,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "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": 1,
            "n_margin": 126,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39801,
            "slug": "vs19_511_002",
            "identifier": "vs19_511_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_002/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 2,
            "title": "PDL 1074-A - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 1074-A - EM 1.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 22483,
            "slug": "vs19_133_008",
            "identifier": "vs19_133_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_008/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 11.102 AMORESE ALESSANDRO (FDI) - Votazione Emendamento 11.102 PDL n. 0596",
            "original_title": "Votazione Emendamento 11.102 PDL n. 0596",
            "description_title": "Emendamento 11.102 AMORESE ALESSANDRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 99,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 39796,
            "slug": "vs19_511_014",
            "identifier": "vs19_511_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_014/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 14,
            "title": "DDL 2189 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2189 - ARTICOLO 1",
            "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": 122,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 27884,
            "slug": "vs19_243_010",
            "identifier": "vs19_243_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_010/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione M5s su guerra in medio oriente undicesimo capoverso",
            "original_title": "Votazione Mozione 1_00222",
            "description_title": "Mozione n. 1-222, nuova formulazione, limitatamente al capoverso undicesimo della parte dispositiva SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": "Mozione M5s su guerra in medio oriente undicesimo capoverso",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 39831,
            "slug": "vs19_512_020",
            "identifier": "vs19_512_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_020/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 20,
            "title": "MOZ 1-476 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-476",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 22537,
            "slug": "vs19_133_043",
            "identifier": "vs19_133_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_043/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 43,
            "title": "Mozione n. 1-00096 (Nuova formulazione), sulla premessa, CATTANEO ALESSANDRO (FI-PPE), RIZZETTO WALTER (FDI), GIACCONE ANDREA (LEGA), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00096",
            "original_title": "Votazione Mozione 1_00096",
            "description_title": "Mozione n. 1-00096 (Nuova formulazione), sulla premessa, CATTANEO ALESSANDRO (FI-PPE), RIZZETTO WALTER (FDI), GIACCONE ANDREA (LEGA), ROMANO FRANCESCO SAVERIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 22535,
            "slug": "vs19_134_075",
            "identifier": "vs19_134_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_075/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/T.U.384/8 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/T.U.384/8 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/8 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/8 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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 27420,
            "slug": "vs19_236_022",
            "identifier": "vs19_236_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_022/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S) - Votazione Emendamento 1.26 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.26 DDL n. 1630",
            "description_title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27421,
            "slug": "vs19_236_057",
            "identifier": "vs19_236_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_057/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 3.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1630",
            "description_title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (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": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 39818,
            "slug": "vs19_512_006",
            "identifier": "vs19_512_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_006/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 71.79
        },
        {
            "id": 22565,
            "slug": "vs19_134_098",
            "identifier": "vs19_134_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_098/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/T.U.384/31 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/T.U.384/31 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/31 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/31 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": 40,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 28369,
            "slug": "vs19_247_061",
            "identifier": "vs19_247_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_061/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1633/110 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/110 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": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 39822,
            "slug": "vs19_512_010",
            "identifier": "vs19_512_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_010/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 1.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 27477,
            "slug": "vs19_236_071",
            "identifier": "vs19_236_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_071/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 3.31 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 3.31 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.31 DDL n. 1630",
            "description_title": "Emendamento 3.31 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 22495,
            "slug": "vs19_134_037",
            "identifier": "vs19_134_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_037/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 37,
            "title": "Identici emendamenti 3.58 MALAVASI ILENIA (PD-IDP) e 3.165 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.58 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.58 PDL n. 0384",
            "description_title": "Identici emendamenti 3.58 MALAVASI ILENIA (PD-IDP) e 3.165 FARAONE DAVIDE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 28074,
            "slug": "vs19_244_034",
            "identifier": "vs19_244_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_034/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/384 E ABB-B/34 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/34 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/34 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/34 ORRICO ANNA LAURA (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": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39836,
            "slug": "vs19_513_003",
            "identifier": "vs19_513_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_513_003/?format=api",
            "sitting": {
                "id": 2049,
                "date": "2025-07-17",
                "number": 513,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-474 RIF NO CPV 11 PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-474 RIF NO CPV 11 PREMESSA",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 77,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 22435,
            "slug": "vs19_134_047",
            "identifier": "vs19_134_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_047/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 3.71 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 3.71 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.71 PDL n. 0384",
            "description_title": "Emendamento 3.71 STUMPO NICOLA (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": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28082,
            "slug": "vs19_244_020",
            "identifier": "vs19_244_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_020/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/384 E ABB-B/20 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/20 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/20 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/20 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39858,
            "slug": "vs19_515_017",
            "identifier": "vs19_515_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_017/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 17,
            "title": "ART AGG 1.010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.010",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39850,
            "slug": "vs19_515_009",
            "identifier": "vs19_515_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_009/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 22411,
            "slug": "vs19_134_016",
            "identifier": "vs19_134_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_016/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.156 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.156 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.156 PDL n. 0384",
            "description_title": "Emendamento 3.156 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 39883,
            "slug": "vs19_515_042",
            "identifier": "vs19_515_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_042/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 42,
            "title": "ART AGG 11.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 28079,
            "slug": "vs19_244_037",
            "identifier": "vs19_244_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_037/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/384 E ABB-B/37 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/37 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/37 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/37 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 39890,
            "slug": "vs19_515_049",
            "identifier": "vs19_515_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_049/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 49,
            "title": "EM 13-BIS.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13-BIS.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 27418,
            "slug": "vs19_236_037",
            "identifier": "vs19_236_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_037/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.53 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1630",
            "description_title": "Emendamento 1.53 RICCIARDI TONI (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.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22465,
            "slug": "vs19_134_031",
            "identifier": "vs19_134_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_031/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 3.51 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.51 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.51 PDL n. 0384",
            "description_title": "Emendamento 3.51 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22494,
            "slug": "vs19_134_004",
            "identifier": "vs19_134_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_004/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 3.13, nel testo riformulato, RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.13, PDL n. 0384",
            "original_title": "Votazione Emendamento 3.13, PDL n. 0384",
            "description_title": "Emendamento 3.13, nel testo riformulato, RICCIARDI MARIANNA (M5S)",
            "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": 124,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22523,
            "slug": "vs19_134_072",
            "identifier": "vs19_134_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_072/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/T.U.384/5 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/T.U.384/5 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/5 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/5 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 39865,
            "slug": "vs19_515_024",
            "identifier": "vs19_515_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_024/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 24,
            "title": "ART AGG 1.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 39866,
            "slug": "vs19_515_025",
            "identifier": "vs19_515_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_025/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 25,
            "title": "ART AGG 1.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39867,
            "slug": "vs19_515_026",
            "identifier": "vs19_515_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_026/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 1-BIS.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1-BIS.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 28084,
            "slug": "vs19_244_044",
            "identifier": "vs19_244_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_044/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/384 E ABB-B/44 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/44 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/44 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/44 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 39869,
            "slug": "vs19_515_028",
            "identifier": "vs19_515_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_028/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 28,
            "title": "EM 2.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 28090,
            "slug": "vs19_244_014",
            "identifier": "vs19_244_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_014/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/384 E ABB-B/14 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/14 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/14 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/14 CARMINA IDA (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": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27494,
            "slug": "vs19_236_076",
            "identifier": "vs19_236_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_076/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1630/2 FILINI FRANCESCO (FDI) - Votazione Ordine del giorno 9/1630/2 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/2 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/2 FILINI FRANCESCO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 22583,
            "slug": "vs19_134_089",
            "identifier": "vs19_134_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_089/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/T.U.384/22 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/T.U.384/22 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/22 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/22 DI LAURO CARMEN (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": 35,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27497,
            "slug": "vs19_236_083",
            "identifier": "vs19_236_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_083/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 27498,
            "slug": "vs19_236_078",
            "identifier": "vs19_236_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_078/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1630/4 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1630/4 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/4 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/4 SANTILLO AGOSTINO (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": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22480,
            "slug": "vs19_134_060",
            "identifier": "vs19_134_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_060/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 3.88 ZANELLA LUANA (AVS) - Votazione Emendamento 3.88 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.88 PDL n. 0384",
            "description_title": "Emendamento 3.88 ZANELLA LUANA (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": 39,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 61.73
        }
    ]
}