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

{
    "count": 22091,
    "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=-date&page=91",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=89",
    "results": [
        {
            "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": 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": 35737,
            "slug": "vs19_409_058",
            "identifier": "vs19_409_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_058/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 58,
            "title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.31 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.31 DDL n. 1917",
            "description_title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 64.97
        },
        {
            "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": 35701,
            "slug": "vs19_409_021",
            "identifier": "vs19_409_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_021/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.1009 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 3.1009 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1009 DDL n. 1917",
            "description_title": "Emendamento 3.1009 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": 1,
            "n_margin": 113,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35681,
            "slug": "vs19_409_105",
            "identifier": "vs19_409_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_105/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 105,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1917",
            "original_title": "Votazione Articolo 8 DDL n. 1917",
            "description_title": "Articolo 8",
            "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": 33,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 67.52
        },
        {
            "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": 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": 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": 35704,
            "slug": "vs19_409_024",
            "identifier": "vs19_409_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_024/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.83 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.83 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.83 DDL n. 1917",
            "description_title": "Emendamento 3.83 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": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 64.88,
            "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": 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": 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": 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": 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": 35764,
            "slug": "vs19_409_086",
            "identifier": "vs19_409_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_086/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 5.1001 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 5.1001 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.1001 DDL n. 1917",
            "description_title": "Emendamento 5.1001 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": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.33
        },
        {
            "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": 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": 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": 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": 35733,
            "slug": "vs19_409_054",
            "identifier": "vs19_409_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_054/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 4.1021 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.1021 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1021 DDL n. 1917",
            "description_title": "Emendamento 4.1021 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.97
        },
        {
            "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": 35740,
            "slug": "vs19_409_061",
            "identifier": "vs19_409_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_061/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 4.1000 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.1000 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1000 DDL n. 1917",
            "description_title": "Emendamento 4.1000 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": 39,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35738,
            "slug": "vs19_409_059",
            "identifier": "vs19_409_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_059/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 4.33 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.33 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.33 DDL n. 1917",
            "description_title": "Emendamento 4.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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35707,
            "slug": "vs19_409_027",
            "identifier": "vs19_409_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_027/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.86 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.86 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.86 DDL n. 1917",
            "description_title": "Emendamento 3.86 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": 38,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35706,
            "slug": "vs19_409_026",
            "identifier": "vs19_409_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_026/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.85 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.85 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.85 DDL n. 1917",
            "description_title": "Emendamento 3.85 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": 39,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 35696,
            "slug": "vs19_409_016",
            "identifier": "vs19_409_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_016/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.1002 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1002 DDL n. 1917",
            "description_title": "Emendamento 3.1002 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35763,
            "slug": "vs19_409_085",
            "identifier": "vs19_409_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_085/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 5.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 5.7 DDL n. 1917",
            "description_title": "Identici emendamenti 5.7 BONAFE' SIMONA (PD-IDP) e 5.8 CAFIERO DE RAHO FEDERICO (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": 39,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35759,
            "slug": "vs19_409_080",
            "identifier": "vs19_409_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_080/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 4.107 COLUCCI ALFONSO (M5S) e 4.1017 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.107 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.107 DDL n. 1917",
            "description_title": "Identici emendamenti 4.107 COLUCCI ALFONSO (M5S) e 4.1017 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": 64.46,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35775,
            "slug": "vs19_409_100",
            "identifier": "vs19_409_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_100/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 100,
            "title": "Emendamento 8.6 CUPERLO GIANNI (PD-IDP) - Votazione Emendamento 8.6 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.6 DDL n. 1917",
            "description_title": "Emendamento 8.6 CUPERLO GIANNI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35756,
            "slug": "vs19_409_077",
            "identifier": "vs19_409_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_077/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 4.102 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.102 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.102 DDL n. 1917",
            "description_title": "Emendamento 4.102 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": 61.16,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 35678,
            "slug": "vs19_409_088",
            "identifier": "vs19_409_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_088/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1917",
            "original_title": "Votazione Articolo 5 DDL n. 1917",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35760,
            "slug": "vs19_409_081",
            "identifier": "vs19_409_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_081/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 4.108 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.108 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.108 DDL n. 1917",
            "description_title": "Emendamento 4.108 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": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35702,
            "slug": "vs19_409_022",
            "identifier": "vs19_409_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_022/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.80 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.80 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.80 DDL n. 1917",
            "description_title": "Emendamento 3.80 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": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 35736,
            "slug": "vs19_409_057",
            "identifier": "vs19_409_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_057/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 4.1024 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.1024 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1024 DDL n. 1917",
            "description_title": "Emendamento 4.1024 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": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35729,
            "slug": "vs19_409_049",
            "identifier": "vs19_409_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_049/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 3.114 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.114 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.114 DDL n. 1917",
            "description_title": "Emendamento 3.114 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": 62.81,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35628,
            "slug": "19-262-47",
            "identifier": "19-262-47",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-47/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 47,
            "title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci - Em. 2.105, Lopreiato e altri",
            "original_title": "Em. 2.105, Lopreiato e altri",
            "description_title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci",
            "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": 14,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 71.08
        },
        {
            "id": 35672,
            "slug": "19-262-29",
            "identifier": "19-262-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-29/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 29,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 7.0.1, Lopreiato e altri",
            "original_title": "Em. 7.0.1, Lopreiato e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 12,
            "majority_cohesion_rate": 75.63,
            "minority_cohesion_rate": 81.93
        },
        {
            "id": 35658,
            "slug": "19-262-2",
            "identifier": "19-262-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-2/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 2,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.3, Bazoli e altri",
            "original_title": "Em. 6.3, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 15,
            "majority_cohesion_rate": 78.15,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 35660,
            "slug": "19-262-33",
            "identifier": "19-262-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-33/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 33,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 8.1, Lopreiato e altri",
            "original_title": "Em. 8.1, Lopreiato e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 17,
            "majority_cohesion_rate": 77.31,
            "minority_cohesion_rate": 72.29
        },
        {
            "id": 35647,
            "slug": "19-262-13",
            "identifier": "19-262-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-13/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 13,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.16, Bazoli e altri",
            "original_title": "Em. 6.16, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 19,
            "majority_cohesion_rate": 78.99,
            "minority_cohesion_rate": 69.88
        },
        {
            "id": 35645,
            "slug": "19-262-15",
            "identifier": "19-262-15",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-15/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 15,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.18, Bazoli e altri",
            "original_title": "Em. 6.18, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 19,
            "majority_cohesion_rate": 78.99,
            "minority_cohesion_rate": 69.88
        },
        {
            "id": 35653,
            "slug": "19-262-7",
            "identifier": "19-262-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-7/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 7,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.10, Cucchi e altri",
            "original_title": "Em. 6.10, Cucchi e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 16,
            "majority_cohesion_rate": 78.15,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 35656,
            "slug": "19-262-4",
            "identifier": "19-262-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-4/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 4,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.5, Bazoli e altri",
            "original_title": "Em. 6.5, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 15,
            "majority_cohesion_rate": 78.15,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 35657,
            "slug": "19-262-3",
            "identifier": "19-262-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-3/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 3,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.4, Bazoli e altri",
            "original_title": "Em. 6.4, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 15,
            "majority_cohesion_rate": 78.15,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 35663,
            "slug": "19-262-40",
            "identifier": "19-262-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-40/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 40,
            "title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci - Em. 2.100, Lopreiato e altri",
            "original_title": "Em. 2.100, Lopreiato e altri",
            "description_title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci",
            "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": 15,
            "majority_cohesion_rate": 72.27,
            "minority_cohesion_rate": 69.88
        },
        {
            "id": 35655,
            "slug": "19-262-5",
            "identifier": "19-262-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-5/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 5,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.6, Bazoli e altri",
            "original_title": "Em. 6.6, Bazoli e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 16,
            "majority_cohesion_rate": 78.15,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 35665,
            "slug": "19-262-38",
            "identifier": "19-262-38",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-38/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 38,
            "title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci - ODG G1.100, Scalfarotto",
            "original_title": "ODG G1.100, Scalfarotto",
            "description_title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 38,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 57.83
        },
        {
            "id": 35640,
            "slug": "19-262-20",
            "identifier": "19-262-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-20/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 20,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.23, Lopreiato e altri",
            "original_title": "Em. 6.23, Lopreiato e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "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": 12,
            "majority_cohesion_rate": 75.63,
            "minority_cohesion_rate": 81.93
        },
        {
            "id": 35664,
            "slug": "19-262-39",
            "identifier": "19-262-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-39/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 39,
            "title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 44,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 65.06
        }
    ]
}