Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=75
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=76",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=74",
    "results": [
        {
            "id": 30128,
            "slug": "vs19_283_045",
            "identifier": "vs19_283_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_045/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/836/15 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/836/15 PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/15 PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/15 GRIBAUDO CHIARA (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": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.74
        },
        {
            "id": 24611,
            "slug": "vs19_185_037",
            "identifier": "vs19_185_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_037/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo aggiuntivo 16.0101 DORI DEVIS (AVS) - Votazione Emendamento 16.0101 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.0101 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.0101 DORI DEVIS (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": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26880,
            "slug": "vs19_229_019",
            "identifier": "vs19_229_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_019/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 2.02 GIULIANO CARLA (M5S) - Votazione Emendamento 2.02 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1297",
            "description_title": "Articolo aggiuntivo 2.02 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": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25695,
            "slug": "vs19_210_168",
            "identifier": "vs19_210_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_168/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 168,
            "title": "Emendamento 47.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 47.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 47.2 DDL n. 1341",
            "description_title": "Emendamento 47.2 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": 7,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25655,
            "slug": "vs19_210_173",
            "identifier": "vs19_210_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_173/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 173,
            "title": "Emendamento 48.2 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 48.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 48.2 DDL n. 1341",
            "description_title": "Emendamento 48.2 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 27213,
            "slug": "vs19_231_048",
            "identifier": "vs19_231_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_048/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1620",
            "original_title": "Votazione Articolo 3 DDL n. 1620",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30270,
            "slug": "vs19_292_006",
            "identifier": "vs19_292_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_006/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1717",
            "original_title": "Votazione Articolo 1 DDL n. 1717",
            "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": 2,
            "n_margin": 72,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 25738,
            "slug": "vs19_210_172",
            "identifier": "vs19_210_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_172/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 172,
            "title": "Emendamento 48.1 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 48.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 48.1 DDL n. 1341",
            "description_title": "Emendamento 48.1 BENZONI FABRIZIO (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": 5,
            "n_margin": 43,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 25522,
            "slug": "vs19_210_125",
            "identifier": "vs19_210_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_125/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 125,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1341",
            "original_title": "Votazione Articolo 27 DDL n. 1341",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 69,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 30193,
            "slug": "vs19_289_021",
            "identifier": "vs19_289_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_289_021/?format=api",
            "sitting": {
                "id": 1682,
                "date": "2024-05-08",
                "number": 289,
                "branch": "C"
            },
            "number": 21,
            "title": "Dispositivo della risoluzione n. 6-00116 PELLEGRINI MARCO (M5S) ed altri, limitatamente alla parte recante un impegno aggiuntivo riferito alla missione n. 33 (Doc. XVI, n. 3) - Votazione Risoluzione 6_00116",
            "original_title": "Votazione Risoluzione 6_00116",
            "description_title": "Dispositivo della risoluzione n. 6-00116 PELLEGRINI MARCO (M5S) ed altri, limitatamente alla parte recante un impegno aggiuntivo riferito alla missione n. 33 (Doc. XVI, n. 3)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 87,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 44.79
        },
        {
            "id": 24511,
            "slug": "vs19_185_013",
            "identifier": "vs19_185_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_013/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 7.01 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.01 DDL n. 1294",
            "original_title": "Votazione Emendamento 7.01 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 7.01 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": 54,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 27193,
            "slug": "vs19_231_026",
            "identifier": "vs19_231_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_026/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.37 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 3.37 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.37 DDL n. 1620",
            "description_title": "Emendamento 3.37 FRATOIANNI NICOLA (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": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 24502,
            "slug": "vs19_185_024",
            "identifier": "vs19_185_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_024/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1294",
            "original_title": "Votazione Articolo 11 DDL n. 1294",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 124,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27183,
            "slug": "vs19_231_033",
            "identifier": "vs19_231_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_033/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 3.55 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.55 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.55 DDL n. 1620",
            "description_title": "Emendamento 3.55 BONAFE' SIMONA (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": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27215,
            "slug": "vs19_231_042",
            "identifier": "vs19_231_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_042/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 3.69 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.69 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.69 DDL n. 1620",
            "description_title": "Emendamento 3.69 COLUCCI ALFONSO (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": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27318,
            "slug": "vs19_232_052",
            "identifier": "vs19_232_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_052/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1620/3 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1620/3 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/3 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/3 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": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30182,
            "slug": "vs19_289_003",
            "identifier": "vs19_289_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_289_003/?format=api",
            "sitting": {
                "id": 1682,
                "date": "2024-05-08",
                "number": 289,
                "branch": "C"
            },
            "number": 3,
            "title": "Dispositivi congiunti delle risoluzioni n. 6-00114 CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), ORSINI ANDREA (FI-PPE), BICCHIELLI PINO (NM-M) ed altri, n. 6-00115 BRAGA CHIARA (PD-IDP) ed altri, n. 6-00116 PELLEGRINI MARCO (M5S) ed altri, n. 6-00117 FARAONE DAVIDE (IVICRE) e n. 6-00118 RICHETTI MATTEO (APERRE) ed altri, limitatamente alle parti in cui autorizzano le missioni di cui alla scheda n. 15 (Doc. XVI, n. 3) - Votazione Risoluzione 6_00114",
            "original_title": "Votazione Risoluzione 6_00114",
            "description_title": "Dispositivi congiunti delle risoluzioni n. 6-00114 CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), ORSINI ANDREA (FI-PPE), BICCHIELLI PINO (NM-M) ed altri, n. 6-00115 BRAGA CHIARA (PD-IDP) ed altri, n. 6-00116 PELLEGRINI MARCO (M5S) ed altri, n. 6-00117 FARAONE DAVIDE (IVICRE) e n. 6-00118 RICHETTI MATTEO (APERRE) ed altri, limitatamente alle parti in cui autorizzano le missioni di cui alla scheda n. 15 (Doc. XVI, n. 3)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 30203,
            "slug": "vs19_292_003",
            "identifier": "vs19_292_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_003/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.103 DORI DEVIS (AVS) - Votazione Emendamento 1.103 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.103 DDL n. 1717",
            "description_title": "Emendamento 1.103 DORI DEVIS (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": 13,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 25566,
            "slug": "vs19_210_082",
            "identifier": "vs19_210_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_082/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 18.28 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.28 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.28 DDL n. 1341",
            "description_title": "Emendamento 18.28 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": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 30217,
            "slug": "vs19_292_008",
            "identifier": "vs19_292_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_008/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.6 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.6 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1717",
            "description_title": "Emendamento 2.6 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30211,
            "slug": "vs19_292_022",
            "identifier": "vs19_292_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_022/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 8.8 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.8 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.8 DDL n. 1717",
            "description_title": "Emendamento 8.8 COLUCCI ALFONSO (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": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 67.48
        },
        {
            "id": 29303,
            "slug": "vs19_270_034",
            "identifier": "vs19_270_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_034/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 3-bis.04 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 3-bis.04 DDL n. 1790",
            "original_title": "Votazione Emendamento 3-bis.04 DDL n. 1790",
            "description_title": "Articolo aggiuntivo 3-bis.04 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 30198,
            "slug": "vs19_292_058",
            "identifier": "vs19_292_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_058/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 16.5 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.5 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.5 DDL n. 1717",
            "description_title": "Emendamento 16.5 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 57.67
        },
        {
            "id": 30237,
            "slug": "vs19_292_030",
            "identifier": "vs19_292_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_030/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 8.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.300, DDL n. 1717",
            "original_title": "Votazione Emendamento 8.300, DDL n. 1717",
            "description_title": "Emendamento 8.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 75,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 30181,
            "slug": "vs19_289_013",
            "identifier": "vs19_289_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_289_013/?format=api",
            "sitting": {
                "id": 1682,
                "date": "2024-05-08",
                "number": 289,
                "branch": "C"
            },
            "number": 13,
            "title": "Premessa della risoluzione n. 6-00115 BRAGA CHIARA (PD-IDP) ed altri (Doc. XVI, n. 3) - Votazione Risoluzione 6_00115",
            "original_title": "Votazione Risoluzione 6_00115",
            "description_title": "Premessa della risoluzione n. 6-00115 BRAGA CHIARA (PD-IDP) ed altri (Doc. XVI, n. 3)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 51,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 34.97
        },
        {
            "id": 29356,
            "slug": "vs19_270_072",
            "identifier": "vs19_270_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_072/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1435/35 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1435/35 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/35 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/35 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": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30265,
            "slug": "vs19_292_059",
            "identifier": "vs19_292_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_059/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 16.9 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.9 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.9 DDL n. 1717",
            "description_title": "Emendamento 16.9 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.28
        },
        {
            "id": 25572,
            "slug": "vs19_210_120",
            "identifier": "vs19_210_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_120/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 120,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 1341",
            "original_title": "Votazione Articolo 25 DDL n. 1341",
            "description_title": "Articolo 25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 66,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "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": 24572,
            "slug": "vs19_185_035",
            "identifier": "vs19_185_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_035/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1294",
            "original_title": "Votazione Articolo 16 DDL n. 1294",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25720,
            "slug": "vs19_210_164",
            "identifier": "vs19_210_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_164/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 164,
            "title": "Emendamento 45.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 45.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 45.2 DDL n. 1341",
            "description_title": "Emendamento 45.2 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": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29556,
            "slug": "vs19_187_054",
            "identifier": "vs19_187_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_054/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1416/76, come riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1416/76, DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/76, DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/76, come riformulato, GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 113,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29374,
            "slug": "vs19_270_087",
            "identifier": "vs19_270_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_087/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1435/69 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1435/69 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/69 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/69 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25567,
            "slug": "vs19_210_169",
            "identifier": "vs19_210_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_169/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 169,
            "title": "Emendamento 47.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 47.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 47.300, DDL n. 1341",
            "description_title": "Emendamento 47.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25716,
            "slug": "vs19_210_129",
            "identifier": "vs19_210_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_129/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 129,
            "title": "Articolo aggiuntivo 29.03 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 29.03 DDL n. 1341",
            "original_title": "Votazione Emendamento 29.03 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 29.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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 25725,
            "slug": "vs19_210_098",
            "identifier": "vs19_210_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_098/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1341",
            "original_title": "Votazione Articolo 21 DDL n. 1341",
            "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": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27454,
            "slug": "vs19_236_034",
            "identifier": "vs19_236_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_034/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.46 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.46 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.46 DDL n. 1630",
            "description_title": "Emendamento 1.46 RICCIARDI TONI (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": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25120,
            "slug": "vs19_197_005",
            "identifier": "vs19_197_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_005/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.4 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1324",
            "description_title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (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": 8,
            "n_margin": 48,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 25132,
            "slug": "vs19_197_041",
            "identifier": "vs19_197_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_041/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 5.04 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.04 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.04 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.04 CARAMIELLO ALESSANDRO (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": 7,
            "n_margin": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25126,
            "slug": "vs19_197_035",
            "identifier": "vs19_197_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_035/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 4.3 ZANELLA LUANA (AVS) - Votazione Emendamento 4.3 DDL n. 1324",
            "original_title": "Votazione Emendamento 4.3 DDL n. 1324",
            "description_title": "Emendamento 4.3 ZANELLA LUANA (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": 6,
            "n_margin": 51,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 25099,
            "slug": "vs19_197_045",
            "identifier": "vs19_197_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_045/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 6.07 DI LAURO CARMEN (M5S) - Votazione Emendamento 6.07 DDL n. 1324",
            "original_title": "Votazione Emendamento 6.07 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 6.07 DI LAURO CARMEN (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": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25097,
            "slug": "vs19_197_040",
            "identifier": "vs19_197_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_040/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 5.03 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 5.03 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.03 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.03 RICCIARDI MARIANNA (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": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 21971,
            "slug": "vs19_124_036",
            "identifier": "vs19_124_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_036/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1151/52 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1151/52 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/52 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/52 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 21961,
            "slug": "vs19_124_034",
            "identifier": "vs19_124_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_034/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1151/46 VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1151/46 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/46 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/46 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": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27730,
            "slug": "vs19_240_003",
            "identifier": "vs19_240_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_003/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1000 ZANELLA LUANA (AVS) - Votazione Emendamento 2.1000 PDL n. 1304",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 1304",
            "description_title": "Emendamento 2.1000 ZANELLA LUANA (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": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 22481,
            "slug": "vs19_134_001",
            "identifier": "vs19_134_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_001/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 3.151 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.151 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.151 PDL n. 0384",
            "description_title": "Emendamento 3.151 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25134,
            "slug": "vs19_197_048",
            "identifier": "vs19_197_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_048/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo 7 (Mantenimento) - Votazione Articolo 7 DDL n. 1324",
            "original_title": "Votazione Articolo 7 DDL n. 1324",
            "description_title": "Articolo 7 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 47,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 25119,
            "slug": "vs19_197_044",
            "identifier": "vs19_197_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_044/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 6.01 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 6.01 DDL n. 1324",
            "original_title": "Votazione Emendamento 6.01 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 6.01 FORATTINI ANTONELLA (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": 6,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25108,
            "slug": "vs19_197_036",
            "identifier": "vs19_197_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_036/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1324",
            "original_title": "Votazione Articolo 4 DDL n. 1324",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 15,
            "n_margin": 44,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 27355,
            "slug": "vs19_233_024",
            "identifier": "vs19_233_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_024/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1606/47 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1606/47 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/47 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/47 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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        }
    ]
}