Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=163
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=date&page=164",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=162",
    "results": [
        {
            "id": 26188,
            "slug": "vs19_216_092",
            "identifier": "vs19_216_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_092/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 12.1 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 12.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.1 DDL n. 1555",
            "description_title": "Emendamento 12.1 CURTI AUGUSTO (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": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26193,
            "slug": "vs19_216_017",
            "identifier": "vs19_216_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_017/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1555",
            "original_title": "Votazione Articolo 1 DDL n. 1555",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 26192,
            "slug": "vs19_216_081",
            "identifier": "vs19_216_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_081/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 11.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 11.20 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.20 DDL n. 1555",
            "description_title": "Emendamento 11.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 26191,
            "slug": "vs19_216_113",
            "identifier": "vs19_216_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_113/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 113,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1555",
            "original_title": "Votazione Articolo 15 DDL n. 1555",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 26196,
            "slug": "vs19_216_114",
            "identifier": "vs19_216_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_114/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 114,
            "title": "Articolo aggiuntivo 15.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 15.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 15.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 15.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 26199,
            "slug": "vs19_216_146",
            "identifier": "vs19_216_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_146/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 146,
            "title": "Ordine del giorno n. 9/1555/13 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1555/13 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/13 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/13 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 26202,
            "slug": "vs19_216_147",
            "identifier": "vs19_216_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_147/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 147,
            "title": "Ordine del giorno n. 9/1555/14 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1555/14 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/14 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/14 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26205,
            "slug": "vs19_216_148",
            "identifier": "vs19_216_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_148/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 148,
            "title": "Ordine del giorno n. 9/1555/15 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1555/15 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/15 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/15 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 47,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 26209,
            "slug": "vs19_216_151",
            "identifier": "vs19_216_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_151/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 151,
            "title": "Ordine del giorno n. 9/1555/18, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1555/18, DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/18, DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/18, nel testo riformulato, MARI FRANCESCO (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": 9,
            "n_margin": 121,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26211,
            "slug": "vs19_216_141",
            "identifier": "vs19_216_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_141/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 141,
            "title": "Ordine del giorno n. 9/1555/5 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1555/5 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/5 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/5 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26212,
            "slug": "vs19_216_142",
            "identifier": "vs19_216_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_142/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/1555/6 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1555/6 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/6 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/6 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 57,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 26179,
            "slug": "vs19_216_001",
            "identifier": "vs19_216_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_001/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 1,
            "title": "Questioni pregiudiziali n. 1 FONTANA ILARIA (M5S) ed altri, n. 2 SIMIANI MARCO (PD-IDP) ed altri e n. 3 BONELLI ANGELO (AVS) ed altri - Votazione pregiudiziale DDL n. 1606",
            "original_title": "Votazione pregiudiziale DDL n. 1606",
            "description_title": "Questioni pregiudiziali n. 1 FONTANA ILARIA (M5S) ed altri, n. 2 SIMIANI MARCO (PD-IDP) ed altri e n. 3 BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 26061,
            "slug": "vs19_216_076",
            "identifier": "vs19_216_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_076/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 11.9 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.9 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.9 DDL n. 1555",
            "description_title": "Emendamento 11.9 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 26069,
            "slug": "vs19_216_082",
            "identifier": "vs19_216_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_082/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 11.16 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.16 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.16 DDL n. 1555",
            "description_title": "Emendamento 11.16 APPENDINO CHIARA (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": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 26136,
            "slug": "vs19_216_110",
            "identifier": "vs19_216_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_110/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 110,
            "title": "Articolo aggiuntivo 14.03 PAVANELLI EMMA (M5S) - Votazione Emendamento 14.03 DDL n. 1555",
            "original_title": "Votazione Emendamento 14.03 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 14.03 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26150,
            "slug": "vs19_216_035",
            "identifier": "vs19_216_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_035/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.6 EVI ELEONORA (AVS) - Votazione Emendamento 3.6 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.6 DDL n. 1555",
            "description_title": "Emendamento 3.6 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 26155,
            "slug": "vs19_216_059",
            "identifier": "vs19_216_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_059/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 10.8 EVI ELEONORA (AVS) - Votazione Emendamento 10.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.8 DDL n. 1555",
            "description_title": "Emendamento 10.8 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 26195,
            "slug": "vs19_216_065",
            "identifier": "vs19_216_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_065/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 11.2 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.2 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.2 DDL n. 1555",
            "description_title": "Emendamento 11.2 APPENDINO CHIARA (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": 33,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 26204,
            "slug": "vs19_216_149",
            "identifier": "vs19_216_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_149/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 149,
            "title": "Ordine del giorno n. 9/1555/16 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1555/16 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/16 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/16 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26190,
            "slug": "vs19_216_083",
            "identifier": "vs19_216_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_083/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 83,
            "title": "Identici emendamenti 11.21 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 11.1002 CIANI PAOLO (PD-IDP) - Votazione Emendamento 11.21 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.21 DDL n. 1555",
            "description_title": "Identici emendamenti 11.21 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 11.1002 CIANI PAOLO (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": 55,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 26210,
            "slug": "vs19_216_140",
            "identifier": "vs19_216_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_140/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 140,
            "title": "Ordine del giorno n. 9/1555/4 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1555/4 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/4 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/4 CASU ANDREA (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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26189,
            "slug": "vs19_216_159",
            "identifier": "vs19_216_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_159/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 159,
            "title": "Emendamento 3.12 CASU ANDREA (PD-IDP) - Votazione Emendamento 3.12 DDL n. 1342",
            "original_title": "Votazione Emendamento 3.12 DDL n. 1342",
            "description_title": "Emendamento 3.12 CASU ANDREA (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": 27,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 26054,
            "slug": "vs19_216_152",
            "identifier": "vs19_216_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_152/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 152,
            "title": "Legge annuale per il mercato e la concorrenza 2022",
            "original_title": "Votazione finale DDL n. 1555",
            "description_title": "Legge annuale per il mercato e la concorrenza 2022\" (Approvato dal Senato) (DDL 1555)",
            "public_title": "Legge annuale per il mercato e la concorrenza 2022",
            "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": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26145,
            "slug": "vs19_216_098",
            "identifier": "vs19_216_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_098/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 12.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 12.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 12.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 26173,
            "slug": "vs19_216_119",
            "identifier": "vs19_216_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_119/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo aggiuntivo 16.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 16.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 16.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 16.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 44,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 26172,
            "slug": "vs19_216_007",
            "identifier": "vs19_216_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_007/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1555",
            "description_title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26091,
            "slug": "vs19_216_012",
            "identifier": "vs19_216_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_012/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.12 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.12 DDL n. 1555",
            "description_title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26073,
            "slug": "vs19_216_033",
            "identifier": "vs19_216_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_033/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1555",
            "description_title": "Emendamento 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 26164,
            "slug": "vs19_216_045",
            "identifier": "vs19_216_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_045/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 6.01 COSTA SERGIO (M5S) - Votazione Emendamento 6.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 6.01 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 6.01 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 51,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 26166,
            "slug": "vs19_216_054",
            "identifier": "vs19_216_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_054/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici articoli aggiuntivi 9.02 BENZONI FABRIZIO (APERRE), 9.03 CAPPELLETTI ENRICO (M5S), 9.05 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 9.01001 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 9.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 9.02 DDL n. 1555",
            "description_title": "Identici articoli aggiuntivi 9.02 BENZONI FABRIZIO (APERRE), 9.03 CAPPELLETTI ENRICO (M5S), 9.05 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 9.01001 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26057,
            "slug": "vs19_216_087",
            "identifier": "vs19_216_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_087/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 87,
            "title": "Identici emendamenti 12.7 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 12.1000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 12.7 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.7 DDL n. 1555",
            "description_title": "Identici emendamenti 12.7 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 12.1000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26161,
            "slug": "vs19_216_115",
            "identifier": "vs19_216_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_115/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 115,
            "title": "Articolo aggiuntivo 15.01 MAGI RICCARDO (MISTO) - Votazione Emendamento 15.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 15.01 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 15.01 MAGI RICCARDO (MISTO)",
            "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": 66,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 26138,
            "slug": "vs19_216_126",
            "identifier": "vs19_216_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_126/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 126,
            "title": "Articolo aggiuntivo 18.03 DELLA VEDOVA BENEDETTO (MISTO) - Votazione Emendamento 18.03 DDL n. 1555",
            "original_title": "Votazione Emendamento 18.03 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 18.03 DELLA VEDOVA BENEDETTO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 82,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 26194,
            "slug": "vs19_216_133",
            "identifier": "vs19_216_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_133/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 133,
            "title": "Identici articoli aggiuntivi 21.01 BENZONI FABRIZIO (APERRE), 21.04 CASU ANDREA (PD-IDP), \n21.010 TODDE ALESSANDRA (M5S) e 21.01001 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 21.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 21.01 DDL n. 1555",
            "description_title": "Identici articoli aggiuntivi 21.01 BENZONI FABRIZIO (APERRE), 21.04 CASU ANDREA (PD-IDP), \n21.010 TODDE ALESSANDRA (M5S) e 21.01001 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26092,
            "slug": "vs19_216_134",
            "identifier": "vs19_216_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_134/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 134,
            "title": "Identici articoli aggiuntivi 21.02 BENZONI FABRIZIO (APERRE), 21.08 TODDE ALESSANDRA (M5S), 21.03 CASU ANDREA (PD-IDP) e 21.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 21.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 21.02 DDL n. 1555",
            "description_title": "Identici articoli aggiuntivi 21.02 BENZONI FABRIZIO (APERRE), 21.08 TODDE ALESSANDRA (M5S), 21.03 CASU ANDREA (PD-IDP) e 21.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26026,
            "slug": "19-138-75",
            "identifier": "19-138-75",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-75/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 75,
            "title": "d-l n. 161/2023 - Piano Mattei - Emm. 5.4, 5.5 e 5.6",
            "original_title": "Emm. 5.4, 5.5 e 5.6",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 15,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 25988,
            "slug": "19-138-40",
            "identifier": "19-138-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-40/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 40,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.46, Marton e altri",
            "original_title": "Em. 1.46, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 17,
            "majority_cohesion_rate": 82.61,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 26004,
            "slug": "19-138-71",
            "identifier": "19-138-71",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-71/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 71,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 4.8, Marton e altri",
            "original_title": "Em. 4.8, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 29,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 39.08
        },
        {
            "id": 26020,
            "slug": "19-138-22",
            "identifier": "19-138-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-22/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 22,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.20, Aurora Floridia e altri",
            "original_title": "Em. 1.20, Aurora Floridia e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 26031,
            "slug": "19-138-58",
            "identifier": "19-138-58",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-58/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 58,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 3.7, Aurora Floridia e altri",
            "original_title": "Em. 3.7, Aurora Floridia e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 16,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 26034,
            "slug": "19-138-49",
            "identifier": "19-138-49",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-49/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 49,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 2.16, Aurora Floridia e altri",
            "original_title": "Em. 2.16, Aurora Floridia e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 19,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 26039,
            "slug": "19-138-32",
            "identifier": "19-138-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-32/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 32,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.31 (1a parte), Marton e altri",
            "original_title": "Em. 1.31 (1a parte), Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 16,
            "majority_cohesion_rate": 82.61,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 26049,
            "slug": "19-138-6",
            "identifier": "19-138-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-6/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 6,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.204 (1a parte), Lorefice",
            "original_title": "Em. 1.204 (1a parte), Lorefice",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 42.53
        },
        {
            "id": 26047,
            "slug": "19-138-8",
            "identifier": "19-138-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-8/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 8,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.5, Marton e altri",
            "original_title": "Em. 1.5, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 26038,
            "slug": "19-138-36",
            "identifier": "19-138-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-36/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 36,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.40, Marton e altri",
            "original_title": "Em. 1.40, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 81.74,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 26008,
            "slug": "19-138-62",
            "identifier": "19-138-62",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-62/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 62,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 3.0.3, Irto e altri",
            "original_title": "Em. 3.0.3, Irto e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 17,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 26010,
            "slug": "19-138-57",
            "identifier": "19-138-57",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-57/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 57,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 3.5, Alfieri e altri",
            "original_title": "Em. 3.5, Alfieri e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 26005,
            "slug": "19-138-68",
            "identifier": "19-138-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-68/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 68,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 4.5, Marton e altri",
            "original_title": "Em. 4.5, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 15,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 26022,
            "slug": "19-138-13",
            "identifier": "19-138-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-13/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 13,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.10, Marton e altri",
            "original_title": "Em. 1.10, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 26009,
            "slug": "19-138-60",
            "identifier": "19-138-60",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-60/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 60,
            "title": "d-l n. 161/2023 - Piano Mattei - ODG G3.201, Marton e altri",
            "original_title": "ODG G3.201, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 15,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 72.41
        }
    ]
}