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

{
    "count": 22941,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=171",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=169",
    "results": [
        {
            "id": 38031,
            "slug": "vs19_470_040",
            "identifier": "vs19_470_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_040/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2308/89 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/2308/89 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/89 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/89 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 34798,
            "slug": "vs19_337_004",
            "identifier": "vs19_337_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_004/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.19 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.19 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 34799,
            "slug": "vs19_337_005",
            "identifier": "vs19_337_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_005/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.20 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.20 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34801,
            "slug": "vs19_337_007",
            "identifier": "vs19_337_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_007/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.35 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 1.35 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 31473,
            "slug": "vs19_336_122",
            "identifier": "vs19_336_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_122/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 122,
            "title": "Ordine del giorno n. 9/1930/27 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1930/27 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/27 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/27 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 37816,
            "slug": "vs19_467_028",
            "identifier": "vs19_467_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_028/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2281/51 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/2281/51 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/51 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/51 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 37804,
            "slug": "vs19_467_016",
            "identifier": "vs19_467_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_016/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2281/36 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/2281/36 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/36 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/36 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34836,
            "slug": "vs19_337_082",
            "identifier": "vs19_337_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_082/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 1.10 QUARTINI ANDREA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.10 QUARTINI ANDREA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 34843,
            "slug": "vs19_337_089",
            "identifier": "vs19_337_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_089/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 1.202 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.202 COLUCCI ALFONSO (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 37324,
            "slug": "vs19_450_065",
            "identifier": "vs19_450_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_065/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/2084/5 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/2084/5 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/5 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/5 ASCARI STEFANIA (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": 31,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 35003,
            "slug": "vs19_335_049",
            "identifier": "vs19_335_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_049/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1937/53 BONELLI ANGELO (AVS)",
            "original_title": "Ordine del giorno n. 9/1937/53 BONELLI ANGELO (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": 31,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 52.17
        },
        {
            "id": 37332,
            "slug": "vs19_450_073",
            "identifier": "vs19_450_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_073/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2084/13 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/2084/13 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/13 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/13 ALIFANO ENRICA (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": 31,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 37326,
            "slug": "vs19_450_067",
            "identifier": "vs19_450_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_067/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/2084/7 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/2084/7 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/7 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/7 SILVESTRI FRANCESCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 37305,
            "slug": "vs19_450_046",
            "identifier": "vs19_450_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_046/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 46,
            "title": "Risoluzione n. 6-00164 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M-C) e GIGLIO VIGNA ALESSANDRO (LEGA) - Votazione Risoluzione 6_00164",
            "original_title": "Votazione Risoluzione 6_00164",
            "description_title": "Risoluzione n. 6-00164 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M-C) e GIGLIO VIGNA ALESSANDRO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 76.95,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 31593,
            "slug": "vs19_342_082",
            "identifier": "vs19_342_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_082/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 82,
            "title": "Conversione decreto svuota carceri",
            "original_title": "Votazione finale DDL n. 2002",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 4 luglio 2024, n. 92, recante misure urgenti in materia penitenziaria, di giustizia civile e penale e di personale del Ministero della Giustizia (Approvato dal Senato) (DDL 2002)",
            "public_title": "Conversione decreto svuota carceri",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 55.28
        },
        {
            "id": 35728,
            "slug": "vs19_409_048",
            "identifier": "vs19_409_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_048/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 3.113 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.113 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.113 DDL n. 1917",
            "description_title": "Emendamento 3.113 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35703,
            "slug": "vs19_409_023",
            "identifier": "vs19_409_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_023/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1027 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1027 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1027 DDL n. 1917",
            "description_title": "Emendamento 3.1027 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35792,
            "slug": "vs19_410_012",
            "identifier": "vs19_410_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_012/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1917/15 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1917/15 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/15 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/15 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35803,
            "slug": "vs19_410_023",
            "identifier": "vs19_410_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_023/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1917/29 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1917/29 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/29 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/29 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 31945,
            "slug": "vs19_349_033",
            "identifier": "vs19_349_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_033/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 37.01007 ASCARI STEFANIA (M5S) - Votazione Emendamento 37.01007 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01007 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01007 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 31664,
            "slug": "vs19_342_040",
            "identifier": "vs19_342_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_040/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2002/44 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/2002/44 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/44 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/44 SCUTELLA' ELISA (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": 31,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34979,
            "slug": "vs19_335_025",
            "identifier": "vs19_335_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_025/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1937/26 AIELLO DAVIDE (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/26 AIELLO DAVIDE (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 55.28
        },
        {
            "id": 35785,
            "slug": "vs19_410_005",
            "identifier": "vs19_410_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_005/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1917/8 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1917/8 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/8 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/8 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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35844,
            "slug": "vs19_413_028",
            "identifier": "vs19_413_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_028/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 7.5 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.5 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.5 DDL n. 2196",
            "description_title": "Emendamento 7.5 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 69.01,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35845,
            "slug": "vs19_413_029",
            "identifier": "vs19_413_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_029/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 7.7 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.7 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.7 DDL n. 2196",
            "description_title": "Emendamento 7.7 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34966,
            "slug": "vs19_335_012",
            "identifier": "vs19_335_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_012/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1937/13 ROGGIANI SILVIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/13 ROGGIANI SILVIA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 53.42
        },
        {
            "id": 38030,
            "slug": "vs19_470_039",
            "identifier": "vs19_470_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_039/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2308/88 PANDOLFO ALBERTO (PD-IDP) - Votazione Ordine del giorno 9/2308/88 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/88 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/88 PANDOLFO ALBERTO (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": 31,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 34967,
            "slug": "vs19_335_013",
            "identifier": "vs19_335_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_013/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1937/14 DE LUCA PIERO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/14 DE LUCA PIERO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 53.42
        },
        {
            "id": 35846,
            "slug": "vs19_413_030",
            "identifier": "vs19_413_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_030/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 7.6 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.6 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.6 DDL n. 2196",
            "description_title": "Emendamento 7.6 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 69.83,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 35850,
            "slug": "vs19_413_034",
            "identifier": "vs19_413_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_034/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 7.03 DORI DEVIS (AVS) - Votazione Emendamento 7.03 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.03 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 7.03 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 71.49,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 31926,
            "slug": "vs19_349_013",
            "identifier": "vs19_349_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_013/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 35.1 MAURI MATTEO (PD-IDP) - Votazione Emendamento 35.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 35.1 DDL n. 1660",
            "description_title": "Emendamento 35.1 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 35839,
            "slug": "vs19_413_023",
            "identifier": "vs19_413_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_023/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 7.1 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.1 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.1 DDL n. 2196",
            "description_title": "Emendamento 7.1 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 69.42,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 31739,
            "slug": "vs19_343_006",
            "identifier": "vs19_343_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_343_006/?format=api",
            "sitting": {
                "id": 1769,
                "date": "2024-09-10",
                "number": 343,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.5 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.5 DDL n. 1660",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1660",
            "description_title": "Emendamento 1.5 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 77.5
        },
        {
            "id": 32076,
            "slug": "vs19_349_043",
            "identifier": "vs19_349_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_043/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1660/8 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1660/8 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/8 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/8 GRIMALDI MARCO (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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 31882,
            "slug": "vs19_349_030",
            "identifier": "vs19_349_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_030/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo aggiuntivo 37.01003 ASCARI STEFANIA (M5S) - Votazione Emendamento 37.01003 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01003 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01003 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 35975,
            "slug": "vs19_422_022",
            "identifier": "vs19_422_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_022/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2183/85 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/2183/85 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/85 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/85 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35959,
            "slug": "vs19_422_006",
            "identifier": "vs19_422_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_006/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2183/16 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2183/16 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/16 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/16 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": 31,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35961,
            "slug": "vs19_422_008",
            "identifier": "vs19_422_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_008/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2183/49 ROMEO NADIA (PD-IDP) - Votazione Ordine del giorno 9/2183/49 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/49 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/49 ROMEO NADIA (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": 31,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36076,
            "slug": "vs19_426_021",
            "identifier": "vs19_426_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_021/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso sedicesimo 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 sedicesimo 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": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33545,
            "slug": "vs19_381_025",
            "identifier": "vs19_381_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_025/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 25,
            "title": "DDL 2128 - ODG N. 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2128 - ODG N. 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 38882,
            "slug": "vs19_491_048",
            "identifier": "vs19_491_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_048/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 48,
            "title": "EM 10.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 33529,
            "slug": "vs19_380_014",
            "identifier": "vs19_380_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_014/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 14,
            "title": "TU DDL 1168 E ABB-A - EM 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "TU DDL 1168 E ABB-A - EM 1.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38884,
            "slug": "vs19_491_050",
            "identifier": "vs19_491_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_050/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 10.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 36179,
            "slug": "vs19_429_016",
            "identifier": "vs19_429_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_016/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2184/31 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2184/31 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/31 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/31 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": 31,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40435,
            "slug": "vs19_540_002",
            "identifier": "vs19_540_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_002/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00196 BRAGA CHIARA (PD-IDP), RICCIARDI RICCARDO (M5S), ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00196",
            "original_title": "Votazione Risoluzione 6_00196",
            "description_title": "Risoluzione n. 6-00196 BRAGA CHIARA (PD-IDP), RICCIARDI RICCARDO (M5S), ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38892,
            "slug": "vs19_491_058",
            "identifier": "vs19_491_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_058/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 58,
            "title": "EM 10.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38918,
            "slug": "vs19_491_091",
            "identifier": "vs19_491_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_091/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 91,
            "title": "EM 17.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.3",
            "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": 31,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 38929,
            "slug": "vs19_491_111",
            "identifier": "vs19_491_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_111/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 111,
            "title": "EM 26.1, 26.1002, 26.1011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1, 26.1002, 26.1011",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 38957,
            "slug": "vs19_491_144",
            "identifier": "vs19_491_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_144/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 144,
            "title": "MOZ 1-448 CPV 1 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 1 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 36345,
            "slug": "vs19_431_064",
            "identifier": "vs19_431_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_064/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/2245/38 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/2245/38 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/38 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/38 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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 62.42
        }
    ]
}