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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=188",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=186",
    "results": [
        {
            "id": 40007,
            "slug": "vs19_519_006",
            "identifier": "vs19_519_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_006/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.7, 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.7, 1.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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 26462,
            "slug": "vs19_219_064",
            "identifier": "vs19_219_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_064/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 1.64 CANTONE LUCIANO (M5S) - Votazione Emendamento 1.64 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.64 DDL n. 1627",
            "description_title": "Emendamento 1.64 CANTONE LUCIANO (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": 29,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 27279,
            "slug": "vs19_234_001",
            "identifier": "vs19_234_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_234_001/?format=api",
            "sitting": {
                "id": 1590,
                "date": "2024-01-26",
                "number": 234,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto sicurezza energetica e fonti rinnovabili",
            "original_title": "Votazione finale DDL n. 1606",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 9 dicembre 2023, n. 181, recante disposizioni urgenti per la sicurezza energetica del Paese, la promozione del ricorso alle fonti rinnovabili di energia, il sostegno alle imprese a forte consumo di energia e in materia di ricostruzione nei territori colpiti dagli eccezionali eventi alluvionali verificatisi a partire dal 1° maggio 2023 (DDL 1606)",
            "public_title": "Conversione decreto sicurezza energetica e fonti rinnovabili",
            "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": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 26463,
            "slug": "vs19_219_051",
            "identifier": "vs19_219_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_051/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 1.51 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.51 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.51 DDL n. 1627",
            "description_title": "Emendamento 1.51 RICCIARDI TONI (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": 29,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 27710,
            "slug": "vs19_239_063",
            "identifier": "vs19_239_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_063/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 14.3 FENU EMILIANO (M5S) - Votazione Emendamento 14.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 14.3 DDL n. 1515",
            "description_title": "Emendamento 14.3 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26148,
            "slug": "vs19_216_016",
            "identifier": "vs19_216_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_016/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 16,
            "title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.19 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.19 DDL n. 1555",
            "description_title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 35969,
            "slug": "vs19_422_016",
            "identifier": "vs19_422_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_016/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2183/79 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/2183/79 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/79 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/79 BALDINO VITTORIA (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": 29,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40001,
            "slug": "vs19_519_001",
            "identifier": "vs19_519_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_001/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto grandi eventi sportivi",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2488-A - VOTO FINALE",
            "public_title": "Conversione decreto grandi eventi sportivi",
            "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": 29,
            "majority_cohesion_rate": 67.21,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 36297,
            "slug": "vs19_431_016",
            "identifier": "vs19_431_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_016/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2245/42 ROMEO NADIA (PD-IDP) - Votazione Ordine del giorno 9/2245/42 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/42 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/42 ROMEO NADIA (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": 66.94,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36288,
            "slug": "vs19_431_007",
            "identifier": "vs19_431_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_007/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2245/21 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/2245/21 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/21 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/21 ORFINI MATTEO (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": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 32406,
            "slug": "vs19_357_039",
            "identifier": "vs19_357_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_039/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 19.5 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 19.5 DDL n. 1532",
            "original_title": "Votazione Emendamento 19.5 DDL n. 1532",
            "description_title": "Emendamento 19.5 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 59.75,
            "minority_cohesion_rate": 55.7
        },
        {
            "id": 36126,
            "slug": "vs19_427_012",
            "identifier": "vs19_427_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_012/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso quinto della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri - Votazione Mozione 1_00372",
            "original_title": "Votazione Mozione 1_00372",
            "description_title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso quinto della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 26082,
            "slug": "vs19_216_021",
            "identifier": "vs19_216_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_021/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.3 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1555",
            "description_title": "Emendamento 2.3 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26080,
            "slug": "vs19_216_003",
            "identifier": "vs19_216_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_003/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 EVI ELEONORA (AVS) - Votazione Emendamento 1.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1555",
            "description_title": "Emendamento 1.3 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": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 36284,
            "slug": "vs19_431_003",
            "identifier": "vs19_431_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_003/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2245/11 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/2245/11 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/11 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/11 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 26172,
            "slug": "vs19_216_007",
            "identifier": "vs19_216_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_007/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.8 DDL n. 1555",
            "description_title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 35966,
            "slug": "vs19_422_013",
            "identifier": "vs19_422_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_013/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2183/76 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/2183/76 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/76 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/76 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": 29,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 26054,
            "slug": "vs19_216_152",
            "identifier": "vs19_216_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_152/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 152,
            "title": "Legge annuale per il mercato e la concorrenza 2022",
            "original_title": "Votazione finale DDL n. 1555",
            "description_title": "Legge annuale per il mercato e la concorrenza 2022\" (Approvato dal Senato) (DDL 1555)",
            "public_title": "Legge annuale per il mercato e la concorrenza 2022",
            "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": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 27697,
            "slug": "vs19_239_049",
            "identifier": "vs19_239_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_049/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 12.17 ALIFANO ENRICA (M5S) - Votazione Emendamento 12.17 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.17 DDL n. 1515",
            "description_title": "Emendamento 12.17 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25132,
            "slug": "vs19_197_041",
            "identifier": "vs19_197_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_041/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 5.04 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.04 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.04 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.04 CARAMIELLO ALESSANDRO (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": 7,
            "n_margin": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 34693,
            "slug": "vs19_387_091",
            "identifier": "vs19_387_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_091/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/2088-AR/98 MAGI RICCARDO (M-+EUR) - Votazione Ordine del giorno 9/2088-AR/98 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/98 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/98 MAGI RICCARDO (M-+EUR)",
            "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": 57.02,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 22010,
            "slug": "vs19_124_020",
            "identifier": "vs19_124_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_020/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1151/27 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1151/27 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/27 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/27 FENU EMILIANO (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": 29,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26157,
            "slug": "vs19_216_132",
            "identifier": "vs19_216_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_132/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 132,
            "title": "Articolo 21 (Mantenimento) - Votazione Articolo 21 DDL n. 1555",
            "original_title": "Votazione Articolo 21 DDL n. 1555",
            "description_title": "Articolo 21 (Mantenimento)",
            "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": 29,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26142,
            "slug": "vs19_216_024",
            "identifier": "vs19_216_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_024/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 24,
            "title": "Identici emendamenti 2.4 PAVANELLI EMMA (M5S), 2.7 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.12 EVI ELEONORA (AVS) - Votazione Emendamento 2.4 DDL n. 1555",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1555",
            "description_title": "Identici emendamenti 2.4 PAVANELLI EMMA (M5S), 2.7 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.12 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 37314,
            "slug": "vs19_450_055",
            "identifier": "vs19_450_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_055/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 1.1000 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.1000 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1000 PDL n. 2084",
            "description_title": "Emendamento 1.1000 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 36347,
            "slug": "vs19_432_001",
            "identifier": "vs19_432_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_432_001/?format=api",
            "sitting": {
                "id": 1912,
                "date": "2025-02-20",
                "number": 432,
                "branch": "C"
            },
            "number": 1,
            "title": "Decreto milleproroghe 2025",
            "original_title": "Votazione finale DDL n. 2245",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 27 dicembre 2024, n. 202, recante disposizioni urgenti in materia di termini normativi (Approvato dal Senato) (DDL 2245)",
            "public_title": "Decreto milleproroghe 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": 29,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36063,
            "slug": "vs19_426_008",
            "identifier": "vs19_426_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_008/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri - Votazione Mozione 1_00376",
            "original_title": "Votazione Mozione 1_00376",
            "description_title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 35828,
            "slug": "vs19_413_012",
            "identifier": "vs19_413_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_012/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 6.14 D'ORSO VALENTINA (M5S) - Votazione Emendamento 6.14 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.14 DDL n. 2196",
            "description_title": "Emendamento 6.14 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": 29,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 26186,
            "slug": "vs19_216_093",
            "identifier": "vs19_216_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_093/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 12.4 PAVANELLI EMMA (M5S) - Votazione Emendamento 12.4 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.4 DDL n. 1555",
            "description_title": "Emendamento 12.4 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 40075,
            "slug": "vs19_521_018",
            "identifier": "vs19_521_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_018/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2527/33 - Votazione Ordine del giorno 9/2527/33 ",
            "original_title": "Votazione Ordine del giorno 9/2527/33 ",
            "description_title": "ODG 9/2527/33",
            "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": 60.25,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35854,
            "slug": "vs19_413_038",
            "identifier": "vs19_413_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_038/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo aggiuntivo 7.06 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.06 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.06 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 7.06 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": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 35856,
            "slug": "vs19_413_040",
            "identifier": "vs19_413_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_040/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2196/1 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/2196/1 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/1 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/1 CAFIERO DE RAHO FEDERICO (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": 29,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36310,
            "slug": "vs19_431_029",
            "identifier": "vs19_431_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_029/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2245/58 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/2245/58 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/58 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/58 PENZA PASQUALINO (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": 29,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 25921,
            "slug": "vs19_214_007",
            "identifier": "vs19_214_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_007/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 1.55 SCERRA FILIPPO (M5S) e 1.56 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 1.55 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.55 DDL n. 1342",
            "description_title": "Identici emendamenti 1.55 SCERRA FILIPPO (M5S) e 1.56 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27722,
            "slug": "vs19_239_089",
            "identifier": "vs19_239_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_089/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 89,
            "title": "Identici articoli aggiuntivi 21.8 FENU EMILIANO (M5S) e 21.9 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 21.8 DDL n. 1515",
            "original_title": "Votazione Emendamento 21.8 DDL n. 1515",
            "description_title": "Identici articoli aggiuntivi 21.8 FENU EMILIANO (M5S) e 21.9 BORRELLI FRANCESCO EMILIO (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": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34856,
            "slug": "vs19_336_010",
            "identifier": "vs19_336_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_010/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 10,
            "title": "Identici emendamenti 2.14 ONORI FEDERICA (APERRE) e 2.15 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "original_title": "Identici emendamenti 2.14 ONORI FEDERICA (APERRE) e 2.15 PELUFFO VINICIO GIUSEPPE GUIDO (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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 37141,
            "slug": "vs19_445_015",
            "identifier": "vs19_445_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_445_015/?format=api",
            "sitting": {
                "id": 1935,
                "date": "2025-03-12",
                "number": 445,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00399, limitatamente ai restanti capoversi della premessa, BONELLI ANGELO (AVS) e altri - Votazione Mozione 1_00399",
            "original_title": "Votazione Mozione 1_00399",
            "description_title": "Mozione n. 1-00399, limitatamente ai restanti capoversi della premessa, BONELLI ANGELO (AVS) e 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": 29,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 21999,
            "slug": "vs19_124_008",
            "identifier": "vs19_124_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_008/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1151/14 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1151/14 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/14 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/14 TUCCI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 35943,
            "slug": "vs19_418_019",
            "identifier": "vs19_418_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_019/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 19,
            "title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, RICCIARDI RICCARDO (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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35837,
            "slug": "vs19_413_021",
            "identifier": "vs19_413_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_021/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 6.24 GIULIANO CARLA (M5S) - Votazione Emendamento 6.24 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.24 DDL n. 2196",
            "description_title": "Emendamento 6.24 GIULIANO CARLA (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": 29,
            "majority_cohesion_rate": 69.83,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 35800,
            "slug": "vs19_410_020",
            "identifier": "vs19_410_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_020/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1917/24 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1917/24 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/24 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/24 SCARPA RACHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36334,
            "slug": "vs19_431_053",
            "identifier": "vs19_431_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_053/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/2245/90 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/2245/90 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/90 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/90 PICCOLOTTI ELISABETTA (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": 29,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40124,
            "slug": "vs19_524_018",
            "identifier": "vs19_524_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_018/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2551/58 - Votazione Ordine del giorno 9/2551/58 ",
            "original_title": "Votazione Ordine del giorno 9/2551/58 ",
            "description_title": "ODG 9/2551/58",
            "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": 29,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40146,
            "slug": "vs19_524_042",
            "identifier": "vs19_524_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_042/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 42,
            "title": "DDL 2538 - EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2538 - 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 34862,
            "slug": "vs19_336_016",
            "identifier": "vs19_336_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_016/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.3 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 3.3 FONTANA ILARIA (M5S)",
            "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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34019,
            "slug": "vs19_397_044",
            "identifier": "vs19_397_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_044/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 8.3 MANZI IRENE (PD-IDP) e 8.9 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 8.3 DDL n. 2119",
            "original_title": "Votazione Emendamento 8.3 DDL n. 2119",
            "description_title": "Identici emendamenti 8.3 MANZI IRENE (PD-IDP) e 8.9 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 37244,
            "slug": "vs19_449_085",
            "identifier": "vs19_449_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_085/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/2285/18 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2285/18 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/18 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/18 BONELLI ANGELO (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": 29,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 32017,
            "slug": "vs19_348_085",
            "identifier": "vs19_348_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_085/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 85,
            "title": "Articolo aggiuntivo 30.06 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.06 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.06 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.06 MAURI MATTEO (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": 29,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 22209,
            "slug": "vs19_147_007",
            "identifier": "vs19_147_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_007/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.8 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.8 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.8 PDL n. 0887",
            "description_title": "Emendamento 1.8 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 9,
            "n_margin": 29,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22822,
            "slug": "vs19_141_060",
            "identifier": "vs19_141_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_060/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1134 E ABB./4 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1134 E ABB./4 DDL n. 1134",
            "original_title": "Votazione Ordine del giorno 9/1134 E ABB./4 DDL n. 1134",
            "description_title": "Ordine del giorno n. 9/1134 E ABB./4 MARI FRANCESCO (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": 29,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 69.75
        }
    ]
}