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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=229",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=227",
    "results": [
        {
            "id": 24488,
            "slug": "vs19_184_028",
            "identifier": "vs19_184_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_028/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.25 EVI ELEONORA (AVS) - Votazione Emendamento 2.25 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.25 DDL n. 1406",
            "description_title": "Emendamento 2.25 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 23984,
            "slug": "vs19_157_033",
            "identifier": "vs19_157_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_033/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 33,
            "title": "Legge per il contrasto a bullismo e cyberbullismo",
            "original_title": "Votazione finale PDL n. 0536",
            "description_title": "Disposizioni in materia di prevenzione e contrasto del bullismo e del cyberbullismo (Testo Unificato PDL 536-891-910)",
            "public_title": "Legge per il contrasto a bullismo e cyberbullismo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 130,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25335,
            "slug": "vs19_204_022",
            "identifier": "vs19_204_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_022/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1458/60 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1458/60 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/60 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/60 SCUTELLA' ELISA (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": 24,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26766,
            "slug": "vs19_223_018",
            "identifier": "vs19_223_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_018/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 5.01 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 5.01 DDL n. 1624",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1624",
            "description_title": "Articolo aggiuntivo 5.01 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 24096,
            "slug": "vs19_160_032",
            "identifier": "vs19_160_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_032/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1364/4 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1364/4 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/4 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/4 IARIA ANTONINO (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": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 26781,
            "slug": "vs19_222_045",
            "identifier": "vs19_222_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_045/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 2.5 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 2.5 DDL n. 1624",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1624",
            "description_title": "Emendamento 2.5 PROVENZANO GIUSEPPE (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": 20,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29522,
            "slug": "vs19_187_020",
            "identifier": "vs19_187_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_020/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1416/33 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1416/33 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/33 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/33 PELLEGRINI MARCO (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": 26,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24090,
            "slug": "vs19_160_047",
            "identifier": "vs19_160_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_047/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1364/21, nel testo riformulato, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1364/21, DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/21, DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/21, nel testo riformulato, BONELLI ANGELO (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": 1,
            "n_margin": 138,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 24097,
            "slug": "vs19_160_042",
            "identifier": "vs19_160_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_042/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1364/16 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1364/16 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/16 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/16 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 24088,
            "slug": "vs19_160_037",
            "identifier": "vs19_160_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_037/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1364/10 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1364/10 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/10 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/10 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24106,
            "slug": "vs19_161_005",
            "identifier": "vs19_161_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_161_005/?format=api",
            "sitting": {
                "id": 1466,
                "date": "2023-09-13",
                "number": 161,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1343",
            "original_title": "Votazione Articolo 4 DDL n. 1343",
            "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": 0,
            "n_margin": 87,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22787,
            "slug": "vs19_142_004",
            "identifier": "vs19_142_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_004/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo aggiuntivo 1.01 FENU EMILIANO (M5S) - Votazione Emendamento 1.01 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.01 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 1.01 FENU EMILIANO (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": 35,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 29354,
            "slug": "vs19_271_001",
            "identifier": "vs19_271_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_271_001/?format=api",
            "sitting": {
                "id": 1652,
                "date": "2024-03-27",
                "number": 271,
                "branch": "C"
            },
            "number": 1,
            "title": "Interventi in materia di sicurezza stradale",
            "original_title": "Votazione finale DDL n. 1435",
            "description_title": "Interventi in materia di sicurezza stradale e delega al Governo per la revisione del codice della strada, di cui al decreto legislativo 30 aprile 1992, n. 285 (DDL 1435 e abb PDL 41-96-195-411-412-526-529-578-634-684-686-697-718-865-874-892-985-1030-1218-1258-1265-1398-1413-1483)",
            "public_title": "Interventi in materia di sicurezza stradale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29386,
            "slug": "vs19_272_008",
            "identifier": "vs19_272_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_008/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0982",
            "original_title": "Votazione Articolo 2 PDL n. 0982",
            "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": 7,
            "n_margin": 79,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29388,
            "slug": "vs19_272_002",
            "identifier": "vs19_272_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_002/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 2,
            "title": "Subemendamento 0.1.510.1 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 0.1.510.1 PDL n. 0982",
            "original_title": "Votazione Emendamento 0.1.510.1 PDL n. 0982",
            "description_title": "Subemendamento 0.1.510.1 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 115,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22763,
            "slug": "vs19_142_005",
            "identifier": "vs19_142_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_005/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo aggiuntivo 1.04 FENU EMILIANO (M5S) - Votazione Emendamento 1.04 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.04 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 1.04 FENU EMILIANO (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": 27,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22830,
            "slug": "vs19_142_040",
            "identifier": "vs19_142_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_040/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/107 E ABB./1, come riformulato, ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/107 E ABB./1, PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/107 E ABB./1, PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/107 E ABB./1, come riformulato, ALIFANO ENRICA (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": 1,
            "n_margin": 133,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24161,
            "slug": "vs19_165_018",
            "identifier": "vs19_165_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_165_018/?format=api",
            "sitting": {
                "id": 1474,
                "date": "2023-09-20",
                "number": 165,
                "branch": "C"
            },
            "number": 18,
            "title": "Mozione n. 1-00181, come riformulata, ad eccezione dei capoversi secondo, terzo e ottavo della parte dispositiva, SOUMAHORO ABOUBAKAR (MISTO) e SCHULLIAN MANFRED (MISTO) - Votazione Mozione 1_00181",
            "original_title": "Votazione Mozione 1_00181",
            "description_title": "Mozione n. 1-00181, come riformulata, ad eccezione dei capoversi secondo, terzo e ottavo della parte dispositiva, SOUMAHORO ABOUBAKAR (MISTO) e SCHULLIAN MANFRED (MISTO)",
            "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": 138,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 26839,
            "slug": "vs19_227_002",
            "identifier": "vs19_227_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_002/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.7 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 1.7 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.7 PDL n. 0893",
            "description_title": "Emendamento 1.7 CAFIERO DE RAHO FEDERICO (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": 97,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 22238,
            "slug": "vs19_146_001",
            "identifier": "vs19_146_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_001/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1194/R/1 MANES FRANCO (MISTO) - Votazione Ordine del giorno 9/1194/R/1 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/1 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/1 MANES FRANCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 12,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 29957,
            "slug": "vs19_277_006",
            "identifier": "vs19_277_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_006/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00270, congiuntamente sui capoversi undicesimo e dodicesimo della premessa e sul capoverso primo, lettera a), della parte dispositiva, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) ed altri - Votazione Mozione 1_00270",
            "original_title": "Votazione Mozione 1_00270",
            "description_title": "Mozione n. 1-00270, congiuntamente sui capoversi undicesimo e dodicesimo della premessa e sul capoverso primo, lettera a), della parte dispositiva, PELUFFO VINICIO GIUSEPPE GUIDO (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": 3,
            "n_margin": 46,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 44.79
        },
        {
            "id": 22244,
            "slug": "vs19_146_035",
            "identifier": "vs19_146_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_035/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1194/R/61 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1194/R/61 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/61 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/61 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22341,
            "slug": "vs19_146_055",
            "identifier": "vs19_146_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_055/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1194/R/90, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1194/R/90, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/90, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/90, nel testo riformulato, GRIMALDI MARCO (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": 4,
            "n_margin": 140,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24560,
            "slug": "vs19_184_003",
            "identifier": "vs19_184_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_003/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.3 DDL n. 1406",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1406",
            "description_title": "Emendamento 1.3 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 24554,
            "slug": "vs19_184_009",
            "identifier": "vs19_184_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_009/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.4 TODDE ALESSANDRA (M5S) - Votazione Emendamento 2.4 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1406",
            "description_title": "Emendamento 2.4 TODDE ALESSANDRA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24002,
            "slug": "vs19_157_018",
            "identifier": "vs19_157_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_018/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 4.100 BONETTI ELENA (AIV-RE) - Votazione Emendamento 4.100 PDL n. 0536",
            "original_title": "Votazione Emendamento 4.100 PDL n. 0536",
            "description_title": "Emendamento 4.100 BONETTI ELENA (AIV-RE)",
            "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": 105,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 32294,
            "slug": "vs19_349_096",
            "identifier": "vs19_349_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_096/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/1660/63 BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1660/63 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/63 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/63 BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 31971,
            "slug": "vs19_349_039",
            "identifier": "vs19_349_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_039/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 37.01014 D'ORSO VALENTINA (M5S) - Votazione Emendamento 37.01014 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01014 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01014 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 31966,
            "slug": "vs19_348_019",
            "identifier": "vs19_348_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_019/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1660",
            "original_title": "Votazione Articolo 22 DDL n. 1660",
            "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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 32297,
            "slug": "vs19_349_100",
            "identifier": "vs19_349_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_100/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/1660/67 DEL BARBA MAURO (IVICRE) - Votazione Ordine del giorno 9/1660/67 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/67 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/67 DEL BARBA MAURO (IVICRE)",
            "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": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "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": 31935,
            "slug": "vs19_348_030",
            "identifier": "vs19_348_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_030/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 30,
            "title": "Identici emendamenti 25.12 BONAFE' SIMONA (PD-IDP) e 25.13 AURIEMMA CARMELA (M5S) - Votazione Emendamento 25.12 DDL n. 1660",
            "original_title": "Votazione Emendamento 25.12 DDL n. 1660",
            "description_title": "Identici emendamenti 25.12 BONAFE' SIMONA (PD-IDP) e 25.13 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 32089,
            "slug": "vs19_349_051",
            "identifier": "vs19_349_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_051/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1660/17 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1660/17 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/17 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/17 SPORTIELLO GILDA (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": 26,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 32315,
            "slug": "vs19_349_085",
            "identifier": "vs19_349_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_085/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/1660/52 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1660/52 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/52 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/52 DI BIASE MICHELA (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": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 31936,
            "slug": "vs19_348_119",
            "identifier": "vs19_348_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_119/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo aggiuntivo 33.02 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 33.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.02 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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 32307,
            "slug": "vs19_349_098",
            "identifier": "vs19_349_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_098/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/1660/65 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/1660/65 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/65 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/65 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 32295,
            "slug": "vs19_349_104",
            "identifier": "vs19_349_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_104/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 104,
            "title": "Ordine del giorno n. 9/1660/71 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1660/71 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/71 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/71 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 32005,
            "slug": "vs19_348_093",
            "identifier": "vs19_348_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_093/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 31.1 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.1 DDL n. 1660",
            "description_title": "Emendamento 31.1 PELLEGRINI MARCO (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": 60,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 31881,
            "slug": "vs19_348_020",
            "identifier": "vs19_348_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_020/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 22.01000 ZANELLA LUANA (AVS) - Votazione Emendamento 22.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 22.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 22.01000 ZANELLA LUANA (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": 20,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32321,
            "slug": "vs19_349_077",
            "identifier": "vs19_349_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_077/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/1660/44 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1660/44 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/44 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/44 SERRACCHIANI DEBORA (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": 29,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 66.04
        },
        {
            "id": 32055,
            "slug": "vs19_348_012",
            "identifier": "vs19_348_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_012/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo aggiuntivo 21.01006 PENZA PASQUALINO (M5S) - Votazione Emendamento 21.01006 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01006 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.01006 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 32299,
            "slug": "vs19_349_097",
            "identifier": "vs19_349_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_097/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 97,
            "title": "Ordine del giorno n. 9/1660/64 GRUPPIONI NAIKE (IVICRE) - Votazione Ordine del giorno 9/1660/64 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/64 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/64 GRUPPIONI NAIKE (IVICRE)",
            "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": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 38621,
            "slug": "vs19_486_004",
            "identifier": "vs19_486_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_004/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2355/4 - Votazione Ordine del giorno 9/2355/4 ",
            "original_title": "Votazione Ordine del giorno 9/2355/4 ",
            "description_title": "ODG 9/2355/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": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 38603,
            "slug": "vs19_483_001",
            "identifier": "vs19_483_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_001/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione opposizione su Gaza",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-432 NF",
            "public_title": "Mozione opposizione su Gaza",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 37796,
            "slug": "vs19_467_008",
            "identifier": "vs19_467_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_008/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2281/18 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2281/18 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/18 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/18 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38604,
            "slug": "vs19_483_002",
            "identifier": "vs19_483_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_002/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-441 CPV 1, 2, 3, 5, 6 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-441 CPV 1, 2, 3, 5, 6 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 89,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38754,
            "slug": "vs19_487_114",
            "identifier": "vs19_487_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_114/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 114,
            "title": "Conversione decreto sicurezza 2025",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2355 - VOTO FINALE",
            "public_title": "Conversione decreto sicurezza 2025",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38619,
            "slug": "vs19_486_002",
            "identifier": "vs19_486_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_002/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2355/2 - Votazione Ordine del giorno 9/2355/2 ",
            "original_title": "Votazione Ordine del giorno 9/2355/2 ",
            "description_title": "ODG 9/2355/2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37797,
            "slug": "vs19_467_009",
            "identifier": "vs19_467_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_009/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2281/19 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2281/19 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/19 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/19 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": 32,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 37628,
            "slug": "vs19_460_022",
            "identifier": "vs19_460_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_022/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 11.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 11.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 11.1 DDL n. 2139",
            "description_title": "Emendamento 11.1 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.97
        }
    ]
}