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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=202",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=200",
    "results": [
        {
            "id": 27364,
            "slug": "vs19_233_045",
            "identifier": "vs19_233_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_045/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1606/75 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/1606/75 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/75 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/75 PROVENZANO GIUSEPPE (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": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 34841,
            "slug": "vs19_337_087",
            "identifier": "vs19_337_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_087/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 1.12 DI LAURO CARMEN (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.12 DI LAURO CARMEN (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 27371,
            "slug": "vs19_233_076",
            "identifier": "vs19_233_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_076/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1606/68 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1606/68 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/68 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/68 ZARATTI FILIBERTO (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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 27289,
            "slug": "vs19_233_012",
            "identifier": "vs19_233_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_012/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 34846,
            "slug": "vs19_337_096",
            "identifier": "vs19_337_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_096/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 5.3 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 5.3 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 34844,
            "slug": "vs19_337_092",
            "identifier": "vs19_337_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_092/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 3.5 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 3.5 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 27409,
            "slug": "vs19_236_048",
            "identifier": "vs19_236_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_048/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.7 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.7 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1630",
            "description_title": "Emendamento 2.7 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": 52,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 34003,
            "slug": "vs19_397_099",
            "identifier": "vs19_397_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_099/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/2119/38 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2119/38 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/38 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/38 GRIBAUDO 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 51.65,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 27401,
            "slug": "vs19_236_038",
            "identifier": "vs19_236_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_038/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.54 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.54 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.54 DDL n. 1630",
            "description_title": "Emendamento 1.54 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 40047,
            "slug": "vs19_519_046",
            "identifier": "vs19_519_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_046/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 46,
            "title": "ODG 9/2526/31 - Votazione Ordine del giorno 9/2526/31 ",
            "original_title": "Votazione Ordine del giorno 9/2526/31 ",
            "description_title": "ODG 9/2526/31",
            "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": 77,
            "majority_cohesion_rate": 66.8,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 35070,
            "slug": "vs19_337_042",
            "identifier": "vs19_337_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_042/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "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": 26,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 35068,
            "slug": "vs19_337_034",
            "identifier": "vs19_337_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_034/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 27404,
            "slug": "vs19_236_068",
            "identifier": "vs19_236_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_068/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 3.27 FENU EMILIANO (M5S) - Votazione Emendamento 3.27 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.27 DDL n. 1630",
            "description_title": "Emendamento 3.27 FENU EMILIANO (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": 18,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 36533,
            "slug": "vs19_435_046",
            "identifier": "vs19_435_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_046/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 46,
            "title": "Identici articoli aggiuntivi 4.01001 SCOTTO ARTURO (PD-IDP) e 4.01003 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 4.01001 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.01001 PDL n. 1573",
            "description_title": "Identici articoli aggiuntivi 4.01001 SCOTTO ARTURO (PD-IDP) e 4.01003 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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36534,
            "slug": "vs19_435_047",
            "identifier": "vs19_435_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_047/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 4.01002 AIELLO DAVIDE (M5S) - Votazione Emendamento 4.01002 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.01002 PDL n. 1573",
            "description_title": "Emendamento 4.01002 AIELLO DAVIDE (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": 14,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 33620,
            "slug": "vs19_384_063",
            "identifier": "vs19_384_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_063/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 14.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 27392,
            "slug": "vs19_236_049",
            "identifier": "vs19_236_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_049/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.8 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1630",
            "description_title": "Emendamento 2.8 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 40036,
            "slug": "vs19_519_035",
            "identifier": "vs19_519_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_035/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2526/7 - Votazione Ordine del giorno 9/2526/7 ",
            "original_title": "Votazione Ordine del giorno 9/2526/7 ",
            "description_title": "ODG 9/2526/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 27463,
            "slug": "vs19_236_012",
            "identifier": "vs19_236_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_012/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.21 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.21 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.21 DDL n. 1630",
            "description_title": "Emendamento 1.21 PAGANO UBALDO (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": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 35085,
            "slug": "vs19_337_052",
            "identifier": "vs19_337_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_052/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1691/16 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/16 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 27405,
            "slug": "vs19_236_058",
            "identifier": "vs19_236_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_058/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 3.4 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1630",
            "description_title": "Emendamento 3.4 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 35086,
            "slug": "vs19_337_053",
            "identifier": "vs19_337_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_053/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1691/17 GRIMALDI MARCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/17 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35082,
            "slug": "vs19_337_049",
            "identifier": "vs19_337_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_049/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (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": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 40.37
        },
        {
            "id": 27426,
            "slug": "vs19_236_074",
            "identifier": "vs19_236_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_074/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 3.40 FENU EMILIANO (M5S) - Votazione Emendamento 3.40 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.40 DDL n. 1630",
            "description_title": "Emendamento 3.40 FENU EMILIANO (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": 21,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27471,
            "slug": "vs19_236_052",
            "identifier": "vs19_236_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_052/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.12 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 2.12 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1630",
            "description_title": "Emendamento 2.12 LOVECCHIO GIORGIO (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": 57,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 34615,
            "slug": "vs19_387_012",
            "identifier": "vs19_387_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_012/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (IVICRE) - Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 35092,
            "slug": "vs19_337_059",
            "identifier": "vs19_337_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_059/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1691/23 ALIFANO ENRICA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/23 ALIFANO ENRICA (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 35094,
            "slug": "vs19_337_061",
            "identifier": "vs19_337_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_061/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1691/25 CARMINA IDA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/25 CARMINA IDA (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": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 27413,
            "slug": "vs19_236_073",
            "identifier": "vs19_236_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_073/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 3.36 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 3.36 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.36 DDL n. 1630",
            "description_title": "Emendamento 3.36 GRIPPO VALENTINA (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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27434,
            "slug": "vs19_236_042",
            "identifier": "vs19_236_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_042/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.58 MORFINO DANIELA (M5S) - Votazione Emendamento 1.58 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.58 DDL n. 1630",
            "description_title": "Emendamento 1.58 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27440,
            "slug": "vs19_236_055",
            "identifier": "vs19_236_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_055/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo aggiuntivo 2.01 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.01 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1630",
            "description_title": "Articolo aggiuntivo 2.01 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27489,
            "slug": "vs19_236_086",
            "identifier": "vs19_236_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_086/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1630/14 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1630/14 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/14 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/14 EVI ELEONORA (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 27443,
            "slug": "vs19_236_045",
            "identifier": "vs19_236_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_045/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 1.02 RAFFA ANGELA (M5S) - Votazione Emendamento 1.02 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1630",
            "description_title": "Articolo aggiuntivo 1.02 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": 28,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 40059,
            "slug": "vs19_521_002",
            "identifier": "vs19_521_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_002/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2527/5 - Votazione Ordine del giorno 9/2527/5 ",
            "original_title": "Votazione Ordine del giorno 9/2527/5 ",
            "description_title": "ODG 9/2527/5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 27398,
            "slug": "vs19_236_031",
            "identifier": "vs19_236_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_031/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.43 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.43 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.43 DDL n. 1630",
            "description_title": "Emendamento 1.43 LOMUTI ARNALDO (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": 65.43
        },
        {
            "id": 27402,
            "slug": "vs19_236_011",
            "identifier": "vs19_236_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_011/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1630",
            "description_title": "Emendamento 1.1 BONELLI ANGELO (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": 53,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 27406,
            "slug": "vs19_236_021",
            "identifier": "vs19_236_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_021/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.1001 FENU EMILIANO (M5S) - Votazione Emendamento 1.1001 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1001 DDL n. 1630",
            "description_title": "Emendamento 1.1001 FENU EMILIANO (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": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 35102,
            "slug": "vs19_337_069",
            "identifier": "vs19_337_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_069/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1691/33 D'ORSO VALENTINA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/33 D'ORSO VALENTINA (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": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 40.99
        },
        {
            "id": 27490,
            "slug": "vs19_236_075",
            "identifier": "vs19_236_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_075/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1630/1 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/1 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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 40064,
            "slug": "vs19_521_007",
            "identifier": "vs19_521_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_007/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2527/13 - Votazione Ordine del giorno 9/2527/13 ",
            "original_title": "Votazione Ordine del giorno 9/2527/13 ",
            "description_title": "ODG 9/2527/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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40071,
            "slug": "vs19_521_014",
            "identifier": "vs19_521_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_014/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2527/21 - Votazione Ordine del giorno 9/2527/21 ",
            "original_title": "Votazione Ordine del giorno 9/2527/21 ",
            "description_title": "ODG 9/2527/21",
            "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": 61.48,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 27420,
            "slug": "vs19_236_022",
            "identifier": "vs19_236_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_022/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S) - Votazione Emendamento 1.26 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.26 DDL n. 1630",
            "description_title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (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": 11,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27421,
            "slug": "vs19_236_057",
            "identifier": "vs19_236_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_057/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 3.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1630",
            "description_title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 34163,
            "slug": "vs19_397_022",
            "identifier": "vs19_397_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_022/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 4.1 CASO ANTONIO (M5S) - Votazione Emendamento 4.1 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.1 DDL n. 2119",
            "description_title": "Emendamento 4.1 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 27477,
            "slug": "vs19_236_071",
            "identifier": "vs19_236_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_071/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 3.31 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 3.31 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.31 DDL n. 1630",
            "description_title": "Emendamento 3.31 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 35108,
            "slug": "vs19_337_075",
            "identifier": "vs19_337_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_075/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1691/40 FONTANA ILARIA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/40 FONTANA ILARIA (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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 27418,
            "slug": "vs19_236_037",
            "identifier": "vs19_236_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_037/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.53 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1630",
            "description_title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 34004,
            "slug": "vs19_397_043",
            "identifier": "vs19_397_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_043/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 7.100 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 7.100 DDL n. 2119",
            "original_title": "Votazione Emendamento 7.100 DDL n. 2119",
            "description_title": "Emendamento 7.100 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 27494,
            "slug": "vs19_236_076",
            "identifier": "vs19_236_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_076/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1630/2 FILINI FRANCESCO (FDI) - Votazione Ordine del giorno 9/1630/2 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/2 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/2 FILINI FRANCESCO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 27497,
            "slug": "vs19_236_083",
            "identifier": "vs19_236_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_083/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.85
        }
    ]
}