Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=100
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=101",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=99",
    "results": [
        {
            "id": 18832,
            "slug": "vs19_042_013",
            "identifier": "vs19_042_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_013/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0640",
            "original_title": "Votazione Articolo 2 PDL n. 0640",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 133,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 18948,
            "slug": "vs19_029_090",
            "identifier": "vs19_029_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_090/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/705/114 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/705/114 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/114 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/114 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 26,
            "n_margin": 116,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 25304,
            "slug": "vs19_203_023",
            "identifier": "vs19_203_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_023/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1458/24 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1458/24 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/24 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/24 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 18811,
            "slug": "vs19_043_003",
            "identifier": "vs19_043_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_043_003/?format=api",
            "sitting": {
                "id": 1284,
                "date": "2023-01-25",
                "number": 43,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.3 GIULIANO CARLA (M5S) - Votazione Emendamento 2.3 PDL n. 0338",
            "original_title": "Votazione Emendamento 2.3 PDL n. 0338",
            "description_title": "Emendamento 2.3 GIULIANO CARLA (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": 37,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 18823,
            "slug": "vs19_042_023",
            "identifier": "vs19_042_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_023/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0585",
            "original_title": "Votazione Articolo 1 PDL n. 0585",
            "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": 128,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 18808,
            "slug": "vs19_043_015",
            "identifier": "vs19_043_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_043_015/?format=api",
            "sitting": {
                "id": 1284,
                "date": "2023-01-25",
                "number": 43,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 7 (Mantenimento) - Votazione Articolo 7 PDL n. 0338",
            "original_title": "Votazione Articolo 7 PDL n. 0338",
            "description_title": "Articolo 7 (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": 131,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18831,
            "slug": "vs19_042_022",
            "identifier": "vs19_042_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_022/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 22,
            "title": "Istituzione di una commissione d'inchiesta su violenza di genere e femminicidio",
            "original_title": "Votazione finale PDL n. 0640",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sul femminicidio, nonché su ogni forma di violenza di genere (Approvata, in un testo unificato, dal Senato) (PDL 640 e abbinate PDL 602-772)",
            "public_title": "Istituzione di una commissione d'inchiesta su violenza di genere e femminicidio",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 20001,
            "slug": "vs19_072_119",
            "identifier": "vs19_072_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_119/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 119,
            "title": "Ordine del giorno n. 9/977/23 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/977/23 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/23 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/23 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 51,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 19707,
            "slug": "vs19_057_040",
            "identifier": "vs19_057_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_040/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/888/86 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/86 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 20096,
            "slug": "vs19_072_121",
            "identifier": "vs19_072_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_121/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/977/27 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/977/27 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/27 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/27 GRIMALDI MARCO (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": 28,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 18972,
            "slug": "vs19_029_140",
            "identifier": "vs19_029_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_140/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 140,
            "title": "Ordine del giorno n. 9/705/145 GRIPPO VALENTINA (AIV-RE) - Votazione Ordine del giorno 9/705/145 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/145 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/145 GRIPPO VALENTINA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 116,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 20027,
            "slug": "vs19_072_124",
            "identifier": "vs19_072_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_124/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 124,
            "title": "Ordine del giorno n. 9/977/30 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/977/30 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/30 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/30 PICCOLOTTI ELISABETTA (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.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19139,
            "slug": "vs19_045_044",
            "identifier": "vs19_045_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_044/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 22732,
            "slug": "vs19_128_065",
            "identifier": "vs19_128_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_065/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1238/76 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/76 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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19160,
            "slug": "vs19_045_036",
            "identifier": "vs19_045_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_036/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 2-BIS.2 EVI ELEONORA (AVS) - Votazione Emendamento 2-BIS.2 DDL n. 0785",
            "original_title": "Votazione Emendamento 2-BIS.2 DDL n. 0785",
            "description_title": "Emendamento 2-BIS.2 EVI ELEONORA (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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 20095,
            "slug": "vs19_072_118",
            "identifier": "vs19_072_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_118/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 118,
            "title": "Ordine del giorno n. 9/977/22 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/977/22 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/22 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/22 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 63,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 18931,
            "slug": "vs19_033_062",
            "identifier": "vs19_033_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_062/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/730/108 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/730/108 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/108 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/108 EVI ELEONORA (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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 18751,
            "slug": "vs19_038_001",
            "identifier": "vs19_038_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_001/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 FONTANA ILARIA (M5S) - Votazione Emendamento 1.1 DDL n. 0674",
            "original_title": "Votazione Emendamento 1.1 DDL n. 0674",
            "description_title": "Emendamento 1.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 18827,
            "slug": "vs19_042_015",
            "identifier": "vs19_042_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_015/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0640",
            "original_title": "Votazione Articolo 4 PDL n. 0640",
            "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": 132,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19993,
            "slug": "vs19_072_120",
            "identifier": "vs19_072_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_120/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 120,
            "title": "Ordine del giorno n. 9/977/26 BONETTI ELENA (AIV-RE) - Votazione Ordine del giorno 9/977/26 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/26 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/26 BONETTI ELENA (AIV-RE)",
            "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.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19175,
            "slug": "vs19_045_042",
            "identifier": "vs19_045_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_042/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/785/6 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/785/6 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/6 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/6 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 51,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 20074,
            "slug": "vs19_072_117",
            "identifier": "vs19_072_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_117/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/977/21 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/977/21 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/21 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/21 QUARTINI ANDREA (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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19245,
            "slug": "vs19_047_018",
            "identifier": "vs19_047_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_018/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/80/8, nel testo riformulato dal Governo, BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/80/8, PDL n. 0080",
            "original_title": "Votazione Ordine del giorno 9/80/8, PDL n. 0080",
            "description_title": "Ordine del giorno n. 9/80/8, nel testo riformulato dal Governo, BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 134,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19241,
            "slug": "vs19_047_017",
            "identifier": "vs19_047_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_017/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/80/6 MAZZETTI ERICA (FI-PPE) - Votazione Ordine del giorno 9/80/6 PDL n. 0080",
            "original_title": "Votazione Ordine del giorno 9/80/6 PDL n. 0080",
            "description_title": "Ordine del giorno n. 9/80/6 MAZZETTI ERICA (FI-PPE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 103,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 29820,
            "slug": "vs19_261_006",
            "identifier": "vs19_261_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_006/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 28344,
            "slug": "vs19_247_045",
            "identifier": "vs19_247_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_045/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1633/85 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1633/85 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/85 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/85 DONNO LEONARDO (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": 21,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29816,
            "slug": "vs19_261_002",
            "identifier": "vs19_261_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_002/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1759/6 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1759/6 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/6 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/6 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": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29819,
            "slug": "vs19_261_005",
            "identifier": "vs19_261_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_005/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1759/11 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1759/11 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/11 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/11 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28994,
            "slug": "vs19_265_008",
            "identifier": "vs19_265_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_008/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici articoli aggiuntivi 19.01 IARIA ANTONINO (M5S) e 19.06 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 19.01 DDL n. 1435",
            "original_title": "Votazione Emendamento 19.01 DDL n. 1435",
            "description_title": "Identici articoli aggiuntivi 19.01 IARIA ANTONINO (M5S) e 19.06 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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28995,
            "slug": "vs19_265_054",
            "identifier": "vs19_265_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_054/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 1435",
            "original_title": "Votazione Articolo 29 DDL n. 1435",
            "description_title": "Articolo 29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 93,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 29210,
            "slug": "vs19_266_066",
            "identifier": "vs19_266_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_066/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 4-bis.2 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Emendamento 4-bis.2 DDL n. 1780",
            "original_title": "Votazione Emendamento 4-bis.2 DDL n. 1780",
            "description_title": "Emendamento 4-bis.2 CARFAGNA MARIA ROSARIA (APERRE)",
            "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": 75,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 28256,
            "slug": "vs19_247_041",
            "identifier": "vs19_247_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_041/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1633/80 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1633/80 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/80 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/80 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28374,
            "slug": "vs19_247_038",
            "identifier": "vs19_247_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_038/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1633/77 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/1633/77 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/77 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/77 RICCIARDI MARIANNA (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.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28365,
            "slug": "vs19_247_030",
            "identifier": "vs19_247_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_030/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1633/69 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1633/69 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/69 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/69 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29001,
            "slug": "vs19_265_038",
            "identifier": "vs19_265_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_038/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 1435",
            "original_title": "Votazione Articolo 26 DDL n. 1435",
            "description_title": "Articolo 26",
            "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": 77,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29563,
            "slug": "vs19_256_018",
            "identifier": "vs19_256_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_018/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.104 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.104 PDL n. 0630",
            "original_title": "Votazione Emendamento 1.104 PDL n. 0630",
            "description_title": "Emendamento 1.104 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": 38,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 29744,
            "slug": "vs19_261_056",
            "identifier": "vs19_261_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_056/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 10.1000 IARIA ANTONINO (M5S) - Votazione Emendamento 10.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.1000 DDL n. 1435",
            "description_title": "Emendamento 10.1000 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28111,
            "slug": "vs19_244_004",
            "identifier": "vs19_244_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_004/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/384 E ABB-B/4 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/4 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/4 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/4 AMATO GAETANO (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": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29708,
            "slug": "vs19_261_020",
            "identifier": "vs19_261_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_020/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 20,
            "title": "Conversione decreto aziende di carattere strategico (ex Ilva)",
            "original_title": "Votazione finale DDL n. 1759",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 gennaio 2024, n. 4, recante disposizioni urgenti in materia di amministrazione straordinaria delle imprese di carattere strategico (Approvato dal Senato) (DDL 1759)",
            "public_title": "Conversione decreto aziende di carattere strategico (ex Ilva)",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 53,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29802,
            "slug": "vs19_261_115",
            "identifier": "vs19_261_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_115/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 115,
            "title": "Identici emendamenti 15.101 BERRUTO MAURO (PD-IDP) e 15.102 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.101 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.101 DDL n. 1435",
            "description_title": "Identici emendamenti 15.101 BERRUTO MAURO (PD-IDP) e 15.102 TRAVERSI ROBERTO (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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29052,
            "slug": "vs19_265_070",
            "identifier": "vs19_265_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_070/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 35.25 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.25 DDL n. 1435",
            "description_title": "Emendamento 35.25 BARBAGALLO ANTHONY EMANUELE (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.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29193,
            "slug": "vs19_267_020",
            "identifier": "vs19_267_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_020/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 35.97 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 35.97 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.97 DDL n. 1435",
            "description_title": "Emendamento 35.97 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28364,
            "slug": "vs19_247_037",
            "identifier": "vs19_247_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_037/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29659,
            "slug": "vs19_260_054",
            "identifier": "vs19_260_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_054/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 2.19 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.19 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.19 DDL n. 1759",
            "description_title": "Emendamento 2.19 L'ABBATE PATTY (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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29012,
            "slug": "vs19_265_035",
            "identifier": "vs19_265_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_035/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 24.014 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 24.014 DDL n. 1435",
            "original_title": "Votazione Emendamento 24.014 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 24.014 PASTORELLA GIULIA (APERRE)",
            "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.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28620,
            "slug": "vs19_252_002",
            "identifier": "vs19_252_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_002/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1306",
            "original_title": "Votazione Articolo 1 PDL n. 1306",
            "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": 106,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29793,
            "slug": "vs19_261_106",
            "identifier": "vs19_261_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_106/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 106,
            "title": "Identici emendamenti 15.60 TRAVERSI ROBERTO (M5S), 15.61 GHIRRA FRANCESCA (AVS) e 15.62 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.60 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.60 DDL n. 1435",
            "description_title": "Identici emendamenti 15.60 TRAVERSI ROBERTO (M5S), 15.61 GHIRRA FRANCESCA (AVS) e 15.62 PASTORELLA GIULIA (APERRE)",
            "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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29650,
            "slug": "vs19_260_045",
            "identifier": "vs19_260_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_045/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 2.1 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1759",
            "description_title": "Emendamento 2.1 L'ABBATE PATTY (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": 31,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29698,
            "slug": "vs19_260_093",
            "identifier": "vs19_260_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_093/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 3.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.3 DDL n. 1759",
            "description_title": "Emendamento 3.3 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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29041,
            "slug": "vs19_265_067",
            "identifier": "vs19_265_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_067/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 35.14 IARIA ANTONINO (M5S) - Votazione Emendamento 35.14 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.14 DDL n. 1435",
            "description_title": "Emendamento 35.14 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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        }
    ]
}