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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=337",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=335",
    "results": [
        {
            "id": 26042,
            "slug": "19-138-24",
            "identifier": "19-138-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-24/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 24,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.22, Marton e altri",
            "original_title": "Em. 1.22, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 24883,
            "slug": "19-122-82",
            "identifier": "19-122-82",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-122-82/?format=api",
            "sitting": {
                "id": 1514,
                "date": "2023-11-08",
                "number": 122,
                "branch": "S"
            },
            "number": 82,
            "title": "Istituzione Commissione parlamentare di inchiesta su emergenza SARS-CoV-2 - Em. 3.206, Enrico Borghi e Sbrollini",
            "original_title": "Em. 3.206, Enrico Borghi e Sbrollini",
            "description_title": "Istituzione Commissione parlamentare di inchiesta su emergenza SARS-CoV-2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 17,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 57.47
        },
        {
            "id": 26008,
            "slug": "19-138-62",
            "identifier": "19-138-62",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-62/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 62,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 3.0.3, Irto e altri",
            "original_title": "Em. 3.0.3, Irto e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 24856,
            "slug": "19-122-74",
            "identifier": "19-122-74",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-122-74/?format=api",
            "sitting": {
                "id": 1514,
                "date": "2023-11-08",
                "number": 122,
                "branch": "S"
            },
            "number": 74,
            "title": "Istituzione Commissione parlamentare di inchiesta su emergenza SARS-CoV-2 - Em. 3.70, Enrico Borghi e Sbrollini",
            "original_title": "Em. 3.70, Enrico Borghi e Sbrollini",
            "description_title": "Istituzione Commissione parlamentare di inchiesta su emergenza SARS-CoV-2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 26997,
            "slug": "19-147-232",
            "identifier": "19-147-232",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-232/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 232,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 7.42, Parrini e altri",
            "original_title": "Em. 7.42, Parrini e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 36613,
            "slug": "vs19_435_137",
            "identifier": "vs19_435_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_137/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 137,
            "title": "Ordine del giorno n. 9/1573/19 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1573/19 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/19 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/19 GRIBAUDO CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 25010,
            "slug": "vs19_196_007",
            "identifier": "vs19_196_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_007/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1437/8 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1437/8 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/8 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/8 ZINGARETTI NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 36612,
            "slug": "vs19_435_136",
            "identifier": "vs19_435_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_136/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 136,
            "title": "Ordine del giorno n. 9/1573/18 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/1573/18 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/18 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/18 BOLDRINI LAURA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 36496,
            "slug": "vs19_435_005",
            "identifier": "vs19_435_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_005/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.11 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 1.11 PDL n. 1573",
            "original_title": "Votazione Emendamento 1.11 PDL n. 1573",
            "description_title": "Emendamento 1.11 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 36558,
            "slug": "vs19_435_073",
            "identifier": "vs19_435_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_073/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 7.1001 AIELLO DAVIDE (M5S) - Votazione Emendamento 7.1001 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.1001 PDL n. 1573",
            "description_title": "Emendamento 7.1001 AIELLO DAVIDE (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": 17,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 27681,
            "slug": "vs19_239_046",
            "identifier": "vs19_239_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_046/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 12.14 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.14 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.14 DDL n. 1515",
            "description_title": "Emendamento 12.14 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 36527,
            "slug": "vs19_435_039",
            "identifier": "vs19_435_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_039/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 4.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 4.4 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.4 PDL n. 1573",
            "description_title": "Emendamento 4.4 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 32408,
            "slug": "vs19_357_025",
            "identifier": "vs19_357_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_025/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 11 (Mantenimento) - Votazione Articolo 11 DDL n. 1532",
            "original_title": "Votazione Articolo 11 DDL n. 1532",
            "description_title": "Articolo 11 (Mantenimento)",
            "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": 17,
            "majority_cohesion_rate": 59.75,
            "minority_cohesion_rate": 68.99
        },
        {
            "id": 32464,
            "slug": "vs19_359_016",
            "identifier": "vs19_359_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_016/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2066/20 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/2066/20 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/20 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/20 CASO ANTONIO (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": 17,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 32353,
            "slug": "vs19_357_043",
            "identifier": "vs19_357_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_043/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 19.01 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Emendamento 19.01 DDL n. 1532",
            "original_title": "Votazione Emendamento 19.01 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 19.01 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 70.25
        },
        {
            "id": 32357,
            "slug": "vs19_357_053",
            "identifier": "vs19_357_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_053/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1532",
            "original_title": "Votazione Articolo 27 DDL n. 1532",
            "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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 37236,
            "slug": "vs19_449_077",
            "identifier": "vs19_449_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_077/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2285/10 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/2285/10 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/10 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/10 FONTANA ILARIA (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": 17,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39852,
            "slug": "vs19_515_011",
            "identifier": "vs19_515_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_011/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 1.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.21",
            "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": 17,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 25065,
            "slug": "vs19_192_007",
            "identifier": "vs19_192_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_007/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.4 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 3.4 PDL n. 0752",
            "original_title": "Votazione Emendamento 3.4 PDL n. 0752",
            "description_title": "Emendamento 3.4 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 37238,
            "slug": "vs19_449_079",
            "identifier": "vs19_449_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_079/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/2285/12 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2285/12 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/12 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/12 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 32411,
            "slug": "vs19_357_058",
            "identifier": "vs19_357_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_058/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 30 - Votazione Articolo 30 DDL n. 1532",
            "original_title": "Votazione Articolo 30 DDL n. 1532",
            "description_title": "Articolo 30",
            "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": 17,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 67.09
        },
        {
            "id": 24931,
            "slug": "vs19_201_009",
            "identifier": "vs19_201_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_009/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1551/65 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1551/65 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/65 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/65 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 37194,
            "slug": "vs19_449_035",
            "identifier": "vs19_449_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_035/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1-bis.11 BONELLI ANGELO (AVS) - Votazione Emendamento 1-bis.11 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-bis.11 DDL n. 2285",
            "description_title": "Emendamento 1-bis.11 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37192,
            "slug": "vs19_449_033",
            "identifier": "vs19_449_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_033/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1-bis.8 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 1-bis.8 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-bis.8 DDL n. 2285",
            "description_title": "Emendamento 1-bis.8 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 32616,
            "slug": "vs19_361_018",
            "identifier": "vs19_361_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_018/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1532-bis/34 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1532-bis/34 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/34 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/34 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 37177,
            "slug": "vs19_449_018",
            "identifier": "vs19_449_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_018/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.19 CAROTENUTO DARIO (M5S) - Votazione Emendamento 1.19 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.19 DDL n. 2285",
            "description_title": "Emendamento 1.19 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 31667,
            "slug": "vs19_342_043",
            "identifier": "vs19_342_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_043/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/2002/47 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/2002/47 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/47 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/47 CAFIERO DE RAHO FEDERICO (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": 6,
            "n_margin": 17,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 37176,
            "slug": "vs19_449_017",
            "identifier": "vs19_449_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_017/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.18 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.18 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2285",
            "description_title": "Emendamento 1.18 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 32407,
            "slug": "vs19_357_029",
            "identifier": "vs19_357_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_029/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1532",
            "original_title": "Votazione Articolo 13 DDL n. 1532",
            "description_title": "Articolo 13",
            "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": 17,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 38247,
            "slug": "vs19_477_013",
            "identifier": "vs19_477_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_013/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 1.74, 1.76 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.74, 1.76",
            "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": 17,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 37226,
            "slug": "vs19_449_067",
            "identifier": "vs19_449_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_067/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 1-sexies.06 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1-sexies.06 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-sexies.06 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-sexies.06 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37224,
            "slug": "vs19_449_065",
            "identifier": "vs19_449_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_065/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo aggiuntivo 1-sexies.04 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 1-sexies.04 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-sexies.04 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-sexies.04 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 38275,
            "slug": "vs19_477_041",
            "identifier": "vs19_477_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_041/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 41,
            "title": "ODG 9/2333-A/1 - Votazione Ordine del giorno 9/2333-A/1 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/1 ",
            "description_title": "ODG 9/2333-A/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38272,
            "slug": "vs19_477_038",
            "identifier": "vs19_477_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_038/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 38,
            "title": "ART AGG 1.036 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.036",
            "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": 17,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 39877,
            "slug": "vs19_515_036",
            "identifier": "vs19_515_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_036/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 36,
            "title": "ART AGG 8.022, 8.024 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.022, 8.024",
            "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": 17,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 27406,
            "slug": "vs19_236_021",
            "identifier": "vs19_236_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_021/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.1001 FENU EMILIANO (M5S) - Votazione Emendamento 1.1001 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1001 DDL n. 1630",
            "description_title": "Emendamento 1.1001 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25116,
            "slug": "vs19_197_034",
            "identifier": "vs19_197_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_034/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 4.2 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 4.2 DDL n. 1324",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1324",
            "description_title": "Emendamento 4.2 FORATTINI ANTONELLA (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": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38273,
            "slug": "vs19_477_039",
            "identifier": "vs19_477_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_039/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 1.014, 1.015 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.014, 1.015",
            "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": 17,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37221,
            "slug": "vs19_449_062",
            "identifier": "vs19_449_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_062/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 1-sexies.01 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1-sexies.01 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-sexies.01 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-sexies.01 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37342,
            "slug": "vs19_452_003",
            "identifier": "vs19_452_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_452_003/?format=api",
            "sitting": {
                "id": 1945,
                "date": "2025-03-20",
                "number": 452,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00407, ad eccezione del capoverso quattordicesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri - Votazione Mozione 1_00407",
            "original_title": "Votazione Mozione 1_00407",
            "description_title": "Mozione n. 1-00407, ad eccezione del capoverso quattordicesimo della parte dispositiva, D'ORSO VALENTINA (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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 27412,
            "slug": "vs19_236_040",
            "identifier": "vs19_236_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_040/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.56 IARIA ANTONINO (M5S) - Votazione Emendamento 1.56 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.56 DDL n. 1630",
            "description_title": "Emendamento 1.56 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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 32581,
            "slug": "vs19_361_015",
            "identifier": "vs19_361_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_015/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 25125,
            "slug": "vs19_197_038",
            "identifier": "vs19_197_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_038/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo aggiuntivo 5.01 SPORTIELLO GILDA (M5S) - Votazione Emendamento 5.01 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.01 SPORTIELLO GILDA (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": 7,
            "n_margin": 17,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38256,
            "slug": "vs19_477_022",
            "identifier": "vs19_477_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_022/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 1.32, 1.33 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.32, 1.33",
            "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": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38265,
            "slug": "vs19_477_031",
            "identifier": "vs19_477_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_031/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 1.63 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.63",
            "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": 17,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37225,
            "slug": "vs19_449_066",
            "identifier": "vs19_449_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_066/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo aggiuntivo 1-sexies.05 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1-sexies.05 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-sexies.05 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-sexies.05 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37191,
            "slug": "vs19_449_032",
            "identifier": "vs19_449_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_032/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1-bis.6 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1-bis.6 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-bis.6 DDL n. 2285",
            "description_title": "Emendamento 1-bis.6 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 33644,
            "slug": "vs19_384_061",
            "identifier": "vs19_384_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_061/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 61,
            "title": "ART AGG 13.01007 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01007",
            "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": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38266,
            "slug": "vs19_477_032",
            "identifier": "vs19_477_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_032/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 1.61 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.61",
            "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": 17,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38251,
            "slug": "vs19_477_017",
            "identifier": "vs19_477_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_017/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 1.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 67.52
        }
    ]
}