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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=358",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=356",
    "results": [
        {
            "id": 24468,
            "slug": "vs19_175_028",
            "identifier": "vs19_175_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_028/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0835",
            "original_title": "Votazione Articolo 3 PDL n. 0835",
            "description_title": "Articolo 3",
            "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": 84,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 25021,
            "slug": "vs19_190_006",
            "identifier": "vs19_190_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_190_006/?format=api",
            "sitting": {
                "id": 1520,
                "date": "2023-11-07",
                "number": 190,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1517/15, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1517/15, DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/15, DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/15, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 148,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24763,
            "slug": "vs19_175_025",
            "identifier": "vs19_175_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_025/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0835",
            "original_title": "Votazione Articolo 2 PDL n. 0835",
            "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": 2,
            "n_margin": 85,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 29303,
            "slug": "vs19_270_034",
            "identifier": "vs19_270_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_034/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 3-bis.04 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 3-bis.04 DDL n. 1790",
            "original_title": "Votazione Emendamento 3-bis.04 DDL n. 1790",
            "description_title": "Articolo aggiuntivo 3-bis.04 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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 25720,
            "slug": "vs19_210_164",
            "identifier": "vs19_210_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_164/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 164,
            "title": "Emendamento 45.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 45.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 45.2 DDL n. 1341",
            "description_title": "Emendamento 45.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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25365,
            "slug": "vs19_204_072",
            "identifier": "vs19_204_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_072/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 72,
            "title": "Mozione n. 1-00221 MANES FRANCO (MISTO) ed altri - Votazione Mozione 1_00221",
            "original_title": "Votazione Mozione 1_00221",
            "description_title": "Mozione n. 1-00221 MANES FRANCO (MISTO) 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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30216,
            "slug": "vs19_292_011",
            "identifier": "vs19_292_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_011/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo  3 - Votazione Articolo 3 DDL n. 1717",
            "original_title": "Votazione Articolo 3 DDL n. 1717",
            "description_title": "Articolo  3",
            "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": 73,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 25369,
            "slug": "vs19_204_063",
            "identifier": "vs19_204_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_063/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 63,
            "title": "Mozione n. 1-00216, limitatamente al capoverso trentaduesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00216",
            "original_title": "Votazione Mozione 1_00216",
            "description_title": "Mozione n. 1-00216, limitatamente al capoverso trentaduesimo della parte dispositiva, BONELLI ANGELO (AVS) 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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 32209,
            "slug": "vs19_326_057",
            "identifier": "vs19_326_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_057/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 30112,
            "slug": "vs19_283_010",
            "identifier": "vs19_283_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_010/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.14 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.14 PDL n. 0836",
            "original_title": "Votazione Emendamento 3.14 PDL n. 0836",
            "description_title": "Emendamento 3.14 PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 24076,
            "slug": "vs19_160_020",
            "identifier": "vs19_160_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_020/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1364",
            "description_title": "Emendamento 3.4 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": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25380,
            "slug": "vs19_204_021",
            "identifier": "vs19_204_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_021/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1458/59 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1458/59 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/59 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/59 TUCCI RICCARDO (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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 30115,
            "slug": "vs19_283_024",
            "identifier": "vs19_283_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_024/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0836",
            "original_title": "Votazione Articolo 3 PDL n. 0836",
            "description_title": "Articolo 3",
            "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": 115,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 54.6
        },
        {
            "id": 25529,
            "slug": "vs19_210_184",
            "identifier": "vs19_210_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_184/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 184,
            "title": "Articolo aggiuntivo 56.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 56.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 56.01 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 56.01 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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29355,
            "slug": "vs19_270_090",
            "identifier": "vs19_270_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_090/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1435/86 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1435/86 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/86 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/86 EVI ELEONORA (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": 2,
            "n_margin": 47,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 32166,
            "slug": "vs19_326_015",
            "identifier": "vs19_326_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_015/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1902/21, così come riformulato, CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1902/21, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/21, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/21, così come riformulato, CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 138,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 24062,
            "slug": "vs19_160_049",
            "identifier": "vs19_160_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_049/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1364/23, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE) - Votazione Ordine del giorno 9/1364/23, DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/23, DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/23, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 137,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30282,
            "slug": "vs19_292_087",
            "identifier": "vs19_292_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_087/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1717/14, come riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1717/14, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/14, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/14, come riformulato, GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 24087,
            "slug": "vs19_160_050",
            "identifier": "vs19_160_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_050/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1364/24 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1364/24 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/24 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/24 FOSSI EMILIANO (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30667,
            "slug": "vs19_309_162",
            "identifier": "vs19_309_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_162/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 162,
            "title": "Emendamento 10.308 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.308 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.308 DDL n. 1665",
            "description_title": "Emendamento 10.308 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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30368,
            "slug": "vs19_301_009",
            "identifier": "vs19_301_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_009/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00292 RICHETTI MATTEO (APERRE) ed altri - Votazione Mozione 1_00292",
            "original_title": "Votazione Mozione 1_00292",
            "description_title": "Mozione n. 1-00292 RICHETTI MATTEO (APERRE) 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": 2,
            "n_margin": 62,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 30248,
            "slug": "vs19_292_020",
            "identifier": "vs19_292_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_020/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 8.5 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 8.5 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.5 DDL n. 1717",
            "description_title": "Emendamento 8.5 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": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 25558,
            "slug": "vs19_210_066",
            "identifier": "vs19_210_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_066/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1341",
            "original_title": "Votazione Articolo 17 DDL n. 1341",
            "description_title": "Articolo 17",
            "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": 76,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24080,
            "slug": "vs19_160_024",
            "identifier": "vs19_160_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_024/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.7 CAROTENUTO DARIO (M5S) - Votazione Emendamento 3.7 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1364",
            "description_title": "Emendamento 3.7 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25608,
            "slug": "vs19_210_080",
            "identifier": "vs19_210_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_080/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 18.20 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.20 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.20 DDL n. 1341",
            "description_title": "Emendamento 18.20 BOSCHI MARIA ELENA (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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 24048,
            "slug": "vs19_160_014",
            "identifier": "vs19_160_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_014/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.10 AIELLO DAVIDE (M5S) - Votazione Emendamento 2.10 DDL n. 1364",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1364",
            "description_title": "Emendamento 2.10 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24069,
            "slug": "vs19_160_036",
            "identifier": "vs19_160_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_036/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1364/9 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1364/9 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/9 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/9 TUCCI RICCARDO (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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25623,
            "slug": "vs19_210_031",
            "identifier": "vs19_210_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_031/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 6.5 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 6.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.5 DDL n. 1341",
            "description_title": "Emendamento 6.5 BOSCHI MARIA ELENA (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": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 24099,
            "slug": "vs19_160_056",
            "identifier": "vs19_160_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_056/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1364/30, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1364/30, DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/30, DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/30, nel testo riformulato, MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 37652,
            "slug": "vs19_460_054",
            "identifier": "vs19_460_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_054/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 18.01 ALIFANO ENRICA (M5S) - Votazione Emendamento 18.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 18.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 18.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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34435,
            "slug": "vs19_388_027",
            "identifier": "vs19_388_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_027/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 5.1 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2022",
            "description_title": "Emendamento 5.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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36071,
            "slug": "vs19_426_016",
            "identifier": "vs19_426_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_016/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 16,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso undicesimo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri - Votazione Mozione 1_00376",
            "original_title": "Votazione Mozione 1_00376",
            "description_title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso undicesimo della parte dispositiva, PAVANELLI EMMA (M5S) 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": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 34282,
            "slug": "vs19_389_018",
            "identifier": "vs19_389_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_018/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2022/39 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/2022/39 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/39 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/39 ASCANI ANNA (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": 2,
            "n_margin": 10,
            "majority_cohesion_rate": 54.55,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34301,
            "slug": "vs19_389_022",
            "identifier": "vs19_389_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_022/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2022/43 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2022/43 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/43 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/43 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": 2,
            "n_margin": 11,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 27863,
            "slug": "vs19_243_023",
            "identifier": "vs19_243_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_023/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 23,
            "title": "Mozione Avs su guerra in medio oriente secondo capoverso",
            "original_title": "Votazione Mozione 1_00239",
            "description_title": "Mozione n. 1-239, ulteriore nuova formulazione, limitatamente al capoverso secondo della parte dispositiva FRATOIANNI NICOLA (AVS) ed altri",
            "public_title": "Mozione Avs su guerra in medio oriente secondo capoverso",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 21870,
            "slug": "vs19_132_027",
            "identifier": "vs19_132_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_132_027/?format=api",
            "sitting": {
                "id": 1416,
                "date": "2023-07-04",
                "number": 132,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/115 E ABB./12 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/115 E ABB./12 PDL n. 0115",
            "original_title": "Votazione Ordine del giorno 9/115 E ABB./12 PDL n. 0115",
            "description_title": "Ordine del giorno n. 9/115 E ABB./12 AIELLO DAVIDE (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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 21868,
            "slug": "vs19_132_022",
            "identifier": "vs19_132_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_132_022/?format=api",
            "sitting": {
                "id": 1416,
                "date": "2023-07-04",
                "number": 132,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/115 E ABB./6, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/115 E ABB./6, PDL n. 0115",
            "original_title": "Votazione Ordine del giorno 9/115 E ABB./6, PDL n. 0115",
            "description_title": "Ordine del giorno n. 9/115 E ABB./6, nel testo riformulato, FORNARO FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34268,
            "slug": "vs19_389_017",
            "identifier": "vs19_389_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_017/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2022/37 EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/2022/37 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/37 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/37 EVI ELEONORA (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": 2,
            "n_margin": 11,
            "majority_cohesion_rate": 54.55,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36085,
            "slug": "vs19_426_030",
            "identifier": "vs19_426_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_030/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 30,
            "title": "Mozione n. 1-00380, limitatamente ai restanti capoversi della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00380",
            "original_title": "Votazione Mozione 1_00380",
            "description_title": "Mozione n. 1-00380, limitatamente ai restanti capoversi della parte dispositiva, FARAONE DAVIDE (IVICRE) 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": 2,
            "n_margin": 59,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 22453,
            "slug": "vs19_133_032",
            "identifier": "vs19_133_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_032/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1178",
            "original_title": "Votazione Articolo 4 PDL n. 1178",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 128,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27559,
            "slug": "vs19_239_010",
            "identifier": "vs19_239_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_010/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 4.5 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.5 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.5 DDL n. 1515",
            "description_title": "Emendamento 4.5 MEROLA VIRGINIO (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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 31963,
            "slug": "vs19_348_029",
            "identifier": "vs19_348_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_029/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 25.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 25.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 25.1 DDL n. 1660",
            "description_title": "Emendamento 25.1 BOSCHI MARIA ELENA (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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 31974,
            "slug": "vs19_348_009",
            "identifier": "vs19_348_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_009/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 21.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 21.01 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.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": 2,
            "n_margin": 77,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 36090,
            "slug": "vs19_426_035",
            "identifier": "vs19_426_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_035/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 35,
            "title": "Mozione n. 1-00391, limitatamente ai capoversi terzo e sesto della parte dispositiva, BENZONI FABRIZIO (APERRE) ed altri - Votazione Mozione 1_00391",
            "original_title": "Votazione Mozione 1_00391",
            "description_title": "Mozione n. 1-00391, limitatamente ai capoversi terzo e sesto della parte dispositiva, BENZONI FABRIZIO (APERRE) 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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 22566,
            "slug": "vs19_133_046",
            "identifier": "vs19_133_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_046/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 46,
            "title": "Mozione n. 1-00153, sul capoverso secondo della parte dispositiva, MARI FRANCESCO (AVS) ed altri - Votazione Mozione 1_00153",
            "original_title": "Votazione Mozione 1_00153",
            "description_title": "Mozione n. 1-00153, sul capoverso secondo della parte dispositiva, MARI FRANCESCO (AVS) 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27301,
            "slug": "vs19_233_048",
            "identifier": "vs19_233_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_048/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (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": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 30.25
        },
        {
            "id": 32059,
            "slug": "vs19_348_008",
            "identifier": "vs19_348_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_008/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1660",
            "original_title": "Votazione Articolo 21 DDL n. 1660",
            "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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31901,
            "slug": "vs19_348_004",
            "identifier": "vs19_348_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_004/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1660",
            "original_title": "Votazione Articolo 20 DDL n. 1660",
            "description_title": "Articolo 20",
            "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": 23,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 22553,
            "slug": "vs19_133_051",
            "identifier": "vs19_133_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_051/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 51,
            "title": "Mozione n. 1-00157, sulla premessa, GEBHARD RENATE (MISTO) ed altri - Votazione Mozione 1_00157",
            "original_title": "Votazione Mozione 1_00157",
            "description_title": "Mozione n. 1-00157, sulla premessa, GEBHARD RENATE (MISTO) 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": 2,
            "n_margin": 88,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 36124,
            "slug": "vs19_427_010",
            "identifier": "vs19_427_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_010/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso secondo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri - Votazione Mozione 1_00372",
            "original_title": "Votazione Mozione 1_00372",
            "description_title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso secondo della parte dispositiva, SCUTELLA' ELISA (M5S) 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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 67.52
        }
    ]
}