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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=31",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=29",
    "results": [
        {
            "id": 36591,
            "slug": "vs19_435_111",
            "identifier": "vs19_435_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_111/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 111,
            "title": "Emendamento 12.1000 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 12.1000 PDL n. 1573",
            "original_title": "Votazione Emendamento 12.1000 PDL n. 1573",
            "description_title": "Emendamento 12.1000 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 33644,
            "slug": "vs19_384_061",
            "identifier": "vs19_384_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_061/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 61,
            "title": "ART AGG 13.01007 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01007",
            "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": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36112,
            "slug": "vs19_427_058",
            "identifier": "vs19_427_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_058/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2034",
            "original_title": "Votazione Articolo 5 DDL n. 2034",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 122,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36914,
            "slug": "vs19_444_006",
            "identifier": "vs19_444_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_006/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.18 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.18 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.18 PDL n. 2149",
            "description_title": "Emendamento 2.18 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 22948,
            "slug": "19-86-9",
            "identifier": "19-86-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-86-9/?format=api",
            "sitting": {
                "id": 1446,
                "date": "2023-07-12",
                "number": 86,
                "branch": "S"
            },
            "number": 9,
            "title": "Giornata nazionale per il diritto al divertimento in sicurezza - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Giornata nazionale per il diritto al divertimento in sicurezza",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 57,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 34453,
            "slug": "vs19_388_051",
            "identifier": "vs19_388_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_051/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 11.6 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 11.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 11.6 DDL n. 2022",
            "description_title": "Emendamento 11.6 SIMIANI 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": 16,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34455,
            "slug": "vs19_388_054",
            "identifier": "vs19_388_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_054/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 12.1 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 12.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2022",
            "description_title": "Emendamento 12.1 SIMIANI 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": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 36542,
            "slug": "vs19_435_056",
            "identifier": "vs19_435_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_056/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 5.01000 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 5.01000 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.01000 PDL n. 1573",
            "description_title": "Articolo aggiuntivo 5.01000 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 48,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 34675,
            "slug": "vs19_387_073",
            "identifier": "vs19_387_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_073/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2088-AR/76 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2088-AR/76 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/76 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/76 CANTONE LUCIANO (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": 57.02,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 34132,
            "slug": "vs19_388_183",
            "identifier": "vs19_388_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_183/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 183,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 2022",
            "original_title": "Votazione Articolo 34 DDL n. 2022",
            "description_title": "Articolo 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 50,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 34454,
            "slug": "vs19_388_052",
            "identifier": "vs19_388_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_052/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 11.7 BONELLI ANGELO (AVS) - Votazione Emendamento 11.7 DDL n. 2022",
            "original_title": "Votazione Emendamento 11.7 DDL n. 2022",
            "description_title": "Emendamento 11.7 BONELLI ANGELO (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": 19,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35692,
            "slug": "vs19_409_012",
            "identifier": "vs19_409_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_012/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.32 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.32 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.32 DDL n. 1917",
            "description_title": "Emendamento 3.32 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": 27,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 33541,
            "slug": "vs19_384_032",
            "identifier": "vs19_384_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_032/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 32,
            "title": "ARTICOLO 6 - Votazione Articolo 6 ",
            "original_title": "Votazione Articolo 6 ",
            "description_title": "ARTICOLO 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 15,
            "n_margin": 111,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 34328,
            "slug": "vs19_388_203",
            "identifier": "vs19_388_203",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_203/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 203,
            "title": "Emendamento 35.1007 QUARTINI ANDREA (M5S) - Votazione Emendamento 35.1007 DDL n. 2022",
            "original_title": "Votazione Emendamento 35.1007 DDL n. 2022",
            "description_title": "Emendamento 35.1007 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34037,
            "slug": "vs19_397_076",
            "identifier": "vs19_397_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_076/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/2119/10 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/2119/10 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/10 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/10 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": 31,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 34340,
            "slug": "vs19_388_211",
            "identifier": "vs19_388_211",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_211/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 211,
            "title": "Articolo 37 - Votazione Articolo 37 DDL n. 2022",
            "original_title": "Votazione Articolo 37 DDL n. 2022",
            "description_title": "Articolo 37",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 23319,
            "slug": "19-95-162",
            "identifier": "19-95-162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-162/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 162,
            "title": "Em. 9.1, Turco e Croatti",
            "original_title": "Em. 9.1, Turco e Croatti",
            "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": 10,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 54.02
        },
        {
            "id": 22962,
            "slug": "19-86-10",
            "identifier": "19-86-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-86-10/?format=api",
            "sitting": {
                "id": 1446,
                "date": "2023-07-12",
                "number": 86,
                "branch": "S"
            },
            "number": 10,
            "title": "Giornata nazionale per il diritto al divertimento in sicurezza - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Giornata nazionale per il diritto al divertimento in sicurezza",
            "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": 60,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 34693,
            "slug": "vs19_387_091",
            "identifier": "vs19_387_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_091/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/2088-AR/98 MAGI RICCARDO (M-+EUR) - Votazione Ordine del giorno 9/2088-AR/98 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/98 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/98 MAGI RICCARDO (M-+EUR)",
            "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": 29,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 34065,
            "slug": "vs19_388_149",
            "identifier": "vs19_388_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_149/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 28.6 L'ABBATE PATTY (M5S) - Votazione Emendamento 28.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.6 DDL n. 2022",
            "description_title": "Emendamento 28.6 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34682,
            "slug": "vs19_387_080",
            "identifier": "vs19_387_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_080/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/2088-AR/83 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/2088-AR/83 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/83 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/83 SCUTELLA' ELISA (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": 27,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 36560,
            "slug": "vs19_435_075",
            "identifier": "vs19_435_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_075/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 7.104 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 7.104 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.104 PDL n. 1573",
            "description_title": "Emendamento 7.104 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 33646,
            "slug": "vs19_384_043",
            "identifier": "vs19_384_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_043/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 43,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 9,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34318,
            "slug": "vs19_389_013",
            "identifier": "vs19_389_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_013/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2022/33 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/2022/33 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/33 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/33 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34330,
            "slug": "vs19_389_014",
            "identifier": "vs19_389_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_014/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2022/34 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/2022/34 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/34 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/34 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": 16,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34478,
            "slug": "vs19_377_004",
            "identifier": "vs19_377_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_004/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.3 MORFINO DANIELA (M5S)",
            "original_title": "Emendamento 2.3 MORFINO DANIELA (M5S)",
            "description_title": "",
            "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": 51,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 36915,
            "slug": "vs19_444_007",
            "identifier": "vs19_444_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_007/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.21 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.21 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.21 PDL n. 2149",
            "description_title": "Emendamento 2.21 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 34680,
            "slug": "vs19_387_078",
            "identifier": "vs19_387_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_078/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/2088-AR/81 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/2088-AR/81 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/81 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/81 FEDE GIORGIO (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": 26,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34688,
            "slug": "vs19_387_086",
            "identifier": "vs19_387_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_086/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/2088-AR/89 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/2088-AR/89 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/89 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/89 RICCIARDI MARIANNA (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": 27,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34108,
            "slug": "vs19_388_093",
            "identifier": "vs19_388_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_093/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 24.1002 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 24.1002 DDL n. 2022",
            "original_title": "Votazione Emendamento 24.1002 DDL n. 2022",
            "description_title": "Emendamento 24.1002 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": 17,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34782,
            "slug": "vs19_353_035",
            "identifier": "vs19_353_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_035/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 57.08,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 34771,
            "slug": "vs19_353_024",
            "identifier": "vs19_353_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_024/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.41 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 1.41 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 57.08,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 35149,
            "slug": "vs19_353_049",
            "identifier": "vs19_353_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_049/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1830/8, nel testo riformulato, CANGIANO GEROLAMO (FDI)",
            "original_title": "Ordine del giorno n. 9/1830/8, nel testo riformulato, CANGIANO GEROLAMO (FDI)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 53,
            "majority_cohesion_rate": 57.08,
            "minority_cohesion_rate": 38.99
        },
        {
            "id": 34767,
            "slug": "vs19_353_020",
            "identifier": "vs19_353_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_020/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.33 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 1.33 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.08,
            "minority_cohesion_rate": 62.89
        },
        {
            "id": 30346,
            "slug": "vs19_297_020",
            "identifier": "vs19_297_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_020/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1877/29 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1877/29 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/29 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/29 CAPPELLETTI ENRICO (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 30347,
            "slug": "vs19_297_022",
            "identifier": "vs19_297_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_022/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (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": 32,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 35015,
            "slug": "vs19_335_061",
            "identifier": "vs19_335_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_061/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1937/42 PAVANELLI EMMA (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/42 PAVANELLI EMMA (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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 52.8
        },
        {
            "id": 31710,
            "slug": "vs19_342_090",
            "identifier": "vs19_342_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_090/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1974/6 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/1974/6 DDL n. 1974",
            "original_title": "Votazione Ordine del giorno 9/1974/6 DDL n. 1974",
            "description_title": "Ordine del giorno n. 9/1974/6 LACARRA MARCO (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": 36,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 40.37
        },
        {
            "id": 32218,
            "slug": "vs19_326_066",
            "identifier": "vs19_326_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_066/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1902/87 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1902/87 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/87 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/87 GRIMALDI MARCO (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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 51.55
        },
        {
            "id": 38238,
            "slug": "vs19_477_004",
            "identifier": "vs19_477_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_004/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.108 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.108",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38317,
            "slug": "vs19_479_025",
            "identifier": "vs19_479_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_025/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG 9/2362/10 - Votazione Ordine del giorno 9/2362/10 ",
            "original_title": "Votazione Ordine del giorno 9/2362/10 ",
            "description_title": "ODG 9/2362/10",
            "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": 19,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37598,
            "slug": "vs19_460_057",
            "identifier": "vs19_460_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_057/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 57,
            "title": "Misure in materia di organizzazione delle forze di polizia e dei vigili del fuoco",
            "original_title": "Votazione finale DDL n. 2139",
            "description_title": "Misure in materia di ordinamento, organizzazione e funzionamento delle Forze di polizia, delle Forze armate nonché del Corpo nazionale dei vigili del fuoco (Approvato dal Senato) (DDL 2139)",
            "public_title": "Misure in materia di organizzazione delle forze di polizia e dei vigili del fuoco",
            "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": 70,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 37768,
            "slug": "vs19_464_037",
            "identifier": "vs19_464_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_037/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (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": 29,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37330,
            "slug": "vs19_450_071",
            "identifier": "vs19_450_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_071/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/2084/11 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/2084/11 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/11 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/11 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": 32,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 50.96
        },
        {
            "id": 37236,
            "slug": "vs19_449_077",
            "identifier": "vs19_449_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_077/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2285/10 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/2285/10 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/10 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/10 FONTANA ILARIA (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": 17,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 37569,
            "slug": "vs19_456_003",
            "identifier": "vs19_456_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_456_003/?format=api",
            "sitting": {
                "id": 1950,
                "date": "2025-03-26",
                "number": 456,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1305",
            "original_title": "Votazione Articolo 2 PDL n. 1305",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 119,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38239,
            "slug": "vs19_477_005",
            "identifier": "vs19_477_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_005/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.110 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.110",
            "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": 21,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 32360,
            "slug": "vs19_357_012",
            "identifier": "vs19_357_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_012/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 9.1 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 9.1 DDL n. 1532",
            "original_title": "Votazione Emendamento 9.1 DDL n. 1532",
            "description_title": "Emendamento 9.1 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 60.76
        },
        {
            "id": 32804,
            "slug": "vs19_371_039",
            "identifier": "vs19_371_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_039/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 39,
            "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": 0,
            "n_margin": 125,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 32797,
            "slug": "vs19_371_012",
            "identifier": "vs19_371_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_012/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 4.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 39.24
        }
    ]
}