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

{
    "count": 24921,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "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=-date&page=52",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=50",
    "results": [
        {
            "id": 40469,
            "slug": "vs19_543_013",
            "identifier": "vs19_543_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_013/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.12 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.12 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2473",
            "description_title": "Emendamento 1.12 BALDINO VITTORIA (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": 57,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 40494,
            "slug": "vs19_543_038",
            "identifier": "vs19_543_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_038/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2473/3 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/2473/3 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/3 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/3 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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40473,
            "slug": "vs19_543_017",
            "identifier": "vs19_543_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_017/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.104 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.104 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.104 DDL n. 2473",
            "description_title": "Emendamento 1.104 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40491,
            "slug": "vs19_543_035",
            "identifier": "vs19_543_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_035/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.31 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.31 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.31 DDL n. 2473",
            "description_title": "Emendamento 1.31 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": 28,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40492,
            "slug": "vs19_543_036",
            "identifier": "vs19_543_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_036/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/2473/1 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2473/1 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/1 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/1 L'ABBATE PATTY (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": 5,
            "n_margin": 51,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 35.67
        },
        {
            "id": 40470,
            "slug": "vs19_543_014",
            "identifier": "vs19_543_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_014/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.100 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.100 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.100 DDL n. 2473",
            "description_title": "Emendamento 1.100 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": 1,
            "n_margin": 57,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 37.58
        },
        {
            "id": 40471,
            "slug": "vs19_543_015",
            "identifier": "vs19_543_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_015/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.102 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.102 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.102 DDL n. 2473",
            "description_title": "Emendamento 1.102 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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40462,
            "slug": "vs19_543_006",
            "identifier": "vs19_543_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_006/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00496 GRIPPO VALENTINA (APERRE) ed altri - Votazione Mozione 1_00496",
            "original_title": "Votazione Mozione 1_00496",
            "description_title": "Mozione n. 1-00496 GRIPPO VALENTINA (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 40463,
            "slug": "vs19_543_007",
            "identifier": "vs19_543_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_007/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.3 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.3 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2473",
            "description_title": "Emendamento 1.3 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40467,
            "slug": "vs19_543_011",
            "identifier": "vs19_543_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_011/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.10 PENZA PASQUALINO (M5S) - Votazione Emendamento 1.10 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2473",
            "description_title": "Emendamento 1.10 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 40468,
            "slug": "vs19_543_012",
            "identifier": "vs19_543_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_012/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.11 PENZA PASQUALINO (M5S) - Votazione Emendamento 1.11 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2473",
            "description_title": "Emendamento 1.11 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 40490,
            "slug": "vs19_543_034",
            "identifier": "vs19_543_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_034/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.30 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.30 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.30 DDL n. 2473",
            "description_title": "Emendamento 1.30 FERRARI SARA (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": 25,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40461,
            "slug": "vs19_543_005",
            "identifier": "vs19_543_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_005/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00492 PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00492",
            "original_title": "Votazione Mozione 1_00492",
            "description_title": "Mozione n. 1-00492 PICCOLOTTI ELISABETTA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 40488,
            "slug": "vs19_543_032",
            "identifier": "vs19_543_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_032/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.28 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.28 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.28 DDL n. 2473",
            "description_title": "Emendamento 1.28 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": 2,
            "n_margin": 56,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 40489,
            "slug": "vs19_543_033",
            "identifier": "vs19_543_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_033/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.29 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.29 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.29 DDL n. 2473",
            "description_title": "Emendamento 1.29 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40464,
            "slug": "vs19_543_008",
            "identifier": "vs19_543_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_008/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.5 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.5 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2473",
            "description_title": "Emendamento 1.5 FERRARI SARA (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": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40457,
            "slug": "vs19_543_001",
            "identifier": "vs19_543_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_001/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00445 CONTE GIUSEPPE (M5S) ed altri - Votazione Mozione 1_00445",
            "original_title": "Votazione Mozione 1_00445",
            "description_title": "Mozione n. 1-00445 CONTE GIUSEPPE (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": 26,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 40496,
            "slug": "vs19_543_040",
            "identifier": "vs19_543_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_040/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2473/5 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/2473/5 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/5 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/5 COLUCCI ALFONSO (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": 28,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40458,
            "slug": "vs19_543_002",
            "identifier": "vs19_543_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_002/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00487 BOSCHI MARIA ELENA (IVICRE) ed altri - Votazione Mozione 1_00487",
            "original_title": "Votazione Mozione 1_00487",
            "description_title": "Mozione n. 1-00487 BOSCHI MARIA ELENA (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40459,
            "slug": "vs19_543_003",
            "identifier": "vs19_543_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_003/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00488 ORFINI MATTEO (PD-IDP) ed altri - Votazione Mozione 1_00488",
            "original_title": "Votazione Mozione 1_00488",
            "description_title": "Mozione n. 1-00488 ORFINI MATTEO (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": 18,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40465,
            "slug": "vs19_543_009",
            "identifier": "vs19_543_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_009/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.6 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.6 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.6 DDL n. 2473",
            "description_title": "Emendamento 1.6 FERRARI SARA (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": 22,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40486,
            "slug": "vs19_543_030",
            "identifier": "vs19_543_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_030/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.2 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.2 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2473",
            "description_title": "Emendamento 1.2 FERRARI SARA (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": 4,
            "n_margin": 22,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40487,
            "slug": "vs19_543_031",
            "identifier": "vs19_543_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_031/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.27 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.27 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.27 DDL n. 2473",
            "description_title": "Emendamento 1.27 FERRARI SARA (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": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40493,
            "slug": "vs19_543_037",
            "identifier": "vs19_543_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_037/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2473/2 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/2473/2 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/2 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/2 ALIFANO ENRICA (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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40495,
            "slug": "vs19_543_039",
            "identifier": "vs19_543_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_039/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2473/4 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/2473/4 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/4 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/4 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40466,
            "slug": "vs19_543_010",
            "identifier": "vs19_543_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_010/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.7 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.7 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2473",
            "description_title": "Emendamento 1.7 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 55,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 35.67
        },
        {
            "id": 40480,
            "slug": "vs19_543_024",
            "identifier": "vs19_543_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_024/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.19 PENZA PASQUALINO (M5S) - Votazione Emendamento 1.19 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.19 DDL n. 2473",
            "description_title": "Emendamento 1.19 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 55,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 40481,
            "slug": "vs19_543_025",
            "identifier": "vs19_543_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_025/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.20 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.20 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.20 DDL n. 2473",
            "description_title": "Emendamento 1.20 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 28,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 40482,
            "slug": "vs19_543_026",
            "identifier": "vs19_543_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_026/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.21 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.21 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.21 DDL n. 2473",
            "description_title": "Emendamento 1.21 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40483,
            "slug": "vs19_543_027",
            "identifier": "vs19_543_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_027/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.22 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.22 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.22 DDL n. 2473",
            "description_title": "Emendamento 1.22 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": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40484,
            "slug": "vs19_543_028",
            "identifier": "vs19_543_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_028/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 1.23 FERRARI SARA (PD-IDP) e 1.24 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.23 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.23 DDL n. 2473",
            "description_title": "Identici emendamenti 1.23 FERRARI SARA (PD-IDP) e 1.24 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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40460,
            "slug": "vs19_543_004",
            "identifier": "vs19_543_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_004/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00489 MOLLICONE FEDERICO (FDI), LATINI GIORGIA (LEGA), TASSINARI ROSARIA (FI-PPE), CAVO ILARIA (NM-M-C) ed altri - Votazione Mozione 1_00489",
            "original_title": "Votazione Mozione 1_00489",
            "description_title": "Mozione n. 1-00489 MOLLICONE FEDERICO (FDI), LATINI GIORGIA (LEGA), TASSINARI ROSARIA (FI-PPE), CAVO ILARIA (NM-M-C) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40485,
            "slug": "vs19_543_029",
            "identifier": "vs19_543_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_029/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.26 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.26 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2473",
            "description_title": "Emendamento 1.26 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": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 33.12
        },
        {
            "id": 40476,
            "slug": "vs19_543_020",
            "identifier": "vs19_543_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_020/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.101 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.101 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.101 DDL n. 2473",
            "description_title": "Emendamento 1.101 BALDINO VITTORIA (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": 56.79,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40477,
            "slug": "vs19_543_021",
            "identifier": "vs19_543_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_021/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.16 PENZA PASQUALINO (M5S) - Votazione Emendamento 1.16 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.16 DDL n. 2473",
            "description_title": "Emendamento 1.16 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40474,
            "slug": "vs19_543_018",
            "identifier": "vs19_543_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_018/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.103 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.103 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.103 DDL n. 2473",
            "description_title": "Emendamento 1.103 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40475,
            "slug": "vs19_543_019",
            "identifier": "vs19_543_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_019/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.15 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.15 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.15 DDL n. 2473",
            "description_title": "Emendamento 1.15 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40479,
            "slug": "vs19_543_023",
            "identifier": "vs19_543_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_023/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.18 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.18 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2473",
            "description_title": "Emendamento 1.18 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40478,
            "slug": "vs19_543_022",
            "identifier": "vs19_543_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_022/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.17 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.17 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.17 DDL n. 2473",
            "description_title": "Emendamento 1.17 BALDINO VITTORIA (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": 20,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40451,
            "slug": "vs19_541_003",
            "identifier": "vs19_541_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_003/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 3,
            "title": "Risoluzione n. 6-00201 BOSCHI MARIA ELENA (IVICRE) ed altri - Votazione Risoluzione 6_00201",
            "original_title": "Votazione Risoluzione 6_00201",
            "description_title": "Risoluzione n. 6-00201 BOSCHI MARIA ELENA (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 90,
            "majority_cohesion_rate": 68.72,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40449,
            "slug": "vs19_541_001",
            "identifier": "vs19_541_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_001/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00199 BIGNAMI GALEAZZO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE), LUPI MAURIZIO (NM-M-C), RICHETTI MATTEO (APERRE) e MARATTIN LUIGI (M-ALT) - Votazione Risoluzione 6_00199",
            "original_title": "Votazione Risoluzione 6_00199",
            "description_title": "Risoluzione n. 6-00199 BIGNAMI GALEAZZO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE), LUPI MAURIZIO (NM-M-C), RICHETTI MATTEO (APERRE) e MARATTIN LUIGI (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 90,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40454,
            "slug": "vs19_541_006",
            "identifier": "vs19_541_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_006/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00203, limitatamente al capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR) - Votazione Risoluzione 6_00203",
            "original_title": "Votazione Risoluzione 6_00203",
            "description_title": "Risoluzione n. 6-00203, limitatamente al capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 80,
            "majority_cohesion_rate": 69.14,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40455,
            "slug": "vs19_541_007",
            "identifier": "vs19_541_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_007/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 7,
            "title": "Risoluzione n. 6-00203, limitatamente alla premessa, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR) - Votazione Risoluzione 6_00203",
            "original_title": "Votazione Risoluzione 6_00203",
            "description_title": "Risoluzione n. 6-00203, limitatamente alla premessa, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 82,
            "majority_cohesion_rate": 70.37,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40453,
            "slug": "vs19_541_005",
            "identifier": "vs19_541_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_005/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00203, ad eccezione del capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR) - Votazione Risoluzione 6_00203",
            "original_title": "Votazione Risoluzione 6_00203",
            "description_title": "Risoluzione n. 6-00203, ad eccezione del capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 90,
            "majority_cohesion_rate": 69.14,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40450,
            "slug": "vs19_541_002",
            "identifier": "vs19_541_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_002/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00200 BONELLI ANGELO (AVS), CONTE GIUSEPPE (M5S), SCHLEIN ELLY (PD-IDP), FRATOIANNI NICOLA (AVS) ed altri - Votazione Risoluzione 6_00200",
            "original_title": "Votazione Risoluzione 6_00200",
            "description_title": "Risoluzione n. 6-00200 BONELLI ANGELO (AVS), CONTE GIUSEPPE (M5S), SCHLEIN ELLY (PD-IDP), FRATOIANNI NICOLA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 68.31,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40452,
            "slug": "vs19_541_004",
            "identifier": "vs19_541_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_004/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00202 CALOVINI GIANGIACOMO (FDI), BILLI SIMONE (LEGA), ORSINI ANDREA (FI-PPE) e CARFAGNA MARIA ROSARIA (NM-M-C) - Votazione Risoluzione 6_00202",
            "original_title": "Votazione Risoluzione 6_00202",
            "description_title": "Risoluzione n. 6-00202 CALOVINI GIANGIACOMO (FDI), BILLI SIMONE (LEGA), ORSINI ANDREA (FI-PPE) e CARFAGNA MARIA ROSARIA (NM-M-C)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 69.96,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40442,
            "slug": "vs19_540_009",
            "identifier": "vs19_540_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_009/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2623/4 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2623/4 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/4 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/4 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": 22,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40441,
            "slug": "vs19_540_008",
            "identifier": "vs19_540_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_008/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2623/3 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/2623/3 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/3 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/3 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": 22,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40443,
            "slug": "vs19_540_010",
            "identifier": "vs19_540_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_010/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2623/5 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/2623/5 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/5 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/5 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40433,
            "slug": "vs19_540_016",
            "identifier": "vs19_540_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_016/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 16,
            "title": "Conversione decreto terra dei fuochi",
            "original_title": "Votazione finale DDL n. 2623",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 8 agosto 2025, n. 116, recante disposizioni urgenti per il contrasto alle attività illecite in materia di rifiuti, per la bonifica dell'area denominata Terra dei fuochi, nonché in materia di assistenza alla popolazione colpita da eventi calamitosi (Approvato dal Senato) (DDL 2623)",
            "public_title": "Conversione decreto terra dei fuochi",
            "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": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 54.14
        }
    ]
}