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

{
    "count": 22891,
    "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=60",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=58",
    "results": [
        {
            "id": 32554,
            "slug": "vs19_365_009",
            "identifier": "vs19_365_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_009/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 9,
            "title": "RIS 6-134 - 2 CPV DISP LETT H - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 2 CPV DISP LETT H",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 78.75,
            "minority_cohesion_rate": 33.96
        },
        {
            "id": 32560,
            "slug": "vs19_365_025",
            "identifier": "vs19_365_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_025/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 25,
            "title": "RIS 6-136 - 15 CPV DISP - Votazione Risoluzione 6_00136",
            "original_title": "Votazione Risoluzione 6_00136",
            "description_title": "RIS 6-136 - 15 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": 3,
            "n_margin": 77,
            "majority_cohesion_rate": 77.5,
            "minority_cohesion_rate": 32.7
        },
        {
            "id": 33689,
            "slug": "vs19_385_002",
            "identifier": "vs19_385_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_002/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 2,
            "title": "PDL 1987-A - EM 1.101 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 1987-A - EM 1.101",
            "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": 77,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 36833,
            "slug": "vs19_440_031",
            "identifier": "vs19_440_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_031/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 8.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.500, DDL n. 2026",
            "original_title": "Votazione Emendamento 8.500, DDL n. 2026",
            "description_title": "Emendamento 8.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 77,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 37302,
            "slug": "vs19_450_043",
            "identifier": "vs19_450_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_043/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 43,
            "title": "Risoluzione n. 6-00161, limitatamente al capoverso venticinquesimo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00161",
            "original_title": "Votazione Risoluzione 6_00161",
            "description_title": "Risoluzione n. 6-00161, limitatamente al capoverso venticinquesimo 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": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 76.54,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 35006,
            "slug": "vs19_335_052",
            "identifier": "vs19_335_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_052/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1937/56 ZARATTI FILIBERTO (AVS)",
            "original_title": "Ordine del giorno n. 9/1937/56 ZARATTI FILIBERTO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 27.95
        },
        {
            "id": 26656,
            "slug": "vs19_220_082",
            "identifier": "vs19_220_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_082/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1627/93 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1627/93 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/93 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/93 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 77,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 34573,
            "slug": "vs19_377_046",
            "identifier": "vs19_377_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_046/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 6",
            "original_title": "Articolo 6",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 77,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 26075,
            "slug": "vs19_216_051",
            "identifier": "vs19_216_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_051/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1555",
            "original_title": "Votazione Articolo 9 DDL n. 1555",
            "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": 77,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 31096,
            "slug": "vs19_318_011",
            "identifier": "vs19_318_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_011/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00305, limitatamente al capoverso secondo, 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 al capoverso secondo, 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": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 39.13
        },
        {
            "id": 24275,
            "slug": "19-111-2",
            "identifier": "19-111-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-111-2/?format=api",
            "sitting": {
                "id": 1490,
                "date": "2023-10-10",
                "number": 111,
                "branch": "S"
            },
            "number": 2,
            "title": "Mozione Pd, M5s, Avs, Aut su situazione in Medio Oriente",
            "original_title": "Mozione n. 76, Boccia e altri,(prem.p1,2,3,4,6,7,8,9+disp)su situaz. M.Oriente a seguito attacchi Hamas contro Israele",
            "description_title": null,
            "public_title": "Mozione Pd, M5s, Avs, Aut su situazione in Medio Oriente",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 32036,
            "slug": "vs19_348_005",
            "identifier": "vs19_348_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_005/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 21.1004 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 21.1004 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.1004 DDL n. 1660",
            "description_title": "Emendamento 21.1004 MAGI RICCARDO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 77,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 26067,
            "slug": "vs19_216_037",
            "identifier": "vs19_216_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_037/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1555",
            "original_title": "Votazione Articolo 3 DDL n. 1555",
            "description_title": "Articolo 3",
            "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": 77,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 36489,
            "slug": "vs19_435_118",
            "identifier": "vs19_435_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_118/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 118,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 1573",
            "original_title": "Votazione Articolo 13 PDL n. 1573",
            "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": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36596,
            "slug": "vs19_435_117",
            "identifier": "vs19_435_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_117/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 117,
            "title": "Emendamento 13.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 13.500, PDL n. 1573",
            "original_title": "Votazione Emendamento 13.500, PDL n. 1573",
            "description_title": "Emendamento 13.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 19058,
            "slug": "vs19_029_085",
            "identifier": "vs19_029_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_085/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/705/109 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/705/109 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/109 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/109 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": 2,
            "n_margin": 76,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 38605,
            "slug": "vs19_483_003",
            "identifier": "vs19_483_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_003/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-441 PREM E CPV 4 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-441 PREM E CPV 4 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 21916,
            "slug": "vs19_137_083",
            "identifier": "vs19_137_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_083/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 5.28 DELLA VEDOVA BENEDETTO (MISTO) - Votazione Emendamento 5.28 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.28 DDL n. 1038",
            "description_title": "Emendamento 5.28 DELLA VEDOVA BENEDETTO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 76,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 18879,
            "slug": "vs19_029_074",
            "identifier": "vs19_029_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_074/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/705/98 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/705/98 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/98 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/98 GIULIANO CARLA (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": 76,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 27719,
            "slug": "vs19_240_020",
            "identifier": "vs19_240_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_020/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 10 - Votazione Articolo 10 PDL n. 1304",
            "original_title": "Votazione Articolo 10 PDL n. 1304",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25053,
            "slug": "vs19_191_020",
            "identifier": "vs19_191_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_020/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00132 (Nuova formulazione), come riformulata, SEMENZATO MARTINA (NM-M), VIETRI IMMA (FDI), LOIZZO SIMONA (LEGA), CASASCO MAURIZIO (FI-PPE) ed altri - Votazione Mozione 1_00132",
            "original_title": "Votazione Mozione 1_00132",
            "description_title": "Mozione n. 1-00132 (Nuova formulazione), come riformulata, SEMENZATO MARTINA (NM-M), VIETRI IMMA (FDI), LOIZZO SIMONA (LEGA), CASASCO MAURIZIO (FI-PPE) 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": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25916,
            "slug": "vs19_214_010",
            "identifier": "vs19_214_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_010/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.59 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Emendamento 1.59 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.59 DDL n. 1342",
            "description_title": "Emendamento 1.59 SOUMAHORO ABOUBAKAR (MISTO)",
            "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": 76,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 35437,
            "slug": "vs19_402_086",
            "identifier": "vs19_402_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_086/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/2112-bis/73 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/2112-bis/73 DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/73 DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/73 PELLEGRINI MARCO (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": 76,
            "majority_cohesion_rate": 75.21,
            "minority_cohesion_rate": 30.57
        },
        {
            "id": 34249,
            "slug": "vs19_393_007",
            "identifier": "vs19_393_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_007/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.100, DDL n. 1950",
            "original_title": "Votazione Emendamento 1.100, DDL n. 1950",
            "description_title": "Emendamento 1.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 76,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 27711,
            "slug": "vs19_239_098",
            "identifier": "vs19_239_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_098/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1515",
            "original_title": "Votazione Articolo 27 DDL n. 1515",
            "description_title": "Articolo 27",
            "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": 76,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25011,
            "slug": "vs19_196_062",
            "identifier": "vs19_196_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_062/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1437/81, come riformulato, ZUCCONI RICCARDO (FDI) - Votazione Ordine del giorno 9/1437/81, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/81, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/81, come riformulato, ZUCCONI RICCARDO (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": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 38607,
            "slug": "vs19_483_005",
            "identifier": "vs19_483_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_005/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-443 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-443",
            "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": 76,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36388,
            "slug": "19-278-85",
            "identifier": "19-278-85",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-278-85/?format=api",
            "sitting": {
                "id": 1918,
                "date": "2025-02-26",
                "number": 278,
                "branch": "S"
            },
            "number": 85,
            "title": "Em. 14.0.250 (testo 2), Centinaio e altri",
            "original_title": "Em. 14.0.250 (testo 2), Centinaio e altri",
            "description_title": null,
            "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": 76,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 80.72
        },
        {
            "id": 37264,
            "slug": "vs19_450_005",
            "identifier": "vs19_450_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_005/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00160, limitatamente al capoverso quinto della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione Risoluzione 6_00160",
            "original_title": "Votazione Risoluzione 6_00160",
            "description_title": "Risoluzione n. 6-00160, limitatamente al capoverso quinto 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": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 76.13,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 27755,
            "slug": "vs19_239_094",
            "identifier": "vs19_239_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_094/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 94,
            "title": "Articolo 24 - Votazione Articolo 24 DDL n. 1515",
            "original_title": "Votazione Articolo 24 DDL n. 1515",
            "description_title": "Articolo 24",
            "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": 76,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27561,
            "slug": "vs19_239_001",
            "identifier": "vs19_239_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_001/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1515",
            "original_title": "Votazione Articolo 1 DDL n. 1515",
            "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": 76,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 30818,
            "slug": "vs19_314_002",
            "identifier": "vs19_314_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_002/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00121, sul primo capoverso della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Risoluzione 6_00121",
            "original_title": "Votazione Risoluzione 6_00121",
            "description_title": "Risoluzione n. 6-00121, sul primo capoverso 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": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 43.48
        },
        {
            "id": 37296,
            "slug": "vs19_450_037",
            "identifier": "vs19_450_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_037/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 37,
            "title": "Risoluzione n. 6-00161, limitatamente al capoverso diciannovesimo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00161",
            "original_title": "Votazione Risoluzione 6_00161",
            "description_title": "Risoluzione n. 6-00161, limitatamente al capoverso diciannovesimo 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": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 77.78,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 32799,
            "slug": "vs19_370_016",
            "identifier": "vs19_370_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_016/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 16,
            "title": "Modifiche alla legge sulla partecipazione dell'Italia alle missioni internazionali",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2049 - VOTO FINALE",
            "public_title": "Modifiche alla legge sulla partecipazione dell'Italia alle missioni internazionali",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 37.34
        },
        {
            "id": 28237,
            "slug": "vs19_248_024",
            "identifier": "vs19_248_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_024/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 4.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 4.600, PDL n. 0799",
            "description_title": "Emendamento 4.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26861,
            "slug": "vs19_228_005",
            "identifier": "vs19_228_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_005/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00086, sui capoversi nono, quattordicesimo e ventitreesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri - Votazione Risoluzione 6_00086",
            "original_title": "Votazione Risoluzione 6_00086",
            "description_title": "Risoluzione n. 6-00086, sui capoversi nono, quattordicesimo e ventitreesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 38839,
            "slug": "vs19_491_173",
            "identifier": "vs19_491_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_173/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 173,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "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": 76,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 52.56
        },
        {
            "id": 22178,
            "slug": "vs19_137_182",
            "identifier": "vs19_137_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_182/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 182,
            "title": "Emendamento 9.17 FENU EMILIANO (M5S) - Votazione Emendamento 9.17 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.17 DDL n. 1038",
            "description_title": "Emendamento 9.17 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": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 34574,
            "slug": "vs19_377_047",
            "identifier": "vs19_377_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_047/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 7",
            "original_title": "Articolo 7",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 25558,
            "slug": "vs19_210_066",
            "identifier": "vs19_210_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_066/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1341",
            "original_title": "Votazione Articolo 17 DDL n. 1341",
            "description_title": "Articolo 17",
            "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": 76,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25939,
            "slug": "vs19_213_021",
            "identifier": "vs19_213_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_021/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1601/29 DE BERTOLDI ANDREA (FDI) - Votazione Ordine del giorno 9/1601/29 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/29 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/29 DE BERTOLDI ANDREA (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": 6,
            "n_margin": 76,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 19937,
            "slug": "vs19_073_011",
            "identifier": "vs19_073_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_011/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.300, PDL n. 0217",
            "original_title": "Votazione Emendamento 1.300, PDL n. 0217",
            "description_title": "Emendamento 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 21813,
            "slug": "19-78-6",
            "identifier": "19-78-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-78-6/?format=api",
            "sitting": {
                "id": 1406,
                "date": "2023-06-20",
                "number": 78,
                "branch": "S"
            },
            "number": 6,
            "title": "Mozioni sulla attuazione degli impegni previsti dal PNRR.   Mozione 1-00053, Malan e altri. Punto 2 dispositivo",
            "original_title": "Mozioni sulla attuazione degli impegni previsti dal PNRR.   Mozione 1-00053, Malan e altri. Punto 2 dispositivo",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 81.61
        },
        {
            "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": 33684,
            "slug": "vs19_385_005",
            "identifier": "vs19_385_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_005/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.25 MORFINO DANIELA (M5S) - Votazione Emendamento 1.25 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.25 PDL n. 1987",
            "description_title": "Emendamento 1.25 MORFINO DANIELA (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": 76,
            "majority_cohesion_rate": 53.31,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 33691,
            "slug": "vs19_385_003",
            "identifier": "vs19_385_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_003/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.103 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.103",
            "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": 76,
            "majority_cohesion_rate": 52.48,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 26101,
            "slug": "vs19_216_027",
            "identifier": "vs19_216_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_027/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1555",
            "original_title": "Votazione Articolo 2 DDL n. 1555",
            "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": 76,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 37267,
            "slug": "vs19_450_008",
            "identifier": "vs19_450_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_008/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 8,
            "title": "Risoluzione n. 6-00160, limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione Risoluzione 6_00160",
            "original_title": "Votazione Risoluzione 6_00160",
            "description_title": "Risoluzione n. 6-00160, 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": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 77.78,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 36786,
            "slug": "vs19_440_004",
            "identifier": "vs19_440_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_004/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2026",
            "original_title": "Votazione Articolo 1 DDL n. 2026",
            "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": 76,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 32562,
            "slug": "vs19_365_033",
            "identifier": "vs19_365_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_033/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 33,
            "title": "RIS 6-137 - PREM - Votazione Risoluzione 6_00137",
            "original_title": "Votazione Risoluzione 6_00137",
            "description_title": "RIS 6-137 - PREM",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 77.92,
            "minority_cohesion_rate": 33.33
        }
    ]
}