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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=193",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=191",
    "results": [
        {
            "id": 36821,
            "slug": "vs19_440_015",
            "identifier": "vs19_440_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_015/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 4.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 4.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2026",
            "description_title": "Emendamento 4.2 GHIRRA FRANCESCA (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": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36806,
            "slug": "vs19_440_069",
            "identifier": "vs19_440_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_069/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 2026",
            "original_title": "Votazione Articolo 21 DDL n. 2026",
            "description_title": "Articolo 21",
            "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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36849,
            "slug": "vs19_440_052",
            "identifier": "vs19_440_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_052/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 13.14 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 13.14 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.14 DDL n. 2026",
            "description_title": "Emendamento 13.14 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 36858,
            "slug": "vs19_440_070",
            "identifier": "vs19_440_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_070/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 70,
            "title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 22.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.1 DDL n. 2026",
            "description_title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36510,
            "slug": "vs19_435_021",
            "identifier": "vs19_435_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_021/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.9 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.9 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.9 PDL n. 1573",
            "description_title": "Emendamento 3.9 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34348,
            "slug": "vs19_392_026",
            "identifier": "vs19_392_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_026/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2150/37 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/2150/37 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/37 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/37 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 26206,
            "slug": "vs19_216_139",
            "identifier": "vs19_216_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_139/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 139,
            "title": "Ordine del giorno n. 9/1555/3 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1555/3 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/3 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/3 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 63,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 36825,
            "slug": "vs19_440_021",
            "identifier": "vs19_440_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_021/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 6.300 della Commissione - Votazione Emendamento 6.300 DDL n. 2026",
            "original_title": "Votazione Emendamento 6.300 DDL n. 2026",
            "description_title": "Emendamento 6.300 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 26063,
            "slug": "vs19_216_158",
            "identifier": "vs19_216_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_158/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 158,
            "title": "Emendamento 3.11 CASU ANDREA (PD-IDP) - Votazione Emendamento 3.11 DDL n. 1342",
            "original_title": "Votazione Emendamento 3.11 DDL n. 1342",
            "description_title": "Emendamento 3.11 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 36572,
            "slug": "vs19_435_089",
            "identifier": "vs19_435_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_089/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 9.12 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 9.12 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.12 PDL n. 1573",
            "description_title": "Emendamento 9.12 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 36564,
            "slug": "vs19_435_079",
            "identifier": "vs19_435_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_079/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 7.1004 TUCCI RICCARDO (M5S) - Votazione Emendamento 7.1004 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.1004 PDL n. 1573",
            "description_title": "Emendamento 7.1004 TUCCI RICCARDO (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": 19,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 38063,
            "slug": "vs19_475_012",
            "identifier": "vs19_475_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_012/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00403 (Nuova formulazione) BONAFE' SIMONA (PD-IDP) ed altri - Votazione Mozione 1_00403",
            "original_title": "Votazione Mozione 1_00403",
            "description_title": "Mozione n. 1-00403 (Nuova formulazione) BONAFE' SIMONA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36836,
            "slug": "vs19_440_036",
            "identifier": "vs19_440_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_036/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 10.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 10.1 DDL n. 2026",
            "description_title": "Emendamento 10.1 PAVANELLI EMMA (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": 57,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 36796,
            "slug": "vs19_440_039",
            "identifier": "vs19_440_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_039/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 2026",
            "original_title": "Votazione Articolo 11 DDL n. 2026",
            "description_title": "Articolo 11",
            "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": 42,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 36838,
            "slug": "vs19_440_040",
            "identifier": "vs19_440_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_040/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 12.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 12.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2026",
            "description_title": "Emendamento 12.1 GHIRRA FRANCESCA (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": 22,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37249,
            "slug": "vs19_449_090",
            "identifier": "vs19_449_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_090/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/2285/23 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2285/23 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/23 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/23 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 36841,
            "slug": "vs19_440_044",
            "identifier": "vs19_440_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_044/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 13.4 GHIRRA FRANCESCA (AVS), 13.5 ALIFANO ENRICA (M5S) e 13.6 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 13.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.4 DDL n. 2026",
            "description_title": "Identici emendamenti 13.4 GHIRRA FRANCESCA (AVS), 13.5 ALIFANO ENRICA (M5S) e 13.6 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34256,
            "slug": "vs19_393_003",
            "identifier": "vs19_393_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_003/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.3 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1950",
            "description_title": "Emendamento 1.3 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36854,
            "slug": "vs19_440_062",
            "identifier": "vs19_440_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_062/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 17.01 FERRARA ANTONIO (M5S) - Votazione Emendamento 17.01 DDL n. 2026",
            "original_title": "Votazione Emendamento 17.01 DDL n. 2026",
            "description_title": "Articolo aggiuntivo 17.01 FERRARA 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": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36852,
            "slug": "vs19_440_057",
            "identifier": "vs19_440_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_057/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici articoli aggiuntivi 14.01 GHIRRA FRANCESCA (AVS) e 14.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 14.01 DDL n. 2026",
            "original_title": "Votazione Emendamento 14.01 DDL n. 2026",
            "description_title": "Identici articoli aggiuntivi 14.01 GHIRRA FRANCESCA (AVS) e 14.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 26141,
            "slug": "vs19_216_006",
            "identifier": "vs19_216_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_006/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 6,
            "title": "Identici emendamenti 1.5 CAPPELLETTI ENRICO (M5S) e  1.6 EVI ELEONORA (AVS) - Votazione Emendamento 1.5 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1555",
            "description_title": "Identici emendamenti 1.5 CAPPELLETTI ENRICO (M5S) e  1.6 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 38048,
            "slug": "vs19_475_019",
            "identifier": "vs19_475_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_019/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2307",
            "original_title": "Votazione Articolo 2 DDL n. 2307",
            "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": 129,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34186,
            "slug": "vs19_393_015",
            "identifier": "vs19_393_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_015/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento, - Votazione Emendamento 3.100, DDL n. 1950",
            "original_title": "Votazione Emendamento 3.100, DDL n. 1950",
            "description_title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento,",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 78,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 36786,
            "slug": "vs19_440_004",
            "identifier": "vs19_440_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_004/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2026",
            "original_title": "Votazione Articolo 1 DDL n. 2026",
            "description_title": "Articolo 1",
            "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": 76,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 37248,
            "slug": "vs19_449_089",
            "identifier": "vs19_449_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_089/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/2285/22 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2285/22 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/22 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/22 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36819,
            "slug": "vs19_440_012",
            "identifier": "vs19_440_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_012/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 3.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2026",
            "description_title": "Emendamento 3.1 GHIRRA FRANCESCA (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": 54,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 26181,
            "slug": "vs19_216_071",
            "identifier": "vs19_216_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_071/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 11.1 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.1 DDL n. 1555",
            "description_title": "Emendamento 11.1 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 36896,
            "slug": "vs19_441_023",
            "identifier": "vs19_441_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_023/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36887,
            "slug": "vs19_441_009",
            "identifier": "vs19_441_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_009/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 27.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.1 DDL n. 2026",
            "description_title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36882,
            "slug": "vs19_441_002",
            "identifier": "vs19_441_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_002/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 25.2 CASU ANDREA (PD-IDP) - Votazione Emendamento 25.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 25.2 DDL n. 2026",
            "description_title": "Emendamento 25.2 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37618,
            "slug": "vs19_460_003",
            "identifier": "vs19_460_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_003/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 2.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2139",
            "description_title": "Emendamento 2.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37619,
            "slug": "vs19_460_005",
            "identifier": "vs19_460_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_005/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2139",
            "description_title": "Emendamento 3.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37620,
            "slug": "vs19_460_007",
            "identifier": "vs19_460_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_007/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo aggiuntivo 3.01 BALDINO VITTORIA (M5S) - Votazione Emendamento 3.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 3.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 3.01 BALDINO VITTORIA (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": 22,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 36888,
            "slug": "vs19_441_010",
            "identifier": "vs19_441_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_010/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 27.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 27.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.2 DDL n. 2026",
            "description_title": "Emendamento 27.2 PAVANELLI EMMA (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": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36890,
            "slug": "vs19_441_012",
            "identifier": "vs19_441_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_012/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 27.4 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 27.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.4 DDL n. 2026",
            "description_title": "Emendamento 27.4 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36889,
            "slug": "vs19_441_011",
            "identifier": "vs19_441_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_011/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 27.3 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 27.3 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.3 DDL n. 2026",
            "description_title": "Emendamento 27.3 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36892,
            "slug": "vs19_441_015",
            "identifier": "vs19_441_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_015/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 27.01 ALIFANO ENRICA (M5S) - Votazione Emendamento 27.01 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.01 DDL n. 2026",
            "description_title": "Articolo aggiuntivo 27.01 ALIFANO ENRICA (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": 60.74,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36897,
            "slug": "vs19_441_024",
            "identifier": "vs19_441_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_024/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2026/4 BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/2026/4 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/4 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/4 BONETTI ELENA (APERRE)",
            "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": 59.5,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36880,
            "slug": "vs19_441_022",
            "identifier": "vs19_441_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_022/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 2026",
            "original_title": "Votazione Articolo 31 DDL n. 2026",
            "description_title": "Articolo 31",
            "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": 71,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 37640,
            "slug": "vs19_460_037",
            "identifier": "vs19_460_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_037/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 14.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 14.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 14.1 DDL n. 2139",
            "description_title": "Emendamento 14.1 AURIEMMA CARMELA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34226,
            "slug": "vs19_393_005",
            "identifier": "vs19_393_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_005/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.6 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.6 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1950",
            "description_title": "Emendamento 1.6 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 37644,
            "slug": "vs19_460_044",
            "identifier": "vs19_460_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_044/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 16.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 16.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 16.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 16.01 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 36928,
            "slug": "vs19_444_020",
            "identifier": "vs19_444_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_020/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.41 CASO ANTONIO (M5S) - Votazione Emendamento 2.41 PDL n. 2149",
            "original_title": "Votazione Emendamento 2.41 PDL n. 2149",
            "description_title": "Emendamento 2.41 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": 39,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 26122,
            "slug": "vs19_216_002",
            "identifier": "vs19_216_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_002/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1555",
            "description_title": "Emendamento 1.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 26148,
            "slug": "vs19_216_016",
            "identifier": "vs19_216_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_016/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 16,
            "title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.19 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.19 DDL n. 1555",
            "description_title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 37623,
            "slug": "vs19_460_012",
            "identifier": "vs19_460_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_012/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 6.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 6.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2139",
            "description_title": "Emendamento 6.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 37606,
            "slug": "vs19_460_016",
            "identifier": "vs19_460_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_016/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 2139",
            "original_title": "Votazione Articolo 8 DDL n. 2139",
            "description_title": "Articolo 8",
            "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": 84,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36907,
            "slug": "vs19_444_002",
            "identifier": "vs19_444_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_002/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 2149",
            "original_title": "Votazione Articolo 1 PDL n. 2149",
            "description_title": "Articolo 1",
            "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": 61,
            "majority_cohesion_rate": 53.31,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 36908,
            "slug": "vs19_444_041",
            "identifier": "vs19_444_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_041/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 2149",
            "original_title": "Votazione Articolo 2 PDL n. 2149",
            "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": 41,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 26116,
            "slug": "vs19_216_063",
            "identifier": "vs19_216_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_063/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo aggiuntivo 10.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 10.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 10.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 90,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 31.48
        }
    ]
}