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

{
    "count": 24921,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=456",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=454",
    "results": [
        {
            "id": 40819,
            "slug": "vs19_554_069",
            "identifier": "vs19_554_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_069/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 69,
            "title": "ODG 9/2662/11 - Votazione Ordine del giorno 9/2662/11 ",
            "original_title": "Votazione Ordine del giorno 9/2662/11 ",
            "description_title": "ODG 9/2662/11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40817,
            "slug": "vs19_554_067",
            "identifier": "vs19_554_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_067/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 67,
            "title": "ODG 9/2662/9 - Votazione Ordine del giorno 9/2662/9 ",
            "original_title": "Votazione Ordine del giorno 9/2662/9 ",
            "description_title": "ODG 9/2662/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40814,
            "slug": "vs19_554_064",
            "identifier": "vs19_554_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_064/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 64,
            "title": "ODG 9/2662/5 - Votazione Ordine del giorno 9/2662/5 ",
            "original_title": "Votazione Ordine del giorno 9/2662/5 ",
            "description_title": "ODG 9/2662/5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40811,
            "slug": "vs19_554_061",
            "identifier": "vs19_554_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_061/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 7-bis.1 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 7-bis.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 7-bis.1 DDL n. 2662",
            "description_title": "Emendamento 7-bis.1 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40810,
            "slug": "vs19_554_060",
            "identifier": "vs19_554_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_060/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 6.3 AMATO GAETANO (M5S) - Votazione Emendamento 6.3 DDL n. 2662",
            "original_title": "Votazione Emendamento 6.3 DDL n. 2662",
            "description_title": "Emendamento 6.3 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40809,
            "slug": "vs19_554_059",
            "identifier": "vs19_554_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_059/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 6.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 6.2 DDL n. 2662",
            "original_title": "Votazione Emendamento 6.2 DDL n. 2662",
            "description_title": "Emendamento 6.2 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40808,
            "slug": "vs19_554_058",
            "identifier": "vs19_554_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_058/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 6.1 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 6.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2662",
            "description_title": "Emendamento 6.1 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40800,
            "slug": "vs19_554_050",
            "identifier": "vs19_554_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_050/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 3.05 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 3.05 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.05 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 3.05 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": 64,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 40799,
            "slug": "vs19_554_049",
            "identifier": "vs19_554_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_049/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 3.02 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.02 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.02 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 3.02 MANZI IRENE (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": 18,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40796,
            "slug": "vs19_554_046",
            "identifier": "vs19_554_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_046/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 3.15 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.15 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.15 DDL n. 2662",
            "description_title": "Emendamento 3.15 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40793,
            "slug": "vs19_554_043",
            "identifier": "vs19_554_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_043/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 3.9 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.9 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.9 DDL n. 2662",
            "description_title": "Emendamento 3.9 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40792,
            "slug": "vs19_554_042",
            "identifier": "vs19_554_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_042/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 3.7 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.7 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.7 DDL n. 2662",
            "description_title": "Emendamento 3.7 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40791,
            "slug": "vs19_554_041",
            "identifier": "vs19_554_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_041/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 3.1000 CASO ANTONIO (M5S) - Votazione Emendamento 3.1000 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.1000 DDL n. 2662",
            "description_title": "Emendamento 3.1000 CASO ANTONIO (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": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40816,
            "slug": "vs19_554_066",
            "identifier": "vs19_554_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_066/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 66,
            "title": "ODG 9/2662/7 - Votazione Ordine del giorno 9/2662/7 ",
            "original_title": "Votazione Ordine del giorno 9/2662/7 ",
            "description_title": "ODG 9/2662/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40815,
            "slug": "vs19_554_065",
            "identifier": "vs19_554_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_065/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 65,
            "title": "ODG 9/2662/6 - Votazione Ordine del giorno 9/2662/6 ",
            "original_title": "Votazione Ordine del giorno 9/2662/6 ",
            "description_title": "ODG 9/2662/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40812,
            "slug": "vs19_554_062",
            "identifier": "vs19_554_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_062/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 62,
            "title": "ODG 9/2662/3 - Votazione Ordine del giorno 9/2662/3 ",
            "original_title": "Votazione Ordine del giorno 9/2662/3 ",
            "description_title": "ODG 9/2662/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40822,
            "slug": "vs19_554_072",
            "identifier": "vs19_554_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_072/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 72,
            "title": "ODG 9/2662/17 - Votazione Ordine del giorno 9/2662/17 ",
            "original_title": "Votazione Ordine del giorno 9/2662/17 ",
            "description_title": "ODG 9/2662/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40740,
            "slug": "vs19_554_073",
            "identifier": "vs19_554_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_073/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 73,
            "title": "Conversione decreto esami di maturità e avvio dell'anno scolastico 2025-2026",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2662 - VOTO FINALE",
            "public_title": "Conversione decreto esami di maturità e avvio dell'anno scolastico 2025-2026",
            "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": 23,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40798,
            "slug": "vs19_554_048",
            "identifier": "vs19_554_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_048/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 3.01 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.01 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.01 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 3.01 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40797,
            "slug": "vs19_554_047",
            "identifier": "vs19_554_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_047/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 3.17 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.17 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.17 DDL n. 2662",
            "description_title": "Emendamento 3.17 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40773,
            "slug": "vs19_554_023",
            "identifier": "vs19_554_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_023/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 23,
            "title": "Identici emendamenti 1.30 ROSATO ETTORE (APERRE) e 1.31 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.30 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.30 DDL n. 2662",
            "description_title": "Identici emendamenti 1.30 ROSATO ETTORE (APERRE) e 1.31 MANZI IRENE (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": 39,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 40772,
            "slug": "vs19_554_022",
            "identifier": "vs19_554_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_022/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.28 MANZI IRENE (PD-IDP) e 1.29 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.28 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.28 DDL n. 2662",
            "description_title": "Identici emendamenti 1.28 MANZI IRENE (PD-IDP) e 1.29 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40764,
            "slug": "vs19_554_014",
            "identifier": "vs19_554_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_014/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.20 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.20 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.20 DDL n. 2662",
            "description_title": "Emendamento 1.20 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40763,
            "slug": "vs19_554_013",
            "identifier": "vs19_554_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_013/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 13,
            "title": "Identici emendamenti 1.18 PICCOLOTTI ELISABETTA (AVS) e 1.19 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.18 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2662",
            "description_title": "Identici emendamenti 1.18 PICCOLOTTI ELISABETTA (AVS) e 1.19 MANZI IRENE (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": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40755,
            "slug": "vs19_554_005",
            "identifier": "vs19_554_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_005/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.7 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.7 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2662",
            "description_title": "Emendamento 1.7 MANZI IRENE (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": 23,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40752,
            "slug": "vs19_554_002",
            "identifier": "vs19_554_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_002/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.2 PICCOLOTTI ELISABETTA (AVS) e 1.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.2 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2662",
            "description_title": "Identici emendamenti 1.2 PICCOLOTTI ELISABETTA (AVS) e 1.3 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40747,
            "slug": "vs19_554_079",
            "identifier": "vs19_554_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_079/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 79,
            "title": "ARTICOLO 6 - Votazione Articolo 6 ",
            "original_title": "Votazione Articolo 6 ",
            "description_title": "ARTICOLO 6",
            "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": 115,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40753,
            "slug": "vs19_554_003",
            "identifier": "vs19_554_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_003/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.5 CASO ANTONIO (M5S) - Votazione Emendamento 1.5 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2662",
            "description_title": "Emendamento 1.5 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40762,
            "slug": "vs19_554_012",
            "identifier": "vs19_554_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_012/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 1.16 MANZI IRENE (PD-IDP) e 1.17 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.16 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.16 DDL n. 2662",
            "description_title": "Identici emendamenti 1.16 MANZI IRENE (PD-IDP) e 1.17 PICCOLOTTI ELISABETTA (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": 55.97,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40758,
            "slug": "vs19_554_008",
            "identifier": "vs19_554_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_008/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.11 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.11 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2662",
            "description_title": "Emendamento 1.11 MANZI IRENE (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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40757,
            "slug": "vs19_554_007",
            "identifier": "vs19_554_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_007/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.10 CASO ANTONIO (M5S) - Votazione Emendamento 1.10 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2662",
            "description_title": "Emendamento 1.10 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 40761,
            "slug": "vs19_554_011",
            "identifier": "vs19_554_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_011/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 11,
            "title": "Identici emendamenti 1.14 MANZI IRENE (PD-IDP) e 1.15 CASO ANTONIO (M5S) - Votazione Emendamento 1.14 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2662",
            "description_title": "Identici emendamenti 1.14 MANZI IRENE (PD-IDP) e 1.15 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 40756,
            "slug": "vs19_554_006",
            "identifier": "vs19_554_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_006/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 6,
            "title": "Identici emendamenti 1.8 PICCOLOTTI ELISABETTA (AVS) e 1.9 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.8 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2662",
            "description_title": "Identici emendamenti 1.8 PICCOLOTTI ELISABETTA (AVS) e 1.9 MANZI IRENE (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": 25,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40760,
            "slug": "vs19_554_010",
            "identifier": "vs19_554_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_010/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.13 CASO ANTONIO (M5S) - Votazione Emendamento 1.13 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.13 DDL n. 2662",
            "description_title": "Emendamento 1.13 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40759,
            "slug": "vs19_554_009",
            "identifier": "vs19_554_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_009/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.12 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.12 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2662",
            "description_title": "Emendamento 1.12 MANZI IRENE (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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40807,
            "slug": "vs19_554_057",
            "identifier": "vs19_554_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_057/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo aggiuntivo 5.01 AMATO GAETANO (M5S) - Votazione Emendamento 5.01 DDL n. 2662",
            "original_title": "Votazione Emendamento 5.01 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 5.01 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40806,
            "slug": "vs19_554_056",
            "identifier": "vs19_554_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_056/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 5.2 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 5.2 DDL n. 2662",
            "original_title": "Votazione Emendamento 5.2 DDL n. 2662",
            "description_title": "Emendamento 5.2 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40805,
            "slug": "vs19_554_055",
            "identifier": "vs19_554_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_055/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 5.1 MANZI IRENE (PD-IDP) - Votazione Emendamento 5.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2662",
            "description_title": "Emendamento 5.1 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40804,
            "slug": "vs19_554_054",
            "identifier": "vs19_554_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_054/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 4.05 MANZI IRENE (PD-IDP) - Votazione Emendamento 4.05 DDL n. 2662",
            "original_title": "Votazione Emendamento 4.05 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 4.05 MANZI IRENE (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": 20,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40803,
            "slug": "vs19_554_053",
            "identifier": "vs19_554_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_053/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo aggiuntivo 4.03 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 4.03 DDL n. 2662",
            "original_title": "Votazione Emendamento 4.03 DDL n. 2662",
            "description_title": "Articolo aggiuntivo 4.03 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": 66,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40802,
            "slug": "vs19_554_052",
            "identifier": "vs19_554_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_052/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 52,
            "title": "Identici emendamenti 4.4 MANZI IRENE (PD-IDP) e 4.1000 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 4.4 DDL n. 2662",
            "original_title": "Votazione Emendamento 4.4 DDL n. 2662",
            "description_title": "Identici emendamenti 4.4 MANZI IRENE (PD-IDP) e 4.1000 PICCOLOTTI ELISABETTA (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": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40801,
            "slug": "vs19_554_051",
            "identifier": "vs19_554_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_051/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 51,
            "title": "Identici emendamenti 4.1 PICCOLOTTI ELISABETTA (AVS) e 4.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 4.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 4.1 DDL n. 2662",
            "description_title": "Identici emendamenti 4.1 PICCOLOTTI ELISABETTA (AVS) e 4.2 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40778,
            "slug": "vs19_554_028",
            "identifier": "vs19_554_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_028/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.36 AMATO GAETANO (M5S) - Votazione Emendamento 1.36 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.36 DDL n. 2662",
            "description_title": "Emendamento 1.36 AMATO GAETANO (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": 20,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40789,
            "slug": "vs19_554_039",
            "identifier": "vs19_554_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_039/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.2 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.2 DDL n. 2662",
            "description_title": "Emendamento 3.2 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40788,
            "slug": "vs19_554_038",
            "identifier": "vs19_554_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_038/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici emendamenti 3.3 MANZI IRENE (PD-IDP) e 3.4 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.3 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.3 DDL n. 2662",
            "description_title": "Identici emendamenti 3.3 MANZI IRENE (PD-IDP) e 3.4 PICCOLOTTI ELISABETTA (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": 16,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40781,
            "slug": "vs19_554_031",
            "identifier": "vs19_554_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_031/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 31,
            "title": "Identici emendamenti 2.1 MANZI IRENE (PD-IDP), 2.2 CASO ANTONIO (M5S) e 2.3 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 2.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2662",
            "description_title": "Identici emendamenti 2.1 MANZI IRENE (PD-IDP), 2.2 CASO ANTONIO (M5S) e 2.3 PICCOLOTTI ELISABETTA (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": 19,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40780,
            "slug": "vs19_554_030",
            "identifier": "vs19_554_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_030/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 30,
            "title": "Identici emendamenti 1.38 MANZI IRENE (PD-IDP) e 1.39 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.38 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.38 DDL n. 2662",
            "description_title": "Identici emendamenti 1.38 MANZI IRENE (PD-IDP) e 1.39 PICCOLOTTI ELISABETTA (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": 19,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40787,
            "slug": "vs19_554_037",
            "identifier": "vs19_554_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_037/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.1 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2662",
            "description_title": "Emendamento 3.1 PICCOLOTTI ELISABETTA (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": 19,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40784,
            "slug": "vs19_554_034",
            "identifier": "vs19_554_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_034/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 2.6 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.6 DDL n. 2662",
            "original_title": "Votazione Emendamento 2.6 DDL n. 2662",
            "description_title": "Emendamento 2.6 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40779,
            "slug": "vs19_554_029",
            "identifier": "vs19_554_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_029/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.37 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.37 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.37 DDL n. 2662",
            "description_title": "Emendamento 1.37 MANZI IRENE (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": 23,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 62.42
        }
    ]
}