Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=146
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=147",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=145",
    "results": [
        {
            "id": 35824,
            "slug": "vs19_413_008",
            "identifier": "vs19_413_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_008/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 6.7 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.7 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.7 DDL n. 2196",
            "description_title": "Emendamento 6.7 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": 64.05,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 35788,
            "slug": "vs19_410_008",
            "identifier": "vs19_410_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_008/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1917/11 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1917/11 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/11 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/11 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 35789,
            "slug": "vs19_410_009",
            "identifier": "vs19_410_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_009/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1917/12 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1917/12 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/12 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/12 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": 20,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 35790,
            "slug": "vs19_410_010",
            "identifier": "vs19_410_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_010/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1917/13 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1917/13 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/13 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/13 FORNARO 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": 20,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 33522,
            "slug": "vs19_384_012",
            "identifier": "vs19_384_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_012/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 12,
            "title": "ART AGG 3.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.01001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 61,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 35703,
            "slug": "vs19_409_023",
            "identifier": "vs19_409_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_023/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1027 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1027 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1027 DDL n. 1917",
            "description_title": "Emendamento 3.1027 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35709,
            "slug": "vs19_409_029",
            "identifier": "vs19_409_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_029/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 3.1007 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.1007 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1007 DDL n. 1917",
            "description_title": "Emendamento 3.1007 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": 37,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34436,
            "slug": "vs19_388_028",
            "identifier": "vs19_388_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_028/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 5.2 BONELLI ANGELO (AVS) - Votazione Emendamento 5.2 DDL n. 2022",
            "original_title": "Votazione Emendamento 5.2 DDL n. 2022",
            "description_title": "Emendamento 5.2 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": 26,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35742,
            "slug": "vs19_409_063",
            "identifier": "vs19_409_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_063/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 63,
            "title": "Identici emendamenti 4.58 AURIEMMA CARMELA (M5S) e 4.1011 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.58 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.58 DDL n. 1917",
            "description_title": "Identici emendamenti 4.58 AURIEMMA CARMELA (M5S) e 4.1011 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": 38,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35685,
            "slug": "vs19_409_005",
            "identifier": "vs19_409_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_005/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.1021 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1021 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1021 DDL n. 1917",
            "description_title": "Emendamento 3.1021 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": 39,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 35748,
            "slug": "vs19_409_069",
            "identifier": "vs19_409_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_069/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 4.1005 ALIFANO ENRICA (M5S) - Votazione Emendamento 4.1005 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1005 DDL n. 1917",
            "description_title": "Emendamento 4.1005 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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35743,
            "slug": "vs19_409_064",
            "identifier": "vs19_409_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_064/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 64,
            "title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.75 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.75 DDL n. 1917",
            "description_title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 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": 37,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35723,
            "slug": "vs19_409_043",
            "identifier": "vs19_409_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_043/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 43,
            "title": "Identici emendamenti 3.104 ALIFANO ENRICA (M5S), 3.106 ZARATTI FILIBERTO (AVS) e 3.1016 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.104 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.104 DDL n. 1917",
            "description_title": "Identici emendamenti 3.104 ALIFANO ENRICA (M5S), 3.106 ZARATTI FILIBERTO (AVS) e 3.1016 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": 31,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35722,
            "slug": "vs19_409_042",
            "identifier": "vs19_409_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_042/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 3.103 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.103 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.103 DDL n. 1917",
            "description_title": "Emendamento 3.103 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": 33,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35719,
            "slug": "vs19_409_039",
            "identifier": "vs19_409_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_039/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.99 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.99 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.99 DDL n. 1917",
            "description_title": "Emendamento 3.99 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": 27,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 35763,
            "slug": "vs19_409_085",
            "identifier": "vs19_409_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_085/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 5.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.7 DDL n. 1917",
            "description_title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (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": 39,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35569,
            "slug": "vs19_405_012",
            "identifier": "vs19_405_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_012/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 12,
            "title": "Ratifica accordo con l'Albania in tema di sicurezza sociale",
            "original_title": "Votazione finale DDL n. 1916",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra la Repubblica italiana e la Repubblica di Albania in materia di sicurezza sociale, fatto a Roma il 6 febbraio 2024 (DDL 1916)",
            "public_title": "Ratifica accordo con l'Albania in tema di sicurezza sociale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 35596,
            "slug": "vs19_405_015",
            "identifier": "vs19_405_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_405_015/?format=api",
            "sitting": {
                "id": 1869,
                "date": "2025-01-08",
                "number": 405,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.100, DDL n. 1586",
            "original_title": "Votazione Emendamento 3.100, DDL n. 1586",
            "description_title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "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": 136,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 35715,
            "slug": "vs19_409_035",
            "identifier": "vs19_409_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_035/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.90 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.90 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.90 DDL n. 1917",
            "description_title": "Emendamento 3.90 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": 25,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33211,
            "slug": "19-243-162",
            "identifier": "19-243-162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-162/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 162,
            "title": "Codice della strada - Articolo 21",
            "original_title": "Articolo 21",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 37,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 57.65
        },
        {
            "id": 33213,
            "slug": "19-243-158",
            "identifier": "19-243-158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-158/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 158,
            "title": "Codice della strada - Em. 19.0.3, Paita e Fregolent",
            "original_title": "Em. 19.0.3, Paita e Fregolent",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 13,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 33215,
            "slug": "19-243-155",
            "identifier": "19-243-155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-155/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 155,
            "title": "Codice della strada - ODG G19.150, Sironi e altri",
            "original_title": "ODG G19.150, Sironi e altri",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 61.18
        },
        {
            "id": 33335,
            "slug": "19-243-263",
            "identifier": "19-243-263",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-263/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 263,
            "title": "Codice della strada - Em. 35.48, Basso e altri",
            "original_title": "Em. 35.48, Basso e altri",
            "description_title": "Codice della strada",
            "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": 9,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 69.41
        },
        {
            "id": 33112,
            "slug": "19-243-178",
            "identifier": "19-243-178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-178/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 178,
            "title": "Codice della strada - Em. 23.22, Basso e altri",
            "original_title": "Em. 23.22, Basso e altri",
            "description_title": "Codice della strada",
            "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": 10,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33122,
            "slug": "19-243-168",
            "identifier": "19-243-168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-168/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 168,
            "title": "Codice della strada - Em. 23.1 (1a parte), Basso e altri",
            "original_title": "Em. 23.1 (1a parte), Basso e altri",
            "description_title": "Codice della strada",
            "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": 10,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33114,
            "slug": "19-243-176",
            "identifier": "19-243-176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-176/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 176,
            "title": "Codice della strada - Em. 23.19, Basso e altri",
            "original_title": "Em. 23.19, Basso e altri",
            "description_title": "Codice della strada",
            "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": 10,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33201,
            "slug": "19-243-189",
            "identifier": "19-243-189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-189/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 189,
            "title": "Codice della strada - Articolo 25",
            "original_title": "Articolo 25",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 9,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 64.71
        },
        {
            "id": 33094,
            "slug": "19-243-322",
            "identifier": "19-243-322",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-322/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 322,
            "title": "Competenze non cognitive - Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "Competenze non cognitive",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 55.29
        },
        {
            "id": 33108,
            "slug": "19-243-198",
            "identifier": "19-243-198",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-198/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 198,
            "title": "Codice della strada - Em. 27.17, Basso e altri",
            "original_title": "Em. 27.17, Basso e altri",
            "description_title": "Codice della strada",
            "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": 10,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33177,
            "slug": "19-243-319",
            "identifier": "19-243-319",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-319/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 319,
            "title": "Competenze non cognitive - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Competenze non cognitive",
            "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": 38,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 56.47
        },
        {
            "id": 33131,
            "slug": "19-243-117",
            "identifier": "19-243-117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-117/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 117,
            "title": "Codice della strada - Em. 15.27, Di Girolamo e Nave",
            "original_title": "Em. 15.27, Di Girolamo e Nave",
            "description_title": "Codice della strada",
            "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": 9,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 69.41
        },
        {
            "id": 33116,
            "slug": "19-243-174",
            "identifier": "19-243-174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-174/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 174,
            "title": "Codice della strada - Emm. 23.14 e 23.15",
            "original_title": "Emm. 23.14 e 23.15",
            "description_title": "Codice della strada",
            "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": 9,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 67.06
        },
        {
            "id": 33020,
            "slug": "19-237-1",
            "identifier": "19-237-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-237-1/?format=api",
            "sitting": {
                "id": 1815,
                "date": "2024-10-31",
                "number": 237,
                "branch": "S"
            },
            "number": 1,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "original_title": "Votazione finale",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 52.33
        },
        {
            "id": 33049,
            "slug": "19-238-33",
            "identifier": "19-238-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-238-33/?format=api",
            "sitting": {
                "id": 1816,
                "date": "2024-11-05",
                "number": 238,
                "branch": "S"
            },
            "number": 33,
            "title": "Conversione decreto contrasto alla violenza contro gli operatori socio-sanitari",
            "original_title": "Votazione finale",
            "description_title": "d.l. 137/24 - Norme per il contrasto alla violenza nei confronti del personale sanitario",
            "public_title": "Conversione decreto contrasto alla violenza contro gli operatori socio-sanitari",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 64.1,
            "minority_cohesion_rate": 51.76
        },
        {
            "id": 20164,
            "slug": "vs19_081_045",
            "identifier": "vs19_081_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_045/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/889-R/56 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/889-R/56 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/56 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/56 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19861,
            "slug": "vs19_072_083",
            "identifier": "vs19_072_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_083/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 5.2 DI LAURO CARMEN (M5S) - Votazione Emendamento 5.2 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.2 DDL n. 0977",
            "description_title": "Emendamento 5.2 DI LAURO CARMEN (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": 64.14,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19788,
            "slug": "vs19_064_016",
            "identifier": "vs19_064_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_016/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 3-UNDECIES.05 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 3-UNDECIES.05 DDL n. 0930",
            "original_title": "Votazione Emendamento 3-UNDECIES.05 DDL n. 0930",
            "description_title": "Articolo aggiuntivo 3-UNDECIES.05 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 19887,
            "slug": "vs19_068_017",
            "identifier": "vs19_068_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_068_017/?format=api",
            "sitting": {
                "id": 1320,
                "date": "2023-03-14",
                "number": 68,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 0831",
            "original_title": "Votazione Articolo 2 DDL n. 0831",
            "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": 9,
            "n_margin": 132,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19235,
            "slug": "vs19_047_003",
            "identifier": "vs19_047_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_003/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.103 MORRONE JACOPO (LEGA) - Votazione Emendamento 1.103 PDL n. 0080",
            "original_title": "Votazione Emendamento 1.103 PDL n. 0080",
            "description_title": "Emendamento 1.103 MORRONE JACOPO (LEGA)",
            "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": 114,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 19851,
            "slug": "vs19_068_035",
            "identifier": "vs19_068_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_068_035/?format=api",
            "sitting": {
                "id": 1320,
                "date": "2023-03-14",
                "number": 68,
                "branch": "C"
            },
            "number": 35,
            "title": "Norme in materia di procedibilità d'ufficio e di arresto in flagranza di reato",
            "original_title": "Votazione finale DDL n. 0831",
            "description_title": "Norme in materia di procedibilità d'ufficio e di arresto in flagranza (DDL 831)",
            "public_title": "Norme in materia di procedibilità d'ufficio e di arresto in flagranza di reato",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 19229,
            "slug": "vs19_047_004",
            "identifier": "vs19_047_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_004/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.104 MAZZETTI ERICA (FI-PPE) - Votazione Emendamento 1.104 PDL n. 0080",
            "original_title": "Votazione Emendamento 1.104 PDL n. 0080",
            "description_title": "Emendamento 1.104 MAZZETTI ERICA (FI-PPE)",
            "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": 135,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19748,
            "slug": "vs19_061_016",
            "identifier": "vs19_061_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_016/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/908/25 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/908/25 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/25 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/25 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24687,
            "slug": "vs19_176_030",
            "identifier": "vs19_176_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_030/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 30,
            "title": "Mozione n. 1-00082 (Nuova formulazione), limitatamente alle lettere a), k) e m) del capoverso primo della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00082",
            "original_title": "Votazione Mozione 1_00082",
            "description_title": "Mozione n. 1-00082 (Nuova formulazione), limitatamente alle lettere a), k) e m) del capoverso primo della parte dispositiva, SCERRA FILIPPO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 21120,
            "slug": "vs19_099_007",
            "identifier": "vs19_099_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_099_007/?format=api",
            "sitting": {
                "id": 1370,
                "date": "2023-05-08",
                "number": 99,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 28.1 MEROLA VIRGINIO (PD-IDP) e 28.2 FENU EMILIANO (M5S) - Votazione Emendamento 28.1 DDL n. 1115",
            "original_title": "Votazione Emendamento 28.1 DDL n. 1115",
            "description_title": "Identici emendamenti 28.1 MEROLA VIRGINIO (PD-IDP) e 28.2 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19950,
            "slug": "vs19_068_004",
            "identifier": "vs19_068_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_068_004/?format=api",
            "sitting": {
                "id": 1320,
                "date": "2023-03-14",
                "number": 68,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.4 DDL n. 0831",
            "original_title": "Votazione Emendamento 1.4 DDL n. 0831",
            "description_title": "Emendamento 1.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": 21,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 18846,
            "slug": "vs19_038_061",
            "identifier": "vs19_038_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_061/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/674/22 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/674/22 DDL n. 0674",
            "original_title": "Votazione Ordine del giorno 9/674/22 DDL n. 0674",
            "description_title": "Ordine del giorno n. 9/674/22 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 134,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 20129,
            "slug": "vs19_081_008",
            "identifier": "vs19_081_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_008/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/889-R/15 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/889-R/15 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/15 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/15 FERRARI SARA (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": 23,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22840,
            "slug": "vs19_129_055",
            "identifier": "vs19_129_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_055/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 55,
            "title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 36, PELLEGRINI MARCO (M5S) ed altri - Votazione Risoluzione 6_00035",
            "original_title": "Votazione Risoluzione 6_00035",
            "description_title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 36, PELLEGRINI MARCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 87,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 20148,
            "slug": "vs19_081_050",
            "identifier": "vs19_081_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_050/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/889-R/61 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/889-R/61 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/61 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/61 DELL'OLIO GIANMAURO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 19022,
            "slug": "vs19_038_043",
            "identifier": "vs19_038_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_043/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/674/1, nel testo riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/674/1, DDL n. 0674",
            "original_title": "Votazione Ordine del giorno 9/674/1, DDL n. 0674",
            "description_title": "Ordine del giorno n. 9/674/1, nel testo riformulato, 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 136,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 76.54
        }
    ]
}