Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=152
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=153",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=151",
    "results": [
        {
            "id": 25629,
            "slug": "vs19_210_123",
            "identifier": "vs19_210_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_123/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 123,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 1341",
            "original_title": "Votazione Articolo 26 DDL n. 1341",
            "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": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25623,
            "slug": "vs19_210_031",
            "identifier": "vs19_210_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_031/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 6.5 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 6.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.5 DDL n. 1341",
            "description_title": "Emendamento 6.5 BOSCHI MARIA ELENA (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": 39,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 25614,
            "slug": "vs19_210_088",
            "identifier": "vs19_210_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_088/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1341",
            "original_title": "Votazione Articolo 19 DDL n. 1341",
            "description_title": "Articolo 19",
            "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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25611,
            "slug": "vs19_210_096",
            "identifier": "vs19_210_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_096/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 21.2 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 21.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.2 DDL n. 1341",
            "description_title": "Emendamento 21.2 ORRICO ANNA LAURA (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": 21,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25608,
            "slug": "vs19_210_080",
            "identifier": "vs19_210_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_080/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 18.20 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.20 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.20 DDL n. 1341",
            "description_title": "Emendamento 18.20 BOSCHI MARIA ELENA (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": 23,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25569,
            "slug": "vs19_210_048",
            "identifier": "vs19_210_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_048/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 10.6 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.6 DDL n. 1341",
            "description_title": "Emendamento 10.6 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": 63.71,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25558,
            "slug": "vs19_210_066",
            "identifier": "vs19_210_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_066/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1341",
            "original_title": "Votazione Articolo 17 DDL n. 1341",
            "description_title": "Articolo 17",
            "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": 76,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25548,
            "slug": "vs19_210_074",
            "identifier": "vs19_210_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_074/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 18.9 L'ABBATE PATTY (M5S) - Votazione Emendamento 18.9 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.9 DDL n. 1341",
            "description_title": "Emendamento 18.9 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 25546,
            "slug": "vs19_210_050",
            "identifier": "vs19_210_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_050/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1341",
            "original_title": "Votazione Articolo 10 DDL n. 1341",
            "description_title": "Articolo 10",
            "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": 74,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25529,
            "slug": "vs19_210_184",
            "identifier": "vs19_210_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_184/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 184,
            "title": "Articolo aggiuntivo 56.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 56.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 56.01 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 56.01 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": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 25527,
            "slug": "vs19_210_135",
            "identifier": "vs19_210_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_135/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 135,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1341",
            "original_title": "Votazione Articolo 31 DDL n. 1341",
            "description_title": "Articolo 31",
            "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": 70,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 25504,
            "slug": "vs19_210_007",
            "identifier": "vs19_210_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_007/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.3 EVI ELEONORA (AVS) - Votazione Emendamento 2.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1341",
            "description_title": "Emendamento 2.3 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25543,
            "slug": "vs19_210_133",
            "identifier": "vs19_210_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_133/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 133,
            "title": "Articolo aggiuntivo 30.02 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 30.02 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.02 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 30.02 ORRICO ANNA LAURA (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": 47,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 25720,
            "slug": "vs19_210_164",
            "identifier": "vs19_210_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_164/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 164,
            "title": "Emendamento 45.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 45.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 45.2 DDL n. 1341",
            "description_title": "Emendamento 45.2 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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25506,
            "slug": "vs19_210_174",
            "identifier": "vs19_210_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_174/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 174,
            "title": "Articolo 48 - Votazione Articolo 48 DDL n. 1341",
            "original_title": "Votazione Articolo 48 DDL n. 1341",
            "description_title": "Articolo 48",
            "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": 68,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 25763,
            "slug": "vs19_210_190",
            "identifier": "vs19_210_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_190/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 190,
            "title": "Ordine del giorno n. 9/1341/4 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/1341/4 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/4 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/4 FARAONE DAVIDE (IVICRE)",
            "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": 47,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 24.69
        },
        {
            "id": 25719,
            "slug": "vs19_210_179",
            "identifier": "vs19_210_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_179/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 179,
            "title": "Articolo 52 - Votazione Articolo 52 DDL n. 1341",
            "original_title": "Votazione Articolo 52 DDL n. 1341",
            "description_title": "Articolo 52",
            "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": 88,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 25704,
            "slug": "vs19_210_146",
            "identifier": "vs19_210_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_146/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 146,
            "title": "Emendamento 37.1 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 37.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.1 DDL n. 1341",
            "description_title": "Emendamento 37.1 BENZONI FABRIZIO (APERRE)",
            "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": 26,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 25686,
            "slug": "vs19_210_122",
            "identifier": "vs19_210_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_122/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 122,
            "title": "Emendamento 26.3 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 26.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 26.3 DDL n. 1341",
            "description_title": "Emendamento 26.3 ORRICO ANNA LAURA (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": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25672,
            "slug": "vs19_210_118",
            "identifier": "vs19_210_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_118/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 118,
            "title": "Emendamento 25.15 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.15 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.15 DDL n. 1341",
            "description_title": "Emendamento 25.15 ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 25669,
            "slug": "vs19_210_166",
            "identifier": "vs19_210_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_166/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 166,
            "title": "Articolo 46 - Votazione Articolo 46 DDL n. 1341",
            "original_title": "Votazione Articolo 46 DDL n. 1341",
            "description_title": "Articolo 46",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 70,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25668,
            "slug": "vs19_210_119",
            "identifier": "vs19_210_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_119/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 119,
            "title": "Emendamento 25.16 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 25.16 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.16 DDL n. 1341",
            "description_title": "Emendamento 25.16 ORRICO ANNA LAURA (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": 3,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 25661,
            "slug": "vs19_210_140",
            "identifier": "vs19_210_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_140/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 140,
            "title": "Articolo 33 - Votazione Articolo 33 DDL n. 1341",
            "original_title": "Votazione Articolo 33 DDL n. 1341",
            "description_title": "Articolo 33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 70,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25649,
            "slug": "vs19_210_144",
            "identifier": "vs19_210_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_144/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 144,
            "title": "Articolo 35 - Votazione Articolo 35 DDL n. 1341",
            "original_title": "Votazione Articolo 35 DDL n. 1341",
            "description_title": "Articolo 35",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 67,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25642,
            "slug": "vs19_210_039",
            "identifier": "vs19_210_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_039/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 8.2 EVI ELEONORA (AVS) - Votazione Emendamento 8.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 8.2 DDL n. 1341",
            "description_title": "Emendamento 8.2 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25621,
            "slug": "vs19_210_095",
            "identifier": "vs19_210_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_095/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 21.100 della Commissione - Votazione Emendamento 21.100 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.100 DDL n. 1341",
            "description_title": "Emendamento 21.100 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25618,
            "slug": "vs19_210_143",
            "identifier": "vs19_210_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_143/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 143,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 1341",
            "original_title": "Votazione Articolo 34 DDL n. 1341",
            "description_title": "Articolo 34",
            "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": 50,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 25603,
            "slug": "vs19_210_176",
            "identifier": "vs19_210_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_176/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 176,
            "title": "Emendamento 50.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 50.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 50.1 DDL n. 1341",
            "description_title": "Emendamento 50.1 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": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25600,
            "slug": "vs19_210_029",
            "identifier": "vs19_210_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_029/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 6.3 EVI ELEONORA (AVS) - Votazione Emendamento 6.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1341",
            "description_title": "Emendamento 6.3 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25583,
            "slug": "vs19_210_128",
            "identifier": "vs19_210_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_128/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 1341",
            "original_title": "Votazione Articolo 29 DDL n. 1341",
            "description_title": "Articolo 29",
            "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": 42,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25572,
            "slug": "vs19_210_120",
            "identifier": "vs19_210_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_120/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 120,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 1341",
            "original_title": "Votazione Articolo 25 DDL n. 1341",
            "description_title": "Articolo 25",
            "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": 66,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25562,
            "slug": "vs19_210_008",
            "identifier": "vs19_210_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_008/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1341",
            "original_title": "Votazione Articolo 2 DDL n. 1341",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25561,
            "slug": "vs19_210_161",
            "identifier": "vs19_210_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_161/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 161,
            "title": "Articolo 43 - Votazione Articolo 43 DDL n. 1341",
            "original_title": "Votazione Articolo 43 DDL n. 1341",
            "description_title": "Articolo 43",
            "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": 71,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25550,
            "slug": "vs19_210_059",
            "identifier": "vs19_210_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_059/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 15.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 15.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 15.2 DDL n. 1341",
            "description_title": "Emendamento 15.2 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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25533,
            "slug": "vs19_210_112",
            "identifier": "vs19_210_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_112/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 112,
            "title": "Emendamento 25.7 ASCANI ANNA (PD-IDP) - Votazione Emendamento 25.7 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.7 DDL n. 1341",
            "description_title": "Emendamento 25.7 ASCANI ANNA (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": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25511,
            "slug": "vs19_210_047",
            "identifier": "vs19_210_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_047/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 10.4 L'ABBATE PATTY (M5S) - Votazione Emendamento 10.4 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.4 DDL n. 1341",
            "description_title": "Emendamento 10.4 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25509,
            "slug": "vs19_210_132",
            "identifier": "vs19_210_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_132/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 132,
            "title": "Articolo 30 - Votazione Articolo 30 DDL n. 1341",
            "original_title": "Votazione Articolo 30 DDL n. 1341",
            "description_title": "Articolo 30",
            "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": 69,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25508,
            "slug": "vs19_210_055",
            "identifier": "vs19_210_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_055/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 14.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 14.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 14.1 DDL n. 1341",
            "description_title": "Emendamento 14.1 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": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25742,
            "slug": "vs19_210_058",
            "identifier": "vs19_210_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_058/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 15.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 15.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1341",
            "description_title": "Emendamento 15.1 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": 3,
            "n_margin": 59,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 25741,
            "slug": "vs19_210_028",
            "identifier": "vs19_210_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_028/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 6.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 6.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.2 DDL n. 1341",
            "description_title": "Emendamento 6.2 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25759,
            "slug": "vs19_210_191",
            "identifier": "vs19_210_191",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_191/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 191,
            "title": "Ordine del giorno n. 9/1341/7 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1341/7 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/7 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/7 ASCANI ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 25757,
            "slug": "vs19_210_197",
            "identifier": "vs19_210_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_197/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 197,
            "title": "Ordine del giorno n. 9/1341/29 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1341/29 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/29 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/29 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 99,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 25755,
            "slug": "vs19_210_204",
            "identifier": "vs19_210_204",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_204/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 204,
            "title": "Ordine del giorno n. 9/1341/37 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1341/37 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/37 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/37 BERRUTO MAURO (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": 4,
            "n_margin": 22,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 25749,
            "slug": "vs19_210_198",
            "identifier": "vs19_210_198",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_198/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 198,
            "title": "Ordine del giorno n. 9/1341/30 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1341/30 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/30 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/30 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": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 25748,
            "slug": "vs19_210_199",
            "identifier": "vs19_210_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_199/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 199,
            "title": "Ordine del giorno n. 9/1341/31 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1341/31 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/31 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/31 FOSSI EMILIANO (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": 26,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 25726,
            "slug": "vs19_210_069",
            "identifier": "vs19_210_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_069/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 18.1 MANZI IRENE (PD-IDP) - Votazione Emendamento 18.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.1 DDL n. 1341",
            "description_title": "Emendamento 18.1 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25723,
            "slug": "vs19_210_010",
            "identifier": "vs19_210_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_010/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 3.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1341",
            "description_title": "Emendamento 3.2 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25715,
            "slug": "vs19_210_139",
            "identifier": "vs19_210_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_139/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 139,
            "title": "Emendamento 33.2 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 33.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 33.2 DDL n. 1341",
            "description_title": "Emendamento 33.2 BOSCHI MARIA ELENA (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": 52,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 25708,
            "slug": "vs19_210_023",
            "identifier": "vs19_210_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_023/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1341",
            "original_title": "Votazione Articolo 4 DDL n. 1341",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25707,
            "slug": "vs19_210_092",
            "identifier": "vs19_210_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_092/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 20.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 20.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 20.5 DDL n. 1341",
            "description_title": "Emendamento 20.5 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": 22,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 60.49
        }
    ]
}