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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=218",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=216",
    "results": [
        {
            "id": 29864,
            "slug": "vs19_276_015",
            "identifier": "vs19_276_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_015/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.1000 CERRETO MARCO (FDI) - Votazione Emendamento 3.1000 PDL n. 0851",
            "original_title": "Votazione Emendamento 3.1000 PDL n. 0851",
            "description_title": "Emendamento 3.1000 CERRETO MARCO (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": 0,
            "n_margin": 132,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 29868,
            "slug": "vs19_276_003",
            "identifier": "vs19_276_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_003/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1532-ter/3 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1532-ter/3 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-ter/3 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-ter/3 QUARTINI ANDREA (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": 28,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 65.03
        },
        {
            "id": 29872,
            "slug": "vs19_276_017",
            "identifier": "vs19_276_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_017/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/851/1 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/851/1 PDL n. 0851",
            "original_title": "Votazione Ordine del giorno 9/851/1 PDL n. 0851",
            "description_title": "Ordine del giorno n. 9/851/1 SOUMAHORO ABOUBAKAR (M-ALT)",
            "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": 23,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 29880,
            "slug": "vs19_276_025",
            "identifier": "vs19_276_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_025/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/851/9 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/851/9 PDL n. 0851",
            "original_title": "Votazione Ordine del giorno 9/851/9 PDL n. 0851",
            "description_title": "Ordine del giorno n. 9/851/9 ROSSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 29863,
            "slug": "vs19_276_014",
            "identifier": "vs19_276_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_014/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.600, PDL n. 0851",
            "original_title": "Votazione Emendamento 3.600, PDL n. 0851",
            "description_title": "Emendamento 3.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": 0,
            "n_margin": 132,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 67.48
        },
        {
            "id": 29875,
            "slug": "vs19_276_020",
            "identifier": "vs19_276_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_020/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/851/4 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/851/4 PDL n. 0851",
            "original_title": "Votazione Ordine del giorno 9/851/4 PDL n. 0851",
            "description_title": "Ordine del giorno n. 9/851/4 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 29866,
            "slug": "vs19_276_028",
            "identifier": "vs19_276_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_028/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 28,
            "title": "Disposizioni in materia di cessione, produzione, importazione e distribuzione di prodotti agroalimentari",
            "original_title": "Votazione finale PDL n. 0851",
            "description_title": "Modifiche al decreto legislativo 8 novembre 2021, n. 198, in materia di considerazione dei costi di produzione per la fissazione dei prezzi nei contratti di cessione dei prodotti agroalimentari, e delega al Governo per la disciplina delle filiere di qualità nel sistema di produzione, importazione e distribuzione dei prodotti agroalimentari (PDL 851)",
            "public_title": "Disposizioni in materia di cessione, produzione, importazione e distribuzione di prodotti agroalimentari",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 98,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 29.45
        },
        {
            "id": 29883,
            "slug": "vs19_276_001",
            "identifier": "vs19_276_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_001/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1532-ter/1 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1532-ter/1 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-ter/1 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-ter/1 SPORTIELLO GILDA (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": 17,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 29857,
            "slug": "vs19_276_007",
            "identifier": "vs19_276_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_276_007/?format=api",
            "sitting": {
                "id": 1659,
                "date": "2024-04-09",
                "number": 276,
                "branch": "C"
            },
            "number": 7,
            "title": "Disposizioni in materia di politiche sociali e di enti del Terzo settore",
            "original_title": "Votazione finale DDL n. 1532",
            "description_title": "Disposizioni in materia di politiche sociali e di enti del Terzo settore (Già articoli 10, 11 e 13 del disegno di legge n. 1532 - Stralcio disposto dal Presidente della Camera, ai sensi dell'articolo 123-bis, comma 1, del Regolamento, e comunicato all'Assemblea il 28 novembre 2023) (DDL 1532-ter)",
            "public_title": "Disposizioni in materia di politiche sociali e di enti del Terzo settore",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.48
        },
        {
            "id": 30048,
            "slug": "vs19_281_062",
            "identifier": "vs19_281_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_062/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1752/87 VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1752/87 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/87 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/87 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 30033,
            "slug": "vs19_281_072",
            "identifier": "vs19_281_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_072/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1752/97 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1752/97 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/97 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/97 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 30004,
            "slug": "vs19_281_043",
            "identifier": "vs19_281_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_043/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1752/66 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1752/66 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/66 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/66 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29945,
            "slug": "vs19_281_040",
            "identifier": "vs19_281_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_040/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1752/63 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1752/63 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/63 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/63 AMATO GAETANO (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": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29946,
            "slug": "vs19_281_018",
            "identifier": "vs19_281_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_018/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1752/39 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1752/39 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/39 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/39 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29952,
            "slug": "vs19_281_016",
            "identifier": "vs19_281_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_016/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1752/37 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1752/37 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/37 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/37 RAFFA ANGELA (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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29980,
            "slug": "vs19_281_035",
            "identifier": "vs19_281_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_035/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1752/57 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1752/57 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/57 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/57 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": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29982,
            "slug": "vs19_281_022",
            "identifier": "vs19_281_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_022/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1752/43 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1752/43 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/43 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/43 DELL'OLIO GIANMAURO (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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29960,
            "slug": "vs19_281_026",
            "identifier": "vs19_281_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_026/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1752/47 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1752/47 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/47 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/47 DI LAURO CARMEN (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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29984,
            "slug": "vs19_281_039",
            "identifier": "vs19_281_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_039/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1752/62 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1752/62 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/62 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/62 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29983,
            "slug": "vs19_281_009",
            "identifier": "vs19_281_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_009/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1752/30 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/1752/30 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/30 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/30 SCERRA FILIPPO (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": 19,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30031,
            "slug": "vs19_281_083",
            "identifier": "vs19_281_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_083/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1752/109 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1752/109 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/109 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/109 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 30046,
            "slug": "vs19_281_050",
            "identifier": "vs19_281_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_050/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1752/73 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1752/73 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/73 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/73 APPENDINO CHIARA (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": 19,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30054,
            "slug": "vs19_281_078",
            "identifier": "vs19_281_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_078/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1752/104 DE MARIA ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1752/104 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/104 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/104 DE MARIA ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29981,
            "slug": "vs19_281_025",
            "identifier": "vs19_281_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_025/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1752/46 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1752/46 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/46 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/46 QUARTINI ANDREA (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": 23,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29958,
            "slug": "vs19_281_004",
            "identifier": "vs19_281_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_004/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1752/18 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1752/18 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/18 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/18 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 109,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 30053,
            "slug": "vs19_281_089",
            "identifier": "vs19_281_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_089/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/1752/116 LAUS MAURO ANTONIO DONATO (PD-IDP) - Votazione Ordine del giorno 9/1752/116 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/116 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/116 LAUS MAURO ANTONIO DONATO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 21521,
            "slug": "vs19_112_017",
            "identifier": "vs19_112_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_017/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 17,
            "title": "Mozione n. 1-00147, limitatamente al capoverso 1), MANZI IRENE (PD-IDP) ed altri - Votazione Mozione 1_00147",
            "original_title": "Votazione Mozione 1_00147",
            "description_title": "Mozione n. 1-00147, limitatamente al capoverso 1), MANZI IRENE (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 21467,
            "slug": "vs19_112_045",
            "identifier": "vs19_112_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_045/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 45,
            "title": "Mozione n. 1-00148, limitatamente al capoverso 19) della parte dispositiva, PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00148",
            "original_title": "Votazione Mozione 1_00148",
            "description_title": "Mozione n. 1-00148, limitatamente al capoverso 19) della parte dispositiva, PICCOLOTTI ELISABETTA (AVS) 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": 1,
            "n_margin": 146,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 31761,
            "slug": "vs19_344_019",
            "identifier": "vs19_344_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_019/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 7.8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 7.8 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.8 DDL n. 1660",
            "description_title": "Emendamento 7.8 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 63.75
        },
        {
            "id": 31912,
            "slug": "vs19_348_070",
            "identifier": "vs19_348_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_070/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 27.1001 GIULIANO CARLA (M5S) - Votazione Emendamento 27.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 27.1001 DDL n. 1660",
            "description_title": "Emendamento 27.1001 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 31748,
            "slug": "vs19_344_008",
            "identifier": "vs19_344_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_008/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 5.01000 ALIFANO ENRICA (M5S) - Votazione Emendamento 5.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 5.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 5.01000 ALIFANO ENRICA (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": 25,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 73.75
        },
        {
            "id": 24450,
            "slug": "vs19_184_061",
            "identifier": "vs19_184_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_061/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 6.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 6.3 DDL n. 1406",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1406",
            "description_title": "Emendamento 6.3 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 31749,
            "slug": "vs19_344_022",
            "identifier": "vs19_344_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_022/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 7.11 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.11 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.11 DDL n. 1660",
            "description_title": "Emendamento 7.11 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 70.29,
            "minority_cohesion_rate": 74.38
        },
        {
            "id": 31356,
            "slug": "vs19_331_009",
            "identifier": "vs19_331_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_009/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.1 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1975",
            "description_title": "Emendamento 2.1 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 21494,
            "slug": "vs19_112_006",
            "identifier": "vs19_112_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_006/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00139, limitatamente al capoverso 6), CASO ANTONIO (M5S) ed altri - Votazione Mozione 1_00139",
            "original_title": "Votazione Mozione 1_00139",
            "description_title": "Mozione n. 1-00139, limitatamente al capoverso 6), CASO ANTONIO (M5S) 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": 1,
            "n_margin": 149,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 24439,
            "slug": "vs19_184_081",
            "identifier": "vs19_184_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_081/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 8.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 8.1 DDL n. 1406",
            "original_title": "Votazione Emendamento 8.1 DDL n. 1406",
            "description_title": "Emendamento 8.1 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": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 21723,
            "slug": "vs19_114_005",
            "identifier": "vs19_114_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_005/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1114/24 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1114/24 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/24 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/24 ROGGIANI SILVIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 54,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 21779,
            "slug": "vs19_114_013",
            "identifier": "vs19_114_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_013/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 32460,
            "slug": "vs19_359_028",
            "identifier": "vs19_359_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_028/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2066/49, nel testo riformulato, MADIA MARIA ANNA (PD-IDP) - Votazione Ordine del giorno 9/2066/49, DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/49, DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/49, nel testo riformulato, MADIA MARIA ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 124,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 68.99
        },
        {
            "id": 32082,
            "slug": "vs19_349_071",
            "identifier": "vs19_349_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_071/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1660/37, nel testo riformulato, MANES FRANCO (M-MIN) - Votazione Ordine del giorno 9/1660/37, DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/37, DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/37, nel testo riformulato, MANES FRANCO (M-MIN)",
            "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": 121,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 21747,
            "slug": "vs19_114_091",
            "identifier": "vs19_114_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_091/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1114/141 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1114/141 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/141 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/141 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 21749,
            "slug": "vs19_114_066",
            "identifier": "vs19_114_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_066/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1114/110 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1114/110 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/110 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/110 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 24508,
            "slug": "vs19_184_047",
            "identifier": "vs19_184_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_047/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 4.11 APPENDINO CHIARA (M5S) - Votazione Emendamento 4.11 DDL n. 1406",
            "original_title": "Votazione Emendamento 4.11 DDL n. 1406",
            "description_title": "Emendamento 4.11 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 31952,
            "slug": "vs19_348_106",
            "identifier": "vs19_348_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_106/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 106,
            "title": "Emendamento 33.4 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.4 DDL n. 1660",
            "description_title": "Emendamento 33.4 SILVESTRI FRANCESCO (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": 35,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 61.64
        },
        {
            "id": 31960,
            "slug": "vs19_348_081",
            "identifier": "vs19_348_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_081/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 81,
            "title": "Articolo aggiuntivo 30.02 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 30.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.02 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31369,
            "slug": "vs19_331_022",
            "identifier": "vs19_331_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_022/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.12 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.12 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.12 DDL n. 1975",
            "description_title": "Emendamento 3.12 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31371,
            "slug": "vs19_331_024",
            "identifier": "vs19_331_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_024/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.15 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 3.15 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.15 DDL n. 1975",
            "description_title": "Emendamento 3.15 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 118,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31798,
            "slug": "vs19_344_032",
            "identifier": "vs19_344_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_032/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 9.1011 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 9.1011 DDL n. 1660",
            "original_title": "Votazione Emendamento 9.1011 DDL n. 1660",
            "description_title": "Emendamento 9.1011 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 72.5
        },
        {
            "id": 31388,
            "slug": "vs19_331_041",
            "identifier": "vs19_331_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_041/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 5.8 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 5.8 DDL n. 1975",
            "original_title": "Votazione Emendamento 5.8 DDL n. 1975",
            "description_title": "Emendamento 5.8 GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 21712,
            "slug": "vs19_114_012",
            "identifier": "vs19_114_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_012/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1114/37 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1114/37 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/37 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/37 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 79.63
        }
    ]
}