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

{
    "count": 23029,
    "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=282",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=280",
    "results": [
        {
            "id": 23807,
            "slug": "19-79-39",
            "identifier": "19-79-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-39/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 39,
            "title": "DL 48/2023 - Lavoro - Em. 2.30, Camusso e altri",
            "original_title": "Em. 2.30, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 23839,
            "slug": "19-79-7",
            "identifier": "19-79-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-7/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 7,
            "title": "DL 48/2023 - Lavoro - ODG G1.101, Magni e altri",
            "original_title": "ODG G1.101, Magni e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 22,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 28431,
            "slug": "19-164-9",
            "identifier": "19-164-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-164-9/?format=api",
            "sitting": {
                "id": 1620,
                "date": "2024-02-28",
                "number": 164,
                "branch": "S"
            },
            "number": 9,
            "title": "Imprenditoria giovanile nel settore agricolo - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Imprenditoria giovanile nel settore agricolo",
            "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": 22,
            "majority_cohesion_rate": 68.97,
            "minority_cohesion_rate": 40.7
        },
        {
            "id": 33848,
            "slug": "19-252-8",
            "identifier": "19-252-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-8/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 8,
            "title": "Em. 1.8, Mazzella e altri",
            "original_title": "Em. 1.8, Mazzella e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 37044,
            "slug": "19-284-79",
            "identifier": "19-284-79",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-284-79/?format=api",
            "sitting": {
                "id": 1934,
                "date": "2025-03-12",
                "number": 284,
                "branch": "S"
            },
            "number": 79,
            "title": "Legge quadro in materia di ricostruzione post-calamità - Em. 9.0.1, Di Girolamo e altri",
            "original_title": "Em. 9.0.1, Di Girolamo e altri",
            "description_title": "Legge quadro in materia di ricostruzione post-calamità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 49.4
        },
        {
            "id": 20812,
            "slug": "19-59-1",
            "identifier": "19-59-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-59-1/?format=api",
            "sitting": {
                "id": 1355,
                "date": "2023-04-20",
                "number": 59,
                "branch": "S"
            },
            "number": 1,
            "title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare - Em. 7.0.100/152, Zampa e altri",
            "original_title": "Em. 7.0.100/152, Zampa e altri",
            "description_title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 49.43
        },
        {
            "id": 21354,
            "slug": "19-71-90",
            "identifier": "19-71-90",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-90/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 90,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 3.42, Di Girolamo",
            "original_title": "Em. 3.42, Di Girolamo",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "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": 22,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23801,
            "slug": "19-79-45",
            "identifier": "19-79-45",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-45/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 45,
            "title": "DL 48/2023 - Lavoro - Em. 2.1000/3, Camusso e altri",
            "original_title": "Em. 2.1000/3, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 22,
            "majority_cohesion_rate": 79.82,
            "minority_cohesion_rate": 55.17
        },
        {
            "id": 20469,
            "slug": "19-56-15",
            "identifier": "19-56-15",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-15/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 15,
            "title": "Em. 3.9, Magni e altri",
            "original_title": "Em. 3.9, Magni e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 36620,
            "slug": "19-279-12",
            "identifier": "19-279-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-279-12/?format=api",
            "sitting": {
                "id": 1920,
                "date": "2025-02-27",
                "number": 279,
                "branch": "S"
            },
            "number": 12,
            "title": "Proposta di risoluzione n. 4, Zanettin e altri, Em. 4.11, Enrico Borghi e Scalfarotto",
            "original_title": "Proposta di risoluzione n. 4, Zanettin e altri, Em. 4.11, Enrico Borghi e Scalfarotto",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 42.17
        },
        {
            "id": 24408,
            "slug": "19-116-74",
            "identifier": "19-116-74",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-116-74/?format=api",
            "sitting": {
                "id": 1504,
                "date": "2023-10-24",
                "number": 116,
                "branch": "S"
            },
            "number": 74,
            "title": "Competitività dei capitali - Em. 16-ter.207, Turco e Croatti",
            "original_title": "Em. 16-ter.207, Turco e Croatti",
            "description_title": "Competitività dei capitali",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 12,
            "n_margin": 22,
            "majority_cohesion_rate": 65.79,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 24363,
            "slug": "19-116-44",
            "identifier": "19-116-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-116-44/?format=api",
            "sitting": {
                "id": 1504,
                "date": "2023-10-24",
                "number": 116,
                "branch": "S"
            },
            "number": 44,
            "title": "Competitività dei capitali - Em. 12-bis.209, Turco e Croatti",
            "original_title": "Em. 12-bis.209, Turco e Croatti",
            "description_title": "Competitività dei capitali",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 22,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 24164,
            "slug": "19-107-1",
            "identifier": "19-107-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-107-1/?format=api",
            "sitting": {
                "id": 1480,
                "date": "2023-09-28",
                "number": 107,
                "branch": "S"
            },
            "number": 1,
            "title": "Conversione decreto attività economiche e finanziarie strategiche",
            "original_title": "Disegno di legge n. 854. Votazione questione di fiducia.",
            "description_title": null,
            "public_title": "Conversione decreto attività economiche e finanziarie strategiche",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 82.46,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 23618,
            "slug": "19-79-197",
            "identifier": "19-79-197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-197/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 197,
            "title": "DL 48/2023 - Lavoro - Em. 23.5, Sbrollini",
            "original_title": "Em. 23.5, Sbrollini",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 78.07,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 24806,
            "slug": "19-119-1",
            "identifier": "19-119-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-119-1/?format=api",
            "sitting": {
                "id": 1510,
                "date": "2023-10-27",
                "number": 119,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto Caivano",
            "original_title": "Disegno di legge n. 878  Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto Caivano",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 23641,
            "slug": "19-79-174",
            "identifier": "19-79-174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-174/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 174,
            "title": "DL 48/2023 - Lavoro - Em. 17.17, Furlan e altri",
            "original_title": "Em. 17.17, Furlan e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 22,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 27507,
            "slug": "19-152-35",
            "identifier": "19-152-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-152-35/?format=api",
            "sitting": {
                "id": 1593,
                "date": "2024-01-31",
                "number": 152,
                "branch": "S"
            },
            "number": 35,
            "title": "Em. 4.1000, la Relatrice",
            "original_title": "Em. 4.1000, la Relatrice",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 66.96,
            "minority_cohesion_rate": 37.93
        },
        {
            "id": 28430,
            "slug": "19-164-10",
            "identifier": "19-164-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-164-10/?format=api",
            "sitting": {
                "id": 1620,
                "date": "2024-02-28",
                "number": 164,
                "branch": "S"
            },
            "number": 10,
            "title": "Imprenditoria giovanile nel settore agricolo - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Imprenditoria giovanile nel settore agricolo",
            "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": 22,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 39.53
        },
        {
            "id": 19401,
            "slug": "19-38-85",
            "identifier": "19-38-85",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-85/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 85,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 10.29, Lombardo",
            "original_title": "Em. 10.29, Lombardo",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 50.57
        },
        {
            "id": 23276,
            "slug": "19-95-304",
            "identifier": "19-95-304",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-304/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 304,
            "title": "Articolo 19",
            "original_title": "Articolo 19",
            "description_title": null,
            "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": 22,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23220,
            "slug": "19-95-111",
            "identifier": "19-95-111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-111/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 111,
            "title": "Em. 5.46, Gelmini e altri",
            "original_title": "Em. 5.46, Gelmini e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 22,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 54.02
        },
        {
            "id": 21396,
            "slug": "19-71-104",
            "identifier": "19-71-104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-104/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 104,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 4.4, Irto e altri",
            "original_title": "Em. 4.4, Irto e altri",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 54.02
        },
        {
            "id": 21293,
            "slug": "19-71-123",
            "identifier": "19-71-123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-123/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 123,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 4.25 (1a parte), Irto e altri",
            "original_title": "Em. 4.25 (1a parte), Irto e altri",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 81.74,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 33703,
            "slug": "19-246-32",
            "identifier": "19-246-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-246-32/?format=api",
            "sitting": {
                "id": 1837,
                "date": "2024-11-27",
                "number": 246,
                "branch": "S"
            },
            "number": 32,
            "title": "Accesso ai corsi di laurea magistrale in medicina e chirurgia - Accesso ai corsi universitari di area sanitaria - Em. 2.124, Zambito e altri",
            "original_title": "Em. 2.124, Zambito e altri",
            "description_title": "Accesso ai corsi di laurea magistrale in medicina e chirurgia - Accesso ai corsi universitari di area sanitaria",
            "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": 76.07,
            "minority_cohesion_rate": 57.65
        },
        {
            "id": 21310,
            "slug": "19-71-70",
            "identifier": "19-71-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-70/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 70,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 3.20, Barbara Floridia e altri",
            "original_title": "Em. 3.20, Barbara Floridia e altri",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23603,
            "slug": "19-79-212",
            "identifier": "19-79-212",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-212/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 212,
            "title": "DL 48/2023 - Lavoro - Em. 24.103, Camusso e altri",
            "original_title": "Em. 24.103, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 22,
            "majority_cohesion_rate": 81.58,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 19407,
            "slug": "19-38-69",
            "identifier": "19-38-69",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-69/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 69,
            "title": "d-l 198/2022 - proroga termini legislativi - ODG G8.300, Scalfarotto",
            "original_title": "ODG G8.300, Scalfarotto",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 22,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 36688,
            "slug": "19-281-2",
            "identifier": "19-281-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-281-2/?format=api",
            "sitting": {
                "id": 1925,
                "date": "2025-03-05",
                "number": 281,
                "branch": "S"
            },
            "number": 2,
            "title": "d-l 3/2025 - Continuità produttiva e occupazionale ex Ilva - Em. 01.2, Martella e altri",
            "original_title": "Em. 01.2, Martella e altri",
            "description_title": "d-l 3/2025 - Continuità produttiva e occupazionale ex Ilva",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 54.22
        },
        {
            "id": 26699,
            "slug": "19-143-8",
            "identifier": "19-143-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-143-8/?format=api",
            "sitting": {
                "id": 1571,
                "date": "2024-01-10",
                "number": 143,
                "branch": "S"
            },
            "number": 8,
            "title": "Risoluzione Pd su posizione dell'Ungheria nei confronti del sostegno all'Ucraina",
            "original_title": "Comunicazioni Ministro della difesa. Proposta di risoluzionen.4 (punto disp. n. 4), Alfieri e altri",
            "description_title": null,
            "public_title": "Risoluzione Pd su posizione dell'Ungheria nei confronti del sostegno all'Ucraina",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 33832,
            "slug": "19-252-24",
            "identifier": "19-252-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-24/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 24,
            "title": "Em. 7.0.1 (1a parte), Lopreiato e altri",
            "original_title": "Em. 7.0.1 (1a parte), Lopreiato e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 72.88,
            "minority_cohesion_rate": 59.52
        },
        {
            "id": 24410,
            "slug": "19-116-72",
            "identifier": "19-116-72",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-116-72/?format=api",
            "sitting": {
                "id": 1504,
                "date": "2023-10-24",
                "number": 116,
                "branch": "S"
            },
            "number": 72,
            "title": "Competitività dei capitali - Em. 16-ter.205, Turco e altri",
            "original_title": "Em. 16-ter.205, Turco e altri",
            "description_title": "Competitività dei capitali",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 9,
            "n_margin": 22,
            "majority_cohesion_rate": 64.04,
            "minority_cohesion_rate": 40.23
        },
        {
            "id": 29084,
            "slug": "19-171-10",
            "identifier": "19-171-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-10/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 10,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 1.0.1, Aurora Floridia e altri",
            "original_title": "Em. 1.0.1, Aurora Floridia e altri",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "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": 72.41,
            "minority_cohesion_rate": 60.47
        },
        {
            "id": 20291,
            "slug": "19-56-16",
            "identifier": "19-56-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-16/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 16,
            "title": "Em. 3.0.1, Magni e altri",
            "original_title": "Em. 3.0.1, Magni e altri",
            "description_title": null,
            "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": 76.52,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 37079,
            "slug": "19-284-44",
            "identifier": "19-284-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-284-44/?format=api",
            "sitting": {
                "id": 1934,
                "date": "2025-03-12",
                "number": 284,
                "branch": "S"
            },
            "number": 44,
            "title": "Legge quadro in materia di ricostruzione post-calamità - Emm. 4.9, 4.102, 4.10 e 4.11",
            "original_title": "Emm. 4.9, 4.102, 4.10 e 4.11",
            "description_title": "Legge quadro in materia di ricostruzione post-calamità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 49.4
        },
        {
            "id": 29080,
            "slug": "19-171-22",
            "identifier": "19-171-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-22/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 22,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 2.21, Di Girolamo e Sironi",
            "original_title": "Em. 2.21, Di Girolamo e Sironi",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "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": 73.28,
            "minority_cohesion_rate": 60.47
        },
        {
            "id": 29077,
            "slug": "19-171-36",
            "identifier": "19-171-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-36/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 36,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 3.100, Di Girolamo",
            "original_title": "Em. 3.100, Di Girolamo",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 71.55,
            "minority_cohesion_rate": 56.98
        },
        {
            "id": 38646,
            "slug": "vs19_487_006",
            "identifier": "vs19_487_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_006/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 6,
            "title": "ODG 9/2355/27 - Votazione Ordine del giorno 9/2355/27 ",
            "original_title": "Votazione Ordine del giorno 9/2355/27 ",
            "description_title": "ODG 9/2355/27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 26748,
            "slug": "vs19_223_019",
            "identifier": "vs19_223_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_019/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 5.02 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 5.02 DDL n. 1624",
            "original_title": "Votazione Emendamento 5.02 DDL n. 1624",
            "description_title": "Articolo aggiuntivo 5.02 PROVENZANO GIUSEPPE (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": 68.35,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 38684,
            "slug": "vs19_487_044",
            "identifier": "vs19_487_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_044/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 44,
            "title": "ODG 9/2355/74 - Votazione Ordine del giorno 9/2355/74 ",
            "original_title": "Votazione Ordine del giorno 9/2355/74 ",
            "description_title": "ODG 9/2355/74",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 26782,
            "slug": "vs19_222_052",
            "identifier": "vs19_222_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_052/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 3.4 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.4 DDL n. 1624",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1624",
            "description_title": "Emendamento 3.4 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 38649,
            "slug": "vs19_487_009",
            "identifier": "vs19_487_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_009/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2355/30 - Votazione Ordine del giorno 9/2355/30 ",
            "original_title": "Votazione Ordine del giorno 9/2355/30 ",
            "description_title": "ODG 9/2355/30",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 30509,
            "slug": "vs19_309_023",
            "identifier": "vs19_309_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_023/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.126 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Emendamento 2.126 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.126 DDL n. 1665",
            "description_title": "Emendamento 2.126 CARFAGNA MARIA ROSARIA (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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 38653,
            "slug": "vs19_487_013",
            "identifier": "vs19_487_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_013/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2355/34 - Votazione Ordine del giorno 9/2355/34 ",
            "original_title": "Votazione Ordine del giorno 9/2355/34 ",
            "description_title": "ODG 9/2355/34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 38648,
            "slug": "vs19_487_008",
            "identifier": "vs19_487_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_008/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG 9/2355/29 - Votazione Ordine del giorno 9/2355/29 ",
            "original_title": "Votazione Ordine del giorno 9/2355/29 ",
            "description_title": "ODG 9/2355/29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 27197,
            "slug": "vs19_231_043",
            "identifier": "vs19_231_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_043/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 3.72 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.72 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.72 DDL n. 1620",
            "description_title": "Emendamento 3.72 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 31553,
            "slug": "vs19_340_077",
            "identifier": "vs19_340_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_077/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 9-septies.2 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 9-septies.2 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-septies.2 DDL n. 1997",
            "description_title": "Emendamento 9-septies.2 SARRACINO MARCO (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": 67.65,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 27206,
            "slug": "vs19_231_036",
            "identifier": "vs19_231_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_036/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.60 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.60 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.60 DDL n. 1620",
            "description_title": "Emendamento 3.60 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26783,
            "slug": "vs19_222_009",
            "identifier": "vs19_222_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_009/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.7 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.7 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1624",
            "description_title": "Emendamento 1.7 LOMUTI ARNALDO (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": 22,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 29357,
            "slug": "vs19_270_076",
            "identifier": "vs19_270_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_076/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1435/39 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1435/39 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/39 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/39 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30473,
            "slug": "vs19_305_005",
            "identifier": "vs19_305_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_005/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.38 MORFINO DANIELA (M5S) - Votazione Emendamento 1.38 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.38 DDL n. 1665",
            "description_title": "Emendamento 1.38 MORFINO DANIELA (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": 64.71,
            "minority_cohesion_rate": 70.99
        }
    ]
}