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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=399",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=397",
    "results": [
        {
            "id": 35779,
            "slug": "vs19_409_104",
            "identifier": "vs19_409_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_104/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 8.1004 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.1004 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1004 DDL n. 1917",
            "description_title": "Emendamento 8.1004 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": 37,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34755,
            "slug": "vs19_353_008",
            "identifier": "vs19_353_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_008/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.14 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.14 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.0,
            "minority_cohesion_rate": 63.52
        },
        {
            "id": 35753,
            "slug": "vs19_409_074",
            "identifier": "vs19_409_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_074/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 4.89 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.89 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.89 DDL n. 1917",
            "description_title": "Emendamento 4.89 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35697,
            "slug": "vs19_409_017",
            "identifier": "vs19_409_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_017/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 17,
            "title": "Identici emendamenti 3.54 COLUCCI ALFONSO (M5S) e 3.1012 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.54 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.54 DDL n. 1917",
            "description_title": "Identici emendamenti 3.54 COLUCCI ALFONSO (M5S) e 3.1012 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35676,
            "slug": "vs19_409_050",
            "identifier": "vs19_409_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_050/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1917",
            "original_title": "Votazione Articolo 3 DDL n. 1917",
            "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": 31,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35755,
            "slug": "vs19_409_076",
            "identifier": "vs19_409_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_076/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 76,
            "title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.101 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.101 DDL n. 1917",
            "description_title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 32760,
            "slug": "vs19_370_028",
            "identifier": "vs19_370_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_028/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 28,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "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": 18,
            "majority_cohesion_rate": 63.07,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 35776,
            "slug": "vs19_409_101",
            "identifier": "vs19_409_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_101/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 8.1005 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 8.1005 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1005 DDL n. 1917",
            "description_title": "Emendamento 8.1005 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35715,
            "slug": "vs19_409_035",
            "identifier": "vs19_409_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_035/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.90 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.90 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.90 DDL n. 1917",
            "description_title": "Emendamento 3.90 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 35741,
            "slug": "vs19_409_062",
            "identifier": "vs19_409_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_062/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 4.34 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.34 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.34 DDL n. 1917",
            "description_title": "Emendamento 4.34 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35754,
            "slug": "vs19_409_075",
            "identifier": "vs19_409_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_075/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 75,
            "title": "Identici emendamenti 4.96 ALIFANO ENRICA (M5S) e 4.1014 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.96 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.96 DDL n. 1917",
            "description_title": "Identici emendamenti 4.96 ALIFANO ENRICA (M5S) e 4.1014 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35757,
            "slug": "vs19_409_078",
            "identifier": "vs19_409_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_078/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 78,
            "title": "Identici emendamenti 4.104 CAFIERO DE RAHO FEDERICO (M5S) e 4.1016 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.104 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.104 DDL n. 1917",
            "description_title": "Identici emendamenti 4.104 CAFIERO DE RAHO FEDERICO (M5S) e 4.1016 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35692,
            "slug": "vs19_409_012",
            "identifier": "vs19_409_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_012/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.32 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.32 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.32 DDL n. 1917",
            "description_title": "Emendamento 3.32 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 32831,
            "slug": "vs19_370_027",
            "identifier": "vs19_370_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_027/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 3.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.66,
            "minority_cohesion_rate": 72.78
        },
        {
            "id": 35731,
            "slug": "vs19_409_052",
            "identifier": "vs19_409_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_052/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 4.1019 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.1019 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1019 DDL n. 1917",
            "description_title": "Emendamento 4.1019 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35762,
            "slug": "vs19_409_084",
            "identifier": "vs19_409_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_084/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 84,
            "title": "Identici emendamenti 5.5 GIANASSI FEDERICO (PD-IDP) e 5.6 AURIEMMA CARMELA (M5S) - Votazione Emendamento 5.5 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.5 DDL n. 1917",
            "description_title": "Identici emendamenti 5.5 GIANASSI FEDERICO (PD-IDP) e 5.6 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": 40,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 35777,
            "slug": "vs19_409_102",
            "identifier": "vs19_409_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_102/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 8.1003 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.1003 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.1003 DDL n. 1917",
            "description_title": "Emendamento 8.1003 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": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 34753,
            "slug": "vs19_353_006",
            "identifier": "vs19_353_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_006/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.7 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.7 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.42,
            "minority_cohesion_rate": 61.64
        },
        {
            "id": 40669,
            "slug": "vs19_551_055",
            "identifier": "vs19_551_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_055/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 55,
            "title": "EM 1.38 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.38",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 35778,
            "slug": "vs19_409_103",
            "identifier": "vs19_409_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_103/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 103,
            "title": "Identici emendamenti 8.7 COLUCCI ALFONSO (M5S) e 8.8 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 8.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.7 DDL n. 1917",
            "description_title": "Identici emendamenti 8.7 COLUCCI ALFONSO (M5S) e 8.8 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40672,
            "slug": "vs19_551_059",
            "identifier": "vs19_551_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_059/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 59,
            "title": "ART AGG 1.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35698,
            "slug": "vs19_409_018",
            "identifier": "vs19_409_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_018/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 3.68 AURIEMMA CARMELA (M5S), 3.70 ZARATTI FILIBERTO (AVS) e 3.1013 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.68 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.68 DDL n. 1917",
            "description_title": "Identici emendamenti 3.68 AURIEMMA CARMELA (M5S), 3.70 ZARATTI FILIBERTO (AVS) e 3.1013 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 35680,
            "slug": "vs19_409_092",
            "identifier": "vs19_409_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_092/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 92,
            "title": "Articolo 7 (Mantenimento) - Votazione Articolo 7 DDL n. 1917",
            "original_title": "Votazione Articolo 7 DDL n. 1917",
            "description_title": "Articolo 7 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35695,
            "slug": "vs19_409_015",
            "identifier": "vs19_409_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_015/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 15,
            "title": "Identici emendamenti 3.35 BONAFE' SIMONA (PD-IDP) e 3.1001 AURIEMMA CARMELA (M5S) - Votazione Emendamento 3.35 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.35 DDL n. 1917",
            "description_title": "Identici emendamenti 3.35 BONAFE' SIMONA (PD-IDP) e 3.1001 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": 32,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35687,
            "slug": "vs19_409_007",
            "identifier": "vs19_409_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_007/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.1023 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1023 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1023 DDL n. 1917",
            "description_title": "Emendamento 3.1023 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35688,
            "slug": "vs19_409_008",
            "identifier": "vs19_409_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_008/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici emendamenti 3.25 CAFIERO DE RAHO FEDERICO (M5S) e 3.1011 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.25 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.25 DDL n. 1917",
            "description_title": "Identici emendamenti 3.25 CAFIERO DE RAHO FEDERICO (M5S) e 3.1011 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35694,
            "slug": "vs19_409_014",
            "identifier": "vs19_409_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_014/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.34 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.34 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.34 DDL n. 1917",
            "description_title": "Emendamento 3.34 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 55.37,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35675,
            "slug": "vs19_409_001",
            "identifier": "vs19_409_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_001/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1917",
            "original_title": "Votazione Articolo 2 DDL n. 1917",
            "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": 33,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 35717,
            "slug": "vs19_409_037",
            "identifier": "vs19_409_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_037/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.1008 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.1008 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1008 DDL n. 1917",
            "description_title": "Emendamento 3.1008 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": 38,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35718,
            "slug": "vs19_409_038",
            "identifier": "vs19_409_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_038/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici emendamenti 3.95 COLUCCI ALFONSO (M5S), 3.97 ZARATTI FILIBERTO (AVS) e 3.1015 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.95 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.95 DDL n. 1917",
            "description_title": "Identici emendamenti 3.95 COLUCCI ALFONSO (M5S), 3.97 ZARATTI FILIBERTO (AVS) e 3.1015 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 35745,
            "slug": "vs19_409_066",
            "identifier": "vs19_409_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_066/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 4.76 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.76 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.76 DDL n. 1917",
            "description_title": "Emendamento 4.76 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35746,
            "slug": "vs19_409_067",
            "identifier": "vs19_409_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_067/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 4.77 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.77 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.77 DDL n. 1917",
            "description_title": "Emendamento 4.77 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38492,
            "slug": "vs19_482_042",
            "identifier": "vs19_482_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_042/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 1.42 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.42",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35768,
            "slug": "vs19_409_093",
            "identifier": "vs19_409_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_093/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo aggiuntivo 7.01000 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 7.01000 DDL n. 1917",
            "original_title": "Votazione Emendamento 7.01000 DDL n. 1917",
            "description_title": "Articolo aggiuntivo 7.01000 GIACHETTI ROBERTO (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": 117,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 32761,
            "slug": "vs19_370_024",
            "identifier": "vs19_370_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_024/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 3.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 72.78
        },
        {
            "id": 32815,
            "slug": "vs19_370_021",
            "identifier": "vs19_370_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_021/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 2.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.24",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.66,
            "minority_cohesion_rate": 72.78
        },
        {
            "id": 35693,
            "slug": "vs19_409_013",
            "identifier": "vs19_409_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_013/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.33 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.33 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.33 DDL n. 1917",
            "description_title": "Emendamento 3.33 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35700,
            "slug": "vs19_409_020",
            "identifier": "vs19_409_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_020/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici emendamenti 3.82 ZARATTI FILIBERTO (AVS) e 3.1010 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.82 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.82 DDL n. 1917",
            "description_title": "Identici emendamenti 3.82 ZARATTI FILIBERTO (AVS) e 3.1010 BOSCHI MARIA ELENA (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": 64.05,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 35719,
            "slug": "vs19_409_039",
            "identifier": "vs19_409_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_039/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.99 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.99 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.99 DDL n. 1917",
            "description_title": "Emendamento 3.99 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34751,
            "slug": "vs19_353_004",
            "identifier": "vs19_353_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_004/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 1.3 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.0,
            "minority_cohesion_rate": 63.52
        },
        {
            "id": 35721,
            "slug": "vs19_409_041",
            "identifier": "vs19_409_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_041/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 3.102 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.102 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.102 DDL n. 1917",
            "description_title": "Emendamento 3.102 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 49,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 40611,
            "slug": "vs19_551_043",
            "identifier": "vs19_551_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_043/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 43,
            "title": "Modifica al codice dei beni culturali e del paesaggio e altre disposizioni",
            "original_title": "Votazione finale ",
            "description_title": "PDL 1521-A - VOTO FINALE",
            "public_title": "Modifica al codice dei beni culturali e del paesaggio e altre disposizioni",
            "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": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35723,
            "slug": "vs19_409_043",
            "identifier": "vs19_409_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_043/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 43,
            "title": "Identici emendamenti 3.104 ALIFANO ENRICA (M5S), 3.106 ZARATTI FILIBERTO (AVS) e 3.1016 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.104 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.104 DDL n. 1917",
            "description_title": "Identici emendamenti 3.104 ALIFANO ENRICA (M5S), 3.106 ZARATTI FILIBERTO (AVS) e 3.1016 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40615,
            "slug": "vs19_551_025",
            "identifier": "vs19_551_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_025/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 25,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "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": 68,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 32835,
            "slug": "vs19_370_020",
            "identifier": "vs19_370_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_020/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 2.200 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.200",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 63.9,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 35743,
            "slug": "vs19_409_064",
            "identifier": "vs19_409_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_064/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 64,
            "title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.75 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.75 DDL n. 1917",
            "description_title": "Identici emendamenti 4.75 CAFIERO DE RAHO FEDERICO (M5S) e 4.1012 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35744,
            "slug": "vs19_409_065",
            "identifier": "vs19_409_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_065/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 4.1002 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1002 DDL n. 1917",
            "description_title": "Emendamento 4.1002 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": 38,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35747,
            "slug": "vs19_409_068",
            "identifier": "vs19_409_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_068/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 4.78 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.78 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.78 DDL n. 1917",
            "description_title": "Emendamento 4.78 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35748,
            "slug": "vs19_409_069",
            "identifier": "vs19_409_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_069/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 4.1005 ALIFANO ENRICA (M5S) - Votazione Emendamento 4.1005 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1005 DDL n. 1917",
            "description_title": "Emendamento 4.1005 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 32814,
            "slug": "vs19_370_018",
            "identifier": "vs19_370_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_018/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 2.1, 2.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1, 2.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 72.15
        }
    ]
}