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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=338",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=336",
    "results": [
        {
            "id": 25724,
            "slug": "vs19_210_155",
            "identifier": "vs19_210_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_155/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 155,
            "title": "Articolo 40 - Votazione Articolo 40 DDL n. 1341",
            "original_title": "Votazione Articolo 40 DDL n. 1341",
            "description_title": "Articolo 40",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25734,
            "slug": "vs19_210_165",
            "identifier": "vs19_210_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_165/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 165,
            "title": "Articolo 45 - Votazione Articolo 45 DDL n. 1341",
            "original_title": "Votazione Articolo 45 DDL n. 1341",
            "description_title": "Articolo 45",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25513,
            "slug": "vs19_210_151",
            "identifier": "vs19_210_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_151/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 151,
            "title": "Articolo 37 - Votazione Articolo 37 DDL n. 1341",
            "original_title": "Votazione Articolo 37 DDL n. 1341",
            "description_title": "Articolo 37",
            "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": 70,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25657,
            "slug": "vs19_210_027",
            "identifier": "vs19_210_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_027/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 5.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 5.01 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25600,
            "slug": "vs19_210_029",
            "identifier": "vs19_210_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_029/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 6.3 EVI ELEONORA (AVS) - Votazione Emendamento 6.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1341",
            "description_title": "Emendamento 6.3 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25686,
            "slug": "vs19_210_122",
            "identifier": "vs19_210_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_122/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 122,
            "title": "Emendamento 26.3 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 26.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 26.3 DDL n. 1341",
            "description_title": "Emendamento 26.3 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25660,
            "slug": "vs19_210_021",
            "identifier": "vs19_210_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_021/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 4.11 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 4.11 DDL n. 1341",
            "original_title": "Votazione Emendamento 4.11 DDL n. 1341",
            "description_title": "Emendamento 4.11 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25595,
            "slug": "vs19_210_002",
            "identifier": "vs19_210_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_002/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1341",
            "description_title": "Emendamento 1.1 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25605,
            "slug": "vs19_210_145",
            "identifier": "vs19_210_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_145/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 145,
            "title": "Articolo 36 - Votazione Articolo 36 DDL n. 1341",
            "original_title": "Votazione Articolo 36 DDL n. 1341",
            "description_title": "Articolo 36",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25530,
            "slug": "vs19_210_116",
            "identifier": "vs19_210_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_116/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 116,
            "title": "Emendamento 25.13 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.13 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.13 DDL n. 1341",
            "description_title": "Emendamento 25.13 ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25722,
            "slug": "vs19_210_134",
            "identifier": "vs19_210_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_134/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 134,
            "title": "Articolo aggiuntivo 30.03 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 30.03 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.03 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 30.03 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 23985,
            "slug": "vs19_158_002",
            "identifier": "vs19_158_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_002/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1135",
            "original_title": "Votazione Articolo 1 PDL n. 1135",
            "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": 0,
            "n_margin": 91,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 23994,
            "slug": "vs19_158_001",
            "identifier": "vs19_158_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_001/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.1 PDL n. 1135",
            "original_title": "Votazione Emendamento 1.1 PDL n. 1135",
            "description_title": "Emendamento 1.1 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 24032,
            "slug": "vs19_158_009",
            "identifier": "vs19_158_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_009/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1135/5 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1135/5 PDL n. 1135",
            "original_title": "Votazione Ordine del giorno 9/1135/5 PDL n. 1135",
            "description_title": "Ordine del giorno n. 9/1135/5 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 24013,
            "slug": "vs19_158_021",
            "identifier": "vs19_158_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_021/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0336",
            "original_title": "Votazione Articolo 8 PDL n. 0336",
            "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": 121,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 21782,
            "slug": "vs19_114_081",
            "identifier": "vs19_114_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_081/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1114/125 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1114/125 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/125 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/125 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 21428,
            "slug": "vs19_108_001",
            "identifier": "vs19_108_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_108_001/?format=api",
            "sitting": {
                "id": 1384,
                "date": "2023-05-24",
                "number": 108,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00099 (Nuova formulazione), LAZZARINI ARIANNA (LEGA), VIETRI IMMA (FDI), BENIGNI STEFANO (FI-PPE), CAVO ILARIA (NM-M) ed altri - Votazione Mozione 1_00099",
            "original_title": "Votazione Mozione 1_00099",
            "description_title": "Mozione n. 1-00099 (Nuova formulazione), LAZZARINI ARIANNA (LEGA), VIETRI IMMA (FDI), BENIGNI STEFANO (FI-PPE), CAVO ILARIA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 126,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29944,
            "slug": "vs19_277_010",
            "identifier": "vs19_277_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_010/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00265, (ulteriore nuova formulazione) limitatamente alla premessa e al capoverso secondo della parte dispositiva, SCOTTO ARTURO (PD-IDP), BARZOTTI VALENTINA (M5S), MARI FRANCESCO (AVS) ed altri - Votazione Mozione 1_00265",
            "original_title": "Votazione Mozione 1_00265",
            "description_title": "Mozione n. 1-00265, (ulteriore nuova formulazione) limitatamente alla premessa e al capoverso secondo della parte dispositiva, SCOTTO ARTURO (PD-IDP), BARZOTTI VALENTINA (M5S), MARI FRANCESCO (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": 0,
            "n_margin": 123,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 28412,
            "slug": "vs19_251_011",
            "identifier": "vs19_251_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_011/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 11,
            "title": "Delega al Governo in materia di florovivaismo",
            "original_title": "Votazione finale DDL n. 1560",
            "description_title": "Delega al Governo in materia di florovivaismo (DDL 1560 e abbinata PDL 389)",
            "public_title": "Delega al Governo in materia di florovivaismo",
            "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": 104,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 29022,
            "slug": "vs19_265_011",
            "identifier": "vs19_265_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_011/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 21.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 21.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 21.600, DDL n. 1435",
            "description_title": "Emendamento 21.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": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29692,
            "slug": "vs19_260_087",
            "identifier": "vs19_260_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_087/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 87,
            "title": "Identici emendamenti 2-quinquies.14 EVI ELEONORA (AVS) e 2-quinquies.15 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.14 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.14 DDL n. 1759",
            "description_title": "Identici emendamenti 2-quinquies.14 EVI ELEONORA (AVS) e 2-quinquies.15 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 29767,
            "slug": "vs19_261_080",
            "identifier": "vs19_261_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_080/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 14.10 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.10 DDL n. 1435",
            "description_title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "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": 29056,
            "slug": "vs19_265_020",
            "identifier": "vs19_265_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_020/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 23.13 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.13 DDL n. 1435",
            "description_title": "Emendamento 23.13 GHIRRA FRANCESCA (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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29830,
            "slug": "vs19_261_016",
            "identifier": "vs19_261_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_016/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (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": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28580,
            "slug": "vs19_252_049",
            "identifier": "vs19_252_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_049/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 49,
            "title": "Identici emendamenti 5.1 IARIA ANTONINO (M5S) e 5.1000 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1 PDL n. 0703",
            "description_title": "Identici emendamenti 5.1 IARIA ANTONINO (M5S) e 5.1000 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29006,
            "slug": "vs19_265_012",
            "identifier": "vs19_265_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_012/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1435",
            "original_title": "Votazione Articolo 21 DDL n. 1435",
            "description_title": "Articolo 21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 77,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28234,
            "slug": "vs19_248_030",
            "identifier": "vs19_248_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_030/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 5.1014 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 5.1014 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.1014 PDL n. 0799",
            "description_title": "Emendamento 5.1014 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": 7,
            "n_margin": 78,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28325,
            "slug": "vs19_247_043",
            "identifier": "vs19_247_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_043/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1633/83 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1633/83 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/83 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/83 CHERCHI SUSANNA (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": 29814,
            "slug": "vs19_261_127",
            "identifier": "vs19_261_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_127/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 127,
            "title": "Articolo aggiuntivo 15.016 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.016 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.016 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.016 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28233,
            "slug": "vs19_248_057",
            "identifier": "vs19_248_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_057/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 14.1001 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 14.1001 PDL n. 0799",
            "original_title": "Votazione Emendamento 14.1001 PDL n. 0799",
            "description_title": "Emendamento 14.1001 ORFINI MATTEO (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": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29818,
            "slug": "vs19_261_004",
            "identifier": "vs19_261_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_004/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (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": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28354,
            "slug": "vs19_247_002",
            "identifier": "vs19_247_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_002/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1633/9, come riformulato, MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1633/9, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/9, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/9, come riformulato, MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 29817,
            "slug": "vs19_261_003",
            "identifier": "vs19_261_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_003/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1759/9 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/9 PAGANO UBALDO (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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29626,
            "slug": "vs19_260_021",
            "identifier": "vs19_260_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_021/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00261, limitatamente al capoverso ottavo della parte dispositiva, congiuntamente alla premessa, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00261",
            "original_title": "Votazione Mozione 1_00261",
            "description_title": "Mozione n. 1-00261, limitatamente al capoverso ottavo della parte dispositiva, congiuntamente alla premessa, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 97,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29026,
            "slug": "vs19_265_043",
            "identifier": "vs19_265_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_043/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 27.17 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 27.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.17 DDL n. 1435",
            "description_title": "Emendamento 27.17 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29198,
            "slug": "vs19_267_016",
            "identifier": "vs19_267_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_016/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 35.89 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.89 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.89 DDL n. 1435",
            "description_title": "Emendamento 35.89 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29169,
            "slug": "vs19_267_025",
            "identifier": "vs19_267_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_025/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 35.107 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.107 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.107 DDL n. 1435",
            "description_title": "Emendamento 35.107 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29815,
            "slug": "vs19_261_001",
            "identifier": "vs19_261_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_001/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/4 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29612,
            "slug": "vs19_260_007",
            "identifier": "vs19_260_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_007/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso undicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso undicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29607,
            "slug": "vs19_260_002",
            "identifier": "vs19_260_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_002/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso terzo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso terzo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28103,
            "slug": "vs19_244_049",
            "identifier": "vs19_244_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_049/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/384 E ABB-B/49 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/49 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/49 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/49 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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29581,
            "slug": "vs19_260_036",
            "identifier": "vs19_260_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_036/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo premissivo 01.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 01.02 DDL n. 1759",
            "original_title": "Votazione Emendamento 01.02 DDL n. 1759",
            "description_title": "Articolo premissivo 01.02 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": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29580,
            "slug": "vs19_260_035",
            "identifier": "vs19_260_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_035/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo premissivo 01.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 01.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 01.01 DDL n. 1759",
            "description_title": "Articolo premissivo 01.01 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29686,
            "slug": "vs19_260_081",
            "identifier": "vs19_260_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_081/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 2-quinquies.3 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.3 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.3 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29685,
            "slug": "vs19_260_080",
            "identifier": "vs19_260_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_080/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 2-quinquies.1 EVI ELEONORA (AVS) e 2-quinquies.2 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.1 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.1 DDL n. 1759",
            "description_title": "Identici emendamenti 2-quinquies.1 EVI ELEONORA (AVS) e 2-quinquies.2 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28088,
            "slug": "vs19_244_008",
            "identifier": "vs19_244_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_008/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/384 E ABB-B/8 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/8 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/8 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/8 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29651,
            "slug": "vs19_260_046",
            "identifier": "vs19_260_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_046/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.2 EVI ELEONORA (AVS) - Votazione Emendamento 2.2 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1759",
            "description_title": "Emendamento 2.2 EVI ELEONORA (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": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29649,
            "slug": "vs19_260_044",
            "identifier": "vs19_260_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_044/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 1.01000 BONELLI ANGELO (AVS) - Votazione Emendamento 1.01000 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.01000 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 1.01000 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29645,
            "slug": "vs19_260_040",
            "identifier": "vs19_260_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_040/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.11 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.11 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1759",
            "description_title": "Emendamento 1.11 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        }
    ]
}