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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=356",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=354",
    "results": [
        {
            "id": 33517,
            "slug": "vs19_377_119",
            "identifier": "vs19_377_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_119/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 119,
            "title": "EM 25.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.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": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 22362,
            "slug": "vs19_150_027",
            "identifier": "vs19_150_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_027/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1239/47, come riformulato, SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1239/47, DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/47, DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/47, come riformulato, SERRACCHIANI DEBORA (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": 119,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 22286,
            "slug": "vs19_150_035",
            "identifier": "vs19_150_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_035/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1239/67 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1239/67 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/67 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/67 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 34081,
            "slug": "vs19_388_157",
            "identifier": "vs19_388_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_157/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 157,
            "title": "Subemendamento 0.28.5000.7 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 0.28.5000.7 DDL n. 2022",
            "original_title": "Votazione Emendamento 0.28.5000.7 DDL n. 2022",
            "description_title": "Subemendamento 0.28.5000.7 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 30700,
            "slug": "vs19_309_190",
            "identifier": "vs19_309_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_190/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 190,
            "title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE) - Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (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": 29,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30979,
            "slug": "vs19_317_003",
            "identifier": "vs19_317_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_003/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1933/3 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1933/3 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/3 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/3 MANZI IRENE (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": 27,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 55.28
        },
        {
            "id": 30987,
            "slug": "vs19_317_057",
            "identifier": "vs19_317_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_057/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1933/67 MANCINI CLAUDIO (PD-IDP) - Votazione Ordine del giorno 9/1933/67 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/67 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/67 MANCINI CLAUDIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 22613,
            "slug": "vs19_153_019",
            "identifier": "vs19_153_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_019/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 5.0100 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 5.0100 PDL n. 0418",
            "original_title": "Votazione Emendamento 5.0100 PDL n. 0418",
            "description_title": "Articolo aggiuntivo 5.0100 ORRICO ANNA LAURA (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": 20,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 24680,
            "slug": "vs19_184_100",
            "identifier": "vs19_184_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_100/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 100,
            "title": "Risoluzione n. 6-00063, come riformulata, sulla restante parte, DEL BARBA MAURO (AIV-RE) ed altri - Votazione Risoluzione 6_00063",
            "original_title": "Votazione Risoluzione 6_00063",
            "description_title": "Risoluzione n. 6-00063, come riformulata, sulla restante parte, DEL BARBA MAURO (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 90,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 22593,
            "slug": "vs19_153_012",
            "identifier": "vs19_153_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_012/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 4.11 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 4.11 PDL n. 0418",
            "original_title": "Votazione Emendamento 4.11 PDL n. 0418",
            "description_title": "Emendamento 4.11 ORRICO ANNA LAURA (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": 28,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 32558,
            "slug": "vs19_365_034",
            "identifier": "vs19_365_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_034/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 34,
            "title": "RIS 6-138 - 2 CPV DISP - Votazione Risoluzione 6_00138",
            "original_title": "Votazione Risoluzione 6_00138",
            "description_title": "RIS 6-138 - 2 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 100,
            "majority_cohesion_rate": 77.08,
            "minority_cohesion_rate": 44.65
        },
        {
            "id": 32559,
            "slug": "vs19_365_029",
            "identifier": "vs19_365_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_029/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 29,
            "title": "RIS 6-137 - 3 CPV DISP - Votazione Risoluzione 6_00137",
            "original_title": "Votazione Risoluzione 6_00137",
            "description_title": "RIS 6-137 - 3 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 76,
            "majority_cohesion_rate": 77.92,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 33477,
            "slug": "vs19_377_088",
            "identifier": "vs19_377_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_088/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 88,
            "title": "EM 18.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 24464,
            "slug": "vs19_184_026",
            "identifier": "vs19_184_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_026/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.23  PAVANELLI EMMA (M5S) - Votazione Emendamento 2.23 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.23 DDL n. 1406",
            "description_title": "Emendamento 2.23  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": 31,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 33452,
            "slug": "vs19_377_147",
            "identifier": "vs19_377_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_147/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 147,
            "title": "MOZ 1-346 CPV RESTANTI DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-346 CPV RESTANTI DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 98,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 24591,
            "slug": "vs19_184_086",
            "identifier": "vs19_184_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_086/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 86,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1406",
            "original_title": "Votazione Articolo 9 DDL n. 1406",
            "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": 2,
            "n_margin": 85,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22600,
            "slug": "vs19_153_007",
            "identifier": "vs19_153_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_007/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.15 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.15 PDL n. 0418",
            "original_title": "Votazione Emendamento 3.15 PDL n. 0418",
            "description_title": "Emendamento 3.15 ORRICO ANNA LAURA (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": 38,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 32566,
            "slug": "vs19_365_014",
            "identifier": "vs19_365_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_014/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 14,
            "title": "RIS 6-134 - 3 CPV DISP LETT C - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 3 CPV DISP LETT C",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 103,
            "majority_cohesion_rate": 78.33,
            "minority_cohesion_rate": 44.03
        },
        {
            "id": 22643,
            "slug": "vs19_153_022",
            "identifier": "vs19_153_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_022/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/418/5, nel testo riformulato, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/418/5, PDL n. 0418",
            "original_title": "Votazione Ordine del giorno 9/418/5, PDL n. 0418",
            "description_title": "Ordine del giorno n. 9/418/5, nel testo riformulato, BONELLI ANGELO (AVS)",
            "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": 131,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30961,
            "slug": "vs19_318_007",
            "identifier": "vs19_318_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_007/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00302 PROVENZANO GIUSEPPE (PD-IDP) ed altri - Votazione Mozione 1_00302",
            "original_title": "Votazione Mozione 1_00302",
            "description_title": "Mozione n. 1-00302 PROVENZANO GIUSEPPE (PD-IDP) 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": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 25607,
            "slug": "vs19_210_045",
            "identifier": "vs19_210_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_045/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 10.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1341",
            "description_title": "Emendamento 10.2 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": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30133,
            "slug": "vs19_283_039",
            "identifier": "vs19_283_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_039/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/836/7 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/836/7 PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/7 PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/7 FERRARI SARA (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": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 30890,
            "slug": "vs19_318_004",
            "identifier": "vs19_318_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_004/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00299, limitatamente ai capoversi terzo, quarto, quinto, sesto e settimo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00299",
            "original_title": "Votazione Mozione 1_00299",
            "description_title": "Mozione n. 1-00299, limitatamente ai capoversi terzo, quarto, quinto, sesto e settimo della parte dispositiva, ZANELLA LUANA (AVS) 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": 69,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 32.3
        },
        {
            "id": 23958,
            "slug": "vs19_154_068",
            "identifier": "vs19_154_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_068/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1038-B/20 PASTORINO LUCA (MISTO) - Votazione Ordine del giorno 9/1038-B/20 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/20 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/20 PASTORINO LUCA (MISTO)",
            "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": 42,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 23888,
            "slug": "vs19_154_015",
            "identifier": "vs19_154_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_015/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1038-B",
            "original_title": "Votazione Articolo 14 DDL n. 1038-B",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25628,
            "slug": "vs19_210_068",
            "identifier": "vs19_210_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_068/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo aggiuntivo 17.02 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 17.02 DDL n. 1341",
            "original_title": "Votazione Emendamento 17.02 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 17.02 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 33586,
            "slug": "vs19_381_030",
            "identifier": "vs19_381_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_030/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2128/7 RIF - Votazione Ordine del giorno 9/2128/7 ",
            "original_title": "Votazione Ordine del giorno 9/2128/7 ",
            "description_title": "ODG 9/2128/7 RIF",
            "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": 119,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 25636,
            "slug": "vs19_210_085",
            "identifier": "vs19_210_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_085/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 19.1 MANZI IRENE (PD-IDP), 19.2 ORRICO ANNA LAURA (M5S) e 19.3 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 19.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 19.1 DDL n. 1341",
            "description_title": "Identici emendamenti 19.1 MANZI IRENE (PD-IDP), 19.2 ORRICO ANNA LAURA (M5S) e 19.3 PICCOLOTTI ELISABETTA (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": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 34458,
            "slug": "vs19_388_057",
            "identifier": "vs19_388_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_057/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 12.5 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 12.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 12.5 DDL n. 2022",
            "description_title": "Emendamento 12.5 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 55.79,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 23918,
            "slug": "vs19_154_023",
            "identifier": "vs19_154_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_023/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 17.2 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 17.2 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 17.2 DDL n. 1038-B",
            "description_title": "Emendamento 17.2 TABACCI BRUNO (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": 44,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 32791,
            "slug": "vs19_371_030",
            "identifier": "vs19_371_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_030/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 30,
            "title": "ART AGG 8.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.01",
            "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": 59,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 40.51
        },
        {
            "id": 23950,
            "slug": "vs19_154_065",
            "identifier": "vs19_154_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_065/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1038-B/15 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1038-B/15 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/15 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/15 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 69,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 25657,
            "slug": "vs19_210_027",
            "identifier": "vs19_210_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_027/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 5.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 5.01 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": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30124,
            "slug": "vs19_283_043",
            "identifier": "vs19_283_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_043/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/836/12, nel testo riformulato, BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/836/12, PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/12, PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/12, nel testo riformulato, BAKKALI OUIDAD (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": 126,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 31111,
            "slug": "vs19_318_010",
            "identifier": "vs19_318_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_010/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00305, limitatamente ai capoversi primo, come riformulato, terzo e quarto, come riformulato, della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00305",
            "original_title": "Votazione Mozione 1_00305",
            "description_title": "Mozione n. 1-00305, limitatamente ai capoversi primo, come riformulato, terzo e quarto, come riformulato, della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 107,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 38.51
        },
        {
            "id": 23907,
            "slug": "vs19_154_042",
            "identifier": "vs19_154_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_042/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 20.2 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 20.2 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 20.2 DDL n. 1038-B",
            "description_title": "Emendamento 20.2 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 23911,
            "slug": "vs19_154_019",
            "identifier": "vs19_154_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_019/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 16.3 RAFFA ANGELA (M5S) - Votazione Emendamento 16.3 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 16.3 DDL n. 1038-B",
            "description_title": "Emendamento 16.3 RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 30125,
            "slug": "vs19_283_044",
            "identifier": "vs19_283_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_044/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/836/13, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/836/13, PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/13, PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/13, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.96
        },
        {
            "id": 23927,
            "slug": "vs19_154_002",
            "identifier": "vs19_154_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_002/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 2.1 FENU EMILIANO (M5S) - Votazione Emendamento 2.1 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1038-B",
            "description_title": "Emendamento 2.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 30130,
            "slug": "vs19_283_038",
            "identifier": "vs19_283_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_038/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/836/6 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/836/6 PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/6 PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/6 LAI SILVIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.99
        },
        {
            "id": 30906,
            "slug": "vs19_318_003",
            "identifier": "vs19_318_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_003/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00299, limitatamente ai capoversi primo e secondo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00299",
            "original_title": "Votazione Mozione 1_00299",
            "description_title": "Mozione n. 1-00299, limitatamente ai capoversi primo e secondo della parte dispositiva, ZANELLA LUANA (AVS) 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": 38,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 32798,
            "slug": "vs19_371_018",
            "identifier": "vs19_371_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_018/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 6.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 6.01",
            "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": 59,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 40.51
        },
        {
            "id": 23953,
            "slug": "vs19_154_058",
            "identifier": "vs19_154_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_058/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1038-B/8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1038-B/8 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/8 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/8 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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24772,
            "slug": "vs19_185_019",
            "identifier": "vs19_185_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_019/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 10.04 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 10.04 DDL n. 1294",
            "original_title": "Votazione Emendamento 10.04 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 10.04 SERRACCHIANI DEBORA (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": 16,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 32800,
            "slug": "vs19_371_020",
            "identifier": "vs19_371_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_020/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 20,
            "title": "ARTICOLO 7 - Votazione Articolo 7 ",
            "original_title": "Votazione Articolo 7 ",
            "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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 60.13
        },
        {
            "id": 23949,
            "slug": "vs19_154_055",
            "identifier": "vs19_154_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_055/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1038-B/5, nel testo riformulato, LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1038-B/5, DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/5, DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/5, nel testo riformulato, LOVECCHIO GIORGIO (M5S)",
            "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": 133,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 33531,
            "slug": "vs19_377_187",
            "identifier": "vs19_377_187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_187/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 187,
            "title": "MOZ 1-358 PREMESSE - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 PREMESSE",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 48.76,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 23890,
            "slug": "vs19_154_021",
            "identifier": "vs19_154_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_021/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1038-B",
            "original_title": "Votazione Articolo 16 DDL n. 1038-B",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 42,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 23919,
            "slug": "vs19_154_005",
            "identifier": "vs19_154_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_005/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1038-B",
            "original_title": "Votazione Articolo 9 DDL n. 1038-B",
            "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": 2,
            "n_margin": 42,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 33688,
            "slug": "vs19_385_008",
            "identifier": "vs19_385_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_008/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN) - Votazione Emendamento 1.77, PDL n. 1987",
            "original_title": "Votazione Emendamento 1.77, PDL n. 1987",
            "description_title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 91,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 42.68
        }
    ]
}