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

{
    "count": 24995,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=432",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=430",
    "results": [
        {
            "id": 22045,
            "slug": "vs19_137_121",
            "identifier": "vs19_137_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_121/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 121,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1038",
            "original_title": "Votazione Articolo 5 DDL n. 1038",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 36,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 32650,
            "slug": "19-232-34",
            "identifier": "19-232-34",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-34/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 34,
            "title": "Ratifica Convenzione istituzione GCAP - Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "Ratifica Convenzione istituzione GCAP",
            "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": 38,
            "majority_cohesion_rate": 62.93,
            "minority_cohesion_rate": 32.56
        },
        {
            "id": 19027,
            "slug": "vs19_033_067",
            "identifier": "vs19_033_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_067/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/730/33, come riformulato, CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/730/33, DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/33, DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/33, come riformulato, CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 115,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 38323,
            "slug": "19-303-13",
            "identifier": "19-303-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-303-13/?format=api",
            "sitting": {
                "id": 1988,
                "date": "2025-05-14",
                "number": 303,
                "branch": "S"
            },
            "number": 13,
            "title": "DDL n. 1407. Articolo 13",
            "original_title": "DDL n. 1407. Articolo 13",
            "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": 33,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 32.53
        },
        {
            "id": 19135,
            "slug": "vs19_045_020",
            "identifier": "vs19_045_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_020/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.20 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.20 DDL n. 0785",
            "description_title": "Emendamento 1.20 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": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27037,
            "slug": "19-147-144",
            "identifier": "19-147-144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-144/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 144,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 3.201 (1a parte), Boccia e altri",
            "original_title": "Em. 3.201 (1a parte), Boccia e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 16,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 32948,
            "slug": "19-236-152",
            "identifier": "19-236-152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-152/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 152,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 23.0.149, Martella e altri",
            "original_title": "Em. 23.0.149, Martella e altri",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "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": 13,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 63.95
        },
        {
            "id": 19747,
            "slug": "vs19_061_019",
            "identifier": "vs19_061_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_019/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/908/28 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/908/28 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/28 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/28 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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28228,
            "slug": "vs19_248_047",
            "identifier": "vs19_248_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_047/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0799",
            "original_title": "Votazione Articolo 7 PDL n. 0799",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 129,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 22164,
            "slug": "vs19_138_020",
            "identifier": "vs19_138_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_020/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 14.1 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 14.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 14.1 DDL n. 1038",
            "description_title": "Emendamento 14.1 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": 3,
            "n_margin": 46,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 22088,
            "slug": "vs19_137_123",
            "identifier": "vs19_137_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_123/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 123,
            "title": "Emendamento 6.3 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 6.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1038",
            "description_title": "Emendamento 6.3 MARATTIN LUIGI (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": 3,
            "n_margin": 93,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 19764,
            "slug": "vs19_061_006",
            "identifier": "vs19_061_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_006/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/908/7 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/908/7 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/7 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/7 DONNO LEONARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19171,
            "slug": "vs19_045_046",
            "identifier": "vs19_045_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_046/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/785/10 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/785/10 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/10 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/10 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 15,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22021,
            "slug": "vs19_138_064",
            "identifier": "vs19_138_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_064/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1038 e abb./62 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1038 e abb./62 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./62 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./62 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": 3,
            "n_margin": 85,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 41843,
            "slug": "vs19_589_028",
            "identifier": "vs19_589_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_589_028/?format=api",
            "sitting": {
                "id": 2170,
                "date": "2025-12-29",
                "number": 589,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/2750/2 - Votazione Ordine del giorno 9/2750/2 ",
            "original_title": "Votazione Ordine del giorno 9/2750/2 ",
            "description_title": "ODG 9/2750/2",
            "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": 39,
            "majority_cohesion_rate": 81.48,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 42009,
            "slug": "vs19_597_199",
            "identifier": "vs19_597_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_199/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 199,
            "title": "ARTICOLO 30 - Votazione Articolo 30 ",
            "original_title": "Votazione Articolo 30 ",
            "description_title": "ARTICOLO 30",
            "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": 75,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 37880,
            "slug": "19-295-108",
            "identifier": "19-295-108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-295-108/?format=api",
            "sitting": {
                "id": 1970,
                "date": "2025-04-15",
                "number": 295,
                "branch": "S"
            },
            "number": 108,
            "title": "Prestazioni sanitarie - Articolo 13",
            "original_title": "Articolo 13",
            "description_title": "Prestazioni sanitarie",
            "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": 16,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 66.27
        },
        {
            "id": 21917,
            "slug": "vs19_137_063",
            "identifier": "vs19_137_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_063/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 4.22 FENU EMILIANO (M5S) - Votazione Emendamento 4.22 DDL n. 1038",
            "original_title": "Votazione Emendamento 4.22 DDL n. 1038",
            "description_title": "Emendamento 4.22 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": 3,
            "n_margin": 69,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 35.19
        },
        {
            "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": 22099,
            "slug": "vs19_137_059",
            "identifier": "vs19_137_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_059/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 4.18 FENU EMILIANO (M5S) - Votazione Emendamento 4.18 DDL n. 1038",
            "original_title": "Votazione Emendamento 4.18 DDL n. 1038",
            "description_title": "Emendamento 4.18 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": 3,
            "n_margin": 55,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 28304,
            "slug": "vs19_248_049",
            "identifier": "vs19_248_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_049/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0799",
            "original_title": "Votazione Articolo 8 PDL n. 0799",
            "description_title": "Articolo 8",
            "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": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22037,
            "slug": "vs19_137_178",
            "identifier": "vs19_137_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_178/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 178,
            "title": "Emendamento 9.13 FENU EMILIANO (M5S) - Votazione Emendamento 9.13 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.13 DDL n. 1038",
            "description_title": "Emendamento 9.13 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": 3,
            "n_margin": 67,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 19746,
            "slug": "vs19_061_010",
            "identifier": "vs19_061_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_010/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/908/13, nel testo riformulato, GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/908/13, DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/13, DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/13, nel testo riformulato, GHIO VALENTINA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 137,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 42164,
            "slug": "vs19_597_165",
            "identifier": "vs19_597_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_165/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 165,
            "title": "EM 17.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 19139,
            "slug": "vs19_045_044",
            "identifier": "vs19_045_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_044/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 41995,
            "slug": "vs19_597_164",
            "identifier": "vs19_597_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_164/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 16 - Votazione Articolo 16 ",
            "original_title": "Votazione Articolo 16 ",
            "description_title": "ARTICOLO 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 19837,
            "slug": "vs19_072_015",
            "identifier": "vs19_072_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_015/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 0977",
            "original_title": "Votazione Articolo 1 DDL n. 0977",
            "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": 3,
            "n_margin": 106,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 41891,
            "slug": "vs19_589_076",
            "identifier": "vs19_589_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_589_076/?format=api",
            "sitting": {
                "id": 2170,
                "date": "2025-12-29",
                "number": 589,
                "branch": "C"
            },
            "number": 76,
            "title": "ODG 9/2750/79 - Votazione Ordine del giorno 9/2750/79 ",
            "original_title": "Votazione Ordine del giorno 9/2750/79 ",
            "description_title": "ODG 9/2750/79",
            "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": 40,
            "majority_cohesion_rate": 77.37,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 28294,
            "slug": "vs19_248_008",
            "identifier": "vs19_248_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_008/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.1006 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1006 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1006 PDL n. 0799",
            "description_title": "Emendamento 2.1006 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 123,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 41992,
            "slug": "vs19_597_159",
            "identifier": "vs19_597_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_159/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 159,
            "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": 3,
            "n_margin": 71,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41541,
            "slug": "vs19_577_081",
            "identifier": "vs19_577_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_577_081/?format=api",
            "sitting": {
                "id": 2148,
                "date": "2025-12-03",
                "number": 577,
                "branch": "C"
            },
            "number": 81,
            "title": "EM 20.500 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 20.500",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 66,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42879,
            "slug": "vs19_621_016",
            "identifier": "vs19_621_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_016/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 3.32 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 41989,
            "slug": "vs19_597_148",
            "identifier": "vs19_597_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_148/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 148,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "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": 73,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 38136,
            "slug": "19-300-48",
            "identifier": "19-300-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-48/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 48,
            "title": "Semplificazione normativa - Articolo 15",
            "original_title": "Articolo 15",
            "description_title": "Semplificazione normativa",
            "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": 6,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 73.49
        },
        {
            "id": 19170,
            "slug": "vs19_045_045",
            "identifier": "vs19_045_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_045/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/785/9, nel testo riformulato, IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/785/9, DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/9, DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/9, nel testo riformulato, IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 121,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 42939,
            "slug": "vs19_630_005",
            "identifier": "vs19_630_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_630_005/?format=api",
            "sitting": {
                "id": 2225,
                "date": "2026-03-10",
                "number": 630,
                "branch": "C"
            },
            "number": 5,
            "title": "ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "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": 3,
            "n_margin": 128,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 35633,
            "slug": "19-262-42",
            "identifier": "19-262-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-42/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 42,
            "title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci - Em. 2.101, Bazoli e altri",
            "original_title": "Em. 2.101, Bazoli e altri",
            "description_title": "Sottrazione o trattenimento anche all'estero di persone minori o incapaci",
            "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": 15,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 65.06
        },
        {
            "id": 19172,
            "slug": "vs19_045_051",
            "identifier": "vs19_045_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_051/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/785/15, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/785/15, DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/15, DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/15, nel testo riformulato, MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21235,
            "slug": "vs19_105_011",
            "identifier": "vs19_105_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_011/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1060/R/39 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1060/R/39 DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/39 DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/39 LAI SILVIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 41393,
            "slug": "vs19_573_014",
            "identifier": "vs19_573_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_573_014/?format=api",
            "sitting": {
                "id": 2144,
                "date": "2025-11-27",
                "number": 573,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 2.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 15,
            "majority_cohesion_rate": 47.74,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 22046,
            "slug": "vs19_137_077",
            "identifier": "vs19_137_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_077/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 5.20 BONETTI ELENA (AIV-RE) - Votazione Emendamento 5.20 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.20 DDL n. 1038",
            "description_title": "Emendamento 5.20 BONETTI ELENA (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": 3,
            "n_margin": 59,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 41986,
            "slug": "vs19_597_134",
            "identifier": "vs19_597_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_134/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 134,
            "title": "ARTICOLO 7 - Votazione Articolo 7 ",
            "original_title": "Votazione Articolo 7 ",
            "description_title": "ARTICOLO 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 21255,
            "slug": "vs19_105_001",
            "identifier": "vs19_105_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_001/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1060-R/1, come riformulato, BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1060-R/1, DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060-R/1, DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060-R/1, come riformulato, BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 139,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 36049,
            "slug": "19-271-18",
            "identifier": "19-271-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-18/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 18,
            "title": "Em. 1.215, Turco e Croatti",
            "original_title": "Em. 1.215, Turco e Croatti",
            "description_title": null,
            "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": 15,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 73.49
        },
        {
            "id": 24018,
            "slug": "vs19_157_001",
            "identifier": "vs19_157_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_001/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.4 BONETTI ELENA (AIV-RE) - Votazione Emendamento 1.4 PDL n. 0536",
            "original_title": "Votazione Emendamento 1.4 PDL n. 0536",
            "description_title": "Emendamento 1.4 BONETTI ELENA (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": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19709,
            "slug": "vs19_057_045",
            "identifier": "vs19_057_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_045/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 18491,
            "slug": "vs19_019_018",
            "identifier": "vs19_019_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_018/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.50 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 2.50 DDL n. 0547",
            "original_title": "Votazione Emendamento 2.50 DDL n. 0547",
            "description_title": "Emendamento 2.50 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 18943,
            "slug": "vs19_033_013",
            "identifier": "vs19_033_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_013/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/730/24, come riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/730/24, DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/24, DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/24, come riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 147,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18925,
            "slug": "vs19_029_135",
            "identifier": "vs19_029_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_135/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 135,
            "title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (AIV-RE) - Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (AIV-RE)",
            "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": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 40454,
            "slug": "vs19_541_006",
            "identifier": "vs19_541_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_541_006/?format=api",
            "sitting": {
                "id": 2096,
                "date": "2025-10-02",
                "number": 541,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00203, limitatamente al capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR) - Votazione Risoluzione 6_00203",
            "original_title": "Votazione Risoluzione 6_00203",
            "description_title": "Risoluzione n. 6-00203, limitatamente al capoverso quarto della parte dispositiva, MAGI RICCARDO (M-+EUR) e DELLA VEDOVA BENEDETTO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 80,
            "majority_cohesion_rate": 69.14,
            "minority_cohesion_rate": 71.97
        }
    ]
}