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

{
    "count": 22537,
    "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=33",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=31",
    "results": [
        {
            "id": 29329,
            "slug": "vs19_270_048",
            "identifier": "vs19_270_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_048/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1790/8 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1790/8 DDL n. 1790",
            "original_title": "Votazione Ordine del giorno 9/1790/8 DDL n. 1790",
            "description_title": "Ordine del giorno n. 9/1790/8 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24923,
            "slug": "vs19_201_024",
            "identifier": "vs19_201_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_024/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1538",
            "original_title": "Votazione Articolo 2 DDL n. 1538",
            "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": 0,
            "n_margin": 112,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25069,
            "slug": "vs19_192_011",
            "identifier": "vs19_192_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_011/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0752",
            "original_title": "Votazione Articolo 5 PDL n. 0752",
            "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": 22,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 30046,
            "slug": "vs19_281_050",
            "identifier": "vs19_281_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_050/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1752/73 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1752/73 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/73 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/73 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": 19,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29293,
            "slug": "vs19_270_014",
            "identifier": "vs19_270_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_014/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.9 BONELLI ANGELO (AVS) - Votazione Emendamento 2.9 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1790",
            "description_title": "Emendamento 2.9 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28861,
            "slug": "vs19_255_027",
            "identifier": "vs19_255_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_027/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.1000 FONTANA ILARIA (M5S) - Votazione Emendamento 1.1000 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.1000 DDL n. 1658",
            "description_title": "Emendamento 1.1000 FONTANA ILARIA (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": 25,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 25740,
            "slug": "vs19_211_011",
            "identifier": "vs19_211_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_011/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 4.1 TODDE ALESSANDRA (M5S) - Votazione Emendamento 4.1 DDL n. 1556",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1556",
            "description_title": "Emendamento 4.1 TODDE ALESSANDRA (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": 51,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 27792,
            "slug": "vs19_240_037",
            "identifier": "vs19_240_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_037/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1666/2 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1666/2 DDL n. 1666",
            "original_title": "Votazione Ordine del giorno 9/1666/2 DDL n. 1666",
            "description_title": "Ordine del giorno n. 9/1666/2 LOMUTI ARNALDO (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": 81,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 25085,
            "slug": "vs19_192_027",
            "identifier": "vs19_192_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_027/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 0752",
            "original_title": "Votazione Articolo 13 PDL n. 0752",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27779,
            "slug": "vs19_240_033",
            "identifier": "vs19_240_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_033/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 33,
            "title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (AVS) - Votazione Emendamento Dis.1.1 DDL n. 1666",
            "original_title": "Votazione Emendamento Dis.1.1 DDL n. 1666",
            "description_title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (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": 82,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 28419,
            "slug": "vs19_251_012",
            "identifier": "vs19_251_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_012/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00235, limitatamente al capoverso primo degli impegni PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00235",
            "original_title": "Votazione Mozione 1_00235",
            "description_title": "Mozione n. 1-00235, limitatamente al capoverso primo degli impegni PICCOLOTTI ELISABETTA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 115,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30263,
            "slug": "vs19_292_077",
            "identifier": "vs19_292_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_077/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 77,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 1717",
            "original_title": "Votazione Articolo 23 DDL n. 1717",
            "description_title": "Articolo 23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 56,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 53.37
        },
        {
            "id": 29755,
            "slug": "vs19_261_068",
            "identifier": "vs19_261_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_068/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1435",
            "original_title": "Votazione Articolo 10 DDL n. 1435",
            "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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29757,
            "slug": "vs19_261_070",
            "identifier": "vs19_261_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_070/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 70,
            "title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.024 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.024 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (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": 20,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 30233,
            "slug": "vs19_292_070",
            "identifier": "vs19_292_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_070/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 23.1 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 23.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.1 DDL n. 1717",
            "description_title": "Emendamento 23.1 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.58
        },
        {
            "id": 19919,
            "slug": "vs19_074_007",
            "identifier": "vs19_074_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_074_007/?format=api",
            "sitting": {
                "id": 1331,
                "date": "2023-03-23",
                "number": 74,
                "branch": "C"
            },
            "number": 7,
            "title": "Istituzione commissione d'inchiesta sulla scomparsa di Emanuela Orlandi e Mirella Gregori",
            "original_title": "Votazione finale PDL n. 0665",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulla scomparsa di Emanuela Orlandi e di Mirella Gregori (PDL 665 e abbinate PDL 879-880)",
            "public_title": "Istituzione commissione d'inchiesta sulla scomparsa di Emanuela Orlandi e Mirella Gregori",
            "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": 122,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25706,
            "slug": "vs19_211_025",
            "identifier": "vs19_211_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_025/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 7.2 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 7.2 DDL n. 1556",
            "original_title": "Votazione Emendamento 7.2 DDL n. 1556",
            "description_title": "Emendamento 7.2 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 80,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 39399,
            "slug": "vs19_503_064",
            "identifier": "vs19_503_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_064/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 12.6 BONELLI ANGELO (AVS) - Votazione Emendamento 12.6 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.6 DDL n. 2482",
            "description_title": "Emendamento 12.6 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39711,
            "slug": "vs19_506_012",
            "identifier": "vs19_506_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_012/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2126-A E ABB/32 - Votazione Ordine del giorno 9/2126-A E ABB/32 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/32 ",
            "description_title": "ODG 9/2126-A E ABB/32",
            "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": 13,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 73.72
        },
        {
            "id": 39370,
            "slug": "vs19_503_035",
            "identifier": "vs19_503_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_035/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 7.3 L'ABBATE PATTY (M5S) - Votazione Emendamento 7.3 DDL n. 2482",
            "original_title": "Votazione Emendamento 7.3 DDL n. 2482",
            "description_title": "Emendamento 7.3 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39380,
            "slug": "vs19_503_045",
            "identifier": "vs19_503_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_045/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 9.5 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 9.5 DDL n. 2482",
            "original_title": "Votazione Emendamento 9.5 DDL n. 2482",
            "description_title": "Emendamento 9.5 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": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39401,
            "slug": "vs19_503_066",
            "identifier": "vs19_503_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_066/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 12.9 FONTANA ILARIA (M5S) - Votazione Emendamento 12.9 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.9 DDL n. 2482",
            "description_title": "Emendamento 12.9 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39452,
            "slug": "vs19_503_117",
            "identifier": "vs19_503_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_117/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 117,
            "title": "ODG 9/2482/21 - Votazione Ordine del giorno 9/2482/21 ",
            "original_title": "Votazione Ordine del giorno 9/2482/21 ",
            "description_title": "ODG 9/2482/21",
            "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": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39062,
            "slug": "vs19_498_014",
            "identifier": "vs19_498_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_014/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 3.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.6",
            "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": 56.97,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39227,
            "slug": "vs19_498_199",
            "identifier": "vs19_498_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_199/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 199,
            "title": "SUBEM 0.19.200.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "SUBEM 0.19.200.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": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 38846,
            "slug": "vs19_491_003",
            "identifier": "vs19_491_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_003/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 3,
            "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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39420,
            "slug": "vs19_503_085",
            "identifier": "vs19_503_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_085/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 13.4 CASO ANTONIO (M5S) - Votazione Emendamento 13.4 DDL n. 2482",
            "original_title": "Votazione Emendamento 13.4 DDL n. 2482",
            "description_title": "Emendamento 13.4 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39422,
            "slug": "vs19_503_087",
            "identifier": "vs19_503_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_087/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 13.7 CASO ANTONIO (M5S) - Votazione Emendamento 13.7 DDL n. 2482",
            "original_title": "Votazione Emendamento 13.7 DDL n. 2482",
            "description_title": "Emendamento 13.7 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39421,
            "slug": "vs19_503_086",
            "identifier": "vs19_503_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_086/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 86,
            "title": "Identici emendamenti 13.5 BONELLI ANGELO (AVS) e 13.6 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.5 DDL n. 2482",
            "original_title": "Votazione Emendamento 13.5 DDL n. 2482",
            "description_title": "Identici emendamenti 13.5 BONELLI ANGELO (AVS) e 13.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": 21,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39235,
            "slug": "vs19_498_208",
            "identifier": "vs19_498_208",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_208/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 208,
            "title": "EM 20.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 20.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": 22,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39408,
            "slug": "vs19_503_073",
            "identifier": "vs19_503_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_073/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 73,
            "title": "Articolo aggiuntivo 12.03 CASO ANTONIO (M5S) - Votazione Emendamento 12.03 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.03 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.03 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39412,
            "slug": "vs19_503_077",
            "identifier": "vs19_503_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_077/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 77,
            "title": "Articolo aggiuntivo 12.07 CASO ANTONIO (M5S) - Votazione Emendamento 12.07 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.07 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.07 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 40056,
            "slug": "vs19_521_019",
            "identifier": "vs19_521_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_019/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 19,
            "title": "Conversione decreto ex Ilva ter",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2527 - VOTO FINALE",
            "public_title": "Conversione decreto ex Ilva ter",
            "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": 26,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 39403,
            "slug": "vs19_503_068",
            "identifier": "vs19_503_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_068/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 12.12 CASO ANTONIO (M5S) - Votazione Emendamento 12.12 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.12 DDL n. 2482",
            "description_title": "Emendamento 12.12 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39330,
            "slug": "vs19_503_125",
            "identifier": "vs19_503_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_125/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 125,
            "title": "Conversione decreto alluvioni e Campi Flegrei",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2482 - VOTO FINALE",
            "public_title": "Conversione decreto alluvioni e Campi Flegrei",
            "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": 16,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39451,
            "slug": "vs19_503_116",
            "identifier": "vs19_503_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_116/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 116,
            "title": "ODG 9/2482/20 - Votazione Ordine del giorno 9/2482/20 ",
            "original_title": "Votazione Ordine del giorno 9/2482/20 ",
            "description_title": "ODG 9/2482/20",
            "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": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39093,
            "slug": "vs19_498_049",
            "identifier": "vs19_498_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_049/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 49,
            "title": "EM 7.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 38845,
            "slug": "vs19_491_002",
            "identifier": "vs19_491_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_002/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 2,
            "title": "EM 1.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.12",
            "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": 56.97,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39385,
            "slug": "vs19_503_050",
            "identifier": "vs19_503_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_050/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 11.2 BONELLI ANGELO (AVS) - Votazione Emendamento 11.2 DDL n. 2482",
            "original_title": "Votazione Emendamento 11.2 DDL n. 2482",
            "description_title": "Emendamento 11.2 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39131,
            "slug": "vs19_498_091",
            "identifier": "vs19_498_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_091/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 91,
            "title": "EM 11.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.19",
            "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": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39375,
            "slug": "vs19_503_040",
            "identifier": "vs19_503_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_040/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 40,
            "title": "Identici emendamenti 8.1 SIMIANI MARCO (PD-IDP) e 8.2 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 8.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 8.1 DDL n. 2482",
            "description_title": "Identici emendamenti 8.1 SIMIANI MARCO (PD-IDP) e 8.2 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39050,
            "slug": "vs19_498_243",
            "identifier": "vs19_498_243",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_243/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 243,
            "title": "ARTICOLO 28 - Votazione Articolo 28 ",
            "original_title": "Votazione Articolo 28 ",
            "description_title": "ARTICOLO 28",
            "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": 51,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 35.26
        },
        {
            "id": 39238,
            "slug": "vs19_498_212",
            "identifier": "vs19_498_212",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_212/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 212,
            "title": "ART AGG 20.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 20.01",
            "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": 21,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39410,
            "slug": "vs19_503_075",
            "identifier": "vs19_503_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_075/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 75,
            "title": "Articolo aggiuntivo 12.05 CASO ANTONIO (M5S) - Votazione Emendamento 12.05 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.05 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.05 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39220,
            "slug": "vs19_498_192",
            "identifier": "vs19_498_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_192/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 192,
            "title": "SUBEM 0.19.200.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "SUBEM 0.19.200.2",
            "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": 22,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39975,
            "slug": "vs19_517_049",
            "identifier": "vs19_517_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_049/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 49,
            "title": "EM 15.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.2",
            "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": 25,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 39225,
            "slug": "vs19_498_197",
            "identifier": "vs19_498_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_197/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 197,
            "title": "SUBEM 0.19.200.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "SUBEM 0.19.200.14",
            "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": 56.97,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39445,
            "slug": "vs19_503_110",
            "identifier": "vs19_503_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_110/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 110,
            "title": "Articolo aggiuntivo 13-bis.1 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13-bis.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-bis.1 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-bis.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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39265,
            "slug": "vs19_498_242",
            "identifier": "vs19_498_242",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_242/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 242,
            "title": "EM 28.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39932,
            "slug": "vs19_517_006",
            "identifier": "vs19_517_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_006/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 3.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1000",
            "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": 27,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 59.24
        }
    ]
}