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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=237",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=235",
    "results": [
        {
            "id": 22403,
            "slug": "vs19_134_065",
            "identifier": "vs19_134_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_065/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0384",
            "original_title": "Votazione Articolo 5 PDL n. 0384",
            "description_title": "Articolo 5",
            "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": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 37607,
            "slug": "vs19_460_018",
            "identifier": "vs19_460_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_018/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 2139",
            "original_title": "Votazione Articolo 9 DDL n. 2139",
            "description_title": "Articolo 9",
            "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": 86,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37622,
            "slug": "vs19_460_010",
            "identifier": "vs19_460_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_010/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 4.02 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.02 DDL n. 2139",
            "original_title": "Votazione Emendamento 4.02 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 4.02 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 22497,
            "slug": "vs19_134_057",
            "identifier": "vs19_134_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_057/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 3.170 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.170 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.170 PDL n. 0384",
            "description_title": "Emendamento 3.170 FARAONE DAVIDE (AIV-RE)",
            "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": 23,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27758,
            "slug": "vs19_239_054",
            "identifier": "vs19_239_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_054/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 12.20 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.20 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.20 DDL n. 1515",
            "description_title": "Emendamento 12.20 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 37631,
            "slug": "vs19_460_026",
            "identifier": "vs19_460_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_026/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 12.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 12.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2139",
            "description_title": "Emendamento 12.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37634,
            "slug": "vs19_460_029",
            "identifier": "vs19_460_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_029/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 12.5 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 12.5 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.5 DDL n. 2139",
            "description_title": "Emendamento 12.5 BONAFE' SIMONA (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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 37648,
            "slug": "vs19_460_048",
            "identifier": "vs19_460_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_048/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 17.3 PENZA PASQUALINO (M5S) - Votazione Emendamento 17.3 DDL n. 2139",
            "original_title": "Votazione Emendamento 17.3 DDL n. 2139",
            "description_title": "Emendamento 17.3 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 22467,
            "slug": "vs19_134_062",
            "identifier": "vs19_134_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_062/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 3.90 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 3.90 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.90 PDL n. 0384",
            "description_title": "Emendamento 3.90 GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 32526,
            "slug": "vs19_361_073",
            "identifier": "vs19_361_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_073/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1532-bis/95 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/95 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 24983,
            "slug": "vs19_196_028",
            "identifier": "vs19_196_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_028/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1437/31 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/31 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": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 40135,
            "slug": "vs19_524_029",
            "identifier": "vs19_524_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_029/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2551/72 - Votazione Ordine del giorno 9/2551/72 ",
            "original_title": "Votazione Ordine del giorno 9/2551/72 ",
            "description_title": "ODG 9/2551/72",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 24979,
            "slug": "vs19_196_010",
            "identifier": "vs19_196_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_010/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1437/12 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/1437/12 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/12 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/12 GHIO VALENTINA (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": 17,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 25000,
            "slug": "vs19_196_009",
            "identifier": "vs19_196_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_009/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1437/11 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1437/11 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/11 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/11 DE LUCA PIERO (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": 18,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 25188,
            "slug": "vs19_200_027",
            "identifier": "vs19_200_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_027/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1551/28 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1551/28 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/28 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/28 ZINGARETTI NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29550,
            "slug": "vs19_187_048",
            "identifier": "vs19_187_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_048/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1416/69 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1416/69 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/69 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/69 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24786,
            "slug": "vs19_184_090",
            "identifier": "vs19_184_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_090/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1406/11 DE MICHELI PAOLA (PD-IDP) - Votazione Ordine del giorno 9/1406/11 DDL n. 1406",
            "original_title": "Votazione Ordine del giorno 9/1406/11 DDL n. 1406",
            "description_title": "Ordine del giorno n. 9/1406/11 DE MICHELI PAOLA (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": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26760,
            "slug": "vs19_222_048",
            "identifier": "vs19_222_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_048/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.8 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1624",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1624",
            "description_title": "Emendamento 2.8 PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 32319,
            "slug": "vs19_349_078",
            "identifier": "vs19_349_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_078/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1660/45 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1660/45 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/45 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/45 SCARPA RACHELE (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 24462,
            "slug": "vs19_184_022",
            "identifier": "vs19_184_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_022/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.19 TODDE ALESSANDRA (M5S) - Votazione Emendamento 2.19 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.19 DDL n. 1406",
            "description_title": "Emendamento 2.19 TODDE ALESSANDRA (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": 21,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 32090,
            "slug": "vs19_349_046",
            "identifier": "vs19_349_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_046/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1660/12 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1660/12 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/12 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/12 BENZONI FABRIZIO (APERRE)",
            "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": 24,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 22194,
            "slug": "vs19_147_011",
            "identifier": "vs19_147_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_011/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.14 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.14 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.14 PDL n. 0887",
            "description_title": "Emendamento 1.14 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": 10,
            "n_margin": 40,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 26777,
            "slug": "vs19_222_044",
            "identifier": "vs19_222_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_044/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 2.4 ONORI FEDERICA (M5S) - Votazione Emendamento 2.4 DDL n. 1624",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1624",
            "description_title": "Emendamento 2.4 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": 5,
            "n_margin": 55,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 29549,
            "slug": "vs19_187_047",
            "identifier": "vs19_187_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_047/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1416/68 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1416/68 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/68 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/68 ROGGIANI SILVIA (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": 35,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24454,
            "slug": "vs19_184_080",
            "identifier": "vs19_184_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_080/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 80,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1406",
            "original_title": "Votazione Articolo 7 DDL n. 1406",
            "description_title": "Articolo 7",
            "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": 85,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24616,
            "slug": "vs19_184_077",
            "identifier": "vs19_184_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_077/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 6.23 APPENDINO CHIARA (M5S) - Votazione Emendamento 6.23 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.23 DDL n. 1406",
            "description_title": "Emendamento 6.23 APPENDINO CHIARA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22387,
            "slug": "vs19_147_041",
            "identifier": "vs19_147_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_041/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/887 E ABB./19 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/887 E ABB./19 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./19 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./19 ZAN ALESSANDRO (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24198,
            "slug": "vs19_168_047",
            "identifier": "vs19_168_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_047/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1373/36, nel testo riformulato, CANDIANI STEFANO (LEGA) - Votazione Ordine del giorno 9/1373/36, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/36, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/36, nel testo riformulato, CANDIANI STEFANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 35130,
            "slug": "vs19_350_019",
            "identifier": "vs19_350_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_019/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 22614,
            "slug": "vs19_153_034",
            "identifier": "vs19_153_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_034/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 34,
            "title": "Legge sull'oblio oncologico",
            "original_title": "Votazione finale PDL n. 0249",
            "description_title": "Disposizioni per la prevenzione delle discriminazioni e la tutela dei diritti delle persone che sono state affette da malattie oncologiche (TESTO UNIFICATO PDL 249-413-690-744-885-959-1013-1066-1182-1200)",
            "public_title": "Legge sull'oblio oncologico",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22313,
            "slug": "vs19_150_016",
            "identifier": "vs19_150_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_016/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1239/32 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1239/32 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/32 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/32 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": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 24604,
            "slug": "vs19_184_078",
            "identifier": "vs19_184_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_078/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 6.24 PAVANELLI EMMA (M5S) - Votazione Emendamento 6.24 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.24 DDL n. 1406",
            "description_title": "Emendamento 6.24 PAVANELLI EMMA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24557,
            "slug": "vs19_184_074",
            "identifier": "vs19_184_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_074/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 6.20 PAVANELLI EMMA (M5S) - Votazione Emendamento 6.20 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.20 DDL n. 1406",
            "description_title": "Emendamento 6.20 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22290,
            "slug": "vs19_146_044",
            "identifier": "vs19_146_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_044/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1194/R/72 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1194/R/72 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/72 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/72 SCARPA RACHELE (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": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22352,
            "slug": "vs19_146_057",
            "identifier": "vs19_146_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_057/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1194/R/59, come riformulato, MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1194/R/59, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/59, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/59, come riformulato, MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 137,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 32006,
            "slug": "vs19_348_026",
            "identifier": "vs19_348_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_026/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 24.1000 GIULIANO CARLA (M5S) - Votazione Emendamento 24.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 24.1000 DDL n. 1660",
            "description_title": "Emendamento 24.1000 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 35129,
            "slug": "vs19_350_018",
            "identifier": "vs19_350_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_018/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32100,
            "slug": "vs19_349_052",
            "identifier": "vs19_349_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_052/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1660/18 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1660/18 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/18 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/18 CARMINA IDA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 32030,
            "slug": "vs19_349_009",
            "identifier": "vs19_349_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_009/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 34.01000 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 34.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 34.01000 MAGI RICCARDO (M-+EUR)",
            "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": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 26826,
            "slug": "vs19_227_046",
            "identifier": "vs19_227_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_046/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 46,
            "title": "Modifiche in materia di prescrizione",
            "original_title": "Votazione finale PDL n. 0893",
            "description_title": "Modifiche al codice penale e al codice di procedura penale in materia di prescrizione (DDL 893 e abbinate PDL 745-1036-1380)",
            "public_title": "Modifiche in materia di prescrizione",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 29505,
            "slug": "vs19_187_003",
            "identifier": "vs19_187_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_003/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1416/12 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1416/12 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/12 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/12 BALDINO VITTORIA (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": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26753,
            "slug": "vs19_222_054",
            "identifier": "vs19_222_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_054/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 3.6 BONELLI ANGELO (AVS) - Votazione Emendamento 3.6 DDL n. 1624",
            "original_title": "Votazione Emendamento 3.6 DDL n. 1624",
            "description_title": "Emendamento 3.6 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22329,
            "slug": "vs19_150_024",
            "identifier": "vs19_150_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_024/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1239/43 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1239/43 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/43 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/43 BONELLI ANGELO (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": 6,
            "n_margin": 40,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 24067,
            "slug": "vs19_160_030",
            "identifier": "vs19_160_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_030/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1364/2 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/2 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22277,
            "slug": "vs19_150_048",
            "identifier": "vs19_150_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_048/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1239/92 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1239/92 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/92 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/92 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25363,
            "slug": "vs19_204_069",
            "identifier": "vs19_204_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_069/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 69,
            "title": "Mozione n. 1-00220, limitatamente al capoverso secondo della parte dispositiva, RUFFINO DANIELA (APERRE) ed altri - Votazione Mozione 1_00220",
            "original_title": "Votazione Mozione 1_00220",
            "description_title": "Mozione n. 1-00220, limitatamente al capoverso secondo della parte dispositiva, RUFFINO DANIELA (APERRE) 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": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 22347,
            "slug": "vs19_146_058",
            "identifier": "vs19_146_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_058/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1194/R/60, come riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1194/R/60, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/60, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/60, come riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 138,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 24093,
            "slug": "vs19_160_046",
            "identifier": "vs19_160_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_046/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1364/20 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1364/20 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/20 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/20 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 137,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 32073,
            "slug": "vs19_349_045",
            "identifier": "vs19_349_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_045/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1660/11 CAPPELLACCI UGO (FI-PPE) - Votazione Ordine del giorno 9/1660/11 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/11 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/11 CAPPELLACCI UGO (FI-PPE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 136,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 26862,
            "slug": "vs19_228_009",
            "identifier": "vs19_228_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_009/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 9,
            "title": "Risoluzione n. 6-00088, sul capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Risoluzione 6_00088",
            "original_title": "Votazione Risoluzione 6_00088",
            "description_title": "Risoluzione n. 6-00088, sul capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT)",
            "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": 92,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 46.91
        }
    ]
}