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

{
    "count": 22941,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=361",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=359",
    "results": [
        {
            "id": 31992,
            "slug": "vs19_348_073",
            "identifier": "vs19_348_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_073/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 27.1005 COLUCCI ALFONSO (M5S) - Votazione Emendamento 27.1005 DDL n. 1660",
            "original_title": "Votazione Emendamento 27.1005 DDL n. 1660",
            "description_title": "Emendamento 27.1005 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 34807,
            "slug": "vs19_337_013",
            "identifier": "vs19_337_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_013/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.97 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.97 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 34812,
            "slug": "vs19_337_018",
            "identifier": "vs19_337_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_018/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.155 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.155 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34803,
            "slug": "vs19_337_009",
            "identifier": "vs19_337_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_009/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 36285,
            "slug": "vs19_431_004",
            "identifier": "vs19_431_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_004/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2245/12 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/2245/12 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/12 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/12 FORNARO FEDERICO (PD-IDP)",
            "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": 62.4,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34816,
            "slug": "vs19_337_022",
            "identifier": "vs19_337_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_022/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.193 PICCOLOTTI ELISABETTA (AVS) e 1.194 MANZI IRENE (PD-IDP)",
            "original_title": "Identici emendamenti 1.193 PICCOLOTTI ELISABETTA (AVS) e 1.194 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34813,
            "slug": "vs19_337_019",
            "identifier": "vs19_337_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_019/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 34809,
            "slug": "vs19_337_015",
            "identifier": "vs19_337_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_015/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.111 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.111 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 34819,
            "slug": "vs19_337_025",
            "identifier": "vs19_337_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_025/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.238 AMATO GAETANO (M5S)",
            "original_title": "Emendamento 1.238 AMATO GAETANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 36286,
            "slug": "vs19_431_005",
            "identifier": "vs19_431_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_005/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2245/13 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/2245/13 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/13 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/13 LAI SILVIO (PD-IDP)",
            "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": 61.98,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 36287,
            "slug": "vs19_431_006",
            "identifier": "vs19_431_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_006/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2245/19 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/2245/19 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/19 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/19 CASU ANDREA (PD-IDP)",
            "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": 64.05,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40684,
            "slug": "vs19_551_073",
            "identifier": "vs19_551_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_073/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 73,
            "title": "ODG 9/1866-A/5 - Votazione Ordine del giorno 9/1866-A/5 ",
            "original_title": "Votazione Ordine del giorno 9/1866-A/5 ",
            "description_title": "ODG 9/1866-A/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": 22,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34822,
            "slug": "vs19_337_028",
            "identifier": "vs19_337_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_028/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.292 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.292 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 34820,
            "slug": "vs19_337_026",
            "identifier": "vs19_337_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_026/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.241 AMATO GAETANO (M5S)",
            "original_title": "Emendamento 1.241 AMATO GAETANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 34824,
            "slug": "vs19_337_030",
            "identifier": "vs19_337_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_030/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34829,
            "slug": "vs19_337_037",
            "identifier": "vs19_337_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_037/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.26 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.26 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 34823,
            "slug": "vs19_337_029",
            "identifier": "vs19_337_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_029/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.339 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.339 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31984,
            "slug": "vs19_348_033",
            "identifier": "vs19_348_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_033/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 26.1013 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 26.1013 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.1013 DDL n. 1660",
            "description_title": "Emendamento 26.1013 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": 23,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 34827,
            "slug": "vs19_337_035",
            "identifier": "vs19_337_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_035/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.1 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.1 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 36290,
            "slug": "vs19_431_009",
            "identifier": "vs19_431_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_009/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2245/30 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2245/30 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/30 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/30 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34830,
            "slug": "vs19_337_038",
            "identifier": "vs19_337_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_038/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 3.27 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Emendamento 3.27 PICCOLOTTI ELISABETTA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 31942,
            "slug": "vs19_348_072",
            "identifier": "vs19_348_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_072/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 27.1006 PENZA PASQUALINO (M5S) - Votazione Emendamento 27.1006 DDL n. 1660",
            "original_title": "Votazione Emendamento 27.1006 DDL n. 1660",
            "description_title": "Emendamento 27.1006 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": 28,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 36291,
            "slug": "vs19_431_010",
            "identifier": "vs19_431_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_010/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2245/31 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2245/31 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/31 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/31 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34833,
            "slug": "vs19_337_079",
            "identifier": "vs19_337_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_079/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 1.102 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.102 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 34837,
            "slug": "vs19_337_083",
            "identifier": "vs19_337_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_083/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 1.11 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.11 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 34834,
            "slug": "vs19_337_080",
            "identifier": "vs19_337_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_080/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 1.7 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.7 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34835,
            "slug": "vs19_337_081",
            "identifier": "vs19_337_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_081/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 1.9 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.9 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34836,
            "slug": "vs19_337_082",
            "identifier": "vs19_337_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_082/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 1.10 QUARTINI ANDREA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.10 QUARTINI ANDREA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 34838,
            "slug": "vs19_337_084",
            "identifier": "vs19_337_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_084/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 1.200 DI LAURO CARMEN (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.200 DI LAURO CARMEN (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 34839,
            "slug": "vs19_337_085",
            "identifier": "vs19_337_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_085/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 1.201 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.201 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34840,
            "slug": "vs19_337_086",
            "identifier": "vs19_337_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_086/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 1.17 PENZA PASQUALINO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.17 PENZA PASQUALINO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 36292,
            "slug": "vs19_431_011",
            "identifier": "vs19_431_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_011/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2245/34 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/2245/34 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/34 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/34 SERRACCHIANI DEBORA (PD-IDP)",
            "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": 27,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34842,
            "slug": "vs19_337_088",
            "identifier": "vs19_337_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_088/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 1.19 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.19 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 36312,
            "slug": "vs19_431_031",
            "identifier": "vs19_431_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_031/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2245/60 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/2245/60 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/60 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/60 RICCIARDI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34843,
            "slug": "vs19_337_089",
            "identifier": "vs19_337_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_089/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 1.202 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.202 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 34845,
            "slug": "vs19_337_094",
            "identifier": "vs19_337_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_094/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 4.1 AURIEMMA CARMELA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 4.1 AURIEMMA CARMELA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 36314,
            "slug": "vs19_431_033",
            "identifier": "vs19_431_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_033/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2245/62 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2245/62 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/62 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/62 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34847,
            "slug": "vs19_337_099",
            "identifier": "vs19_337_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_099/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 1.1 CONGEDO SAVERIO (FDI)",
            "original_title": "Emendamento 1.1 CONGEDO SAVERIO (FDI)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 42.86
        },
        {
            "id": 31965,
            "slug": "vs19_348_042",
            "identifier": "vs19_348_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_042/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici emendamenti 26.13 GIACHETTI ROBERTO (IVICRE) e 26.14 D'ORSO VALENTINA (M5S) - Votazione Emendamento 26.13 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.13 DDL n. 1660",
            "description_title": "Identici emendamenti 26.13 GIACHETTI ROBERTO (IVICRE) e 26.14 D'ORSO VALENTINA (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": 68.33,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 35067,
            "slug": "vs19_337_031",
            "identifier": "vs19_337_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_031/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 31983,
            "slug": "vs19_348_053",
            "identifier": "vs19_348_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_053/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo aggiuntivo 26.012 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.012 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.012 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.012 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 77.99
        },
        {
            "id": 31921,
            "slug": "vs19_348_043",
            "identifier": "vs19_348_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_043/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 26.20 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 26.20 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.20 DDL n. 1660",
            "description_title": "Emendamento 26.20 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 36323,
            "slug": "vs19_431_042",
            "identifier": "vs19_431_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_042/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/2245/71 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/2245/71 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/71 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/71 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36326,
            "slug": "vs19_431_045",
            "identifier": "vs19_431_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_045/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/2245/80 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/2245/80 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/80 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/80 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "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": 33,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 31885,
            "slug": "vs19_348_040",
            "identifier": "vs19_348_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_040/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 26.10 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 26.10 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.10 DDL n. 1660",
            "description_title": "Emendamento 26.10 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 35077,
            "slug": "vs19_337_044",
            "identifier": "vs19_337_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_044/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1691/8 ASCANI ANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/8 ASCANI ANNA (PD-IDP)",
            "description_title": "",
            "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": 15,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 32039,
            "slug": "vs19_348_078",
            "identifier": "vs19_348_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_078/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 30.2 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.2 DDL n. 1660",
            "description_title": "Emendamento 30.2 MAURI MATTEO (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": 26,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 32023,
            "slug": "vs19_348_015",
            "identifier": "vs19_348_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_015/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 21.01000 AURIEMMA CARMELA (M5S) - Votazione Emendamento 21.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.01000 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": 20,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 35076,
            "slug": "vs19_337_043",
            "identifier": "vs19_337_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_043/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 56.3,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 35078,
            "slug": "vs19_337_045",
            "identifier": "vs19_337_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_045/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1691/9 MALAVASI ILENIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/9 MALAVASI ILENIA (PD-IDP)",
            "description_title": "",
            "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": 18,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 73.29
        }
    ]
}