Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=104
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=majority_cohesion_rate&page=105",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=103",
    "results": [
        {
            "id": 39874,
            "slug": "vs19_515_033",
            "identifier": "vs19_515_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_033/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 33,
            "title": "ART AGG 8.05, 8.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.05, 8.06",
            "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": 19,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39896,
            "slug": "vs19_515_055",
            "identifier": "vs19_515_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_055/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 55,
            "title": "ODG 9/2460-A/22 - Votazione Ordine del giorno 9/2460-A/22 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/22 ",
            "description_title": "ODG 9/2460-A/22",
            "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": 20,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34613,
            "slug": "vs19_387_010",
            "identifier": "vs19_387_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_010/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2088-AR/11 ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/2088-AR/11 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/11 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/11 ONORI FEDERICA (APERRE)",
            "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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33578,
            "slug": "vs19_384_021",
            "identifier": "vs19_384_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_021/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 21,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "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": 4,
            "n_margin": 72,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 36580,
            "slug": "vs19_435_097",
            "identifier": "vs19_435_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_097/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 9.14 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 9.14 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.14 PDL n. 1573",
            "description_title": "Emendamento 9.14 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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35714,
            "slug": "vs19_409_034",
            "identifier": "vs19_409_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_034/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 3.89 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.89 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.89 DDL n. 1917",
            "description_title": "Emendamento 3.89 ZARATTI FILIBERTO (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": 35,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36535,
            "slug": "vs19_435_048",
            "identifier": "vs19_435_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_048/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 5.103 MARI FRANCESCO (AVS) - Votazione Emendamento 5.103 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.103 PDL n. 1573",
            "description_title": "Emendamento 5.103 MARI FRANCESCO (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": 2,
            "n_margin": 79,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34615,
            "slug": "vs19_387_012",
            "identifier": "vs19_387_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_012/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (IVICRE) - Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (IVICRE)",
            "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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 36573,
            "slug": "vs19_435_090",
            "identifier": "vs19_435_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_090/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 9.106 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 9.106 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.106 PDL n. 1573",
            "description_title": "Emendamento 9.106 GUERRA MARIA CECILIA (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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34159,
            "slug": "vs19_393_008",
            "identifier": "vs19_393_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_008/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.8 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1950",
            "description_title": "Emendamento 1.8 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36567,
            "slug": "vs19_435_084",
            "identifier": "vs19_435_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_084/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 9.1002 AIELLO DAVIDE (M5S) - Votazione Emendamento 9.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.1002 PDL n. 1573",
            "description_title": "Emendamento 9.1002 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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 35783,
            "slug": "vs19_410_003",
            "identifier": "vs19_410_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_003/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1917/5 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/1917/5 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/5 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/5 GHIO VALENTINA (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": 61.98,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 36898,
            "slug": "vs19_441_025",
            "identifier": "vs19_441_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_025/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2026/11 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2026/11 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/11 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/11 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35932,
            "slug": "vs19_418_007",
            "identifier": "vs19_418_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_007/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.7 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.7 DDL n. 2206",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2206",
            "description_title": "Emendamento 1.7 BALDINO VITTORIA (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": 84,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 35577,
            "slug": "vs19_405_007",
            "identifier": "vs19_405_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_007/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1916",
            "original_title": "Votazione Articolo 1 DDL n. 1916",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 134,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 35576,
            "slug": "vs19_405_004",
            "identifier": "vs19_405_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_004/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2031",
            "original_title": "Votazione Articolo 4 DDL n. 2031",
            "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": 0,
            "n_margin": 129,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 35950,
            "slug": "vs19_418_026",
            "identifier": "vs19_418_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_026/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 26,
            "title": "Mozione n. 1-00387 (Nuova formulazione) ORSINI ANDREA (FI-PPE), CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), TIRELLI FRANCO (NM-M-C) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00387 (Nuova formulazione) ORSINI ANDREA (FI-PPE), CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), TIRELLI FRANCO (NM-M-C) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 35809,
            "slug": "vs19_410_029",
            "identifier": "vs19_410_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_029/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1917/21 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1917/21 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/21 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/21 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36569,
            "slug": "vs19_435_086",
            "identifier": "vs19_435_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_086/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 9.1000 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 9.1000 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.1000 PDL n. 1573",
            "description_title": "Emendamento 9.1000 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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 50.96
        },
        {
            "id": 35568,
            "slug": "vs19_405_006",
            "identifier": "vs19_405_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_006/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 6,
            "title": "Ratifica accordo con la Libia in materia fiscale",
            "original_title": "Votazione finale DDL n. 2031",
            "description_title": "Ratifica ed esecuzione della Convenzione tra il Governo della Repubblica italiana e lo Stato di Libia per evitare le doppie imposizioni in materia di imposte sul reddito e per prevenire le evasioni fiscali, fatta a Roma il 10 giugno 2009, con Scambio di Note emendativo fatto a Roma il 7 e il 22 agosto 2014 (Approvato dal Senato) (DDL 2031)",
            "public_title": "Ratifica accordo con la Libia in materia fiscale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 100,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 35570,
            "slug": "vs19_405_019",
            "identifier": "vs19_405_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_019/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 19,
            "title": "Ratifica accordo con gli Emirati Arabi Uniti in tema di trasferimento delle persone condannate",
            "original_title": "Votazione finale DDL n. 1586",
            "description_title": "Ratifica ed esecuzione del Trattato sul trasferimento delle persone condannate tra il Governo della Repubblica italiana e il Governo degli Emirati Arabi Uniti, fatto a Dubai l'8 marzo 2022 (Approvato dal Senato) (DDL 1586)",
            "public_title": "Ratifica accordo con gli Emirati Arabi Uniti in tema di trasferimento delle persone condannate",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 132,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35580,
            "slug": "vs19_405_011",
            "identifier": "vs19_405_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_011/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1916",
            "original_title": "Votazione Articolo 4 DDL n. 1916",
            "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": 0,
            "n_margin": 134,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 36927,
            "slug": "vs19_444_019",
            "identifier": "vs19_444_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_019/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.40 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.40 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.40 PDL n. 2149",
            "description_title": "Emendamento 2.40 MANZI IRENE (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": 40,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 35589,
            "slug": "vs19_405_024",
            "identifier": "vs19_405_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_024/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1922",
            "original_title": "Votazione Articolo 5 DDL n. 1922",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 36578,
            "slug": "vs19_435_095",
            "identifier": "vs19_435_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_095/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 9.13 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 9.13 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.13 PDL n. 1573",
            "description_title": "Emendamento 9.13 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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 36524,
            "slug": "vs19_435_036",
            "identifier": "vs19_435_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_036/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 4.1000 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 4.1000 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.1000 PDL n. 1573",
            "description_title": "Emendamento 4.1000 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": 18,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 35945,
            "slug": "vs19_418_021",
            "identifier": "vs19_418_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_021/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (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": 58,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 31.85
        },
        {
            "id": 36943,
            "slug": "vs19_444_035",
            "identifier": "vs19_444_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_035/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 2.83 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.83 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.83 PDL n. 2149",
            "description_title": "Emendamento 2.83 MANZI IRENE (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": 41,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 35810,
            "slug": "vs19_410_030",
            "identifier": "vs19_410_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_030/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1917/26 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1917/26 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/26 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/26 DELL'OLIO GIANMAURO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 36555,
            "slug": "vs19_435_070",
            "identifier": "vs19_435_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_070/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 70,
            "title": "Identici emendamenti 7.5 GUERRA MARIA CECILIA (PD-IDP) e 7.1005 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 7.5 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.5 PDL n. 1573",
            "description_title": "Identici emendamenti 7.5 GUERRA MARIA CECILIA (PD-IDP) e 7.1005 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 36790,
            "slug": "vs19_440_020",
            "identifier": "vs19_440_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_020/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2026",
            "original_title": "Votazione Articolo 5 DDL n. 2026",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35958,
            "slug": "vs19_422_005",
            "identifier": "vs19_422_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_005/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2183/14 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/2183/14 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/14 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/14 ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36824,
            "slug": "vs19_440_019",
            "identifier": "vs19_440_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_019/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.5 DDL n. 2026",
            "description_title": "Emendamento 5.5 PAVANELLI EMMA (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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35949,
            "slug": "vs19_418_025",
            "identifier": "vs19_418_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_025/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 25,
            "title": "Mozione n. 1-00386, limitatamente ai capoversi decimo e undicesimo della premessa, RICHETTI MATTEO (APERRE) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00386, limitatamente ai capoversi decimo e undicesimo della premessa, RICHETTI MATTEO (APERRE) 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": 73,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 37.58
        },
        {
            "id": 36944,
            "slug": "vs19_444_036",
            "identifier": "vs19_444_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_036/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 2.84 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.84 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.84 PDL n. 2149",
            "description_title": "Emendamento 2.84 MANZI IRENE (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": 41,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 36518,
            "slug": "vs19_435_029",
            "identifier": "vs19_435_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_029/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 3.1002 SCOTTO ARTURO (PD-IDP) e 3.1005 FENU EMILIANO (M5S) - Votazione Emendamento 3.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1002 PDL n. 1573",
            "description_title": "Identici emendamenti 3.1002 SCOTTO ARTURO (PD-IDP) e 3.1005 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 33561,
            "slug": "vs19_384_038",
            "identifier": "vs19_384_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_038/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 10.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.1002",
            "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": 33,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36554,
            "slug": "vs19_435_069",
            "identifier": "vs19_435_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_069/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo aggiuntivo 6.01001 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 6.01001 PDL n. 1573",
            "original_title": "Votazione Emendamento 6.01001 PDL n. 1573",
            "description_title": "Articolo aggiuntivo 6.01001 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36286,
            "slug": "vs19_431_005",
            "identifier": "vs19_431_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_005/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2245/13 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/2245/13 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/13 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/13 LAI SILVIO (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": 28,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36027,
            "slug": "vs19_423_020",
            "identifier": "vs19_423_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_020/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2183/141 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/2183/141 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/141 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/141 BENZONI FABRIZIO (APERRE)",
            "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": 51,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 36940,
            "slug": "vs19_444_032",
            "identifier": "vs19_444_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_032/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 2.73 CASO ANTONIO (M5S) - Votazione Emendamento 2.73 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.73 PDL n. 2149",
            "description_title": "Emendamento 2.73 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 34203,
            "slug": "vs19_393_020",
            "identifier": "vs19_393_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_020/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36101,
            "slug": "vs19_427_050",
            "identifier": "vs19_427_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_050/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 50,
            "title": "Promozione della pratica sportiva nelle scuole e istituzione dei Nuovi giochi della gioventù",
            "original_title": "Votazione finale PDL n. 1424",
            "description_title": "Disposizioni per la promozione della pratica sportiva nelle scuole e istituzione dei Nuovi giochi della gioventù (Approvata dal Senato) (PDL 1424 e abbinate PDL 947-990)",
            "public_title": "Promozione della pratica sportiva nelle scuole e istituzione dei Nuovi giochi della gioventù",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 129,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34289,
            "slug": "vs19_392_034",
            "identifier": "vs19_392_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_034/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/2150/50 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/2150/50 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/50 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/50 LAI SILVIO (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": 27,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36517,
            "slug": "vs19_435_028",
            "identifier": "vs19_435_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_028/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 3.101 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.101 PDL n. 1573",
            "description_title": "Emendamento 3.101 GUERRA MARIA CECILIA (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": 14,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 78.98
        },
        {
            "id": 33535,
            "slug": "vs19_384_011",
            "identifier": "vs19_384_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_011/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 11,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 74,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 36942,
            "slug": "vs19_444_034",
            "identifier": "vs19_444_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_034/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 34,
            "title": "Identici emendamenti 2.76 MANZI IRENE (PD-IDP) e 2.78 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 2.76 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.76 PDL n. 2149",
            "description_title": "Identici emendamenti 2.76 MANZI IRENE (PD-IDP) e 2.78 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 36284,
            "slug": "vs19_431_003",
            "identifier": "vs19_431_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_003/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2245/11 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/2245/11 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/11 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/11 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36566,
            "slug": "vs19_435_082",
            "identifier": "vs19_435_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_082/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 8.400 delle Commissioni - Votazione Emendamento 8.400 PDL n. 1573",
            "original_title": "Votazione Emendamento 8.400 PDL n. 1573",
            "description_title": "Emendamento 8.400 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 65,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 36817,
            "slug": "vs19_440_009",
            "identifier": "vs19_440_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_009/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.9 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.9 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.9 DDL n. 2026",
            "description_title": "Emendamento 2.9 GHIRRA FRANCESCA (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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        }
    ]
}