Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=40
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=-identifier&page=41",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=39",
    "results": [
        {
            "id": 37778,
            "slug": "vs19_464_047",
            "identifier": "vs19_464_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_047/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 47,
            "title": "Riforma della corte dei conti e scudo erariale",
            "original_title": "Votazione finale PDL n. 1621",
            "description_title": "Modifiche alla legge 14 gennaio 1994, n. 20, e altre disposizioni nonché delega al Governo in materia di funzioni della Corte dei conti e di responsabilità amministrativa e per danno erariale (PDL 1621 e abbinata PDL 340)",
            "public_title": "Riforma della corte dei conti e scudo erariale",
            "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": 30,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 37777,
            "slug": "vs19_464_046",
            "identifier": "vs19_464_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_046/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1621/16 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1621/16 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/16 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/16 SERRACCHIANI DEBORA (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": 29,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 37776,
            "slug": "vs19_464_045",
            "identifier": "vs19_464_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_045/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1621/15 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1621/15 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/15 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/15 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37775,
            "slug": "vs19_464_044",
            "identifier": "vs19_464_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_044/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1621/14 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1621/14 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/14 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/14 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37774,
            "slug": "vs19_464_043",
            "identifier": "vs19_464_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_043/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1621/13 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1621/13 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/13 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/13 SANTILLO AGOSTINO (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": 53,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 31.21
        },
        {
            "id": 37773,
            "slug": "vs19_464_042",
            "identifier": "vs19_464_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_042/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1621/12 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1621/12 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/12 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/12 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": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 37772,
            "slug": "vs19_464_041",
            "identifier": "vs19_464_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_041/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1621/11 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1621/11 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/11 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/11 ZARATTI FILIBERTO (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": 58.02,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37771,
            "slug": "vs19_464_040",
            "identifier": "vs19_464_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_040/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1621/10 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1621/10 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/10 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/10 DORI DEVIS (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": 57.61,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 37770,
            "slug": "vs19_464_039",
            "identifier": "vs19_464_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_039/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1621/9 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1621/9 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/9 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/9 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37769,
            "slug": "vs19_464_038",
            "identifier": "vs19_464_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_038/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1621/8 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1621/8 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/8 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/8 AURIEMMA CARMELA (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": 28,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37768,
            "slug": "vs19_464_037",
            "identifier": "vs19_464_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_037/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (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": 29,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37767,
            "slug": "vs19_464_036",
            "identifier": "vs19_464_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_036/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1621/6 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1621/6 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/6 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/6 COLUCCI ALFONSO (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": 31,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 37766,
            "slug": "vs19_464_035",
            "identifier": "vs19_464_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_035/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1621/5 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1621/5 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/5 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/5 ASCARI STEFANIA (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": 28,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 37765,
            "slug": "vs19_464_034",
            "identifier": "vs19_464_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_034/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1621/4 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1621/4 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/4 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/4 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": 26,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37764,
            "slug": "vs19_464_033",
            "identifier": "vs19_464_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_033/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1621/3 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1621/3 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/3 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/3 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37763,
            "slug": "vs19_464_032",
            "identifier": "vs19_464_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_032/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1621/2 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1621/2 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/2 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/2 D'ORSO VALENTINA (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": 28,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 37762,
            "slug": "vs19_464_031",
            "identifier": "vs19_464_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_031/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1621/1 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1621/1 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/1 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/1 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": 28,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 37761,
            "slug": "vs19_464_030",
            "identifier": "vs19_464_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_030/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 6 (Mantenimento) - Votazione Articolo 6 PDL n. 1621",
            "original_title": "Votazione Articolo 6 PDL n. 1621",
            "description_title": "Articolo 6 (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": 26,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37760,
            "slug": "vs19_464_029",
            "identifier": "vs19_464_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_029/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 1621",
            "original_title": "Votazione Articolo 5 PDL n. 1621",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37759,
            "slug": "vs19_464_028",
            "identifier": "vs19_464_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_028/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 5.1000 GIULIANO CARLA (M5S) - Votazione Emendamento 5.1000 PDL n. 1621",
            "original_title": "Votazione Emendamento 5.1000 PDL n. 1621",
            "description_title": "Emendamento 5.1000 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": 28,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37758,
            "slug": "vs19_464_027",
            "identifier": "vs19_464_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_027/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 4.011 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.011 PDL n. 1621",
            "original_title": "Votazione Emendamento 4.011 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 4.011 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": 24,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 37757,
            "slug": "vs19_464_026",
            "identifier": "vs19_464_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_026/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 4.010 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.010 PDL n. 1621",
            "original_title": "Votazione Emendamento 4.010 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 4.010 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": 23,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37756,
            "slug": "vs19_464_025",
            "identifier": "vs19_464_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_025/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 4.01 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.01 PDL n. 1621",
            "original_title": "Votazione Emendamento 4.01 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 4.01 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37755,
            "slug": "vs19_464_024",
            "identifier": "vs19_464_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_024/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1621",
            "original_title": "Votazione Articolo 4 PDL n. 1621",
            "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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37754,
            "slug": "vs19_464_023",
            "identifier": "vs19_464_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_023/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.4 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.4 PDL n. 1621",
            "original_title": "Votazione Emendamento 4.4 PDL n. 1621",
            "description_title": "Emendamento 4.4 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": 24,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37753,
            "slug": "vs19_464_022",
            "identifier": "vs19_464_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_022/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo aggiuntivo 3.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.01 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.01 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 3.01 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 37752,
            "slug": "vs19_464_021",
            "identifier": "vs19_464_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_021/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 1621",
            "original_title": "Votazione Articolo 3 PDL n. 1621",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37751,
            "slug": "vs19_464_020",
            "identifier": "vs19_464_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_020/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.88 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.88 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.88 PDL n. 1621",
            "description_title": "Emendamento 3.88 ALIFANO ENRICA (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": 21,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37750,
            "slug": "vs19_464_019",
            "identifier": "vs19_464_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_019/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 3.500 delle Commissioni - Votazione Emendamento 3.500 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.500 PDL n. 1621",
            "description_title": "Emendamento 3.500 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 84,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37749,
            "slug": "vs19_464_018",
            "identifier": "vs19_464_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_018/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.82 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.82 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.82 PDL n. 1621",
            "description_title": "Emendamento 3.82 ALIFANO ENRICA (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.73,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37748,
            "slug": "vs19_464_017",
            "identifier": "vs19_464_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_017/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.1003 AURIEMMA CARMELA (M5S) - Votazione Emendamento 3.1003 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.1003 PDL n. 1621",
            "description_title": "Emendamento 3.1003 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": 28,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37747,
            "slug": "vs19_464_016",
            "identifier": "vs19_464_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_016/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.1006 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1006 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.1006 PDL n. 1621",
            "description_title": "Emendamento 3.1006 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 128,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37746,
            "slug": "vs19_464_015",
            "identifier": "vs19_464_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_015/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 15,
            "title": "Identici emendamenti 3.58 GIULIANO CARLA (M5S) e 3.59 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.58 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.58 PDL n. 1621",
            "description_title": "Identici emendamenti 3.58 GIULIANO CARLA (M5S) e 3.59 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": 36,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37745,
            "slug": "vs19_464_014",
            "identifier": "vs19_464_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_014/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 14,
            "title": "Identici emendamenti 3.54 GIULIANO CARLA (M5S) e 3.55 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.54 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.54 PDL n. 1621",
            "description_title": "Identici emendamenti 3.54 GIULIANO CARLA (M5S) e 3.55 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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37744,
            "slug": "vs19_464_013",
            "identifier": "vs19_464_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_013/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.49 GIULIANO CARLA (M5S) - Votazione Emendamento 3.49 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.49 PDL n. 1621",
            "description_title": "Emendamento 3.49 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": 32,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37743,
            "slug": "vs19_464_012",
            "identifier": "vs19_464_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_012/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.41 GIULIANO CARLA (M5S) - Votazione Emendamento 3.41 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.41 PDL n. 1621",
            "description_title": "Emendamento 3.41 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": 33,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37742,
            "slug": "vs19_464_011",
            "identifier": "vs19_464_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_011/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.39 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.39 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.39 PDL n. 1621",
            "description_title": "Emendamento 3.39 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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37741,
            "slug": "vs19_464_010",
            "identifier": "vs19_464_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_010/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.37 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.37 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.37 PDL n. 1621",
            "description_title": "Emendamento 3.37 COLUCCI ALFONSO (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": 34,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37740,
            "slug": "vs19_464_009",
            "identifier": "vs19_464_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_009/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.23 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.23 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.23 PDL n. 1621",
            "description_title": "Emendamento 3.23 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": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37739,
            "slug": "vs19_464_008",
            "identifier": "vs19_464_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_008/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 3.22 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.22 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.22 PDL n. 1621",
            "description_title": "Emendamento 3.22 COLUCCI ALFONSO (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": 35,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37738,
            "slug": "vs19_464_007",
            "identifier": "vs19_464_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_007/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.21 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.21 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.21 PDL n. 1621",
            "description_title": "Emendamento 3.21 COLUCCI ALFONSO (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": 34,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37737,
            "slug": "vs19_464_006",
            "identifier": "vs19_464_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_006/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 3.18 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.18 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.18 PDL n. 1621",
            "description_title": "Emendamento 3.18 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37736,
            "slug": "vs19_464_005",
            "identifier": "vs19_464_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_005/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.11 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.11 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.11 PDL n. 1621",
            "description_title": "Emendamento 3.11 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": 33,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37735,
            "slug": "vs19_464_004",
            "identifier": "vs19_464_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_004/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 4,
            "title": "Identici emendamenti 3.1004 DORI DEVIS (AVS) e 3.1008 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1004 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.1004 PDL n. 1621",
            "description_title": "Identici emendamenti 3.1004 DORI DEVIS (AVS) e 3.1008 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": 32,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37734,
            "slug": "vs19_464_003",
            "identifier": "vs19_464_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_003/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 3.1005 D'ORSO VALENTINA (M5S) - Votazione Emendamento 3.1005 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.1005 PDL n. 1621",
            "description_title": "Emendamento 3.1005 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": 35,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 37733,
            "slug": "vs19_464_002",
            "identifier": "vs19_464_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_002/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 3.3 PENZA PASQUALINO (M5S) - Votazione Emendamento 3.3 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.3 PDL n. 1621",
            "description_title": "Emendamento 3.3 PENZA PASQUALINO (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": 22,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37732,
            "slug": "vs19_464_001",
            "identifier": "vs19_464_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_001/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 1,
            "title": "Identici emendamenti 3.1001 GIULIANO CARLA (M5S) e 3.1007 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1001 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.1001 PDL n. 1621",
            "description_title": "Identici emendamenti 3.1001 GIULIANO CARLA (M5S) e 3.1007 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": 28,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 37731,
            "slug": "vs19_463_040",
            "identifier": "vs19_463_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_040/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 2.03 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.03 PDL n. 1621",
            "original_title": "Votazione Emendamento 2.03 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 2.03 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": 28,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 37730,
            "slug": "vs19_463_039",
            "identifier": "vs19_463_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_039/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 2.05 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.05 PDL n. 1621",
            "original_title": "Votazione Emendamento 2.05 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 2.05 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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37693,
            "slug": "vs19_463_038",
            "identifier": "vs19_463_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_038/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1621",
            "original_title": "Votazione Articolo 2 PDL n. 1621",
            "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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 61.78
        }
    ]
}