Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=193
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22951,
    "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=194",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=192",
    "results": [
        {
            "id": 27769,
            "slug": "vs19_239_065",
            "identifier": "vs19_239_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_065/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1515",
            "original_title": "Votazione Articolo 15 DDL n. 1515",
            "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": 0,
            "n_margin": 78,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27777,
            "slug": "vs19_239_085",
            "identifier": "vs19_239_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_085/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici articoli aggiuntivi 21.1 FENU EMILIANO (M5S) e 21.2 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 21.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 21.1 DDL n. 1515",
            "description_title": "Identici articoli aggiuntivi 21.1 FENU EMILIANO (M5S) e 21.2 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27774,
            "slug": "vs19_239_096",
            "identifier": "vs19_239_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_096/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 96,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 1515",
            "original_title": "Votazione Articolo 26 DDL n. 1515",
            "description_title": "Articolo 26",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 74,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 27783,
            "slug": "vs19_239_101",
            "identifier": "vs19_239_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_101/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/1515/12, nel testo riformulato, D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1515/12, DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/12, DDL n. 1515",
            "description_title": "Ordine del giorno n. 9/1515/12, nel testo riformulato, D'ALFONSO LUCIANO (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": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27681,
            "slug": "vs19_239_046",
            "identifier": "vs19_239_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_046/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 12.14 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.14 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.14 DDL n. 1515",
            "description_title": "Emendamento 12.14 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27687,
            "slug": "vs19_239_043",
            "identifier": "vs19_239_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_043/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 12.11 FENU EMILIANO (M5S) - Votazione Emendamento 12.11 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.11 DDL n. 1515",
            "description_title": "Emendamento 12.11 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": 2,
            "n_margin": 56,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 27699,
            "slug": "vs19_239_064",
            "identifier": "vs19_239_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_064/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1515",
            "original_title": "Votazione Articolo 14 DDL n. 1515",
            "description_title": "Articolo 14",
            "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": 77,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27710,
            "slug": "vs19_239_063",
            "identifier": "vs19_239_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_063/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 14.3 FENU EMILIANO (M5S) - Votazione Emendamento 14.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 14.3 DDL n. 1515",
            "description_title": "Emendamento 14.3 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27720,
            "slug": "vs19_239_058",
            "identifier": "vs19_239_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_058/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 13.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 13.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1515",
            "description_title": "Emendamento 13.3 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27747,
            "slug": "vs19_239_074",
            "identifier": "vs19_239_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_074/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 19.7 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 19.7 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.7 DDL n. 1515",
            "description_title": "Emendamento 19.7 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27697,
            "slug": "vs19_239_049",
            "identifier": "vs19_239_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_049/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 12.17 ALIFANO ENRICA (M5S) - Votazione Emendamento 12.17 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.17 DDL n. 1515",
            "description_title": "Emendamento 12.17 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 27682,
            "slug": "vs19_239_031",
            "identifier": "vs19_239_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_031/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 11.9 FENU EMILIANO (M5S) - Votazione Emendamento 11.9 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.9 DDL n. 1515",
            "description_title": "Emendamento 11.9 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27558,
            "slug": "vs19_239_012",
            "identifier": "vs19_239_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_012/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 4.7 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.7 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.7 DDL n. 1515",
            "description_title": "Emendamento 4.7 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27696,
            "slug": "vs19_239_040",
            "identifier": "vs19_239_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_040/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 12.8 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.8 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.8 DDL n. 1515",
            "description_title": "Emendamento 12.8 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 43,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 27703,
            "slug": "vs19_239_084",
            "identifier": "vs19_239_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_084/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 84,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1515",
            "original_title": "Votazione Articolo 20 DDL n. 1515",
            "description_title": "Articolo 20",
            "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": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27745,
            "slug": "vs19_239_080",
            "identifier": "vs19_239_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_080/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 19.15 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 19.15 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.15 DDL n. 1515",
            "description_title": "Emendamento 19.15 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27756,
            "slug": "vs19_239_073",
            "identifier": "vs19_239_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_073/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 19.6 FENU EMILIANO (M5S) - Votazione Emendamento 19.6 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.6 DDL n. 1515",
            "description_title": "Emendamento 19.6 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": 26,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27778,
            "slug": "vs19_239_066",
            "identifier": "vs19_239_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_066/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1515",
            "original_title": "Votazione Articolo 16 DDL n. 1515",
            "description_title": "Articolo 16",
            "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": 80,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27780,
            "slug": "vs19_239_075",
            "identifier": "vs19_239_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_075/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 75,
            "title": "Identici emendamenti 19.8 ALIFANO ENRICA (M5S) e 19.9 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 19.8 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.8 DDL n. 1515",
            "description_title": "Identici emendamenti 19.8 ALIFANO ENRICA (M5S) e 19.9 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27788,
            "slug": "vs19_239_099",
            "identifier": "vs19_239_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_099/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/1515/8 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1515/8 DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/8 DDL n. 1515",
            "description_title": "Ordine del giorno n. 9/1515/8 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27801,
            "slug": "vs19_239_102",
            "identifier": "vs19_239_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_102/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 102,
            "title": "Identici ordini del giorno, come riformulati, n. 9/1515/13 MEROLA VIRGINIO (PD-IDP) e n. 5/1515/14 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1515/13 DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/13 DDL n. 1515",
            "description_title": "Identici ordini del giorno, come riformulati, n. 9/1515/13 MEROLA VIRGINIO (PD-IDP) e n. 5/1515/14 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27549,
            "slug": "vs19_239_009",
            "identifier": "vs19_239_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_009/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 4.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.4 DDL n. 1515",
            "description_title": "Emendamento 4.4 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27560,
            "slug": "vs19_239_003",
            "identifier": "vs19_239_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_003/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1515",
            "original_title": "Votazione Articolo 2 DDL n. 1515",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 78,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 27550,
            "slug": "vs19_239_026",
            "identifier": "vs19_239_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_026/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 11.2 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 11.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.2 DDL n. 1515",
            "description_title": "Emendamento 11.2 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27680,
            "slug": "vs19_239_032",
            "identifier": "vs19_239_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_032/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 11.10 FENU EMILIANO (M5S) e 11.11 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 11.10 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.10 DDL n. 1515",
            "description_title": "Identici emendamenti 11.10 FENU EMILIANO (M5S) e 11.11 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27683,
            "slug": "vs19_239_045",
            "identifier": "vs19_239_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_045/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 12.13 RAFFA ANGELA (M5S) - Votazione Emendamento 12.13 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.13 DDL n. 1515",
            "description_title": "Emendamento 12.13 RAFFA ANGELA (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": 29,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27706,
            "slug": "vs19_239_057",
            "identifier": "vs19_239_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_057/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 13.2 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 13.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1515",
            "description_title": "Emendamento 13.2 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27708,
            "slug": "vs19_239_078",
            "identifier": "vs19_239_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_078/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 19.13 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 19.13 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.13 DDL n. 1515",
            "description_title": "Emendamento 19.13 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 27711,
            "slug": "vs19_239_098",
            "identifier": "vs19_239_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_098/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1515",
            "original_title": "Votazione Articolo 27 DDL n. 1515",
            "description_title": "Articolo 27",
            "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": 76,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27722,
            "slug": "vs19_239_089",
            "identifier": "vs19_239_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_089/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 89,
            "title": "Identici articoli aggiuntivi 21.8 FENU EMILIANO (M5S) e 21.9 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 21.8 DDL n. 1515",
            "original_title": "Votazione Emendamento 21.8 DDL n. 1515",
            "description_title": "Identici articoli aggiuntivi 21.8 FENU EMILIANO (M5S) e 21.9 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27726,
            "slug": "vs19_239_069",
            "identifier": "vs19_239_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_069/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 19.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 19.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.1 DDL n. 1515",
            "description_title": "Emendamento 19.1 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 27728,
            "slug": "vs19_239_059",
            "identifier": "vs19_239_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_059/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 13.4 FENU EMILIANO (M5S) - Votazione Emendamento 13.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.4 DDL n. 1515",
            "description_title": "Emendamento 13.4 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 27717,
            "slug": "vs19_239_083",
            "identifier": "vs19_239_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_083/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 20.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 20.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 20.1 DDL n. 1515",
            "description_title": "Emendamento 20.1 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27689,
            "slug": "vs19_239_033",
            "identifier": "vs19_239_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_033/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1515",
            "original_title": "Votazione Articolo 11 DDL n. 1515",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 71,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27690,
            "slug": "vs19_239_042",
            "identifier": "vs19_239_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_042/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 12.10 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 12.10 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.10 DDL n. 1515",
            "description_title": "Emendamento 12.10 TABACCI BRUNO (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": 39,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 27691,
            "slug": "vs19_239_036",
            "identifier": "vs19_239_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_036/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 12.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.3 DDL n. 1515",
            "description_title": "Emendamento 12.3 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27692,
            "slug": "vs19_239_035",
            "identifier": "vs19_239_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_035/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 12.2 FENU EMILIANO (M5S) - Votazione Emendamento 12.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.2 DDL n. 1515",
            "description_title": "Emendamento 12.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": 1,
            "n_margin": 62,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 27684,
            "slug": "vs19_239_048",
            "identifier": "vs19_239_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_048/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 12.16 FENU EMILIANO (M5S) - Votazione Emendamento 12.16 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.16 DDL n. 1515",
            "description_title": "Emendamento 12.16 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": 25,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27768,
            "slug": "vs19_239_076",
            "identifier": "vs19_239_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_076/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 19.10 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 19.10 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.10 DDL n. 1515",
            "description_title": "Emendamento 19.10 LOVECCHIO GIORGIO (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": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27546,
            "slug": "vs19_239_014",
            "identifier": "vs19_239_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_014/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.9 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.9 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.9 DDL n. 1515",
            "description_title": "Emendamento 4.9 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27547,
            "slug": "vs19_239_016",
            "identifier": "vs19_239_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_016/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1515",
            "original_title": "Votazione Articolo 5 DDL n. 1515",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 78,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27551,
            "slug": "vs19_239_030",
            "identifier": "vs19_239_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_030/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 30,
            "title": "Identici emendamenti 11.6 MEROLA VIRGINIO (PD-IDP), 11.7 FENU EMILIANO (M5S) e 11.8 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 11.6 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.6 DDL n. 1515",
            "description_title": "Identici emendamenti 11.6 MEROLA VIRGINIO (PD-IDP), 11.7 FENU EMILIANO (M5S) e 11.8 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27554,
            "slug": "vs19_239_024",
            "identifier": "vs19_239_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_024/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 10 (Mantenimento) - Votazione Articolo 10 DDL n. 1515",
            "original_title": "Votazione Articolo 10 DDL n. 1515",
            "description_title": "Articolo 10 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27548,
            "slug": "vs19_239_007",
            "identifier": "vs19_239_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_007/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 4.2 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1515",
            "description_title": "Emendamento 4.2 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27782,
            "slug": "vs19_240_028",
            "identifier": "vs19_240_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_028/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1304 E ABB/8 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/8 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": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27781,
            "slug": "vs19_240_038",
            "identifier": "vs19_240_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_038/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1666/3 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1666/3 DDL n. 1666",
            "original_title": "Votazione Ordine del giorno 9/1666/3 DDL n. 1666",
            "description_title": "Ordine del giorno n. 9/1666/3 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 84,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 27779,
            "slug": "vs19_240_033",
            "identifier": "vs19_240_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_033/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 33,
            "title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (AVS) - Votazione Emendamento Dis.1.1 DDL n. 1666",
            "original_title": "Votazione Emendamento Dis.1.1 DDL n. 1666",
            "description_title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (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": 82,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 27750,
            "slug": "vs19_240_034",
            "identifier": "vs19_240_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_034/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.2 PELLEGRINI MARCO (M5S) - Votazione Emendamento 1.2 DDL n. 1666",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1666",
            "description_title": "Emendamento 1.2 PELLEGRINI MARCO (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": 82,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 27773,
            "slug": "vs19_240_032",
            "identifier": "vs19_240_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_032/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 32,
            "title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura",
            "original_title": "Votazione finale PDL n. 1304",
            "description_title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura\" (Approvata dal Senato) (PDL 1304 e abbinata PDL 1123)",
            "public_title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 98,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 27705,
            "slug": "vs19_240_001",
            "identifier": "vs19_240_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_001/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 1304 E ABB - EM 1.1000 - Votazione PDL n. 1304",
            "original_title": "Votazione PDL n. 1304",
            "description_title": "PDL 1304 E ABB - EM 1.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 63.58
        }
    ]
}