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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=175",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=173",
    "results": [
        {
            "id": 38475,
            "slug": "vs19_482_025",
            "identifier": "vs19_482_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_025/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 1.1011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1011",
            "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": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 21015,
            "slug": "vs19_097_001",
            "identifier": "vs19_097_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_001/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1112/1 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1112/1 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/1 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/1 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24683,
            "slug": "vs19_179_009",
            "identifier": "vs19_179_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_009/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00191 (Nuova formulazione), sul capoverso primo della parte dispositiva, BRAGA CHIARA (PD-IDP)  ed altri - Votazione Mozione 1_00191",
            "original_title": "Votazione Mozione 1_00191",
            "description_title": "Mozione n. 1-00191 (Nuova formulazione), sul capoverso primo della parte dispositiva, BRAGA CHIARA (PD-IDP)  ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 21027,
            "slug": "vs19_097_019",
            "identifier": "vs19_097_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_019/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1112/26 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1112/26 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/26 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/26 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21237,
            "slug": "vs19_105_013",
            "identifier": "vs19_105_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_013/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1060/R/46 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1060/R/46 DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/46 DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/46 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": 23,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19254,
            "slug": "vs19_051_010",
            "identifier": "vs19_051_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_010/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/750/14 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/14 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": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 21259,
            "slug": "vs19_105_017",
            "identifier": "vs19_105_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_017/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1060/R/50 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1060/R/50 DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/50 DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/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": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 21190,
            "slug": "vs19_103_042",
            "identifier": "vs19_103_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_042/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1067/50 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1067/50 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/50 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/50 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 38700,
            "slug": "vs19_487_060",
            "identifier": "vs19_487_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_060/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 60,
            "title": "ODG 9/2355/90 - Votazione Ordine del giorno 9/2355/90 ",
            "original_title": "Votazione Ordine del giorno 9/2355/90 ",
            "description_title": "ODG 9/2355/90",
            "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": 61.32,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38874,
            "slug": "vs19_491_038",
            "identifier": "vs19_491_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_038/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 8.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 19954,
            "slug": "vs19_072_096",
            "identifier": "vs19_072_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_096/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 8.5 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 8.5 DDL n. 0977",
            "original_title": "Votazione Emendamento 8.5 DDL n. 0977",
            "description_title": "Emendamento 8.5 MALAVASI ILENIA (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": 65.82,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 21187,
            "slug": "vs19_103_017",
            "identifier": "vs19_103_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_017/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1067/23 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1067/23 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/23 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/23 SCUTELLA' ELISA (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": 70.89,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 18754,
            "slug": "vs19_038_003",
            "identifier": "vs19_038_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_003/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.6 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 1.6 DDL n. 0674",
            "original_title": "Votazione Emendamento 1.6 DDL n. 0674",
            "description_title": "Emendamento 1.6 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 19287,
            "slug": "vs19_051_028",
            "identifier": "vs19_051_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_028/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (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": 72.15,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 18847,
            "slug": "vs19_029_036",
            "identifier": "vs19_029_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_036/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/705/36 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/705/36 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/36 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/36 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 24644,
            "slug": "vs19_176_001",
            "identifier": "vs19_176_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_001/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00058, riferita alla Relazione presentata ai sensi dell'articolo 6 della legge n. 243 del 2012, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M), (Doc. LVII, n. 1.bis) - Votazione Risoluzione 6_00058",
            "original_title": "Votazione Risoluzione 6_00058",
            "description_title": "Risoluzione n. 6-00058, riferita alla Relazione presentata ai sensi dell'articolo 6 della legge n. 243 del 2012, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M), (Doc. LVII, n. 1.bis)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 92.83,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 20920,
            "slug": "vs19_092_020",
            "identifier": "vs19_092_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_020/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00112, limitatamente al capoverso ottavo della parte dispositiva, BOSCHI MARIA ELENA (AIV-RE) ed altri - Votazione Mozione 1_00112",
            "original_title": "Votazione Mozione 1_00112",
            "description_title": "Mozione n. 1-00112, limitatamente al capoverso ottavo della parte dispositiva, BOSCHI MARIA ELENA (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19841,
            "slug": "vs19_072_078",
            "identifier": "vs19_072_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_078/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 4.69 QUARTINI ANDREA (M5S) - Votazione Emendamento 4.69 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.69 DDL n. 0977",
            "description_title": "Emendamento 4.69 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 20866,
            "slug": "vs19_091_009",
            "identifier": "vs19_091_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_009/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1089/19 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1089/19 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/19 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/19 GIULIANO CARLA (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": 74.26,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 19707,
            "slug": "vs19_057_040",
            "identifier": "vs19_057_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_040/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/888/86 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/86 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": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 39073,
            "slug": "vs19_498_026",
            "identifier": "vs19_498_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_026/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 4.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 20878,
            "slug": "vs19_091_027",
            "identifier": "vs19_091_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_027/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1089/55 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1089/55 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/55 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/55 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 20237,
            "slug": "vs19_085_004",
            "identifier": "vs19_085_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_085_004/?format=api",
            "sitting": {
                "id": 1346,
                "date": "2023-04-12",
                "number": 85,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/338-B/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/338-B/1 PDL n. 0338-B",
            "original_title": "Votazione Ordine del giorno 9/338-B/1 PDL n. 0338-B",
            "description_title": "Ordine del giorno n. 9/338-B/1 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19693,
            "slug": "vs19_057_009",
            "identifier": "vs19_057_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_009/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 18749,
            "slug": "vs19_038_011",
            "identifier": "vs19_038_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_011/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 5.2 BRAGA CHIARA (PD-IDP) - Votazione Emendamento 5.2 DDL n. 0674",
            "original_title": "Votazione Emendamento 5.2 DDL n. 0674",
            "description_title": "Emendamento 5.2 BRAGA CHIARA (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": 68.35,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 38480,
            "slug": "vs19_482_030",
            "identifier": "vs19_482_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_030/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 1.30 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.30",
            "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": 56.79,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 18782,
            "slug": "vs19_038_002",
            "identifier": "vs19_038_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_002/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.4 CASO ANTONIO (M5S) - Votazione Emendamento 1.4 DDL n. 0674",
            "original_title": "Votazione Emendamento 1.4 DDL n. 0674",
            "description_title": "Emendamento 1.4 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": 23,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19714,
            "slug": "vs19_057_046",
            "identifier": "vs19_057_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_046/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/888/96 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/888/96 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/96 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/96 SPORTIELLO GILDA (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": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 18998,
            "slug": "vs19_029_115",
            "identifier": "vs19_029_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_115/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/705/118 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/705/118 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/118 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/118 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 20837,
            "slug": "vs19_091_036",
            "identifier": "vs19_091_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_036/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1089/68 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1089/68 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/68 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/68 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 20844,
            "slug": "vs19_091_039",
            "identifier": "vs19_091_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_039/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1089/71 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1089/71 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/71 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/71 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 20836,
            "slug": "vs19_091_044",
            "identifier": "vs19_091_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_044/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1089/77 DE MARIA ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1089/77 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/77 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/77 DE MARIA ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 20874,
            "slug": "vs19_091_030",
            "identifier": "vs19_091_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_030/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1089/58 MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/1089/58 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/58 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/58 MORASSUT ROBERTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 38389,
            "slug": "19-304-2",
            "identifier": "19-304-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-304-2/?format=api",
            "sitting": {
                "id": 1990,
                "date": "2025-05-15",
                "number": 304,
                "branch": "S"
            },
            "number": 2,
            "title": "DDL n. 1432. Em. 1.101 (1a parte), Cataldi",
            "original_title": "DDL n. 1432. Em. 1.101 (1a parte), Cataldi",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 37.35
        },
        {
            "id": 18747,
            "slug": "vs19_038_015",
            "identifier": "vs19_038_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_015/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 5.04 BRAGA CHIARA (PD-IDP) - Votazione Emendamento 5.04 DDL n. 0674",
            "original_title": "Votazione Emendamento 5.04 DDL n. 0674",
            "description_title": "Articolo aggiuntivo 5.04 BRAGA CHIARA (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": 68.78,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 18758,
            "slug": "vs19_038_029",
            "identifier": "vs19_038_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_029/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 5.031 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 5.031 DDL n. 0674",
            "original_title": "Votazione Emendamento 5.031 DDL n. 0674",
            "description_title": "Articolo aggiuntivo 5.031 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18473,
            "slug": "vs19_019_041",
            "identifier": "vs19_019_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_041/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 11.1 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.1 DDL n. 0547",
            "original_title": "Votazione Emendamento 11.1 DDL n. 0547",
            "description_title": "Emendamento 11.1 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 18880,
            "slug": "vs19_038_048",
            "identifier": "vs19_038_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_048/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/674/8 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/674/8 DDL n. 0674",
            "original_title": "Votazione Ordine del giorno 9/674/8 DDL n. 0674",
            "description_title": "Ordine del giorno n. 9/674/8 SPORTIELLO GILDA (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": 68.35,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 18762,
            "slug": "vs19_038_007",
            "identifier": "vs19_038_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_007/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici articoli aggiuntivi 1.0110 CURTI AUGUSTO (PD-IDP), 1.0114 RUFFINO DANIELA (AIV-RE) e 1.0113 FONTANA ILARIA (M5S) - Votazione Emendamento 1.0110 DDL n. 0674",
            "original_title": "Votazione Emendamento 1.0110 DDL n. 0674",
            "description_title": "Identici articoli aggiuntivi 1.0110 CURTI AUGUSTO (PD-IDP), 1.0114 RUFFINO DANIELA (AIV-RE) e 1.0113 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": 23,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19843,
            "slug": "vs19_068_010",
            "identifier": "vs19_068_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_068_010/?format=api",
            "sitting": {
                "id": 1320,
                "date": "2023-03-14",
                "number": 68,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 1.09 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.09 DDL n. 0831",
            "original_title": "Votazione Emendamento 1.09 DDL n. 0831",
            "description_title": "Articolo aggiuntivo 1.09 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38456,
            "slug": "vs19_482_006",
            "identifier": "vs19_482_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_006/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 18597,
            "slug": "vs19_024_010",
            "identifier": "vs19_024_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_024_010/?format=api",
            "sitting": {
                "id": 1247,
                "date": "2022-12-13",
                "number": 24,
                "branch": "C"
            },
            "number": 10,
            "title": "Risoluzione n. 6-00011, limitatamente al capoverso secondo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00011",
            "original_title": "Votazione Risoluzione 6_00011",
            "description_title": "Risoluzione n. 6-00011, limitatamente al capoverso secondo della parte dispositiva, ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 91.36
        },
        {
            "id": 38500,
            "slug": "vs19_482_050",
            "identifier": "vs19_482_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_050/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 1.50 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.50",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 19159,
            "slug": "vs19_045_010",
            "identifier": "vs19_045_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_010/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.10 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.10 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.10 DDL n. 0785",
            "description_title": "Emendamento 1.10 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 18634,
            "slug": "vs19_020_001",
            "identifier": "vs19_020_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_020_001/?format=api",
            "sitting": {
                "id": 1239,
                "date": "2022-12-06",
                "number": 20,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/547/2 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/547/2 DDL n. 0547",
            "original_title": "Votazione Ordine del giorno 9/547/2 DDL n. 0547",
            "description_title": "Ordine del giorno n. 9/547/2 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 33012,
            "slug": "19-236-1",
            "identifier": "19-236-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-1/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 1,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 1.150, Enrico Borghi e Musolino",
            "original_title": "Em. 1.150, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 53.49
        },
        {
            "id": 25303,
            "slug": "vs19_203_005",
            "identifier": "vs19_203_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_005/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1458/6 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1458/6 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/6 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/6 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 38504,
            "slug": "vs19_482_054",
            "identifier": "vs19_482_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_054/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 54,
            "title": "EM 1.57 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.57",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 32964,
            "slug": "19-236-121",
            "identifier": "19-236-121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-121/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 121,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 16.0.151, Enrico Borghi e Musolino",
            "original_title": "Em. 16.0.151, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 68.97,
            "minority_cohesion_rate": 44.19
        },
        {
            "id": 39097,
            "slug": "vs19_498_053",
            "identifier": "vs19_498_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_053/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 53,
            "title": "EM 7.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 63.46
        }
    ]
}