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

{
    "count": 24994,
    "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=identifier&page=446",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=identifier&page=444",
    "results": [
        {
            "id": 40189,
            "slug": "vs19_527_036",
            "identifier": "vs19_527_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_036/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2292",
            "original_title": "Votazione Articolo 2 DDL n. 2292",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 133,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 40190,
            "slug": "vs19_527_037",
            "identifier": "vs19_527_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_037/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2292",
            "original_title": "Votazione Articolo 3 DDL n. 2292",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 135,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 40191,
            "slug": "vs19_527_038",
            "identifier": "vs19_527_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_038/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2292",
            "original_title": "Votazione Articolo 4 DDL n. 2292",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 133,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 40169,
            "slug": "vs19_527_039",
            "identifier": "vs19_527_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_039/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 39,
            "title": "Ratifica accordo con il Giappone in materia di vacanza-lavoro",
            "original_title": "Votazione finale DDL n. 2292",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica Italiana e il Governo del Giappone in materia di vacanza-lavoro, fatto a Roma il 2 maggio 2022 (Approvato dal Senato) (DDL 2292)",
            "public_title": "Ratifica accordo con il Giappone in materia di vacanza-lavoro",
            "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": 138,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 40206,
            "slug": "vs19_531_001",
            "identifier": "vs19_531_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_531_001/?format=api",
            "sitting": {
                "id": 2080,
                "date": "2025-09-16",
                "number": 531,
                "branch": "C"
            },
            "number": 1,
            "title": "Separazione delle carriere dei magistrati",
            "original_title": "Votazione finale DDL n. 1917-B",
            "description_title": "Norme in materia di ordinamento giurisdizionale e di istituzione della Corte disciplinare (Approvato, in prima deliberazione, dalla Camera e approvato, senza modificazioni, in prima deliberazione, dal Senato) (DDL costituzionale 1917-B)",
            "public_title": "Separazione delle carriere dei magistrati",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 94.24,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40221,
            "slug": "vs19_535_001",
            "identifier": "vs19_535_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_001/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 PENZA PASQUALINO (M5S) - Votazione Emendamento 1.1 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.1 PDL n. 2097",
            "description_title": "Emendamento 1.1 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": 30,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 40222,
            "slug": "vs19_535_002",
            "identifier": "vs19_535_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_002/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.102 ZANELLA LUANA (AVS) - Votazione Emendamento 1.102 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.102 PDL n. 2097",
            "description_title": "Emendamento 1.102 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 40223,
            "slug": "vs19_535_003",
            "identifier": "vs19_535_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_003/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.2 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.2 PDL n. 2097",
            "description_title": "Emendamento 1.2 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": 30,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 40224,
            "slug": "vs19_535_004",
            "identifier": "vs19_535_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_004/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.100 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.100 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.100 PDL n. 2097",
            "description_title": "Emendamento 1.100 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": 42,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 40225,
            "slug": "vs19_535_005",
            "identifier": "vs19_535_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_005/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.103 RICHETTI MATTEO (APERRE) - Votazione Emendamento 1.103 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.103 PDL n. 2097",
            "description_title": "Emendamento 1.103 RICHETTI MATTEO (APERRE)",
            "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": 33,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40226,
            "slug": "vs19_535_006",
            "identifier": "vs19_535_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_006/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.101 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.101 PDL n. 2097",
            "original_title": "Votazione Emendamento 1.101 PDL n. 2097",
            "description_title": "Emendamento 1.101 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": 37,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 50.96
        },
        {
            "id": 40218,
            "slug": "vs19_535_007",
            "identifier": "vs19_535_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_007/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 2097",
            "original_title": "Votazione Articolo 1 PDL n. 2097",
            "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": 4,
            "n_margin": 115,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40227,
            "slug": "vs19_535_008",
            "identifier": "vs19_535_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_008/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.100 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.100 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.100 PDL n. 2097",
            "description_title": "Emendamento 2.100 L'ABBATE PATTY (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": 30,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 40228,
            "slug": "vs19_535_009",
            "identifier": "vs19_535_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_009/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.2 BALDINO VITTORIA (M5S) - Votazione Emendamento 2.2 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.2 PDL n. 2097",
            "description_title": "Emendamento 2.2 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": 29,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 40229,
            "slug": "vs19_535_010",
            "identifier": "vs19_535_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_010/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.104 ZANELLA LUANA (AVS) - Votazione Emendamento 2.104 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.104 PDL n. 2097",
            "description_title": "Emendamento 2.104 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40230,
            "slug": "vs19_535_011",
            "identifier": "vs19_535_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_011/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.105 ZANELLA LUANA (AVS) - Votazione Emendamento 2.105 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.105 PDL n. 2097",
            "description_title": "Emendamento 2.105 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40231,
            "slug": "vs19_535_012",
            "identifier": "vs19_535_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_012/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 2.101 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.101 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.101 PDL n. 2097",
            "description_title": "Emendamento 2.101 L'ABBATE PATTY (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": 29,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40232,
            "slug": "vs19_535_013",
            "identifier": "vs19_535_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_013/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.3 COLUCCI ALFONSO (M5S) - Votazione Emendamento 2.3 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.3 PDL n. 2097",
            "description_title": "Emendamento 2.3 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": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40233,
            "slug": "vs19_535_014",
            "identifier": "vs19_535_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_014/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.102 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.102 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.102 PDL n. 2097",
            "description_title": "Emendamento 2.102 L'ABBATE PATTY (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": 58.85,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40219,
            "slug": "vs19_535_015",
            "identifier": "vs19_535_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_015/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 2097",
            "original_title": "Votazione Articolo 2 PDL n. 2097",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 120,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 40220,
            "slug": "vs19_535_016",
            "identifier": "vs19_535_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_016/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 2097",
            "original_title": "Votazione Articolo 3 PDL n. 2097",
            "description_title": "Articolo 3",
            "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": 119,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 40234,
            "slug": "vs19_535_017",
            "identifier": "vs19_535_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_017/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2097 E ABB/1 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/2097 E ABB/1 PDL n. 2097",
            "original_title": "Votazione Ordine del giorno 9/2097 E ABB/1 PDL n. 2097",
            "description_title": "Ordine del giorno n. 9/2097 E ABB/1 AURIEMMA CARMELA (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": 60.49,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40235,
            "slug": "vs19_535_018",
            "identifier": "vs19_535_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_018/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2097 E ABB/4 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2097 E ABB/4 PDL n. 2097",
            "original_title": "Votazione Ordine del giorno 9/2097 E ABB/4 PDL n. 2097",
            "description_title": "Ordine del giorno n. 9/2097 E ABB/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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40216,
            "slug": "vs19_535_019",
            "identifier": "vs19_535_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_019/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 19,
            "title": "Istituzione della festa nazionale di San Francesco d’Assisi",
            "original_title": "Votazione finale PDL n. 2097",
            "description_title": "Istituzione della festa nazionale di San Francesco d'Assisi (PDL 2097 e abbinata PDL 2231)",
            "public_title": "Istituzione della festa nazionale di San Francesco d’Assisi",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40236,
            "slug": "vs19_535_020",
            "identifier": "vs19_535_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_020/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici emendamenti 1.1 RICCIARDI MARIANNA (M5S), 1.2 MALAVASI ILENIA (PD-IDP) e 1.3 ZANELLA LUANA (AVS) - Votazione Emendamento 1.1 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.1 DDL n. 2586",
            "description_title": "Identici emendamenti 1.1 RICCIARDI MARIANNA (M5S), 1.2 MALAVASI ILENIA (PD-IDP) e 1.3 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40237,
            "slug": "vs19_535_021",
            "identifier": "vs19_535_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_021/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 21,
            "title": "Identici emendamenti 1.5 RICCIARDI MARIANNA (M5S) e 1.6 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.5 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2586",
            "description_title": "Identici emendamenti 1.5 RICCIARDI MARIANNA (M5S) e 1.6 GIRELLI GIAN ANTONIO (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": 60.08,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40238,
            "slug": "vs19_535_022",
            "identifier": "vs19_535_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_022/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.61 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.61 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.61 DDL n. 2586",
            "description_title": "Emendamento 1.61 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 40239,
            "slug": "vs19_535_023",
            "identifier": "vs19_535_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_023/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 23,
            "title": "Identici emendamenti 1.8 QUARTINI ANDREA (M5S), 1.9 ZANELLA LUANA (AVS) e 1.10 FURFARO MARCO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2586",
            "description_title": "Identici emendamenti 1.8 QUARTINI ANDREA (M5S), 1.9 ZANELLA LUANA (AVS) e 1.10 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40240,
            "slug": "vs19_535_024",
            "identifier": "vs19_535_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_024/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 24,
            "title": "Identici emendamenti 1.11 QUARTINI ANDREA (M5S), 1.12 STUMPO NICOLA (PD-IDP) e 1.13 ZANELLA LUANA (AVS) - Votazione Emendamento 1.11 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2586",
            "description_title": "Identici emendamenti 1.11 QUARTINI ANDREA (M5S), 1.12 STUMPO NICOLA (PD-IDP) e 1.13 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40241,
            "slug": "vs19_535_025",
            "identifier": "vs19_535_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_025/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 25,
            "title": "Identici emendamenti 1.14 DI LAURO CARMEN (M5S) e 1.15 CIANI PAOLO (PD-IDP) - Votazione Emendamento 1.14 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2586",
            "description_title": "Identici emendamenti 1.14 DI LAURO CARMEN (M5S) e 1.15 CIANI PAOLO (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": 61.73,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40242,
            "slug": "vs19_535_026",
            "identifier": "vs19_535_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_026/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.18 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.18 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2586",
            "description_title": "Emendamento 1.18 GIRELLI GIAN ANTONIO (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": 23,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40243,
            "slug": "vs19_535_027",
            "identifier": "vs19_535_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_027/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.20 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.20 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.20 DDL n. 2586",
            "description_title": "Emendamento 1.20 GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40244,
            "slug": "vs19_535_028",
            "identifier": "vs19_535_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_028/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.23 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 1.23 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.23 DDL n. 2586",
            "description_title": "Emendamento 1.23 STUMPO NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40245,
            "slug": "vs19_535_029",
            "identifier": "vs19_535_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_029/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 1.25 MALAVASI ILENIA (PD-IDP) e 1.62 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.25 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.25 DDL n. 2586",
            "description_title": "Identici emendamenti 1.25 MALAVASI ILENIA (PD-IDP) e 1.62 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40246,
            "slug": "vs19_535_030",
            "identifier": "vs19_535_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_030/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.26 CIANI PAOLO (PD-IDP) - Votazione Emendamento 1.26 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2586",
            "description_title": "Emendamento 1.26 CIANI PAOLO (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": 24,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40247,
            "slug": "vs19_535_031",
            "identifier": "vs19_535_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_031/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 31,
            "title": "Identici emendamenti 1.28 GIRELLI GIAN ANTONIO (PD-IDP) e 1.29 ZANELLA LUANA (AVS) - Votazione Emendamento 1.28 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.28 DDL n. 2586",
            "description_title": "Identici emendamenti 1.28 GIRELLI GIAN ANTONIO (PD-IDP) e 1.29 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40248,
            "slug": "vs19_535_032",
            "identifier": "vs19_535_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_032/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 1.30 DI LAURO CARMEN (M5S), 1.31 MALAVASI ILENIA (PD-IDP) e 1.32 ZANELLA LUANA (AVS) - Votazione Emendamento 1.30 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.30 DDL n. 2586",
            "description_title": "Identici emendamenti 1.30 DI LAURO CARMEN (M5S), 1.31 MALAVASI ILENIA (PD-IDP) e 1.32 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40249,
            "slug": "vs19_535_033",
            "identifier": "vs19_535_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_033/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.33 SPORTIELLO GILDA (M5S) - Votazione Emendamento 1.33 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.33 DDL n. 2586",
            "description_title": "Emendamento 1.33 SPORTIELLO GILDA (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": 22,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40250,
            "slug": "vs19_535_034",
            "identifier": "vs19_535_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_034/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.34 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.34 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.34 DDL n. 2586",
            "description_title": "Emendamento 1.34 QUARTINI ANDREA (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": 57.2,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40251,
            "slug": "vs19_535_035",
            "identifier": "vs19_535_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_035/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.35 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 1.35 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.35 DDL n. 2586",
            "description_title": "Emendamento 1.35 RICCIARDI MARIANNA (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": 25,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40252,
            "slug": "vs19_535_036",
            "identifier": "vs19_535_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_036/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 1.64 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.64 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.64 DDL n. 2586",
            "description_title": "Emendamento 1.64 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40253,
            "slug": "vs19_535_037",
            "identifier": "vs19_535_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_037/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.38 FURFARO MARCO (PD-IDP) - Votazione Emendamento 1.38 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.38 DDL n. 2586",
            "description_title": "Emendamento 1.38 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40254,
            "slug": "vs19_535_038",
            "identifier": "vs19_535_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_038/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici emendamenti 1.39 ZANELLA LUANA (AVS) e 1.40 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 1.39 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.39 DDL n. 2586",
            "description_title": "Identici emendamenti 1.39 ZANELLA LUANA (AVS) e 1.40 MALAVASI ILENIA (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": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40255,
            "slug": "vs19_535_039",
            "identifier": "vs19_535_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_039/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 39,
            "title": "Identici emendamenti 1.41 ZANELLA LUANA (AVS) e 1.42 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.41 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.41 DDL n. 2586",
            "description_title": "Identici emendamenti 1.41 ZANELLA LUANA (AVS) e 1.42 GIRELLI GIAN ANTONIO (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": 24,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40256,
            "slug": "vs19_535_040",
            "identifier": "vs19_535_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_040/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.45 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 1.45 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.45 DDL n. 2586",
            "description_title": "Emendamento 1.45 STUMPO NICOLA (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": 60.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40257,
            "slug": "vs19_535_041",
            "identifier": "vs19_535_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_041/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 1.47 FURFARO MARCO (PD-IDP) - Votazione Emendamento 1.47 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.47 DDL n. 2586",
            "description_title": "Emendamento 1.47 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40258,
            "slug": "vs19_535_042",
            "identifier": "vs19_535_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_042/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici emendamenti 1.48 GIRELLI GIAN ANTONIO (PD-IDP) e 1.49 ZANELLA LUANA (AVS) - Votazione Emendamento 1.48 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.48 DDL n. 2586",
            "description_title": "Identici emendamenti 1.48 GIRELLI GIAN ANTONIO (PD-IDP) e 1.49 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40259,
            "slug": "vs19_535_043",
            "identifier": "vs19_535_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_043/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 43,
            "title": "Identici emendamenti 1.50 MALAVASI ILENIA (PD-IDP) e 1.65 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.50 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.50 DDL n. 2586",
            "description_title": "Identici emendamenti 1.50 MALAVASI ILENIA (PD-IDP) e 1.65 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40260,
            "slug": "vs19_535_044",
            "identifier": "vs19_535_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_044/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 1.51 DI LAURO CARMEN (M5S) e 1.52 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.51 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.51 DDL n. 2586",
            "description_title": "Identici emendamenti 1.51 DI LAURO CARMEN (M5S) e 1.52 GIRELLI GIAN ANTONIO (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": 61.32,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40261,
            "slug": "vs19_535_045",
            "identifier": "vs19_535_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_045/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1.53 CIANI PAOLO (PD-IDP) - Votazione Emendamento 1.53 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.53 DDL n. 2586",
            "description_title": "Emendamento 1.53 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 66.88
        }
    ]
}