Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=382
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_rebels&page=383",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=381",
    "results": [
        {
            "id": 31064,
            "slug": "vs19_321_028",
            "identifier": "vs19_321_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_028/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.44 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.44 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.44 DDL n. 1718",
            "description_title": "Emendamento 2.44 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": 3,
            "n_margin": 107,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 25749,
            "slug": "vs19_210_198",
            "identifier": "vs19_210_198",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_198/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 198,
            "title": "Ordine del giorno n. 9/1341/30 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1341/30 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/30 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/30 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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 30795,
            "slug": "vs19_314_076",
            "identifier": "vs19_314_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_076/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 76,
            "title": "Istituzione della Giornata nazionale delle periferie urbane",
            "original_title": "Votazione finale PDL n. 1737",
            "description_title": "Istituzione della Giornata nazionale delle periferie urbane (PDL 1737)",
            "public_title": "Istituzione della Giornata nazionale delle periferie urbane",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 94,
            "majority_cohesion_rate": 51.68,
            "minority_cohesion_rate": 42.24
        },
        {
            "id": 30351,
            "slug": "vs19_297_007",
            "identifier": "vs19_297_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_007/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1877/8, così come riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1877/8, DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/8, DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/8, così come riformulato, BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 121,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 31116,
            "slug": "vs19_321_101",
            "identifier": "vs19_321_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_101/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/1718/38, come riformulato dal Governo, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1718/38, DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/38, DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/38, come riformulato dal Governo, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 127,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 24732,
            "slug": "vs19_175_032",
            "identifier": "vs19_175_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_032/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0835",
            "original_title": "Votazione Articolo 4 PDL n. 0835",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 121,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 34060,
            "slug": "vs19_388_097",
            "identifier": "vs19_388_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_097/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 25.5 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 25.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.5 DDL n. 2022",
            "description_title": "Emendamento 25.5 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": 63,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 23944,
            "slug": "vs19_154_069",
            "identifier": "vs19_154_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_069/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1038-B/26 MAGI RICCARDO (MISTO) - Votazione Ordine del giorno 9/1038-B/26 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/26 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/26 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 124,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 30825,
            "slug": "vs19_314_011",
            "identifier": "vs19_314_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_011/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 11,
            "title": "Risoluzione n. 6-00122, sulla lettera a) del capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00122",
            "original_title": "Votazione Risoluzione 6_00122",
            "description_title": "Risoluzione n. 6-00122, sulla lettera a) del capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) 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": 70,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 40.99
        },
        {
            "id": 31977,
            "slug": "vs19_345_056",
            "identifier": "vs19_345_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_056/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 18.1014 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 18.1014 DDL n. 1660",
            "original_title": "Votazione Emendamento 18.1014 DDL n. 1660",
            "description_title": "Emendamento 18.1014 MAGI RICCARDO (M-+EUR)",
            "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": 34,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 65.0
        },
        {
            "id": 32765,
            "slug": "vs19_370_048",
            "identifier": "vs19_370_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_048/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 48,
            "title": "ODG 9/DOC XXII, N 31-A/2 - Votazione Ordine del giorno 9/DOC XXII, N 31-A/2 ",
            "original_title": "Votazione Ordine del giorno 9/DOC XXII, N 31-A/2 ",
            "description_title": "ODG 9/DOC XXII, N 31-A/2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 41,
            "majority_cohesion_rate": 61.83,
            "minority_cohesion_rate": 43.67
        },
        {
            "id": 34906,
            "slug": "vs19_331_113",
            "identifier": "vs19_331_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_113/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/1975/73, come riformulato, CASU ANDREA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/73, come riformulato, CASU ANDREA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 124,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 31899,
            "slug": "vs19_345_043",
            "identifier": "vs19_345_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_043/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 17.1002 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 17.1002 DDL n. 1660",
            "original_title": "Votazione Emendamento 17.1002 DDL n. 1660",
            "description_title": "Emendamento 17.1002 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": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 71.25
        },
        {
            "id": 39681,
            "slug": "vs19_504_146",
            "identifier": "vs19_504_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_146/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 146,
            "title": "ART AGG 27.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 27.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 30297,
            "slug": "vs19_293_018",
            "identifier": "vs19_293_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_018/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 18,
            "title": "Mozione n. 1-00281, limitatamente al capoverso ottavo della parte dispositiva, IARIA ANTONINO (M5S) ed altri - Votazione Mozione 1_00281",
            "original_title": "Votazione Mozione 1_00281",
            "description_title": "Mozione n. 1-00281, limitatamente al capoverso ottavo della parte dispositiva, IARIA ANTONINO (M5S) 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": 3,
            "n_margin": 15,
            "majority_cohesion_rate": 53.36,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34472,
            "slug": "vs19_388_080",
            "identifier": "vs19_388_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_080/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici articoli aggiuntivi 20.014 MORFINO DANIELA (M5S), 20.016 PASTORELLA GIULIA (APERRE), 20.017 GADDA MARIA CHIARA (IVICRE) e 20.018 CASU ANDREA (PD-IDP) - Votazione Emendamento 20.014 DDL n. 2022",
            "original_title": "Votazione Emendamento 20.014 DDL n. 2022",
            "description_title": "Identici articoli aggiuntivi 20.014 MORFINO DANIELA (M5S), 20.016 PASTORELLA GIULIA (APERRE), 20.017 GADDA MARIA CHIARA (IVICRE) e 20.018 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": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 31742,
            "slug": "vs19_344_018",
            "identifier": "vs19_344_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_018/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 7.7 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.7 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.7 DDL n. 1660",
            "description_title": "Emendamento 7.7 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": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 68.2,
            "minority_cohesion_rate": 74.38
        },
        {
            "id": 39629,
            "slug": "vs19_504_082",
            "identifier": "vs19_504_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_082/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 82,
            "title": "ART AGG 15.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 23917,
            "slug": "vs19_154_009",
            "identifier": "vs19_154_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_009/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 13.1 FENU EMILIANO (M5S) - Votazione Emendamento 13.1 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1038-B",
            "description_title": "Emendamento 13.1 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": 3,
            "n_margin": 44,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 33441,
            "slug": "vs19_377_127",
            "identifier": "vs19_377_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_127/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 127,
            "title": "ARTICOLO 27 - Votazione Articolo 27 ",
            "original_title": "Votazione Articolo 27 ",
            "description_title": "ARTICOLO 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 72,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 30332,
            "slug": "vs19_300_005",
            "identifier": "vs19_300_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_300_005/?format=api",
            "sitting": {
                "id": 1701,
                "date": "2024-05-28",
                "number": 300,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.700 della Commissione - Votazione Emendamento 1.700 PDL n. 0304",
            "original_title": "Votazione Emendamento 1.700 PDL n. 0304",
            "description_title": "Emendamento 1.700 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 55.88,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 30857,
            "slug": "vs19_314_005",
            "identifier": "vs19_314_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_005/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00121, sul capoverso quarto della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Risoluzione 6_00121",
            "original_title": "Votazione Risoluzione 6_00121",
            "description_title": "Risoluzione n. 6-00121, sul capoverso quarto della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 114,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 39.13
        },
        {
            "id": 25622,
            "slug": "vs19_210_094",
            "identifier": "vs19_210_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_094/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 21.1 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 21.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.1 DDL n. 1341",
            "description_title": "Emendamento 21.1 ORRICO ANNA LAURA (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": 18,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 31396,
            "slug": "vs19_331_049",
            "identifier": "vs19_331_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_049/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 7.2 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 7.2 DDL n. 1975",
            "original_title": "Votazione Emendamento 7.2 DDL n. 1975",
            "description_title": "Emendamento 7.2 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": 3,
            "n_margin": 53,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 23928,
            "slug": "vs19_154_024",
            "identifier": "vs19_154_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_024/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 17.3 GRIMALDI MARCO (AVS) - Votazione Emendamento 17.3 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 17.3 DDL n. 1038-B",
            "description_title": "Emendamento 17.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": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 34103,
            "slug": "vs19_388_165",
            "identifier": "vs19_388_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_165/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 165,
            "title": "Emendamento 30.7000, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 30.7000, DDL n. 2022",
            "original_title": "Votazione Emendamento 30.7000, DDL n. 2022",
            "description_title": "Emendamento 30.7000, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 47,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 24749,
            "slug": "vs19_185_031",
            "identifier": "vs19_185_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_031/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1294",
            "original_title": "Votazione Articolo 14 DDL n. 1294",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 120,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 32560,
            "slug": "vs19_365_025",
            "identifier": "vs19_365_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_025/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 25,
            "title": "RIS 6-136 - 15 CPV DISP - Votazione Risoluzione 6_00136",
            "original_title": "Votazione Risoluzione 6_00136",
            "description_title": "RIS 6-136 - 15 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 77,
            "majority_cohesion_rate": 77.5,
            "minority_cohesion_rate": 32.7
        },
        {
            "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": 30888,
            "slug": "vs19_317_068",
            "identifier": "vs19_317_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_068/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1933/78 BARABOTTI ANDREA (LEGA) - Votazione Ordine del giorno 9/1933/78 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/78 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/78 BARABOTTI ANDREA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 130,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 39550,
            "slug": "vs19_504_145",
            "identifier": "vs19_504_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_145/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 145,
            "title": "ARTICOLO 27 - Votazione Articolo 27 ",
            "original_title": "Votazione Articolo 27 ",
            "description_title": "ARTICOLO 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 22315,
            "slug": "vs19_150_002",
            "identifier": "vs19_150_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_002/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1239/9, nel testo riformulato, FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1239/9, DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/9, DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/9, nel testo riformulato, FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 136,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 24710,
            "slug": "vs19_185_066",
            "identifier": "vs19_185_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_066/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/129 E ABB/15, nel testo riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/129 E ABB/15, DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/129 E ABB/15, DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/129 E ABB/15, nel testo riformulato, GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 94,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 32811,
            "slug": "vs19_371_021",
            "identifier": "vs19_371_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_021/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 8.1, 8.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1, 8.100",
            "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": 55.19,
            "minority_cohesion_rate": 60.76
        },
        {
            "id": 39555,
            "slug": "vs19_504_166",
            "identifier": "vs19_504_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_166/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 166,
            "title": "ARTICOLO 32 - Votazione Articolo 32 ",
            "original_title": "Votazione Articolo 32 ",
            "description_title": "ARTICOLO 32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 34055,
            "slug": "vs19_388_117",
            "identifier": "vs19_388_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_117/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 117,
            "title": "Emendamento 25.3 IARIA ANTONINO (M5S) - Votazione Emendamento 25.3 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.3 DDL n. 2022",
            "description_title": "Emendamento 25.3 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": 55,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 38.22
        },
        {
            "id": 31051,
            "slug": "vs19_321_040",
            "identifier": "vs19_321_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_040/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 5.01 ASCARI STEFANIA (M5S) - Votazione Emendamento 5.01 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.01 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": 3,
            "n_margin": 44,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 22373,
            "slug": "vs19_150_049",
            "identifier": "vs19_150_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_049/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1239/96, nel testo riformulato, PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/1239/96, DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/96, DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/96, nel testo riformulato, PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 127,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 39533,
            "slug": "vs19_504_037",
            "identifier": "vs19_504_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_037/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 37,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29862,
            "slug": "vs19_276_013",
            "identifier": "vs19_276_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_013/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0851",
            "original_title": "Votazione Articolo 2 PDL n. 0851",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 106,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 36.81
        },
        {
            "id": 25023,
            "slug": "vs19_190_008",
            "identifier": "vs19_190_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_190_008/?format=api",
            "sitting": {
                "id": 1520,
                "date": "2023-11-07",
                "number": 190,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1517/17 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1517/17 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/17 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/17 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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 24013,
            "slug": "vs19_158_021",
            "identifier": "vs19_158_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_021/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0336",
            "original_title": "Votazione Articolo 8 PDL n. 0336",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 121,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 32552,
            "slug": "vs19_365_031",
            "identifier": "vs19_365_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_031/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 31,
            "title": "RIS 6-137 - 17 CPV DISP - Votazione Risoluzione 6_00137",
            "original_title": "Votazione Risoluzione 6_00137",
            "description_title": "RIS 6-137 - 17 CPV DISP",
            "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": 68,
            "majority_cohesion_rate": 77.5,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 23955,
            "slug": "vs19_154_054",
            "identifier": "vs19_154_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_054/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1038-B/4, nel testo riformulato, FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1038-B/4, DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/4, DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/4, nel testo riformulato, FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 133,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 23940,
            "slug": "vs19_154_061",
            "identifier": "vs19_154_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_061/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1038-B/11 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1038-B/11 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/11 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/11 ALIFANO ENRICA (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": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 39534,
            "slug": "vs19_504_046",
            "identifier": "vs19_504_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_046/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 46,
            "title": "ARTICOLO 11 - Votazione Articolo 11 ",
            "original_title": "Votazione Articolo 11 ",
            "description_title": "ARTICOLO 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 13,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 23993,
            "slug": "vs19_158_019",
            "identifier": "vs19_158_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_019/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0336",
            "original_title": "Votazione Articolo 6 PDL n. 0336",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 126,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30306,
            "slug": "vs19_292_089",
            "identifier": "vs19_292_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_089/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/1717/16 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1717/16 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/16 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/16 PELLEGRINI MARCO (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": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 55.83
        },
        {
            "id": 29877,
            "slug": "vs19_276_022",
            "identifier": "vs19_276_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_022/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/851/6, nel testo riformulato, BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/851/6, PDL n. 0851",
            "original_title": "Votazione Ordine del giorno 9/851/6, PDL n. 0851",
            "description_title": "Ordine del giorno n. 9/851/6, nel testo riformulato, 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 132,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 23999,
            "slug": "vs19_158_020",
            "identifier": "vs19_158_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_020/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0336",
            "original_title": "Votazione Articolo 7 PDL n. 0336",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        }
    ]
}