Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=84
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_margin&page=85",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=83",
    "results": [
        {
            "id": 31340,
            "slug": "19-221-17",
            "identifier": "19-221-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-221-17/?format=api",
            "sitting": {
                "id": 1774,
                "date": "2024-09-18",
                "number": 221,
                "branch": "S"
            },
            "number": 17,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 59,
            "majority_cohesion_rate": 62.07,
            "minority_cohesion_rate": 54.65
        },
        {
            "id": 32199,
            "slug": "vs19_326_047",
            "identifier": "vs19_326_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_047/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (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": 59,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 44.1
        },
        {
            "id": 34437,
            "slug": "vs19_388_029",
            "identifier": "vs19_388_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_029/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 5.4 BONELLI ANGELO (AVS) - Votazione Emendamento 5.4 DDL n. 2022",
            "original_title": "Votazione Emendamento 5.4 DDL n. 2022",
            "description_title": "Emendamento 5.4 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": 59,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 30246,
            "slug": "vs19_292_065",
            "identifier": "vs19_292_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_065/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo aggiuntivo 18.02 D'ORSO VALENTINA (M5S) - Votazione Emendamento 18.02 DDL n. 1717",
            "original_title": "Votazione Emendamento 18.02 DDL n. 1717",
            "description_title": "Articolo aggiuntivo 18.02 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 36.81
        },
        {
            "id": 34109,
            "slug": "vs19_388_159",
            "identifier": "vs19_388_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_159/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 159,
            "title": "Emendamento 28.5000 delle Commissioni, nel testo subemendato - Votazione Emendamento 28.5000 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.5000 DDL n. 2022",
            "description_title": "Emendamento 28.5000 delle Commissioni, nel testo subemendato",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 38.85
        },
        {
            "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": 31060,
            "slug": "vs19_318_048",
            "identifier": "vs19_318_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_048/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 2.8 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1718",
            "description_title": "Emendamento 2.8 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 27.95
        },
        {
            "id": 39911,
            "slug": "vs19_516_008",
            "identifier": "vs19_516_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_008/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG N 18 PREMESSE - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "ODG N 18 PREMESSE",
            "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": 59,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 34.39
        },
        {
            "id": 32823,
            "slug": "vs19_371_011",
            "identifier": "vs19_371_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_011/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 11,
            "title": "ART AGG 3.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.02",
            "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.26,
            "minority_cohesion_rate": 44.3
        },
        {
            "id": 32812,
            "slug": "vs19_371_006",
            "identifier": "vs19_371_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_006/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 2.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 59,
            "majority_cohesion_rate": 56.43,
            "minority_cohesion_rate": 39.87
        },
        {
            "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": 25742,
            "slug": "vs19_210_058",
            "identifier": "vs19_210_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_058/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 15.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 15.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1341",
            "description_title": "Emendamento 15.1 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": 3,
            "n_margin": 59,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 30988,
            "slug": "vs19_321_064",
            "identifier": "vs19_321_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_064/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1718",
            "original_title": "Votazione Articolo 9 DDL n. 1718",
            "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": 1,
            "n_margin": 59,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 34545,
            "slug": "vs19_388_013",
            "identifier": "vs19_388_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_013/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2022",
            "original_title": "Votazione Articolo 1 DDL n. 2022",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 34128,
            "slug": "vs19_388_163",
            "identifier": "vs19_388_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_163/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 163,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 2022",
            "original_title": "Votazione Articolo 29 DDL n. 2022",
            "description_title": "Articolo 29",
            "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": 58,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 24228,
            "slug": "vs19_171_014",
            "identifier": "vs19_171_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_014/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1436/18 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1436/18 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/18 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/18 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 31792,
            "slug": "vs19_344_072",
            "identifier": "vs19_344_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_072/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 11.2 D'ORSO VALENTINA (M5S) - Votazione Emendamento 11.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 11.2 DDL n. 1660",
            "description_title": "Emendamento 11.2 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 64.85,
            "minority_cohesion_rate": 47.5
        },
        {
            "id": 24003,
            "slug": "vs19_158_004",
            "identifier": "vs19_158_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_004/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo aggiuntivo 1.05 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.05 PDL n. 1135",
            "original_title": "Votazione Emendamento 1.05 PDL n. 1135",
            "description_title": "Articolo aggiuntivo 1.05 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 24042,
            "slug": "vs19_158_007",
            "identifier": "vs19_158_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_007/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1135/3 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1135/3 PDL n. 1135",
            "original_title": "Votazione Ordine del giorno 9/1135/3 PDL n. 1135",
            "description_title": "Ordine del giorno n. 9/1135/3 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 39782,
            "slug": "vs19_508_050",
            "identifier": "vs19_508_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_050/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 50,
            "title": "ODG 9/2416-A/94 - Votazione Ordine del giorno 9/2416-A/94 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/94 ",
            "description_title": "ODG 9/2416-A/94",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 35.26
        },
        {
            "id": 24014,
            "slug": "vs19_158_003",
            "identifier": "vs19_158_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_003/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo aggiuntivo 1.02 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.02 PDL n. 1135",
            "original_title": "Votazione Emendamento 1.02 PDL n. 1135",
            "description_title": "Articolo aggiuntivo 1.02 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 32767,
            "slug": "vs19_370_013",
            "identifier": "vs19_370_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_013/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2049/4 - Votazione Ordine del giorno 9/2049/4 ",
            "original_title": "Votazione Ordine del giorno 9/2049/4 ",
            "description_title": "ODG 9/2049/4",
            "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": 58,
            "majority_cohesion_rate": 59.75,
            "minority_cohesion_rate": 32.28
        },
        {
            "id": 31128,
            "slug": "vs19_318_022",
            "identifier": "vs19_318_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_022/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.104 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.104 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.104 DDL n. 1718",
            "description_title": "Emendamento 1.104 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 37.89
        },
        {
            "id": 25665,
            "slug": "vs19_210_005",
            "identifier": "vs19_210_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_005/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 2.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1341",
            "description_title": "Emendamento 2.1 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 31372,
            "slug": "vs19_331_025",
            "identifier": "vs19_331_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_025/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 3.14 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 3.14 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.14 DDL n. 1975",
            "description_title": "Emendamento 3.14 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": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 44.1
        },
        {
            "id": 22258,
            "slug": "vs19_146_022",
            "identifier": "vs19_146_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_022/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1194/R/37, nel testo riformulato, VINCI GIANLUCA (FDI) - Votazione Ordine del giorno 9/1194/R/37, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/37, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/37, nel testo riformulato, VINCI GIANLUCA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 58,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 34546,
            "slug": "vs19_388_014",
            "identifier": "vs19_388_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_014/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2022",
            "original_title": "Votazione Articolo 2 DDL n. 2022",
            "description_title": "Articolo 2",
            "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": 58,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 21770,
            "slug": "vs19_114_071",
            "identifier": "vs19_114_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_071/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1114/115 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1114/115 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/115 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/115 LOVECCHIO GIORGIO (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": 58,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 28622,
            "slug": "vs19_252_045",
            "identifier": "vs19_252_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_045/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 4.1008 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 4.1008 PDL n. 0703",
            "original_title": "Votazione Emendamento 4.1008 PDL n. 0703",
            "description_title": "Emendamento 4.1008 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 39211,
            "slug": "vs19_498_182",
            "identifier": "vs19_498_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_182/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 182,
            "title": "EM 26.1, 26.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1, 26.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 44.87
        },
        {
            "id": 32629,
            "slug": "19-232-41",
            "identifier": "19-232-41",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-41/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 41,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 37592,
            "slug": "vs19_457_003",
            "identifier": "vs19_457_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_457_003/?format=api",
            "sitting": {
                "id": 1951,
                "date": "2025-03-27",
                "number": 457,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00412 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, FENU EMILIANO (M5S) ed altri - Votazione Mozione 1_00412",
            "original_title": "Votazione Mozione 1_00412",
            "description_title": "Mozione n. 1-00412 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, FENU EMILIANO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 22132,
            "slug": "vs19_138_032",
            "identifier": "vs19_138_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_032/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 16.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 16.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.4 DDL n. 1038",
            "description_title": "Emendamento 16.4 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": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22157,
            "slug": "vs19_137_169",
            "identifier": "vs19_137_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_169/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 169,
            "title": "Emendamento 9.3 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 9.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.3 DDL n. 1038",
            "description_title": "Emendamento 9.3 D'ALFONSO LUCIANO (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": 58,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 19753,
            "slug": "vs19_061_012",
            "identifier": "vs19_061_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_012/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/908/20, limitatamente agli ultimi due impegni, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/908/20, DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/20, DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/20, limitatamente agli ultimi due impegni, 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": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 22013,
            "slug": "vs19_138_067",
            "identifier": "vs19_138_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_067/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1038 e abb./68 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1038 e abb./68 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./68 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./68 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": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 38811,
            "slug": "vs19_491_084",
            "identifier": "vs19_491_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_084/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 84,
            "title": "ARTICOLO 13 - Votazione Articolo 13 ",
            "original_title": "Votazione Articolo 13 ",
            "description_title": "ARTICOLO 13",
            "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": 58,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 45.51
        },
        {
            "id": 21943,
            "slug": "vs19_137_148",
            "identifier": "vs19_137_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_148/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 148,
            "title": "Emendamento 7.6 GADDA MARIA CHIARA (AIV-RE) - Votazione Emendamento 7.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 7.6 DDL n. 1038",
            "description_title": "Emendamento 7.6 GADDA MARIA CHIARA (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": 4,
            "n_margin": 58,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 22695,
            "slug": "vs19_128_015",
            "identifier": "vs19_128_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_015/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 15,
            "title": "Risoluzione n. 6-00042, limitatamente alla parte dispositiva, ad eccezione dei capoversi terzo e quinto, ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00042",
            "original_title": "Votazione Risoluzione 6_00042",
            "description_title": "Risoluzione n. 6-00042, limitatamente alla parte dispositiva, ad eccezione dei capoversi terzo e quinto, ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 84.81,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22229,
            "slug": "vs19_138_055",
            "identifier": "vs19_138_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_055/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1038 e abb./31 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./31 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 38930,
            "slug": "vs19_491_112",
            "identifier": "vs19_491_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_112/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 112,
            "title": "EM 26.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 41.67
        },
        {
            "id": 38810,
            "slug": "vs19_491_083",
            "identifier": "vs19_491_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_083/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 83,
            "title": "ARTICOLO 12 - Votazione Articolo 12 ",
            "original_title": "Votazione Articolo 12 ",
            "description_title": "ARTICOLO 12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 46.15
        },
        {
            "id": 34258,
            "slug": "vs19_392_022",
            "identifier": "vs19_392_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_022/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2150/31 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/2150/31 DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/31 DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/31 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 34235,
            "slug": "vs19_396_027",
            "identifier": "vs19_396_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_027/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/2164/41 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/2164/41 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/41 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/41 LACARRA 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": 5,
            "n_margin": 58,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 35945,
            "slug": "vs19_418_021",
            "identifier": "vs19_418_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_021/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 31.85
        },
        {
            "id": 27322,
            "slug": "vs19_233_031",
            "identifier": "vs19_233_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_031/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1606/54 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1606/54 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/54 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/54 MORFINO DANIELA (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": 58,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 29.01
        },
        {
            "id": 27357,
            "slug": "vs19_233_038",
            "identifier": "vs19_233_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_038/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1606/65 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1606/65 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/65 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/65 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 29.01
        },
        {
            "id": 35101,
            "slug": "vs19_337_068",
            "identifier": "vs19_337_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_068/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1691/32 AMATO GAETANO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/32 AMATO GAETANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 27763,
            "slug": "vs19_241_003",
            "identifier": "vs19_241_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_003/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1006 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.1006 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.1006 PDL n. 1457",
            "description_title": "Emendamento 1.1006 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": 58,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 26379,
            "slug": "vs19_217_022",
            "identifier": "vs19_217_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_022/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 10.7 L'ABBATE PATTY (M5S) - Votazione Emendamento 10.7 DDL n. 1342",
            "original_title": "Votazione Emendamento 10.7 DDL n. 1342",
            "description_title": "Emendamento 10.7 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 47.53
        }
    ]
}