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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=409",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=407",
    "results": [
        {
            "id": 37795,
            "slug": "vs19_467_007",
            "identifier": "vs19_467_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_007/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2281/16 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2281/16 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/16 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/16 ZANELLA LUANA (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": 31,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37791,
            "slug": "vs19_467_003",
            "identifier": "vs19_467_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_003/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2281/11 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/2281/11 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/11 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/11 ZARATTI FILIBERTO (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": 30,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37790,
            "slug": "vs19_467_002",
            "identifier": "vs19_467_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_002/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2281/10 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/2281/10 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/10 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/10 GRIMALDI MARCO (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": 27,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37789,
            "slug": "vs19_467_001",
            "identifier": "vs19_467_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_001/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/2281/6 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/2281/6 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/6 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/6 GUERRA MARIA CECILIA (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": 26,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.06
        },
        {
            "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": 35516,
            "slug": "vs19_402_167",
            "identifier": "vs19_402_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_167/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 167,
            "title": "Ordine del giorno n. 9/2112-bis/210 PASTORINO LUCA (M-+EUR) - Votazione Ordine del giorno 9/2112-bis/210 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/210 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/210 PASTORINO LUCA (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": 37,
            "majority_cohesion_rate": 71.49,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37810,
            "slug": "vs19_467_022",
            "identifier": "vs19_467_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_022/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2281/43 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2281/43 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/43 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/43 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36158,
            "slug": "vs19_427_045",
            "identifier": "vs19_427_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_045/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 2.100 della Commissione - Votazione Emendamento 2.100 PDL n. 1424",
            "original_title": "Votazione Emendamento 2.100 PDL n. 1424",
            "description_title": "Emendamento 2.100 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 35460,
            "slug": "vs19_402_110",
            "identifier": "vs19_402_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_110/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 110,
            "title": "Ordine del giorno n. 9/2112-bis/98 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/2112-bis/98 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/98 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/98 DI LAURO CARMEN (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": 41,
            "majority_cohesion_rate": 78.93,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 36102,
            "slug": "vs19_427_062",
            "identifier": "vs19_427_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_062/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 62,
            "title": "Modifiche alla disciplina della Fondazione Ordine costantiniano di San Giorgio di Parma",
            "original_title": "Votazione finale DDL n. 2034",
            "description_title": "Modifiche alla disciplina della Fondazione Ordine costantiniano di San Giorgio di Parma (DDL 2034)",
            "public_title": "Modifiche alla disciplina della Fondazione Ordine costantiniano di San Giorgio di Parma",
            "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": 56.61,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 35462,
            "slug": "vs19_402_112",
            "identifier": "vs19_402_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_112/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/2112-bis/100 FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/2112-bis/100 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/100 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/100 FERRARA ANTONIO (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": 50,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37799,
            "slug": "vs19_467_011",
            "identifier": "vs19_467_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_011/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2281/23 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/2281/23 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/23 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/23 CASU ANDREA (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.49,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35465,
            "slug": "vs19_402_115",
            "identifier": "vs19_402_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_115/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/2112-bis/105 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/2112-bis/105 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/105 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/105 TORTO DANIELA (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": 36,
            "majority_cohesion_rate": 76.86,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37798,
            "slug": "vs19_467_010",
            "identifier": "vs19_467_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_010/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2281/22 PANDOLFO ALBERTO (PD-IDP) - Votazione Ordine del giorno 9/2281/22 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/22 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/22 PANDOLFO ALBERTO (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": 66.26,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35467,
            "slug": "vs19_402_117",
            "identifier": "vs19_402_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_117/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/2112-bis/107 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/2112-bis/107 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/107 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/107 CAROTENUTO DARIO (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": 50,
            "majority_cohesion_rate": 76.45,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 37794,
            "slug": "vs19_467_006",
            "identifier": "vs19_467_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_006/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2281/15 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/2281/15 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/15 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/15 FRATOIANNI NICOLA (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": 30,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40629,
            "slug": "vs19_551_010",
            "identifier": "vs19_551_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_010/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 2.15, 2.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.15, 2.16",
            "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": 17,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36157,
            "slug": "vs19_427_044",
            "identifier": "vs19_427_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_044/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 2.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.500, PDL n. 1424",
            "original_title": "Votazione Emendamento 2.500, PDL n. 1424",
            "description_title": "Emendamento 2.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 69,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 37792,
            "slug": "vs19_467_004",
            "identifier": "vs19_467_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_004/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2281/13 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2281/13 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/13 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/13 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": 35,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 36161,
            "slug": "vs19_427_055",
            "identifier": "vs19_427_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_055/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 3.3 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.3 DDL n. 2034",
            "original_title": "Votazione Emendamento 3.3 DDL n. 2034",
            "description_title": "Emendamento 3.3 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 32710,
            "slug": "vs19_366_023",
            "identifier": "vs19_366_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_023/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 23,
            "title": "MOZ 1-316 NF CPV 19 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-316 NF CPV 19 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": 142,
            "majority_cohesion_rate": 68.05,
            "minority_cohesion_rate": 77.22
        },
        {
            "id": 32711,
            "slug": "vs19_366_022",
            "identifier": "vs19_366_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_022/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 22,
            "title": "MOZ 1-316 NF CPV 18 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-316 NF CPV 18 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": 140,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 77.22
        },
        {
            "id": 37821,
            "slug": "vs19_467_033",
            "identifier": "vs19_467_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_033/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 33,
            "title": "Fiducia conversione decreto bollette",
            "original_title": "Votazione Articolo unico DDL n. 2281",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 28 febbraio 2025, n. 19, nel testo della Commissione, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto bollette",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 35435,
            "slug": "vs19_402_084",
            "identifier": "vs19_402_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_084/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/2112-bis/71 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2112-bis/71 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/71 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/71 CANTONE LUCIANO (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": 76.03,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36141,
            "slug": "vs19_427_027",
            "identifier": "vs19_427_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_027/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00384, limitatamente ai capoversi quarto, sesto, settimo, ottavo, nono, undicesimo, quindicesimo, sedicesimo, diciassettesimo, diciottesimo, diciannovesimo, ventesimo, ventunesimo e ventiduesimo della premessa, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00384",
            "original_title": "Votazione Mozione 1_00384",
            "description_title": "Mozione n. 1-00384, limitatamente ai capoversi quarto, sesto, settimo, ottavo, nono, undicesimo, quindicesimo, sedicesimo, diciassettesimo, diciottesimo, diciannovesimo, ventesimo, ventunesimo e ventiduesimo della premessa, BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 67,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 37820,
            "slug": "vs19_467_032",
            "identifier": "vs19_467_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_032/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/2281/25 DEL BARBA MAURO (IVICRE) - Votazione Ordine del giorno 9/2281/25 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/25 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/25 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": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37819,
            "slug": "vs19_467_031",
            "identifier": "vs19_467_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_031/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2281/55 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/2281/55 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/55 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/55 RUFFINO DANIELA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35453,
            "slug": "vs19_402_103",
            "identifier": "vs19_402_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_103/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 103,
            "title": "Ordine del giorno n. 9/2112-bis/91 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/2112-bis/91 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/91 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/91 SANTILLO AGOSTINO (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": 36,
            "majority_cohesion_rate": 76.03,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 37817,
            "slug": "vs19_467_029",
            "identifier": "vs19_467_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_029/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2281/52 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2281/52 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/52 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/52 BARZOTTI VALENTINA (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": 64.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35458,
            "slug": "vs19_402_108",
            "identifier": "vs19_402_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_108/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 108,
            "title": "Ordine del giorno n. 9/2112-bis/96 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/2112-bis/96 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/96 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/96 RICCIARDI MARIANNA (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": 52,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35459,
            "slug": "vs19_402_109",
            "identifier": "vs19_402_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_109/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 109,
            "title": "Ordine del giorno n. 9/2112-bis/97 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/2112-bis/97 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/97 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/97 QUARTINI ANDREA (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": 40,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 36160,
            "slug": "vs19_427_054",
            "identifier": "vs19_427_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_054/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 3.1 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.1 DDL n. 2034",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2034",
            "description_title": "Emendamento 3.1 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38502,
            "slug": "vs19_482_052",
            "identifier": "vs19_482_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_052/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 52,
            "title": "EM 1.55 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.55",
            "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": 26,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37816,
            "slug": "vs19_467_028",
            "identifier": "vs19_467_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_028/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2281/51 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/2281/51 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/51 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/51 SANTILLO AGOSTINO (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": 31,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35364,
            "slug": "vs19_402_013",
            "identifier": "vs19_402_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_013/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2112-bis",
            "original_title": "Votazione Articolo 5 DDL n. 2112-bis",
            "description_title": "Articolo 5",
            "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": 35,
            "majority_cohesion_rate": 75.21,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 36146,
            "slug": "vs19_427_032",
            "identifier": "vs19_427_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_032/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 32,
            "title": "Mozione n. 1-00395, limitatamente al capoverso quinto della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente al capoverso quinto della parte dispositiva, DE LUCA PIERO (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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 40639,
            "slug": "vs19_551_021",
            "identifier": "vs19_551_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_021/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 67,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37804,
            "slug": "vs19_467_016",
            "identifier": "vs19_467_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_016/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2281/36 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/2281/36 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/36 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/36 RAFFA ANGELA (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": 31,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37803,
            "slug": "vs19_467_015",
            "identifier": "vs19_467_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_015/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2281/31 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2281/31 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/31 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/31 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 37801,
            "slug": "vs19_467_013",
            "identifier": "vs19_467_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_013/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2281/27 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2281/27 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/27 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/27 CURTI AUGUSTO (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": 25,
            "majority_cohesion_rate": 65.43,
            "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": 35366,
            "slug": "vs19_402_015",
            "identifier": "vs19_402_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_015/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 2112-bis",
            "original_title": "Votazione Articolo 7 DDL n. 2112-bis",
            "description_title": "Articolo 7",
            "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": 36,
            "majority_cohesion_rate": 77.27,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 36127,
            "slug": "vs19_427_013",
            "identifier": "vs19_427_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_013/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente ai capoversi sesto e settimo 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 ai capoversi sesto e settimo 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": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37779,
            "slug": "vs19_465_001",
            "identifier": "vs19_465_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_465_001/?format=api",
            "sitting": {
                "id": 1963,
                "date": "2025-04-10",
                "number": 465,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2171",
            "original_title": "Votazione Articolo 1 DDL n. 2171",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 101,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 32691,
            "slug": "vs19_366_036",
            "identifier": "vs19_366_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_036/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 36,
            "title": "MOZ 1-347 CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-347 CPV 5 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": 85,
            "majority_cohesion_rate": 67.22,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 32693,
            "slug": "vs19_366_010",
            "identifier": "vs19_366_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_010/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-316 NF CPV 6 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-316 NF CPV 6 RIF 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": 139,
            "majority_cohesion_rate": 67.22,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 37781,
            "slug": "vs19_465_003",
            "identifier": "vs19_465_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_465_003/?format=api",
            "sitting": {
                "id": 1963,
                "date": "2025-04-10",
                "number": 465,
                "branch": "C"
            },
            "number": 3,
            "title": "Disposizioni per l’esercizio della libertà sindacale nelle forze armate",
            "original_title": "Votazione finale DDL n. 2171",
            "description_title": "Disposizioni per l'esercizio della libertà sindacale del personale delle Forze armate e delle Forze di polizia a ordinamento militare, nonché di proroga della delega di cui all'articolo 9, comma 15, della legge 28 aprile 2022, n. 46 (Approvato dal Senato) (DDL 2171)",
            "public_title": "Disposizioni per l’esercizio della libertà sindacale nelle forze armate",
            "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": 110,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35599,
            "slug": "vs19_406_001",
            "identifier": "vs19_406_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_406_001/?format=api",
            "sitting": {
                "id": 1872,
                "date": "2025-01-09",
                "number": 406,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.1 DDL n. 1917",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1917",
            "description_title": "Emendamento 1.1 COLUCCI ALFONSO (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": 34,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 35601,
            "slug": "vs19_406_003",
            "identifier": "vs19_406_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_406_003/?format=api",
            "sitting": {
                "id": 1872,
                "date": "2025-01-09",
                "number": 406,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1109 CUPERLO GIANNI (PD-IDP) - Votazione Emendamento 1.1109 DDL n. 1917",
            "original_title": "Votazione Emendamento 1.1109 DDL n. 1917",
            "description_title": "Emendamento 1.1109 CUPERLO GIANNI (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": 37,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35600,
            "slug": "vs19_406_002",
            "identifier": "vs19_406_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_406_002/?format=api",
            "sitting": {
                "id": 1872,
                "date": "2025-01-09",
                "number": 406,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.2 COLUCCI ALFONSO (M5S), 1.3 GIANASSI FEDERICO (PD-IDP) e 1.4 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1.2 DDL n. 1917",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1917",
            "description_title": "Identici emendamenti 1.2 COLUCCI ALFONSO (M5S), 1.3 GIANASSI FEDERICO (PD-IDP) e 1.4 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 62.42
        }
    ]
}