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

{
    "count": 22950,
    "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=180",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=178",
    "results": [
        {
            "id": 22704,
            "slug": "vs19_128_043",
            "identifier": "vs19_128_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_043/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1238/43 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/1238/43 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/43 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/43 BOLDRINI LAURA (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": 5,
            "n_margin": 30,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18416,
            "slug": "vs19_027_117",
            "identifier": "vs19_027_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_117/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 117,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione nota di variazione DDL n. 0643-bis",
            "description_title": "Nota di variazioni al bilancio di previsione dello Stato per l'anno 2023 e bilancio pluriennale per il triennio 2023-2025",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Nota di variazione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 18548,
            "slug": "vs19_027_036",
            "identifier": "vs19_027_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_036/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/643-BIS/21 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/21 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/21 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/21 BERRUTO MAURO (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": 30,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 88.89
        },
        {
            "id": 24096,
            "slug": "vs19_160_032",
            "identifier": "vs19_160_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_032/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1364/4 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1364/4 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/4 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/4 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29661,
            "slug": "vs19_260_056",
            "identifier": "vs19_260_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_056/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 2.14 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.14 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.14 DDL n. 1759",
            "description_title": "Emendamento 2.14 L'ABBATE PATTY (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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29022,
            "slug": "vs19_265_011",
            "identifier": "vs19_265_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_011/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 21.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 21.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 21.600, DDL n. 1435",
            "description_title": "Emendamento 21.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 19737,
            "slug": "vs19_057_030",
            "identifier": "vs19_057_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_030/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/888/63 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/888/63 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/63 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/63 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24086,
            "slug": "vs19_160_035",
            "identifier": "vs19_160_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_035/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1364/8 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1364/8 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/8 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/8 CAROTENUTO DARIO (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": 30,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28625,
            "slug": "vs19_252_059",
            "identifier": "vs19_252_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_059/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 5.7 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.7 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.7 PDL n. 0703",
            "description_title": "Emendamento 5.7 BARBAGALLO ANTHONY EMANUELE (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": 30,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29700,
            "slug": "vs19_260_095",
            "identifier": "vs19_260_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_095/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 95,
            "title": "Identici emendamenti 3.8 EVI ELEONORA (AVS) e 3.9 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.8 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1759",
            "description_title": "Identici emendamenti 3.8 EVI ELEONORA (AVS) e 3.9 BARZOTTI 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 29808,
            "slug": "vs19_261_121",
            "identifier": "vs19_261_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_121/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 121,
            "title": "Emendamento 15.111 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.111 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.111 DDL n. 1435",
            "description_title": "Emendamento 15.111 TRAVERSI ROBERTO (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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29696,
            "slug": "vs19_260_091",
            "identifier": "vs19_260_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_091/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1759",
            "description_title": "Emendamento 3.1 PELUFFO VINICIO GIUSEPPE GUIDO (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": 30,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 18611,
            "slug": "vs19_027_100",
            "identifier": "vs19_027_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_100/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/643-BIS/189 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/643-BIS/189 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/189 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/189 FONTANA ILARIA (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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 21139,
            "slug": "vs19_097_092",
            "identifier": "vs19_097_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_092/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 92,
            "title": "Subemendamento 0.11.0100.1 ONORI FEDERICA (M5S) - Votazione Emendamento 0.11.0100.1 PDL n. 0859",
            "original_title": "Votazione Emendamento 0.11.0100.1 PDL n. 0859",
            "description_title": "Subemendamento 0.11.0100.1 ONORI FEDERICA (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": 30,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 18559,
            "slug": "vs19_027_067",
            "identifier": "vs19_027_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_067/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/643-BIS/105 MANCINI CLAUDIO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/105 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/105 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/105 MANCINI CLAUDIO (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": 30,
            "majority_cohesion_rate": 84.81,
            "minority_cohesion_rate": 88.27
        },
        {
            "id": 21810,
            "slug": "vs19_117_003",
            "identifier": "vs19_117_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_117_003/?format=api",
            "sitting": {
                "id": 1398,
                "date": "2023-06-09",
                "number": 117,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1195/8 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1195/8 DDL n. 1195",
            "original_title": "Votazione Ordine del giorno 9/1195/8 DDL n. 1195",
            "description_title": "Ordine del giorno n. 9/1195/8 FORATTINI ANTONELLA (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": 30,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 19877,
            "slug": "vs19_072_085",
            "identifier": "vs19_072_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_085/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 5.17 QUARTINI ANDREA (M5S) - Votazione Emendamento 5.17 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.17 DDL n. 0977",
            "description_title": "Emendamento 5.17 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 18415,
            "slug": "vs19_027_013",
            "identifier": "vs19_027_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_013/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 13,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 10 DDL n. 0643-bis",
            "description_title": "Articolo 10",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 89.03,
            "minority_cohesion_rate": 91.36
        },
        {
            "id": 25965,
            "slug": "vs19_213_020",
            "identifier": "vs19_213_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_020/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1601/28 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1601/28 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/28 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/28 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29665,
            "slug": "vs19_260_060",
            "identifier": "vs19_260_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_060/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo aggiuntivo 2.020 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.020 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.020 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.020 L'ABBATE PATTY (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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 18577,
            "slug": "vs19_027_101",
            "identifier": "vs19_027_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_101/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/643-BIS/190 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/643-BIS/190 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/190 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/190 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 35019,
            "slug": "vs19_336_027",
            "identifier": "vs19_336_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_027/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 4.2 GNASSI ANDREA (PD-IDP)",
            "original_title": "Emendamento 4.2 GNASSI ANDREA (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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 36265,
            "slug": "vs19_430_003",
            "identifier": "vs19_430_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_003/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2184/56 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2184/56 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/56 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/56 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": 30,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 36309,
            "slug": "vs19_431_028",
            "identifier": "vs19_431_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_028/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2245/57 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/2245/57 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/57 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/57 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 26671,
            "slug": "vs19_220_083",
            "identifier": "vs19_220_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_083/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1627/94 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1627/94 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/94 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/94 GHIRRA FRANCESCA (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": 30,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 26633,
            "slug": "vs19_220_157",
            "identifier": "vs19_220_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_157/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 157,
            "title": "Ordine del giorno n. 9/1627/205 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/205 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/205 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/205 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 30,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 38808,
            "slug": "vs19_491_061",
            "identifier": "vs19_491_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_061/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 61,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 36271,
            "slug": "vs19_430_009",
            "identifier": "vs19_430_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_009/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2184/84 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/2184/84 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/84 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/84 DI BIASE MICHELA (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": 30,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34319,
            "slug": "vs19_392_018",
            "identifier": "vs19_392_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_018/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2150/26 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/2150/26 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/26 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/26 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 36264,
            "slug": "vs19_430_002",
            "identifier": "vs19_430_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_002/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2184/55 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2184/55 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/55 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/55 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 26672,
            "slug": "vs19_220_046",
            "identifier": "vs19_220_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_046/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1627/31 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1627/31 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/31 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/31 GIRELLI GIAN ANTONIO (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": 30,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 36268,
            "slug": "vs19_430_006",
            "identifier": "vs19_430_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_006/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2184/72 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2184/72 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/72 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/72 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": 30,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36314,
            "slug": "vs19_431_033",
            "identifier": "vs19_431_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_033/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2245/62 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2245/62 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/62 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/62 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 26548,
            "slug": "vs19_220_020",
            "identifier": "vs19_220_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_020/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1627",
            "original_title": "Votazione Articolo 14 DDL n. 1627",
            "description_title": "Articolo 14",
            "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": 30,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26501,
            "slug": "vs19_219_071",
            "identifier": "vs19_219_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_071/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 1.71 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 1.71 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.71 DDL n. 1627",
            "description_title": "Emendamento 1.71 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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 26664,
            "slug": "vs19_220_089",
            "identifier": "vs19_220_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_089/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/1627/101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1627/101 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/101 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/101 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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 26494,
            "slug": "vs19_219_076",
            "identifier": "vs19_219_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_076/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 1.76 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.76 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.76 DDL n. 1627",
            "description_title": "Emendamento 1.76 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": 30,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 37998,
            "slug": "vs19_470_007",
            "identifier": "vs19_470_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_007/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2308/18 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/2308/18 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/18 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/18 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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 32237,
            "slug": "vs19_328_013",
            "identifier": "vs19_328_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_013/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1896/29 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1896/29 DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/29 DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/29 DI SANZO CHRISTIAN DIEGO (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": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 36064,
            "slug": "vs19_426_009",
            "identifier": "vs19_426_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_009/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, PAVANELLI EMMA (M5S) ed altri - Votazione Mozione 1_00376",
            "original_title": "Votazione Mozione 1_00376",
            "description_title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, PAVANELLI EMMA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 33521,
            "slug": "vs19_381_033",
            "identifier": "vs19_381_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_033/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 33,
            "title": "ODG 9/2128/10 - Votazione Ordine del giorno 9/2128/10 ",
            "original_title": "Votazione Ordine del giorno 9/2128/10 ",
            "description_title": "ODG 9/2128/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 35979,
            "slug": "vs19_422_026",
            "identifier": "vs19_422_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_026/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2183/89 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/2183/89 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/89 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/89 SCERRA FILIPPO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 35960,
            "slug": "vs19_422_007",
            "identifier": "vs19_422_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_007/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2183/19 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/2183/19 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/19 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/19 MARINO MARIA STEFANIA (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": 30,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 32229,
            "slug": "vs19_328_005",
            "identifier": "vs19_328_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_005/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1896/15 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1896/15 DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/15 DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/15 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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 34831,
            "slug": "vs19_337_039",
            "identifier": "vs19_337_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_039/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.31 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 3.31 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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 35957,
            "slug": "vs19_422_004",
            "identifier": "vs19_422_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_004/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2183/13 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/2183/13 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/13 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/13 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34837,
            "slug": "vs19_337_083",
            "identifier": "vs19_337_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_083/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 1.11 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.11 SPORTIELLO GILDA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 37995,
            "slug": "vs19_470_004",
            "identifier": "vs19_470_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_004/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2308/14 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/2308/14 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/14 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/14 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 34840,
            "slug": "vs19_337_086",
            "identifier": "vs19_337_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_086/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 1.17 PENZA PASQUALINO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.17 PENZA PASQUALINO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 26083,
            "slug": "vs19_216_008",
            "identifier": "vs19_216_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_008/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.2 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1555",
            "description_title": "Emendamento 1.2 PELUFFO VINICIO GIUSEPPE GUIDO (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": 30,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 55.56
        }
    ]
}