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

{
    "count": 23033,
    "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=287",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=285",
    "results": [
        {
            "id": 40378,
            "slug": "vs19_539_016",
            "identifier": "vs19_539_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_016/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.18 DORI DEVIS (AVS) - Votazione Emendamento 1.18 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2623",
            "description_title": "Emendamento 1.18 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": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36664,
            "slug": "vs19_439_031",
            "identifier": "vs19_439_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_031/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2240",
            "original_title": "Votazione Articolo 2 DDL n. 2240",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 31606,
            "slug": "vs19_340_124",
            "identifier": "vs19_340_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_124/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 124,
            "title": "Ordine del giorno n. 9/1997/12 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1997/12 DDL n. 1997",
            "original_title": "Votazione Ordine del giorno 9/1997/12 DDL n. 1997",
            "description_title": "Ordine del giorno n. 9/1997/12 BRAGA CHIARA (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": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 71.43
        },
        {
            "id": 32727,
            "slug": "vs19_367_010",
            "identifier": "vs19_367_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_010/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-326 NF CPV 10 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 10 DISP",
            "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": 22,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 34886,
            "slug": "vs19_331_093",
            "identifier": "vs19_331_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_093/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 93,
            "title": "Ordine del giorno n. 9/1975/49 TORTO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/49 TORTO DANIELA (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": 22,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 40584,
            "slug": "vs19_547_020",
            "identifier": "vs19_547_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_020/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 32404,
            "slug": "vs19_357_040",
            "identifier": "vs19_357_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_040/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 19.6 GRIBAUDO CHIARA (PD-IDP) - Votazione Emendamento 19.6 DDL n. 1532",
            "original_title": "Votazione Emendamento 19.6 DDL n. 1532",
            "description_title": "Emendamento 19.6 GRIBAUDO CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.75,
            "minority_cohesion_rate": 65.19
        },
        {
            "id": 34815,
            "slug": "vs19_337_021",
            "identifier": "vs19_337_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_021/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.171 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.171 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31549,
            "slug": "vs19_340_073",
            "identifier": "vs19_340_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_073/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 9-sexies.7 RUFFINO DANIELA (APERRE) - Votazione Emendamento 9-sexies.7 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.7 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.7 RUFFINO DANIELA (APERRE)",
            "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.65,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 38052,
            "slug": "vs19_475_001",
            "identifier": "vs19_475_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_001/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 1,
            "title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 52) - Votazione Doc. XVIII-bi",
            "original_title": "Votazione Doc. XVIII-bi",
            "description_title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 52)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 39389,
            "slug": "vs19_503_054",
            "identifier": "vs19_503_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_054/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 11.10 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 11.10 DDL n. 2482",
            "original_title": "Votazione Emendamento 11.10 DDL n. 2482",
            "description_title": "Emendamento 11.10 SIMIANI 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": 22,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39401,
            "slug": "vs19_503_066",
            "identifier": "vs19_503_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_066/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 12.9 FONTANA ILARIA (M5S) - Votazione Emendamento 12.9 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.9 DDL n. 2482",
            "description_title": "Emendamento 12.9 FONTANA ILARIA (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": 56.97,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 34219,
            "slug": "vs19_396_037",
            "identifier": "vs19_396_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_037/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT)",
            "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": 64.05,
            "minority_cohesion_rate": 71.34
        },
        {
            "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": 34278,
            "slug": "vs19_392_035",
            "identifier": "vs19_392_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_035/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2150/51 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/2150/51 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/51 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/51 GUERRA MARIA CECILIA (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": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 34909,
            "slug": "vs19_331_116",
            "identifier": "vs19_331_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_116/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 116,
            "title": "Ordine del giorno n. 9/1975/76 BOLDRINI LAURA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/76 BOLDRINI LAURA (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": 22,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 36639,
            "slug": "vs19_439_006",
            "identifier": "vs19_439_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_006/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.5 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.5 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2240",
            "description_title": "Emendamento 1.5 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": 22,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 32013,
            "slug": "vs19_348_035",
            "identifier": "vs19_348_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_035/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 26.5 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 26.5 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.5 DDL n. 1660",
            "description_title": "Emendamento 26.5 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": 22,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 40472,
            "slug": "vs19_543_016",
            "identifier": "vs19_543_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_016/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 1.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.14",
            "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": 22,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 32066,
            "slug": "vs19_348_021",
            "identifier": "vs19_348_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_021/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 23.1000 D'ORSO VALENTINA (M5S) - Votazione Emendamento 23.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 23.1000 DDL n. 1660",
            "description_title": "Emendamento 23.1000 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": 67.92,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 40441,
            "slug": "vs19_540_008",
            "identifier": "vs19_540_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_008/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2623/3 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/2623/3 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/3 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/3 MARI FRANCESCO (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": 22,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 32603,
            "slug": "vs19_361_006",
            "identifier": "vs19_361_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_006/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1532-bis/15 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/1532-bis/15 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/15 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/15 FARAONE DAVIDE (IVICRE)",
            "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": 67.08,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 40473,
            "slug": "vs19_543_017",
            "identifier": "vs19_543_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_017/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 1.104 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.104",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34918,
            "slug": "vs19_332_002",
            "identifier": "vs19_332_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_002/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 2,
            "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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 40442,
            "slug": "vs19_540_009",
            "identifier": "vs19_540_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_009/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2623/4 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2623/4 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/4 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/4 ZANELLA LUANA (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": 22,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40447,
            "slug": "vs19_540_014",
            "identifier": "vs19_540_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_014/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2623/10 GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/2623/10 DDL n. 2623",
            "original_title": "Votazione Ordine del giorno 9/2623/10 DDL n. 2623",
            "description_title": "Ordine del giorno n. 9/2623/10 GRAZIANO STEFANO (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": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 31995,
            "slug": "vs19_348_036",
            "identifier": "vs19_348_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_036/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 26.6 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 26.6 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.6 DDL n. 1660",
            "description_title": "Emendamento 26.6 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": 22,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32766,
            "slug": "vs19_370_044",
            "identifier": "vs19_370_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_044/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 6.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 63.49,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 40424,
            "slug": "vs19_539_062",
            "identifier": "vs19_539_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_062/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 9.6 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 9.6 DDL n. 2623",
            "original_title": "Votazione Emendamento 9.6 DDL n. 2623",
            "description_title": "Emendamento 9.6 SIMIANI 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 36874,
            "slug": "vs19_441_006",
            "identifier": "vs19_441_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_006/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 2026",
            "original_title": "Votazione Articolo 25 DDL n. 2026",
            "description_title": "Articolo 25",
            "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": 22,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 31356,
            "slug": "vs19_331_009",
            "identifier": "vs19_331_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_009/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.1 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1975",
            "description_title": "Emendamento 2.1 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": 22,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 31968,
            "slug": "vs19_348_034",
            "identifier": "vs19_348_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_034/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 26.36 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 26.36 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.36 DDL n. 1660",
            "description_title": "Emendamento 26.36 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": 22,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 31357,
            "slug": "vs19_331_010",
            "identifier": "vs19_331_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_010/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.3 CIANI PAOLO (PD-IDP) - Votazione Emendamento 2.3 DDL n. 1975",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1975",
            "description_title": "Emendamento 2.3 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 31993,
            "slug": "vs19_348_013",
            "identifier": "vs19_348_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_013/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 21.01007 PENZA PASQUALINO (M5S) - Votazione Emendamento 21.01007 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01007 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.01007 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": 22,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 25046,
            "slug": "vs19_191_013",
            "identifier": "vs19_191_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_013/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1517/49 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1517/49 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/49 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/49 CASO ANTONIO (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": 22,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 40465,
            "slug": "vs19_543_009",
            "identifier": "vs19_543_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_009/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 32611,
            "slug": "vs19_361_012",
            "identifier": "vs19_361_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_012/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1532-bis/28 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/1532-bis/28 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/28 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/28 RICCIARDI MARIANNA (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": 22,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 40374,
            "slug": "vs19_539_012",
            "identifier": "vs19_539_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_012/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.15 DORI DEVIS (AVS) - Votazione Emendamento 1.15 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.15 DDL n. 2623",
            "description_title": "Emendamento 1.15 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 32490,
            "slug": "vs19_359_030",
            "identifier": "vs19_359_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_030/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/2066/51 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/2066/51 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/51 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/51 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 63.92
        },
        {
            "id": 32400,
            "slug": "vs19_357_018",
            "identifier": "vs19_357_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_018/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 10.1 MARI FRANCESCO (AVS) e 10.3 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 10.1 DDL n. 1532",
            "original_title": "Votazione Emendamento 10.1 DDL n. 1532",
            "description_title": "Identici emendamenti 10.1 MARI FRANCESCO (AVS) e 10.3 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 62.03
        },
        {
            "id": 31364,
            "slug": "vs19_331_017",
            "identifier": "vs19_331_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_017/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.7 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.7 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1975",
            "description_title": "Emendamento 3.7 SPORTIELLO GILDA (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": 64.71,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 31483,
            "slug": "vs19_340_007",
            "identifier": "vs19_340_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_007/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.13 RUFFINO DANIELA (APERRE) - Votazione Emendamento 1.13 DDL n. 1997",
            "original_title": "Votazione Emendamento 1.13 DDL n. 1997",
            "description_title": "Emendamento 1.13 RUFFINO DANIELA (APERRE)",
            "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": 65.13,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 32530,
            "slug": "vs19_361_069",
            "identifier": "vs19_361_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_069/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (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": 22,
            "majority_cohesion_rate": 65.42,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 31367,
            "slug": "vs19_331_020",
            "identifier": "vs19_331_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_020/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.1011 ZANELLA LUANA (AVS) - Votazione Emendamento 3.1011 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.1011 DDL n. 1975",
            "description_title": "Emendamento 3.1011 ZANELLA LUANA (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": 22,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 36634,
            "slug": "vs19_439_001",
            "identifier": "vs19_439_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_001/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1000 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.1000 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.1000 DDL n. 2240",
            "description_title": "Emendamento 1.1000 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 32606,
            "slug": "vs19_361_008",
            "identifier": "vs19_361_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_008/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1532-bis/23 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1532-bis/23 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/23 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/23 AIELLO DAVIDE (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": 22,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 31375,
            "slug": "vs19_331_028",
            "identifier": "vs19_331_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_028/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.18 BONETTI ELENA (APERRE) - Votazione Emendamento 3.18 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.18 DDL n. 1975",
            "description_title": "Emendamento 3.18 BONETTI ELENA (APERRE)",
            "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": 65.55,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 31374,
            "slug": "vs19_331_027",
            "identifier": "vs19_331_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_027/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.17 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 3.17 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.17 DDL n. 1975",
            "description_title": "Emendamento 3.17 STUMPO NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 40569,
            "slug": "vs19_547_005",
            "identifier": "vs19_547_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_005/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-472 NF CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 5 DISP",
            "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": 22,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40486,
            "slug": "vs19_543_030",
            "identifier": "vs19_543_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_030/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 22,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.15
        }
    ]
}