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

{
    "count": 22950,
    "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=-n_margin&page=181",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=179",
    "results": [
        {
            "id": 26187,
            "slug": "vs19_216_120",
            "identifier": "vs19_216_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_120/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 120,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1555",
            "original_title": "Votazione Articolo 17 DDL n. 1555",
            "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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 26181,
            "slug": "vs19_216_071",
            "identifier": "vs19_216_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_071/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 11.1 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.1 DDL n. 1555",
            "description_title": "Emendamento 11.1 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 33567,
            "slug": "vs19_381_027",
            "identifier": "vs19_381_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_027/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 27,
            "title": "ODG 9/2128/3 - Votazione Ordine del giorno 9/2128/3 ",
            "original_title": "Votazione Ordine del giorno 9/2128/3 ",
            "description_title": "ODG 9/2128/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 35965,
            "slug": "vs19_422_012",
            "identifier": "vs19_422_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_012/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2183/75 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/2183/75 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/75 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/75 RICCIARDI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40384,
            "slug": "vs19_539_022",
            "identifier": "vs19_539_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_022/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.26 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.26 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2623",
            "description_title": "Emendamento 1.26 SANTILLO AGOSTINO (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": 30,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35084,
            "slug": "vs19_337_051",
            "identifier": "vs19_337_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_051/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 31890,
            "slug": "vs19_348_116",
            "identifier": "vs19_348_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_116/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 116,
            "title": "Emendamento 33.1000 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.1000 DDL n. 1660",
            "description_title": "Emendamento 33.1000 SILVESTRI FRANCESCO (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": 30,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 35956,
            "slug": "vs19_422_003",
            "identifier": "vs19_422_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_003/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2183/12 SPERANZA ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/2183/12 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/12 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/12 SPERANZA ROBERTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36643,
            "slug": "vs19_439_010",
            "identifier": "vs19_439_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_010/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.8 FENU EMILIANO (M5S) - Votazione Emendamento 1.8 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2240",
            "description_title": "Emendamento 1.8 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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 26091,
            "slug": "vs19_216_012",
            "identifier": "vs19_216_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_012/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.12 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.12 DDL n. 1555",
            "description_title": "Identici emendamenti 1.12 CAPPELLETTI ENRICO (M5S) e 1.13 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 31443,
            "slug": "vs19_331_066",
            "identifier": "vs19_331_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_066/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1975/20 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1975/20 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/20 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/20 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34735,
            "slug": "vs19_332_004",
            "identifier": "vs19_332_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_004/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 4,
            "title": "Proroga del termine per il riordino organico delle disposizioni che regolano il sistema tributario mediante adozione di testi unici",
            "original_title": "Proroga del termine per il riordino organico delle disposizioni che regolano il sistema tributario mediante adozione di testi unici (DDL 1929)",
            "description_title": "",
            "public_title": "Proroga del termine per il riordino organico delle disposizioni che regolano il sistema tributario mediante adozione di testi unici",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 35964,
            "slug": "vs19_422_011",
            "identifier": "vs19_422_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_011/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2183/74 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/2183/74 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/74 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/74 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 31451,
            "slug": "vs19_331_074",
            "identifier": "vs19_331_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_074/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1975/28 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1975/28 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/28 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/28 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 31448,
            "slug": "vs19_331_071",
            "identifier": "vs19_331_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_071/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1975/25 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1975/25 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/25 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/25 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 26202,
            "slug": "vs19_216_147",
            "identifier": "vs19_216_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_147/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 147,
            "title": "Ordine del giorno n. 9/1555/14 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1555/14 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/14 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/14 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 35977,
            "slug": "vs19_422_024",
            "identifier": "vs19_422_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_024/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2183/87 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2183/87 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/87 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/87 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 32064,
            "slug": "vs19_348_089",
            "identifier": "vs19_348_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_089/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 89,
            "title": "Articolo aggiuntivo 30.023 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 30.023 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.023 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.023 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 26162,
            "slug": "vs19_216_067",
            "identifier": "vs19_216_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_067/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 11.17 PORTA FABIO (PD-IDP) - Votazione Emendamento 11.17 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.17 DDL n. 1555",
            "description_title": "Emendamento 11.17 PORTA FABIO (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": 30,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26154,
            "slug": "vs19_216_128",
            "identifier": "vs19_216_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_128/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1555",
            "original_title": "Votazione Articolo 20 DDL n. 1555",
            "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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 26096,
            "slug": "vs19_216_010",
            "identifier": "vs19_216_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_010/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.10 EVI ELEONORA (AVS) - Votazione Emendamento 1.10 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1555",
            "description_title": "Emendamento 1.10 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 35967,
            "slug": "vs19_422_014",
            "identifier": "vs19_422_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_014/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2183/77 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/2183/77 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/77 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/77 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 26112,
            "slug": "vs19_216_036",
            "identifier": "vs19_216_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_036/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.2 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1555",
            "description_title": "Emendamento 3.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26107,
            "slug": "vs19_216_005",
            "identifier": "vs19_216_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_005/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.7  PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.7 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1555",
            "description_title": "Emendamento 1.7  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": 30,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 35840,
            "slug": "vs19_413_024",
            "identifier": "vs19_413_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_024/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 7.2 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.2 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.2 DDL n. 2196",
            "description_title": "Emendamento 7.2 ASCARI STEFANIA (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": 30,
            "majority_cohesion_rate": 69.01,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 26068,
            "slug": "vs19_216_034",
            "identifier": "vs19_216_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_034/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 3.5 EVI ELEONORA (AVS) - Votazione Emendamento 3.5 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1555",
            "description_title": "Emendamento 3.5 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 34965,
            "slug": "vs19_335_011",
            "identifier": "vs19_335_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_011/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/12 CIANI PAOLO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 50.93
        },
        {
            "id": 34972,
            "slug": "vs19_335_018",
            "identifier": "vs19_335_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_018/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1937/19 DI BIASE MICHELA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/19 DI BIASE MICHELA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 53.42
        },
        {
            "id": 34974,
            "slug": "vs19_335_020",
            "identifier": "vs19_335_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_020/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1937/21 BERRUTO MAURO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/21 BERRUTO MAURO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 55.28
        },
        {
            "id": 25056,
            "slug": "vs19_191_023",
            "identifier": "vs19_191_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_023/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 23,
            "title": "Mozione n. 1-00163 (Nuova formulazione), come riformulata, limitatamente al primo periodo del capoverso sesto della parte dispositiva, FURFARO MARCO (PD-IDP), QUARTINI ANDREA (M5S), BONETTI ELENA (AIV-RE), ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00163",
            "original_title": "Votazione Mozione 1_00163",
            "description_title": "Mozione n. 1-00163 (Nuova formulazione), come riformulata, limitatamente al primo periodo del capoverso sesto della parte dispositiva, FURFARO MARCO (PD-IDP), QUARTINI ANDREA (M5S), BONETTI ELENA (AIV-RE), ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 35726,
            "slug": "vs19_409_046",
            "identifier": "vs19_409_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_046/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 3.110 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.110 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.110 DDL n. 1917",
            "description_title": "Emendamento 3.110 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35691,
            "slug": "vs19_409_011",
            "identifier": "vs19_409_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_011/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.31 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.31 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.31 DDL n. 1917",
            "description_title": "Emendamento 3.31 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35689,
            "slug": "vs19_409_009",
            "identifier": "vs19_409_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_009/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.29 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.29 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.29 DDL n. 1917",
            "description_title": "Emendamento 3.29 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34980,
            "slug": "vs19_335_026",
            "identifier": "vs19_335_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_026/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/27 MORFINO DANIELA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 35619,
            "slug": "vs19_408_012",
            "identifier": "vs19_408_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_408_012/?format=api",
            "sitting": {
                "id": 1875,
                "date": "2025-01-14",
                "number": 408,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo aggiuntivo 1.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1.01 DDL n. 1917",
            "original_title": "Votazione Emendamento 1.01 DDL n. 1917",
            "description_title": "Articolo aggiuntivo 1.01 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35355,
            "slug": "vs19_402_004",
            "identifier": "vs19_402_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_004/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 4,
            "title": "Tab. 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione DDL n. 2112-bis",
            "original_title": "Votazione DDL n. 2112-bis",
            "description_title": "Tab. 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 30,
            "majority_cohesion_rate": 71.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 32085,
            "slug": "vs19_349_049",
            "identifier": "vs19_349_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_049/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1660/15 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1660/15 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/15 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/15 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 31949,
            "slug": "vs19_349_004",
            "identifier": "vs19_349_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_004/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 34.1000 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.1000 DDL n. 1660",
            "description_title": "Emendamento 34.1000 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 59.12
        },
        {
            "id": 35693,
            "slug": "vs19_409_013",
            "identifier": "vs19_409_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_013/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.33 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.33 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.33 DDL n. 1917",
            "description_title": "Emendamento 3.33 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35412,
            "slug": "vs19_402_061",
            "identifier": "vs19_402_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_061/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/2112-bis/43 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/2112-bis/43 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/43 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/43 MARINO MARIA STEFANIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 75.62,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 31868,
            "slug": "vs19_349_016",
            "identifier": "vs19_349_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_016/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 36 - Votazione Articolo 36 DDL n. 1660",
            "original_title": "Votazione Articolo 36 DDL n. 1660",
            "description_title": "Articolo 36",
            "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": 30,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 40694,
            "slug": "vs19_552_005",
            "identifier": "vs19_552_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_005/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-515 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-515",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 31958,
            "slug": "vs19_349_025",
            "identifier": "vs19_349_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_025/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 37.011 D'ORSO VALENTINA (M5S) - Votazione Emendamento 37.011 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.011 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.011 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 31910,
            "slug": "vs19_349_029",
            "identifier": "vs19_349_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_029/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 37.01002 D'ORSO VALENTINA (M5S) - Votazione Emendamento 37.01002 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01002 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01002 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 32776,
            "slug": "vs19_371_015",
            "identifier": "vs19_371_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_015/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 15,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 56.96
        },
        {
            "id": 35729,
            "slug": "vs19_409_049",
            "identifier": "vs19_409_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_049/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 3.114 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.114 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.114 DDL n. 1917",
            "description_title": "Emendamento 3.114 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 32615,
            "slug": "vs19_361_027",
            "identifier": "vs19_361_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_027/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1532-bis/44 CONTE GIUSEPPE (M5S) - Votazione Ordine del giorno 9/1532-bis/44 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/44 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/44 CONTE GIUSEPPE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 32584,
            "slug": "vs19_361_053",
            "identifier": "vs19_361_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_053/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1532-bis/72 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/72 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": 30,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 37310,
            "slug": "vs19_450_051",
            "identifier": "vs19_450_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_051/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 1.1001 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.1001 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 2084",
            "description_title": "Emendamento 1.1001 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 34185,
            "slug": "vs19_397_029",
            "identifier": "vs19_397_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_029/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.6 CASO ANTONIO (M5S) - Votazione Emendamento 4.6 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.6 DDL n. 2119",
            "description_title": "Emendamento 4.6 CASO ANTONIO (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": 30,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 64.97
        }
    ]
}