Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=119
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=120",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=118",
    "results": [
        {
            "id": 30680,
            "slug": "vs19_309_150",
            "identifier": "vs19_309_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_150/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 150,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1665",
            "original_title": "Votazione Articolo 8 DDL n. 1665",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30681,
            "slug": "vs19_309_157",
            "identifier": "vs19_309_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_157/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 157,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1665",
            "original_title": "Votazione Articolo 9 DDL n. 1665",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30654,
            "slug": "vs19_309_154",
            "identifier": "vs19_309_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_154/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 154,
            "title": "Emendamento 9.12 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 9.12 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.12 DDL n. 1665",
            "description_title": "Emendamento 9.12 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30657,
            "slug": "vs19_309_140",
            "identifier": "vs19_309_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_140/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 140,
            "title": "Emendamento 7.310 PAVANELLI EMMA (M5S) - Votazione Emendamento 7.310 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.310 DDL n. 1665",
            "description_title": "Emendamento 7.310 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": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30704,
            "slug": "vs19_309_228",
            "identifier": "vs19_309_228",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_228/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 228,
            "title": "Ordine del giorno n. 9/1665/56 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1665/56 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/56 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/56 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30594,
            "slug": "vs19_309_046",
            "identifier": "vs19_309_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_046/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.267 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 2.267 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.267 DDL n. 1665",
            "description_title": "Emendamento 2.267 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 30743,
            "slug": "vs19_309_184",
            "identifier": "vs19_309_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_184/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 184,
            "title": "Ordine del giorno n. 9/1665/5 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1665/5 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/5 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/5 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30535,
            "slug": "vs19_309_114",
            "identifier": "vs19_309_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_114/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 114,
            "title": "Emendamento 5.88 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.88 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.88 DDL n. 1665",
            "description_title": "Emendamento 5.88 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 31003,
            "slug": "vs19_321_044",
            "identifier": "vs19_321_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_044/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 5.021 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 5.021 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.021 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.021 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 31004,
            "slug": "vs19_321_030",
            "identifier": "vs19_321_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_030/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2.42 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.42 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.42 DDL n. 1718",
            "description_title": "Emendamento 2.42 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 31050,
            "slug": "vs19_321_034",
            "identifier": "vs19_321_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_034/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 3.02 D'ORSO VALENTINA (M5S) - Votazione Emendamento 3.02 DDL n. 1718",
            "original_title": "Votazione Emendamento 3.02 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 3.02 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 31047,
            "slug": "vs19_321_048",
            "identifier": "vs19_321_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_048/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 5.019 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 5.019 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.019 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.019 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31079,
            "slug": "vs19_321_029",
            "identifier": "vs19_321_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_029/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 2.104 BONIFAZI FRANCESCO (IVICRE) - Votazione Emendamento 2.104 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.104 DDL n. 1718",
            "description_title": "Emendamento 2.104 BONIFAZI FRANCESCO (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": 0,
            "n_margin": 139,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 31062,
            "slug": "vs19_321_014",
            "identifier": "vs19_321_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_014/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.23 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.23 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.23 DDL n. 1718",
            "description_title": "Emendamento 2.23 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 33051,
            "slug": "19-238-2",
            "identifier": "19-238-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-2/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 2,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 1.1, Bazoli e altri",
            "original_title": "Em. 1.1, Bazoli e altri",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "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": 71.79,
            "minority_cohesion_rate": 63.53
        },
        {
            "id": 33057,
            "slug": "19-239-3",
            "identifier": "19-239-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-239-3/?format=api",
            "sitting": {
                "id": 1817,
                "date": "2024-11-06",
                "number": 239,
                "branch": "S"
            },
            "number": 3,
            "title": "Assistenza sanitaria persone senza dimora - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Assistenza sanitaria persone senza dimora",
            "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": 67,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 61.18
        },
        {
            "id": 33039,
            "slug": "19-238-14",
            "identifier": "19-238-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-14/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 14,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 1.20, Bazoli e altri",
            "original_title": "Em. 1.20, Bazoli e altri",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "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": 13,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 33025,
            "slug": "19-238-30",
            "identifier": "19-238-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-30/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 30,
            "title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario - Em. 3.6, Castellone e altri",
            "original_title": "Em. 3.6, Castellone e altri",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "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": 12,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 19254,
            "slug": "vs19_051_010",
            "identifier": "vs19_051_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_010/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/750/14 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/14 MARI FRANCESCO (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": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 19948,
            "slug": "vs19_077_005",
            "identifier": "vs19_077_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_077_005/?format=api",
            "sitting": {
                "id": 1335,
                "date": "2023-03-28",
                "number": 77,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.9 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.9 DDL n. 0939",
            "original_title": "Votazione Emendamento 1.9 DDL n. 0939",
            "description_title": "Emendamento 1.9 AURIEMMA CARMELA (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": 24,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 19828,
            "slug": "vs19_077_004",
            "identifier": "vs19_077_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_077_004/?format=api",
            "sitting": {
                "id": 1335,
                "date": "2023-03-28",
                "number": 77,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.8 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.8 DDL n. 0939",
            "original_title": "Votazione Emendamento 1.8 DDL n. 0939",
            "description_title": "Emendamento 1.8 AURIEMMA CARMELA (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": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22107,
            "slug": "vs19_137_006",
            "identifier": "vs19_137_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_006/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.3 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 2.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1038",
            "description_title": "Emendamento 2.3 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": 36,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 21093,
            "slug": "vs19_100_014",
            "identifier": "vs19_100_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_100_014/?format=api",
            "sitting": {
                "id": 1371,
                "date": "2023-05-09",
                "number": 100,
                "branch": "C"
            },
            "number": 14,
            "title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso quinto della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) ed altri - Votazione Mozione 1_00083",
            "original_title": "Votazione Mozione 1_00083",
            "description_title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso quinto della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) 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": 1,
            "n_margin": 146,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21152,
            "slug": "vs19_097_099",
            "identifier": "vs19_097_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_099/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/859 E ABB./7 MANES FRANCO (MISTO) - Votazione Ordine del giorno 9/859 E ABB./7 PDL n. 0859",
            "original_title": "Votazione Ordine del giorno 9/859 E ABB./7 PDL n. 0859",
            "description_title": "Ordine del giorno n. 9/859 E ABB./7 MANES FRANCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21082,
            "slug": "vs19_100_020",
            "identifier": "vs19_100_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_100_020/?format=api",
            "sitting": {
                "id": 1371,
                "date": "2023-05-09",
                "number": 100,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso undicesimo della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) ed altri - Votazione Mozione 1_00083",
            "original_title": "Votazione Mozione 1_00083",
            "description_title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso undicesimo della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) 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": 42,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 22055,
            "slug": "vs19_137_037",
            "identifier": "vs19_137_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_037/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1038",
            "description_title": "Emendamento 3.4 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 20113,
            "slug": "vs19_077_012",
            "identifier": "vs19_077_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_077_012/?format=api",
            "sitting": {
                "id": 1335,
                "date": "2023-03-28",
                "number": 77,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/939/5, limitatamente ai capoversi secondo e terzo della parte dispositiva, PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/939/5, DDL n. 0939",
            "original_title": "Votazione Ordine del giorno 9/939/5, DDL n. 0939",
            "description_title": "Ordine del giorno n. 9/939/5, limitatamente ai capoversi secondo e terzo della parte dispositiva, PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 40,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22032,
            "slug": "vs19_137_149",
            "identifier": "vs19_137_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_149/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 7.7 COSTA SERGIO (M5S) - Votazione Emendamento 7.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 7.7 DDL n. 1038",
            "description_title": "Emendamento 7.7 COSTA SERGIO (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": 74,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 19090,
            "slug": "vs19_029_148",
            "identifier": "vs19_029_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_148/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 148,
            "title": "Ordine del giorno n. 9/705/154 CARFAGNA MARIA ROSARIA (AIV-RE) - Votazione Ordine del giorno 9/705/154 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/154 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/154 CARFAGNA MARIA ROSARIA (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": 4,
            "n_margin": 61,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22087,
            "slug": "vs19_137_066",
            "identifier": "vs19_137_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_066/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 5.2 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 5.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.2 DDL n. 1038",
            "description_title": "Emendamento 5.2 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": 43,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 21877,
            "slug": "vs19_137_010",
            "identifier": "vs19_137_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_010/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.12 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 2.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1038",
            "description_title": "Emendamento 2.12 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19249,
            "slug": "vs19_051_013",
            "identifier": "vs19_051_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_013/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/750/19 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/750/19 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/19 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/19 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21946,
            "slug": "vs19_138_025",
            "identifier": "vs19_138_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_025/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 15.1 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 15.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1038",
            "description_title": "Emendamento 15.1 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": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 21153,
            "slug": "vs19_097_100",
            "identifier": "vs19_097_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_100/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/859 E ABB./8, nel testo riformulato, STEGER DIETER (MISTO) - Votazione Ordine del giorno 9/859 E ABB./8, PDL n. 0859",
            "original_title": "Votazione Ordine del giorno 9/859 E ABB./8, PDL n. 0859",
            "description_title": "Ordine del giorno n. 9/859 E ABB./8, nel testo riformulato, STEGER DIETER (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 137,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21076,
            "slug": "vs19_100_015",
            "identifier": "vs19_100_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_100_015/?format=api",
            "sitting": {
                "id": 1371,
                "date": "2023-05-09",
                "number": 100,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso sesto della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) ed altri - Votazione Mozione 1_00083",
            "original_title": "Votazione Mozione 1_00083",
            "description_title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), capoverso sesto della parte dispositiva, CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) 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": 147,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 22057,
            "slug": "vs19_137_038",
            "identifier": "vs19_137_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_038/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 3.6 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 3.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.6 DDL n. 1038",
            "description_title": "Emendamento 3.6 D'ALFONSO LUCIANO (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": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22180,
            "slug": "vs19_137_054",
            "identifier": "vs19_137_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_054/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici emendamenti 4.11 ALIFANO ENRICA (M5S), 4.12 TABACCI BRUNO (PD-IDP) e 4.13 GRUPPIONI NAIKE (AIV-RE) - Votazione Emendamento 4.11 DDL n. 1038",
            "original_title": "Votazione Emendamento 4.11 DDL n. 1038",
            "description_title": "Identici emendamenti 4.11 ALIFANO ENRICA (M5S), 4.12 TABACCI BRUNO (PD-IDP) e 4.13 GRUPPIONI NAIKE (AIV-RE)",
            "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": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21113,
            "slug": "vs19_097_094",
            "identifier": "vs19_097_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_094/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 94,
            "title": "Subemendamento 0.11.0100.2 GADDA MARIA CHIARA (AIV-RE) - Votazione Emendamento 0.11.0100.2 PDL n. 0859",
            "original_title": "Votazione Emendamento 0.11.0100.2 PDL n. 0859",
            "description_title": "Subemendamento 0.11.0100.2 GADDA MARIA CHIARA (AIV-RE)",
            "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": 33,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22047,
            "slug": "vs19_137_023",
            "identifier": "vs19_137_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_023/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.43 GRIMALDI MARCO (AVS) - Votazione Emendamento 2.43 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.43 DDL n. 1038",
            "description_title": "Emendamento 2.43 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21929,
            "slug": "vs19_138_026",
            "identifier": "vs19_138_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_026/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.3 DDL n. 1038",
            "description_title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22166,
            "slug": "vs19_137_016",
            "identifier": "vs19_137_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_016/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.27 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.27 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.27 DDL n. 1038",
            "description_title": "Emendamento 2.27 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 51,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 24618,
            "slug": "vs19_183_030",
            "identifier": "vs19_183_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_030/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1-TER.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1-TER.1 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-TER.1 DDL n. 1492",
            "description_title": "Emendamento 1-TER.1 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24771,
            "slug": "vs19_183_027",
            "identifier": "vs19_183_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_027/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1-BIS.9 L'ABBATE PATTY (M5S) - Votazione Emendamento 1-BIS.9 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-BIS.9 DDL n. 1492",
            "description_title": "Emendamento 1-BIS.9 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": 35,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 21123,
            "slug": "vs19_097_081",
            "identifier": "vs19_097_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_081/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 81,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0859",
            "original_title": "Votazione Articolo 1 PDL n. 0859",
            "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": 141,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 24579,
            "slug": "vs19_183_020",
            "identifier": "vs19_183_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_020/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 IARIA ANTONINO (M5S) - Votazione Emendamento 1.27 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1492",
            "description_title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 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": 29,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 24593,
            "slug": "vs19_183_021",
            "identifier": "vs19_183_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_021/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1-BIS.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1-BIS.1 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-BIS.1 DDL n. 1492",
            "description_title": "Emendamento 1-BIS.1 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22079,
            "slug": "vs19_137_039",
            "identifier": "vs19_137_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_039/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.7 COSTA SERGIO (M5S) - Votazione Emendamento 3.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1038",
            "description_title": "Emendamento 3.7 COSTA SERGIO (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": 46,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 21077,
            "slug": "vs19_100_021",
            "identifier": "vs19_100_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_100_021/?format=api",
            "sitting": {
                "id": 1371,
                "date": "2023-05-09",
                "number": 100,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), sulla premessa  CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) ed altri - Votazione Mozione 1_00083",
            "original_title": "Votazione Mozione 1_00083",
            "description_title": "Mozione n. 1-00083 (Ulteriore nuova formulazione), sulla premessa  CATTANEO ALESSANDRO (FI-PPE), ZUCCONI RICCARDO (FDI), ZINZI GIANPIERO (LEGA), SEMENZATO MARTINA (NM-M) 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": 69,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 21072,
            "slug": "vs19_100_022",
            "identifier": "vs19_100_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_100_022/?format=api",
            "sitting": {
                "id": 1371,
                "date": "2023-05-09",
                "number": 100,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00116, ad eccezione dei capoversi ottavo e dodicesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00116",
            "original_title": "Votazione Mozione 1_00116",
            "description_title": "Mozione n. 1-00116, ad eccezione dei capoversi ottavo e dodicesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 18969,
            "slug": "vs19_029_131",
            "identifier": "vs19_029_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_131/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 131,
            "title": "Ordine del giorno n. 9/705/135 BONIFAZI FRANCESCO (AIV-RE) - Votazione Ordine del giorno 9/705/135 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/135 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/135 BONIFAZI FRANCESCO (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": 1,
            "n_margin": 88,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 36.42
        }
    ]
}