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

{
    "count": 22951,
    "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_margin&page=243",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=241",
    "results": [
        {
            "id": 34914,
            "slug": "vs19_331_121",
            "identifier": "vs19_331_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_121/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/1975/82 ONORI FEDERICA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1975/82 ONORI FEDERICA (APERRE)",
            "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": 25,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 34913,
            "slug": "vs19_331_120",
            "identifier": "vs19_331_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_120/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 120,
            "title": "Ordine del giorno n. 9/1975/81 SOTTANELLI GIULIO CESARE (APERRE)",
            "original_title": "Ordine del giorno n. 9/1975/81 SOTTANELLI GIULIO CESARE (APERRE)",
            "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": 25,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 34916,
            "slug": "vs19_331_123",
            "identifier": "vs19_331_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_123/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 123,
            "title": "Ordine del giorno n. 9/1975/86, limitatamente al capoverso primo dell'impegno, QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/86, limitatamente al capoverso primo dell'impegno, QUARTAPELLE PROCOPIO LIA (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": 25,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 35066,
            "slug": "vs19_336_074",
            "identifier": "vs19_336_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_074/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 8.9 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 8.9 GHIRRA FRANCESCA (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31865,
            "slug": "vs19_349_031",
            "identifier": "vs19_349_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_031/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo aggiuntivo 37.01005 ASCARI STEFANIA (M5S) - Votazione Emendamento 37.01005 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01005 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01005 ASCARI STEFANIA (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": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 31656,
            "slug": "vs19_342_032",
            "identifier": "vs19_342_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_032/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/2002/35 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/2002/35 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/35 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/35 STEFANAZZI CLAUDIO MICHELE (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 38870,
            "slug": "vs19_491_034",
            "identifier": "vs19_491_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_034/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 8.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 38901,
            "slug": "vs19_491_068",
            "identifier": "vs19_491_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_068/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 68,
            "title": "EM 11.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 32580,
            "slug": "vs19_361_037",
            "identifier": "vs19_361_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_037/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1532-bis/55 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/55 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/55 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/55 D'ALFONSO LUCIANO (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": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 34895,
            "slug": "vs19_331_102",
            "identifier": "vs19_331_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_102/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 102,
            "title": "Ordine del giorno n. 9/1975/58 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/58 PICCOLOTTI ELISABETTA (AVS)",
            "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": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34892,
            "slug": "vs19_331_099",
            "identifier": "vs19_331_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_099/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/1975/55 ZARATTI FILIBERTO (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/55 ZARATTI FILIBERTO (AVS)",
            "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": 25,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34894,
            "slug": "vs19_331_101",
            "identifier": "vs19_331_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_101/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/1975/57 GRIMALDI MARCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/57 GRIMALDI MARCO (AVS)",
            "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": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34891,
            "slug": "vs19_331_098",
            "identifier": "vs19_331_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_098/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/1975/54 GHIRRA FRANCESCA (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/54 GHIRRA FRANCESCA (AVS)",
            "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": 25,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34893,
            "slug": "vs19_331_100",
            "identifier": "vs19_331_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_100/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/1975/56 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/56 DORI DEVIS (AVS)",
            "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": 25,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 38223,
            "slug": "vs19_476_038",
            "identifier": "vs19_476_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_038/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 5.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 36187,
            "slug": "vs19_429_024",
            "identifier": "vs19_429_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_024/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2184/42 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2184/42 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/42 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/42 CANTONE LUCIANO (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": 25,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34884,
            "slug": "vs19_331_091",
            "identifier": "vs19_331_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_091/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1975/46 SCERRA FILIPPO (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/46 SCERRA FILIPPO (M5S)",
            "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": 25,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 34877,
            "slug": "vs19_331_084",
            "identifier": "vs19_331_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_084/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1975/39 RAFFA ANGELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/39 RAFFA ANGELA (M5S)",
            "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": 25,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 34880,
            "slug": "vs19_331_087",
            "identifier": "vs19_331_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_087/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1975/42 DELL'OLIO GIANMAURO (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/42 DELL'OLIO GIANMAURO (M5S)",
            "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": 25,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34875,
            "slug": "vs19_331_082",
            "identifier": "vs19_331_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_082/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1975/37 PELLEGRINI MARCO (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/37 PELLEGRINI MARCO (M5S)",
            "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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 38232,
            "slug": "vs19_476_049",
            "identifier": "vs19_476_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_049/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 49,
            "title": "ODG 9/741-A E ABB/14 - Votazione Ordine del giorno 9/741-A E ABB/14 ",
            "original_title": "Votazione Ordine del giorno 9/741-A E ABB/14 ",
            "description_title": "ODG 9/741-A E ABB/14",
            "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": 25,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34873,
            "slug": "vs19_331_080",
            "identifier": "vs19_331_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_080/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1975/35 ORRICO ANNA LAURA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/35 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31917,
            "slug": "vs19_349_026",
            "identifier": "vs19_349_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_026/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 37.012 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 37.012 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.012 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.012 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32623,
            "slug": "vs19_361_044",
            "identifier": "vs19_361_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_044/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1532-bis/63 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/63 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/63 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/63 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": 25,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 36178,
            "slug": "vs19_429_015",
            "identifier": "vs19_429_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_015/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2184/29 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/2184/29 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/29 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/29 SILVESTRI FRANCESCO (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": 25,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 38404,
            "slug": "vs19_481_013",
            "identifier": "vs19_481_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_013/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2329-A/13 - Votazione Ordine del giorno 9/2329-A/13 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/13 ",
            "description_title": "ODG 9/2329-A/13",
            "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": 25,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 31445,
            "slug": "vs19_331_068",
            "identifier": "vs19_331_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_068/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1975/22 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/1975/22 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/22 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/22 COSTA SERGIO (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": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 32529,
            "slug": "vs19_361_064",
            "identifier": "vs19_361_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_064/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 38405,
            "slug": "vs19_481_014",
            "identifier": "vs19_481_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_014/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2329-A/14 - Votazione Ordine del giorno 9/2329-A/14 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/14 ",
            "description_title": "ODG 9/2329-A/14",
            "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": 25,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 36672,
            "slug": "vs19_439_039",
            "identifier": "vs19_439_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_039/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2240/2 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/2240/2 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/2 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/2 MEROLA VIRGINIO (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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 31438,
            "slug": "vs19_331_061",
            "identifier": "vs19_331_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_061/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1975/15 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1975/15 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/15 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/15 CAPPELLETTI ENRICO (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": 25,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 32519,
            "slug": "vs19_361_058",
            "identifier": "vs19_361_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_058/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1532-bis/77 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/77 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/77 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/77 BAKKALI OUIDAD (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": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 38305,
            "slug": "vs19_479_013",
            "identifier": "vs19_479_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_013/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 4.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36661,
            "slug": "vs19_439_028",
            "identifier": "vs19_439_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_028/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.26 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.26 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2240",
            "description_title": "Emendamento 1.26 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36645,
            "slug": "vs19_439_012",
            "identifier": "vs19_439_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_012/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.10 RAFFA ANGELA (M5S) - Votazione Emendamento 1.10 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2240",
            "description_title": "Emendamento 1.10 RAFFA ANGELA (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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36647,
            "slug": "vs19_439_014",
            "identifier": "vs19_439_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_014/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 14,
            "title": "Identici emendamenti 1.12 GUBITOSA MICHELE (M5S) e 1.1004 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.12 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2240",
            "description_title": "Identici emendamenti 1.12 GUBITOSA MICHELE (M5S) e 1.1004 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 39577,
            "slug": "vs19_504_021",
            "identifier": "vs19_504_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_021/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 7.32 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 31391,
            "slug": "vs19_331_044",
            "identifier": "vs19_331_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_044/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 5.11 QUARTINI ANDREA (M5S) - Votazione Emendamento 5.11 DDL n. 1975",
            "original_title": "Votazione Emendamento 5.11 DDL n. 1975",
            "description_title": "Emendamento 5.11 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 36646,
            "slug": "vs19_439_013",
            "identifier": "vs19_439_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_013/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.11 RAFFA ANGELA (M5S) - Votazione Emendamento 1.11 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2240",
            "description_title": "Emendamento 1.11 RAFFA ANGELA (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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40421,
            "slug": "vs19_539_059",
            "identifier": "vs19_539_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_059/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 9.1 DORI DEVIS (AVS) - Votazione Emendamento 9.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2623",
            "description_title": "Emendamento 9.1 DORI DEVIS (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": 54.73,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37800,
            "slug": "vs19_467_012",
            "identifier": "vs19_467_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_012/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2281/26 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/2281/26 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/26 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/26 ASCANI ANNA (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 37801,
            "slug": "vs19_467_013",
            "identifier": "vs19_467_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_013/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2281/27 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2281/27 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/27 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/27 CURTI AUGUSTO (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": 25,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 35715,
            "slug": "vs19_409_035",
            "identifier": "vs19_409_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_035/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.90 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.90 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.90 DDL n. 1917",
            "description_title": "Emendamento 3.90 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 31355,
            "slug": "vs19_331_008",
            "identifier": "vs19_331_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_008/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.7 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.7 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1975",
            "description_title": "Emendamento 1.7 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 31354,
            "slug": "vs19_331_007",
            "identifier": "vs19_331_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_007/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.6 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.6 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1975",
            "description_title": "Emendamento 1.6 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31690,
            "slug": "vs19_342_066",
            "identifier": "vs19_342_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_066/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/2002/82 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/2002/82 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/82 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/82 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 31352,
            "slug": "vs19_331_005",
            "identifier": "vs19_331_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_005/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 1.5 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1975",
            "description_title": "Emendamento 1.5 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 40415,
            "slug": "vs19_539_053",
            "identifier": "vs19_539_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_053/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 2-bis.1 GIULIANO CARLA (M5S) - Votazione Emendamento 2-bis.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 2-bis.1 DDL n. 2623",
            "description_title": "Emendamento 2-bis.1 GIULIANO CARLA (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": 25,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 34757,
            "slug": "vs19_353_010",
            "identifier": "vs19_353_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_010/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.20 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.20 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": 60.83,
            "minority_cohesion_rate": 61.01
        },
        {
            "id": 31360,
            "slug": "vs19_331_013",
            "identifier": "vs19_331_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_013/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.1 FURFARO MARCO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1975",
            "description_title": "Emendamento 3.1 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        }
    ]
}