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

{
    "count": 22927,
    "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_margin&page=121",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=119",
    "results": [
        {
            "id": 32481,
            "slug": "vs19_359_019",
            "identifier": "vs19_359_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_019/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2066/25 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/2066/25 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/25 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/25 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 39508,
            "slug": "vs19_503_177",
            "identifier": "vs19_503_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_177/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 177,
            "title": "ART AGG 4.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.05",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 32413,
            "slug": "vs19_357_044",
            "identifier": "vs19_357_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_044/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 20.500 della Commissione - Votazione Emendamento 20.500 DDL n. 1532",
            "original_title": "Votazione Emendamento 20.500 DDL n. 1532",
            "description_title": "Emendamento 20.500 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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 31645,
            "slug": "vs19_342_021",
            "identifier": "vs19_342_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_021/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/2002/24 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/2002/24 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/24 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/24 PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 77.64
        },
        {
            "id": 39367,
            "slug": "vs19_503_032",
            "identifier": "vs19_503_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_032/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 6.11 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 6.11 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.11 DDL n. 2482",
            "description_title": "Emendamento 6.11 CURTI AUGUSTO (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.56,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 33424,
            "slug": "vs19_377_159",
            "identifier": "vs19_377_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_159/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 159,
            "title": "MOZ 1-352 NF RESTANTI PARTI - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-352 NF RESTANTI PARTI",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 39602,
            "slug": "vs19_504_051",
            "identifier": "vs19_504_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_051/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 51,
            "title": "ART AGG 11.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.06",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39364,
            "slug": "vs19_503_029",
            "identifier": "vs19_503_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_029/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 6.8 MORFINO DANIELA (M5S) - Votazione Emendamento 6.8 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.8 DDL n. 2482",
            "description_title": "Emendamento 6.8 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39442,
            "slug": "vs19_503_107",
            "identifier": "vs19_503_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_107/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 107,
            "title": "Articolo aggiuntivo 13-ter.01 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13-ter.01 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-ter.01 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-ter.01 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39378,
            "slug": "vs19_503_043",
            "identifier": "vs19_503_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_043/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 9.3 BONELLI ANGELO (AVS) - Votazione Emendamento 9.3 DDL n. 2482",
            "original_title": "Votazione Emendamento 9.3 DDL n. 2482",
            "description_title": "Emendamento 9.3 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39441,
            "slug": "vs19_503_106",
            "identifier": "vs19_503_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_106/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 106,
            "title": "Articolo aggiuntivo 13-ter.010 CASO ANTONIO (M5S) - Votazione Emendamento 13-ter.010 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-ter.010 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-ter.010 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 40585,
            "slug": "vs19_547_021",
            "identifier": "vs19_547_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_021/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 24651,
            "slug": "vs19_179_022",
            "identifier": "vs19_179_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_022/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00193 limitatamente ai capoversi secondo, terzo, sesto, settimo, ottavo, nono, decimo, ventesimo, ventiduesimo, venticinquesimo, ventisettesimo, trentesimo, trentunesimo, trentatreesimo, trentaquattresimo, trentaseiesimo e trentottesimo della parte dispositiva, QUARTINI ANDREA (M5S) ed altri - Votazione Mozione 1_00193",
            "original_title": "Votazione Mozione 1_00193",
            "description_title": "Mozione n. 1-00193 limitatamente ai capoversi secondo, terzo, sesto, settimo, ottavo, nono, decimo, ventesimo, ventiduesimo, venticinquesimo, ventisettesimo, trentesimo, trentunesimo, trentatreesimo, trentaquattresimo, trentaseiesimo e trentottesimo della parte dispositiva, QUARTINI ANDREA (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": 18,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 39386,
            "slug": "vs19_503_051",
            "identifier": "vs19_503_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_051/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 51,
            "title": "Identici emendamenti 11.3 SIMIANI MARCO (PD-IDP), 11.4 CASO ANTONIO (M5S) e 11.5 BONELLI ANGELO (AVS) - Votazione Emendamento 11.3 DDL n. 2482",
            "original_title": "Votazione Emendamento 11.3 DDL n. 2482",
            "description_title": "Identici emendamenti 11.3 SIMIANI MARCO (PD-IDP), 11.4 CASO ANTONIO (M5S) e 11.5 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 24669,
            "slug": "vs19_179_035",
            "identifier": "vs19_179_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_035/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 35,
            "title": "Mozione n. 1-00203, sulla premessa, VIETRI IMMA (FDI), PANIZZUT MASSIMILIANO (LEGA), BENIGNI STEFANO (FI-PPE), LUPI MAURIZIO (NM-M) ed altri - Votazione Mozione 1_00203",
            "original_title": "Votazione Mozione 1_00203",
            "description_title": "Mozione n. 1-00203, sulla premessa, VIETRI IMMA (FDI), PANIZZUT MASSIMILIANO (LEGA), BENIGNI STEFANO (FI-PPE), LUPI MAURIZIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 40590,
            "slug": "vs19_547_031",
            "identifier": "vs19_547_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_031/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 6.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 24632,
            "slug": "vs19_179_010",
            "identifier": "vs19_179_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_010/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00191 (Nuova formulazione), sui capoversi settimo, nono e dodicesimo della parte dispositiva, BRAGA CHIARA (PD-IDP)  ed altri - Votazione Mozione 1_00191",
            "original_title": "Votazione Mozione 1_00191",
            "description_title": "Mozione n. 1-00191 (Nuova formulazione), sui capoversi settimo, nono e dodicesimo della parte dispositiva, BRAGA CHIARA (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": 18,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24801,
            "slug": "vs19_179_027",
            "identifier": "vs19_179_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_027/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00194, sui capoversi sesto, nono, tredicesimo e sedicesimo della parte dispositiva, BONETTI ELENA (AIV-RE) ed altri - Votazione Mozione 1_00194",
            "original_title": "Votazione Mozione 1_00194",
            "description_title": "Mozione n. 1-00194, sui capoversi sesto, nono, tredicesimo e sedicesimo della parte dispositiva, BONETTI ELENA (AIV-RE) 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": 18,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 40538,
            "slug": "vs19_547_023",
            "identifier": "vs19_547_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_023/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "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": 18,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40541,
            "slug": "vs19_547_028",
            "identifier": "vs19_547_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_028/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 28,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33450,
            "slug": "vs19_377_110",
            "identifier": "vs19_377_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_110/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 110,
            "title": "EM 22.7, 22.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 22.7, 22.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 39361,
            "slug": "vs19_503_026",
            "identifier": "vs19_503_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_026/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 6.3 ASCARI STEFANIA (M5S) - Votazione Emendamento 6.3 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.3 DDL n. 2482",
            "description_title": "Emendamento 6.3 ASCARI STEFANIA (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": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39671,
            "slug": "vs19_504_134",
            "identifier": "vs19_504_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_134/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 134,
            "title": "ART AGG 25.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 40582,
            "slug": "vs19_547_018",
            "identifier": "vs19_547_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_018/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 18,
            "title": "DDL 2369-A - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2369-A - EM 1.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39362,
            "slug": "vs19_503_027",
            "identifier": "vs19_503_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_027/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 27,
            "title": "Identici emendamenti 6.6 SIMIANI MARCO (PD-IDP) e 6.7 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 6.6 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.6 DDL n. 2482",
            "description_title": "Identici emendamenti 6.6 SIMIANI MARCO (PD-IDP) e 6.7 DEL BARBA MAURO (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39376,
            "slug": "vs19_503_041",
            "identifier": "vs19_503_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_041/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 9.1 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 9.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2482",
            "description_title": "Emendamento 9.1 DEL BARBA MAURO (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 34781,
            "slug": "vs19_353_034",
            "identifier": "vs19_353_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_034/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.55 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.55 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 40458,
            "slug": "vs19_543_002",
            "identifier": "vs19_543_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_002/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-487 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-487",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 39419,
            "slug": "vs19_503_084",
            "identifier": "vs19_503_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_084/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 84,
            "title": "Identici emendamenti 13.2 BONELLI ANGELO (AVS) e 13.3 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.2 DDL n. 2482",
            "original_title": "Votazione Emendamento 13.2 DDL n. 2482",
            "description_title": "Identici emendamenti 13.2 BONELLI ANGELO (AVS) e 13.3 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39597,
            "slug": "vs19_504_045",
            "identifier": "vs19_504_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_045/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 11.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 38280,
            "slug": "vs19_477_046",
            "identifier": "vs19_477_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_046/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 46,
            "title": "ODG 9/2333-A/8 - Votazione Ordine del giorno 9/2333-A/8 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/8 ",
            "description_title": "ODG 9/2333-A/8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39445,
            "slug": "vs19_503_110",
            "identifier": "vs19_503_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_110/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 110,
            "title": "Articolo aggiuntivo 13-bis.1 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13-bis.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-bis.1 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-bis.1 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33455,
            "slug": "vs19_377_130",
            "identifier": "vs19_377_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_130/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 130,
            "title": "ODG 9/1632-A/4 - Votazione Ordine del giorno 9/1632-A/4 ",
            "original_title": "Votazione Ordine del giorno 9/1632-A/4 ",
            "description_title": "ODG 9/1632-A/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 38279,
            "slug": "vs19_477_045",
            "identifier": "vs19_477_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_045/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 45,
            "title": "ODG 9/2333-A/7 - Votazione Ordine del giorno 9/2333-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/7 ",
            "description_title": "ODG 9/2333-A/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35155,
            "slug": "vs19_353_055",
            "identifier": "vs19_353_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_055/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1830/15 IACONO GIOVANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1830/15 IACONO GIOVANNA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 40459,
            "slug": "vs19_543_003",
            "identifier": "vs19_543_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_003/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-488 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-488",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 39527,
            "slug": "vs19_503_197",
            "identifier": "vs19_503_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_197/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 197,
            "title": "EM 6.27 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 49.18,
            "minority_cohesion_rate": 54.49
        },
        {
            "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": 39509,
            "slug": "vs19_503_178",
            "identifier": "vs19_503_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_178/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 178,
            "title": "EM 5.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 33494,
            "slug": "vs19_377_096",
            "identifier": "vs19_377_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_096/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 96,
            "title": "EM 19.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36807,
            "slug": "vs19_440_078",
            "identifier": "vs19_440_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_078/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 78,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 2026",
            "original_title": "Votazione Articolo 22 DDL n. 2026",
            "description_title": "Articolo 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 18,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38248,
            "slug": "vs19_477_014",
            "identifier": "vs19_477_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_014/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 1.202 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.202",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.88
        },
        {
            "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": 36026,
            "slug": "vs19_423_019",
            "identifier": "vs19_423_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_019/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2183/140 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/2183/140 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/140 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/140 RUFFINO DANIELA (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 35174,
            "slug": "vs19_354_011",
            "identifier": "vs19_354_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_011/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00314 (Nuova formulazione), limitatamente al capoverso primo, lettera l), della parte dispositiva BAKKALI OUIDAD (PD-IDP), ZANELLA LUANA (AVS), MAGI RICCARDO (M-+EUR) ed altri",
            "original_title": "Mozione n. 1-00314 (Nuova formulazione), limitatamente al capoverso primo, lettera l), della parte dispositiva BAKKALI OUIDAD (PD-IDP), ZANELLA LUANA (AVS), MAGI RICCARDO (M-+EUR) ed altri",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 40203,
            "slug": "vs19_527_033",
            "identifier": "vs19_527_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_033/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2188/1 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2188/1 DDL n. 2188",
            "original_title": "Votazione Ordine del giorno 9/2188/1 DDL n. 2188",
            "description_title": "Ordine del giorno n. 9/2188/1 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 39405,
            "slug": "vs19_503_070",
            "identifier": "vs19_503_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_070/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 12.14 CASO ANTONIO (M5S) - Votazione Emendamento 12.14 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.14 DDL n. 2482",
            "description_title": "Emendamento 12.14 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 36159,
            "slug": "vs19_427_053",
            "identifier": "vs19_427_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_053/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 3.5 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.5 DDL n. 2034",
            "original_title": "Votazione Emendamento 3.5 DDL n. 2034",
            "description_title": "Emendamento 3.5 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": 18,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 39668,
            "slug": "vs19_504_130",
            "identifier": "vs19_504_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_130/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 130,
            "title": "EM 25.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 33454,
            "slug": "vs19_377_106",
            "identifier": "vs19_377_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_106/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 106,
            "title": "EM 21.2, 21.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.2, 21.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.97
        }
    ]
}