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

{
    "count": 22941,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=359",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=357",
    "results": [
        {
            "id": 19986,
            "slug": "vs19_073_006",
            "identifier": "vs19_073_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_006/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00024, ad eccezione del capoverso primo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione Risoluzione 6_00024",
            "original_title": "Votazione Risoluzione 6_00024",
            "description_title": "Risoluzione n. 6-00024, ad eccezione del capoverso primo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) 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": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 26472,
            "slug": "vs19_219_020",
            "identifier": "vs19_219_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_020/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.20 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.20 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.20 DDL n. 1627",
            "description_title": "Emendamento 1.20 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 37785,
            "slug": "vs19_465_007",
            "identifier": "vs19_465_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_465_007/?format=api",
            "sitting": {
                "id": 1963,
                "date": "2025-04-10",
                "number": 465,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00425 (Nuova formulazione) BRAGA CHIARA (PD-IDP) ed altri - Votazione Mozione 1_00425",
            "original_title": "Votazione Mozione 1_00425",
            "description_title": "Mozione n. 1-00425 (Nuova formulazione) 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": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 26628,
            "slug": "vs19_220_056",
            "identifier": "vs19_220_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_056/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1627/46, come riformulato, CARFAGNA MARIA ROSARIA (APERRE) - Votazione Ordine del giorno 9/1627/46, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/46, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/46, come riformulato, CARFAGNA MARIA ROSARIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 48,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 35417,
            "slug": "vs19_402_066",
            "identifier": "vs19_402_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_066/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/2112-bis/52, nel testo riformulato, GALLO FRANCESCO (M-ALT) - Votazione Ordine del giorno 9/2112-bis/52, DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/52, DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/52, nel testo riformulato, GALLO FRANCESCO (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 48,
            "majority_cohesion_rate": 76.86,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40663,
            "slug": "vs19_551_049",
            "identifier": "vs19_551_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_049/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 49,
            "title": "EM 1.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.17",
            "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": 48,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 26565,
            "slug": "vs19_220_001",
            "identifier": "vs19_220_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_001/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.80 GNASSI ANDREA (PD-IDP) - Votazione Emendamento 1.80 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.80 DDL n. 1627",
            "description_title": "Emendamento 1.80 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 37843,
            "slug": "vs19_468_022",
            "identifier": "vs19_468_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_468_022/?format=api",
            "sitting": {
                "id": 1966,
                "date": "2025-04-16",
                "number": 468,
                "branch": "C"
            },
            "number": 22,
            "title": "Risoluzione n. 6-00169 BRAGA CHIARA (PD-IDP) ed altri, limitatamente alla premessa (Doc. XVI, n. 4) - Votazione Risoluzione 6_00169",
            "original_title": "Votazione Risoluzione 6_00169",
            "description_title": "Risoluzione n. 6-00169 BRAGA CHIARA (PD-IDP) ed altri, limitatamente alla premessa (Doc. XVI, n. 4)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 48,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 40668,
            "slug": "vs19_551_054",
            "identifier": "vs19_551_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_054/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 54,
            "title": "EM 1.34 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.34",
            "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": 48,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 34107,
            "slug": "vs19_388_124",
            "identifier": "vs19_388_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_124/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 124,
            "title": "Identici articoli aggiuntivi 25.017 MAGI RICCARDO (M-+EUR) e 25.020 IARIA ANTONINO (M5S) - Votazione Emendamento 25.017 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.017 DDL n. 2022",
            "description_title": "Identici articoli aggiuntivi 25.017 MAGI RICCARDO (M-+EUR) e 25.020 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 23935,
            "slug": "vs19_154_017",
            "identifier": "vs19_154_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_017/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 16.1 GRIMALDI MARCO (AVS) - Votazione Emendamento 16.1 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 16.1 DDL n. 1038-B",
            "description_title": "Emendamento 16.1 GRIMALDI MARCO (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": 4,
            "n_margin": 48,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 31020,
            "slug": "vs19_322_001",
            "identifier": "vs19_322_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_322_001/?format=api",
            "sitting": {
                "id": 1734,
                "date": "2024-07-10",
                "number": 322,
                "branch": "C"
            },
            "number": 1,
            "title": "Riforma Nordio in tema di giustizia penale",
            "original_title": "Votazione finale DDL n. 1718",
            "description_title": "Modifiche al codice penale, al codice di procedura penale, all'ordinamento giudiziario e al codice dell'ordinamento militare (Approvato dal Senato) (DDL 1718)",
            "public_title": "Riforma Nordio in tema di giustizia penale",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 74.37,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 23895,
            "slug": "vs19_154_045",
            "identifier": "vs19_154_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_045/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 20.5 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 20.5 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 20.5 DDL n. 1038-B",
            "description_title": "Emendamento 20.5 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 36521,
            "slug": "vs19_435_032",
            "identifier": "vs19_435_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_032/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 3.1009 FENU EMILIANO (M5S) - Votazione Emendamento 3.1009 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1009 PDL n. 1573",
            "description_title": "Emendamento 3.1009 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": 5,
            "n_margin": 48,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 34333,
            "slug": "vs19_388_212",
            "identifier": "vs19_388_212",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_212/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 212,
            "title": "Articolo 38 - Votazione Articolo 38 DDL n. 2022",
            "original_title": "Votazione Articolo 38 DDL n. 2022",
            "description_title": "Articolo 38",
            "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": 48,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 30.57
        },
        {
            "id": 22655,
            "slug": "vs19_152_017",
            "identifier": "vs19_152_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_017/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1322/4 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1322/4 DDL n. 1322",
            "original_title": "Votazione Ordine del giorno 9/1322/4 DDL n. 1322",
            "description_title": "Ordine del giorno n. 9/1322/4 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22323,
            "slug": "vs19_151_003",
            "identifier": "vs19_151_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_151_003/?format=api",
            "sitting": {
                "id": 1435,
                "date": "2023-08-01",
                "number": 151,
                "branch": "C"
            },
            "number": 3,
            "title": "Risoluzione di maggioranza su informativa revisione complessiva Pnrr, limitatamente ai capoversi 1 e 2",
            "original_title": "Votazione Risoluzione 6_00044",
            "description_title": "Risoluzione n. 6-00044, limitatamente ai capoversi primo e secondo della parte dispositiva, LUPI MAURIZIO (NM-M), FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA) e BARELLI PAOLO (FI-PPE)",
            "public_title": "Risoluzione di maggioranza su informativa revisione complessiva Pnrr, limitatamente ai capoversi 1 e 2",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 48,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22649,
            "slug": "vs19_152_027",
            "identifier": "vs19_152_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_027/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1322/19 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1322/19 DDL n. 1322",
            "original_title": "Votazione Ordine del giorno 9/1322/19 DDL n. 1322",
            "description_title": "Ordine del giorno n. 9/1322/19 STEFANAZZI CLAUDIO MICHELE (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": 48,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22280,
            "slug": "vs19_150_014",
            "identifier": "vs19_150_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_014/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1239/29 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1239/29 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/29 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/29 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 34562,
            "slug": "vs19_388_072",
            "identifier": "vs19_388_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_072/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 72,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 2022",
            "original_title": "Votazione Articolo 18 DDL n. 2022",
            "description_title": "Articolo 18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 22377,
            "slug": "vs19_150_029",
            "identifier": "vs19_150_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_029/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1239/50 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1239/50 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/50 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/50 MAURI MATTEO (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": 48,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 34139,
            "slug": "vs19_388_152",
            "identifier": "vs19_388_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_152/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 152,
            "title": "Emendamento 28.4 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 28.4 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.4 DDL n. 2022",
            "description_title": "Emendamento 28.4 GADDA MARIA CHIARA (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": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 24214,
            "slug": "vs19_168_038",
            "identifier": "vs19_168_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_038/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1373/45 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1373/45 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/45 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/45 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 36542,
            "slug": "vs19_435_056",
            "identifier": "vs19_435_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_056/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 5.01000 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 5.01000 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.01000 PDL n. 1573",
            "description_title": "Articolo aggiuntivo 5.01000 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 48,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 31075,
            "slug": "vs19_321_015",
            "identifier": "vs19_321_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_015/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.24 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.24 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.24 DDL n. 1718",
            "description_title": "Emendamento 2.24 GIANASSI FEDERICO (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": 48,
            "majority_cohesion_rate": 73.53,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 24181,
            "slug": "vs19_168_039",
            "identifier": "vs19_168_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_039/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1373/47 (versione corretta) ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1373/47 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/47 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/47 (versione corretta) ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 31014,
            "slug": "vs19_318_039",
            "identifier": "vs19_318_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_039/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.29 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.29 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.29 DDL n. 1718",
            "description_title": "Emendamento 1.29 GIANASSI FEDERICO (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": 48,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 46.58
        },
        {
            "id": 36602,
            "slug": "vs19_435_126",
            "identifier": "vs19_435_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_126/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 126,
            "title": "Emendamento Tit. 400 delle Commissioni - Votazione Emendamento Tit. PDL n. 1573",
            "original_title": "Votazione Emendamento Tit. PDL n. 1573",
            "description_title": "Emendamento Tit. 400 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 23922,
            "slug": "vs19_154_043",
            "identifier": "vs19_154_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_043/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 20.3 GRIMALDI MARCO (AVS) - Votazione Emendamento 20.3 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 20.3 DDL n. 1038-B",
            "description_title": "Emendamento 20.3 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 36485,
            "slug": "vs19_435_098",
            "identifier": "vs19_435_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_098/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 1573",
            "original_title": "Votazione Articolo 9 PDL n. 1573",
            "description_title": "Articolo 9",
            "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": 48,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 29408,
            "slug": "vs19_273_007",
            "identifier": "vs19_273_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_007/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.9 ZANELLA LUANA (AVS) - Votazione Emendamento 2.9 DDL n. 1532",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1532",
            "description_title": "Emendamento 2.9 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": 5,
            "n_margin": 48,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 22663,
            "slug": "vs19_152_006",
            "identifier": "vs19_152_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_006/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 2/52 MESSINA MANLIO (FDI) - Votazione Ordine del giorno 9/Doc. VIII, n. 2/52 ",
            "original_title": "Votazione Ordine del giorno 9/Doc. VIII, n. 2/52 ",
            "description_title": "Ordine del giorno n. 9/Doc. VIII, n. 2/52 MESSINA MANLIO (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": 12,
            "n_margin": 48,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 31012,
            "slug": "vs19_318_031",
            "identifier": "vs19_318_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_031/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.17 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.17 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1718",
            "description_title": "Emendamento 1.17 D'ORSO 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": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 45.34
        },
        {
            "id": 39009,
            "slug": "vs19_497_009",
            "identifier": "vs19_497_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_497_009/?format=api",
            "sitting": {
                "id": 2021,
                "date": "2025-06-23",
                "number": 497,
                "branch": "C"
            },
            "number": 9,
            "title": "Votazione sul capoverso 27 della risoluzione presentata dal Movimento 5 stelle in vista del Consiglio europeo del 26 e 27 giugno",
            "original_title": "Votazione Risoluzione 6_00190",
            "description_title": "RIS 6-190 CPV 27 DISP",
            "public_title": "Votazione sul capoverso 27 della risoluzione presentata dal Movimento 5 stelle in vista del Consiglio europeo del 26 e 27 giugno",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 74.18,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 25120,
            "slug": "vs19_197_005",
            "identifier": "vs19_197_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_005/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.4 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1324",
            "description_title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 48,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 25117,
            "slug": "vs19_197_015",
            "identifier": "vs19_197_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_015/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.6 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.6 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1324",
            "description_title": "Emendamento 2.6 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 11,
            "n_margin": 48,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 22559,
            "slug": "vs19_133_049",
            "identifier": "vs19_133_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_049/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 49,
            "title": "Mozione n. 1-00153, sul capoverso quinto della parte dispositiva, MARI FRANCESCO (AVS) ed altri - Votazione Mozione 1_00153",
            "original_title": "Votazione Mozione 1_00153",
            "description_title": "Mozione n. 1-00153, sul capoverso quinto della parte dispositiva, MARI FRANCESCO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 39929,
            "slug": "vs19_517_003",
            "identifier": "vs19_517_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_003/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 33.76
        },
        {
            "id": 27480,
            "slug": "vs19_236_027",
            "identifier": "vs19_236_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_027/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.36 FENU EMILIANO (M5S) - Votazione Emendamento 1.36 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.36 DDL n. 1630",
            "description_title": "Emendamento 1.36 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": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 25102,
            "slug": "vs19_197_003",
            "identifier": "vs19_197_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_003/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.8 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.8 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1324",
            "description_title": "Emendamento 1.8 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 11,
            "n_margin": 48,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 27394,
            "slug": "vs19_236_028",
            "identifier": "vs19_236_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_028/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.37 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.37 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.37 DDL n. 1630",
            "description_title": "Emendamento 1.37 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 25093,
            "slug": "vs19_197_016",
            "identifier": "vs19_197_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_016/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.7 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.7 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1324",
            "description_title": "Emendamento 2.7 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 49,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 25100,
            "slug": "vs19_197_027",
            "identifier": "vs19_197_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_027/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.150 ZANELLA LUANA (AVS) - Votazione Emendamento 3.150 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.150 DDL n. 1324",
            "description_title": "Emendamento 3.150 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": 12,
            "n_margin": 49,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 25096,
            "slug": "vs19_197_011",
            "identifier": "vs19_197_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_011/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1324",
            "original_title": "Votazione Articolo 1 DDL n. 1324",
            "description_title": "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": 9,
            "n_margin": 49,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 24950,
            "slug": "vs19_201_012",
            "identifier": "vs19_201_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_012/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1551/76 STEGER DIETER (MISTO) - Votazione Ordine del giorno 9/1551/76 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/76 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/76 STEGER DIETER (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 49,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 39005,
            "slug": "vs19_497_005",
            "identifier": "vs19_497_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_497_005/?format=api",
            "sitting": {
                "id": 2021,
                "date": "2025-06-23",
                "number": 497,
                "branch": "C"
            },
            "number": 5,
            "title": "Votazione sul capoverso 12 della risoluzione presentata dal Movimento 5 stelle in vista del Consiglio europeo del 26 e 27 giugno",
            "original_title": "Votazione Risoluzione 6_00190",
            "description_title": "RIS 6-190 CPV 12 DISP",
            "public_title": "Votazione sul capoverso 12 della risoluzione presentata dal Movimento 5 stelle in vista del Consiglio europeo del 26 e 27 giugno",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 49,
            "majority_cohesion_rate": 74.59,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 26646,
            "slug": "vs19_220_159",
            "identifier": "vs19_220_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_159/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 159,
            "title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (FDI) - Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (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": 10,
            "n_margin": 49,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 36835,
            "slug": "vs19_440_034",
            "identifier": "vs19_440_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_034/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 34,
            "title": "Identici emendamenti 9.1 BENZONI FABRIZIO (APERRE) e 9.2 CASU ANDREA (PD-IDP) - Votazione Emendamento 9.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2026",
            "description_title": "Identici emendamenti 9.1 BENZONI FABRIZIO (APERRE) e 9.2 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 49,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 26196,
            "slug": "vs19_216_114",
            "identifier": "vs19_216_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_114/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 114,
            "title": "Articolo aggiuntivo 15.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 15.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 15.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 15.01000 GADDA MARIA CHIARA (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": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 33504,
            "slug": "vs19_377_097",
            "identifier": "vs19_377_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_097/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 97,
            "title": "EM 19.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 49,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 42.68
        }
    ]
}