Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=39
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=40",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=38",
    "results": [
        {
            "id": 30352,
            "slug": "vs19_297_021",
            "identifier": "vs19_297_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_021/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1877/30 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1877/30 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/30 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/30 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": 33,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 37258,
            "slug": "19-287-4",
            "identifier": "19-287-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-287-4/?format=api",
            "sitting": {
                "id": 1941,
                "date": "2025-03-19",
                "number": 287,
                "branch": "S"
            },
            "number": 4,
            "title": "Sulla promozione della memoria dei campi di prigionia, di internamento e di concentramento in Italia - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Sulla promozione della memoria dei campi di prigionia, di internamento e di concentramento in Italia",
            "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": 65,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 32282,
            "slug": "vs19_328_058",
            "identifier": "vs19_328_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_058/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1896/78, nel testo riformulato, DE MONTE ISABELLA (IVICRE) - Votazione Ordine del giorno 9/1896/78, DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/78, DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/78, nel testo riformulato, DE MONTE ISABELLA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 106,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 49.69
        },
        {
            "id": 34728,
            "slug": "vs19_338_006",
            "identifier": "vs19_338_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_338_006/?format=api",
            "sitting": {
                "id": 1764,
                "date": "2024-08-01",
                "number": 338,
                "branch": "C"
            },
            "number": 6,
            "title": "Disposizioni per il finanziamento di interventi volti al rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero",
            "original_title": "Disposizioni per il finanziamento di interventi volti al rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero (PDL 960)",
            "description_title": "",
            "public_title": "Disposizioni per il finanziamento di interventi volti al rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 35008,
            "slug": "vs19_335_054",
            "identifier": "vs19_335_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_054/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1937/63 CANTONE LUCIANO (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/63 CANTONE LUCIANO (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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 56.52
        },
        {
            "id": 38582,
            "slug": "19-306-1",
            "identifier": "19-306-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-306-1/?format=api",
            "sitting": {
                "id": 1994,
                "date": "2025-05-21",
                "number": 306,
                "branch": "S"
            },
            "number": 1,
            "title": "Disegno di legge n. 1482. Emm. 1.1 e 1.2",
            "original_title": "Disegno di legge n. 1482. Emm. 1.1 e 1.2",
            "description_title": null,
            "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": 7,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 68.67
        },
        {
            "id": 34945,
            "slug": "vs19_333_009",
            "identifier": "vs19_333_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_333_009/?format=api",
            "sitting": {
                "id": 1750,
                "date": "2024-07-25",
                "number": 333,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 4/43 D'ORSO VALENTINA (M5S)",
            "original_title": "Ordine del giorno n. 9/Doc. VIII, n. 4/43 D'ORSO VALENTINA (M5S)",
            "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": 15,
            "n_margin": 117,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 30330,
            "slug": "vs19_301_012",
            "identifier": "vs19_301_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_012/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 12,
            "title": "Questione pregiudiziale di merito n. 1 ALIFANO ENRICA (M5S) ed altri - Votazione pregiudiziale DDL n. 1665",
            "original_title": "Votazione pregiudiziale DDL n. 1665",
            "description_title": "Questione pregiudiziale di merito n. 1 ALIFANO ENRICA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30976,
            "slug": "vs19_317_056",
            "identifier": "vs19_317_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_056/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1933/66, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1933/66, DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/66, DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/66, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 14,
            "n_margin": 119,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 38580,
            "slug": "19-306-3",
            "identifier": "19-306-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-306-3/?format=api",
            "sitting": {
                "id": 1994,
                "date": "2025-05-21",
                "number": 306,
                "branch": "S"
            },
            "number": 3,
            "title": "DDL n. 1482. Emm. 1.4 e 1.5",
            "original_title": "DDL n. 1482. Emm. 1.4 e 1.5",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 6,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 71.08
        },
        {
            "id": 34961,
            "slug": "vs19_335_007",
            "identifier": "vs19_335_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_007/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1937/8 LAI SILVIO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/8 LAI SILVIO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 55.9
        },
        {
            "id": 38581,
            "slug": "19-306-2",
            "identifier": "19-306-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-306-2/?format=api",
            "sitting": {
                "id": 1994,
                "date": "2025-05-21",
                "number": 306,
                "branch": "S"
            },
            "number": 2,
            "title": "DDL n. 1482. Em. 1.3, Naturale e altri",
            "original_title": "DDL n. 1482. Em. 1.3, Naturale e altri",
            "description_title": null,
            "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": 8,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 66.27
        },
        {
            "id": 35016,
            "slug": "vs19_335_062",
            "identifier": "vs19_335_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_062/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1937/61, nel testo riformulato, SARRACINO MARCO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/61, nel testo riformulato, SARRACINO MARCO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 112,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 54.04
        },
        {
            "id": 38408,
            "slug": "vs19_481_017",
            "identifier": "vs19_481_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_017/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 17,
            "title": "ODG 9/2329-A/17 - Votazione Ordine del giorno 9/2329-A/17 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/17 ",
            "description_title": "ODG 9/2329-A/17",
            "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": 58.02,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 37332,
            "slug": "vs19_450_073",
            "identifier": "vs19_450_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_073/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2084/13 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/2084/13 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/13 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/13 ALIFANO ENRICA (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": 31,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 38252,
            "slug": "vs19_477_018",
            "identifier": "vs19_477_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_018/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 1.102 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.102",
            "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": 19,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37243,
            "slug": "vs19_449_084",
            "identifier": "vs19_449_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_084/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/2285/17 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/2285/17 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/17 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/17 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38245,
            "slug": "vs19_477_011",
            "identifier": "vs19_477_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_011/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 1.87 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.87",
            "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": 35,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 38736,
            "slug": "vs19_487_096",
            "identifier": "vs19_487_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_096/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 96,
            "title": "ODG 9/2355/126 - Votazione Ordine del giorno 9/2355/126 ",
            "original_title": "Votazione Ordine del giorno 9/2355/126 ",
            "description_title": "ODG 9/2355/126",
            "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": 33,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 38247,
            "slug": "vs19_477_013",
            "identifier": "vs19_477_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_013/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 1.74, 1.76 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.74, 1.76",
            "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": 58.02,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 37239,
            "slug": "vs19_449_080",
            "identifier": "vs19_449_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_080/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/2285/13 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/2285/13 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/13 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/13 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37990,
            "slug": "vs19_470_049",
            "identifier": "vs19_470_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_049/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 49,
            "title": "Conversione decreto reclutamento Pa",
            "original_title": "Votazione finale DDL n. 2308",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 14 marzo 2025, n. 25, recante disposizioni urgenti in materia di reclutamento e funzionalità delle pubbliche amministrazioni (DDL 2308)",
            "public_title": "Conversione decreto reclutamento Pa",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 37155,
            "slug": "vs19_445_029",
            "identifier": "vs19_445_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_445_029/?format=api",
            "sitting": {
                "id": 1935,
                "date": "2025-03-12",
                "number": 445,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 1.17 GIANASSI FEDERICO (PD-IDP) e 1.18 DORI DEVIS (AVS) - Votazione Emendamento 1.17 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.17 PDL n. 2084",
            "description_title": "Identici emendamenti 1.17 GIANASSI FEDERICO (PD-IDP) e 1.18 DORI DEVIS (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": 31,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 37772,
            "slug": "vs19_464_041",
            "identifier": "vs19_464_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_041/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1621/11 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1621/11 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/11 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/11 ZARATTI FILIBERTO (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": 27,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40108,
            "slug": "vs19_524_002",
            "identifier": "vs19_524_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_002/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2551/39 - Votazione Ordine del giorno 9/2551/39 ",
            "original_title": "Votazione Ordine del giorno 9/2551/39 ",
            "description_title": "ODG 9/2551/39",
            "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": 28,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 37237,
            "slug": "vs19_449_078",
            "identifier": "vs19_449_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_078/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/2285/11 FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/2285/11 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/11 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/11 FERRARA ANTONIO (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": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37211,
            "slug": "vs19_449_052",
            "identifier": "vs19_449_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_052/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 1-ter-04 DONNO LEONARDO (M5S) - Votazione Emendamento 1-ter-04 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-ter-04 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-ter-04 DONNO LEONARDO (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": 28,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38467,
            "slug": "vs19_482_017",
            "identifier": "vs19_482_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_017/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 1.19, 1.20, 1.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.19, 1.20, 1.21",
            "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": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38488,
            "slug": "vs19_482_038",
            "identifier": "vs19_482_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_038/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 1.38 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.38",
            "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": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38431,
            "slug": "vs19_481_040",
            "identifier": "vs19_481_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_040/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/2329-A/40 - Votazione Ordine del giorno 9/2329-A/40 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/40 ",
            "description_title": "ODG 9/2329-A/40",
            "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": 24,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 38240,
            "slug": "vs19_477_006",
            "identifier": "vs19_477_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_006/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.113 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.113",
            "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": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38455,
            "slug": "vs19_482_005",
            "identifier": "vs19_482_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_005/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38258,
            "slug": "vs19_477_024",
            "identifier": "vs19_477_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_024/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 1.42 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.42",
            "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": 18,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38228,
            "slug": "vs19_476_045",
            "identifier": "vs19_476_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_045/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 45,
            "title": "ODG 9/741-A E ABB/7 - Votazione Ordine del giorno 9/741-A E ABB/7 ",
            "original_title": "Votazione Ordine del giorno 9/741-A E ABB/7 ",
            "description_title": "ODG 9/741-A E ABB/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38052,
            "slug": "vs19_475_001",
            "identifier": "vs19_475_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_001/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 1,
            "title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 52) - Votazione Doc. XVIII-bi",
            "original_title": "Votazione Doc. XVIII-bi",
            "description_title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 52)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37338,
            "slug": "vs19_450_079",
            "identifier": "vs19_450_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_079/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/2084/21 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2084/21 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/21 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/21 BONELLI ANGELO (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": 32,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 38505,
            "slug": "vs19_482_055",
            "identifier": "vs19_482_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_055/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 55,
            "title": "EM 1.62 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.62",
            "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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 38273,
            "slug": "vs19_477_039",
            "identifier": "vs19_477_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_039/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 1.014, 1.015 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.014, 1.015",
            "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": 58.02,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38456,
            "slug": "vs19_482_006",
            "identifier": "vs19_482_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_006/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.7",
            "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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 38504,
            "slug": "vs19_482_054",
            "identifier": "vs19_482_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_054/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 54,
            "title": "EM 1.57 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.57",
            "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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 38319,
            "slug": "vs19_479_027",
            "identifier": "vs19_479_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_027/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 27,
            "title": "ODG 9/2362/12 - Votazione Ordine del giorno 9/2362/12 ",
            "original_title": "Votazione Ordine del giorno 9/2362/12 ",
            "description_title": "ODG 9/2362/12",
            "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": 58.02,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38481,
            "slug": "vs19_482_031",
            "identifier": "vs19_482_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_031/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 1.31 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.31",
            "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": 27,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 38312,
            "slug": "vs19_479_020",
            "identifier": "vs19_479_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_020/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/2362/5 - Votazione Ordine del giorno 9/2362/5 ",
            "original_title": "Votazione Ordine del giorno 9/2362/5 ",
            "description_title": "ODG 9/2362/5",
            "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": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 32382,
            "slug": "vs19_357_003",
            "identifier": "vs19_357_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_003/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1532",
            "original_title": "Votazione Articolo 2 DDL n. 1532",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 32775,
            "slug": "vs19_371_032",
            "identifier": "vs19_371_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_032/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 9.2, 9.101 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.2, 9.101",
            "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": 20,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 32383,
            "slug": "vs19_357_017",
            "identifier": "vs19_357_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_017/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 9.02 MARI FRANCESCO (AVS) - Votazione Emendamento 9.02 DDL n. 1532",
            "original_title": "Votazione Emendamento 9.02 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 9.02 MARI FRANCESCO (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": 21,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 62.66
        },
        {
            "id": 32821,
            "slug": "vs19_371_019",
            "identifier": "vs19_371_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_019/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 7.1, 7.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.1, 7.100",
            "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": 28,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 58.23
        },
        {
            "id": 32824,
            "slug": "vs19_371_031",
            "identifier": "vs19_371_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_031/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 9.1, 9.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.1, 9.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 32783,
            "slug": "vs19_371_017",
            "identifier": "vs19_371_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_017/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 17,
            "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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 58.86
        },
        {
            "id": 32780,
            "slug": "vs19_370_006",
            "identifier": "vs19_370_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_006/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 63.29
        }
    ]
}