Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=114
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=n_rebels&page=115",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=113",
    "results": [
        {
            "id": 34183,
            "slug": "vs19_393_017",
            "identifier": "vs19_393_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_017/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1950",
            "original_title": "Votazione Articolo 4 DDL n. 1950",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34152,
            "slug": "vs19_393_019",
            "identifier": "vs19_393_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_019/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1950/2 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1950/2 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/2 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/2 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": 55,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 34156,
            "slug": "vs19_393_021",
            "identifier": "vs19_393_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_021/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1950/4 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1950/4 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/4 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/4 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34175,
            "slug": "vs19_393_023",
            "identifier": "vs19_393_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_023/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1950/6 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1950/6 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/6 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/6 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": 26,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 24981,
            "slug": "vs19_196_064",
            "identifier": "vs19_196_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_064/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1437/20, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/20, nel testo riformulato, FORNARO FEDERICO (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": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34180,
            "slug": "vs19_393_011",
            "identifier": "vs19_393_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_011/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.12 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.12 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.12 DDL n. 1950",
            "description_title": "Emendamento 1.12 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": 22,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 32085,
            "slug": "vs19_349_049",
            "identifier": "vs19_349_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_049/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1660/15 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1660/15 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/15 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/15 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": 30,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 24965,
            "slug": "vs19_196_012",
            "identifier": "vs19_196_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_012/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1437/14 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1437/14 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/14 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/14 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 32087,
            "slug": "vs19_349_075",
            "identifier": "vs19_349_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_075/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1660/42 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1660/42 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/42 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/42 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34181,
            "slug": "vs19_393_009",
            "identifier": "vs19_393_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_009/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.10 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.10 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1950",
            "description_title": "Emendamento 1.10 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": 23,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34165,
            "slug": "vs19_393_018",
            "identifier": "vs19_393_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_018/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34302,
            "slug": "vs19_389_001",
            "identifier": "vs19_389_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_001/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordini del giorno n. 9/2022/2 ZUCCONI RICCARDO (FDI) e n. 9/2022/18 DEL BARBA MAURO (IVICRE), nel testo riformulato - Votazione Ordine del giorno 9/2022/2 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/2 DDL n. 2022",
            "description_title": "Ordini del giorno n. 9/2022/2 ZUCCONI RICCARDO (FDI) e n. 9/2022/18 DEL BARBA MAURO (IVICRE), nel testo riformulato",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 49,
            "majority_cohesion_rate": 55.79,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 34153,
            "slug": "vs19_393_031",
            "identifier": "vs19_393_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_031/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1950/14 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/14 DORI DEVIS (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.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34230,
            "slug": "vs19_393_010",
            "identifier": "vs19_393_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_010/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 DORI DEVIS (AVS) - Votazione Emendamento 1.11 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1950",
            "description_title": "Emendamento 1.11 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": 22,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34167,
            "slug": "vs19_393_032",
            "identifier": "vs19_393_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_032/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1950/15 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/15 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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 32093,
            "slug": "vs19_349_063",
            "identifier": "vs19_349_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_063/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1660/29 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1660/29 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/29 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/29 CAFIERO DE RAHO FEDERICO (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": 32,
            "majority_cohesion_rate": 65.42,
            "minority_cohesion_rate": 59.12
        },
        {
            "id": 27711,
            "slug": "vs19_239_098",
            "identifier": "vs19_239_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_098/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1515",
            "original_title": "Votazione Articolo 27 DDL n. 1515",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 24951,
            "slug": "vs19_196_066",
            "identifier": "vs19_196_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_066/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 66,
            "title": "Conversione decreto misure contro il caro prezzi",
            "original_title": "Votazione finale DDL n. 1437",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 29 settembre 2023, n. 131, recante misure urgenti in materia di energia, interventi per sostenere il potere di acquisto e a tutela del risparmio (DDL 1437)",
            "public_title": "Conversione decreto misure contro il caro prezzi",
            "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": 32,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 34224,
            "slug": "vs19_396_005",
            "identifier": "vs19_396_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_005/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2164/8 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2164/8 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/8 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/8 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 24963,
            "slug": "vs19_196_055",
            "identifier": "vs19_196_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_055/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1437/59 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1437/59 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/59 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/59 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 24957,
            "slug": "vs19_196_039",
            "identifier": "vs19_196_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_039/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1437/42 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1437/42 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/42 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/42 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 25009,
            "slug": "vs19_196_031",
            "identifier": "vs19_196_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_031/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1437/34 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1437/34 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/34 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/34 SCARPA RACHELE (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": 23,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 32097,
            "slug": "vs19_349_074",
            "identifier": "vs19_349_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_074/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1660/41 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1660/41 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/41 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/41 ORFINI 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": 25,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 34190,
            "slug": "vs19_396_003",
            "identifier": "vs19_396_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_003/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2164/3 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/2164/3 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/3 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/3 MARINO MARIA STEFANIA (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": 27,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 32104,
            "slug": "vs19_349_070",
            "identifier": "vs19_349_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_070/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1660/36 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1660/36 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/36 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/36 PAVANELLI EMMA (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": 29,
            "majority_cohesion_rate": 64.17,
            "minority_cohesion_rate": 61.64
        },
        {
            "id": 34083,
            "slug": "vs19_388_177",
            "identifier": "vs19_388_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_177/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 177,
            "title": "Emendamento 34.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 34.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.6 DDL n. 2022",
            "description_title": "Emendamento 34.6 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": 18,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 24983,
            "slug": "vs19_196_028",
            "identifier": "vs19_196_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_028/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1437/31 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/31 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 25004,
            "slug": "vs19_196_016",
            "identifier": "vs19_196_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_016/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1437/18 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1437/18 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/18 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/18 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 24968,
            "slug": "vs19_196_006",
            "identifier": "vs19_196_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_006/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1437/7 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1437/7 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/7 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/7 ORFINI 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": 16,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 31888,
            "slug": "vs19_349_003",
            "identifier": "vs19_349_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_003/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 34.2 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.2 DDL n. 1660",
            "description_title": "Emendamento 34.2 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 54,
            "majority_cohesion_rate": 62.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 24977,
            "slug": "vs19_196_005",
            "identifier": "vs19_196_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_005/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1437/6 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1437/6 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/6 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/6 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 34210,
            "slug": "vs19_396_010",
            "identifier": "vs19_396_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_010/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2164/13, nel testo riformulato, EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/2164/13, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/13, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/13, nel testo riformulato, EVI ELEONORA (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": 0,
            "n_margin": 138,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 24955,
            "slug": "vs19_196_003",
            "identifier": "vs19_196_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_003/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1437/4 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1437/4 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/4 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/4 BONAFE' SIMONA (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": 15,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 27741,
            "slug": "vs19_241_005",
            "identifier": "vs19_241_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_005/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.2 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.2 PDL n. 1457",
            "description_title": "Emendamento 1.2 MANZI IRENE (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": 13,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 34201,
            "slug": "vs19_396_035",
            "identifier": "vs19_396_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_035/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2164/49 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/2164/49 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/49 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/49 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 24980,
            "slug": "vs19_196_002",
            "identifier": "vs19_196_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_002/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1437/2 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1437/2 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/2 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/2 SIMIANI 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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 34241,
            "slug": "vs19_396_039",
            "identifier": "vs19_396_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_039/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 39,
            "title": "Conversione decreto tutela dell'ambiente",
            "original_title": "Votazione finale DDL n. 2164",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 17 ottobre 2024, n. 153, recante disposizioni urgenti per la tutela ambientale del Paese, la razionalizzazione dei procedimenti di valutazione e autorizzazione ambientale, la promozione dell'economia circolare, l'attuazione di interventi in materia di bonifiche di siti contaminati e dissesto idrogeologico (Approvato dal Senato) (DDL 2164)",
            "public_title": "Conversione decreto tutela dell'ambiente",
            "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": 29,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 24991,
            "slug": "vs19_196_001",
            "identifier": "vs19_196_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_001/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1437/1 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1437/1 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/1 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/1 BRAGA 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27680,
            "slug": "vs19_239_032",
            "identifier": "vs19_239_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_032/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 11.10 FENU EMILIANO (M5S) e 11.11 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 11.10 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.10 DDL n. 1515",
            "description_title": "Identici emendamenti 11.10 FENU EMILIANO (M5S) e 11.11 BORRELLI FRANCESCO EMILIO (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": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25010,
            "slug": "vs19_196_007",
            "identifier": "vs19_196_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_007/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1437/8 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1437/8 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/8 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/8 ZINGARETTI NICOLA (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": 17,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 34172,
            "slug": "vs19_396_033",
            "identifier": "vs19_396_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_033/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2164/47, come riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2164/47, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/47, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/47, come riformulato, BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 137,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 25005,
            "slug": "vs19_196_047",
            "identifier": "vs19_196_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_047/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1437/50 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1437/50 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/50 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/50 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 34184,
            "slug": "vs19_396_018",
            "identifier": "vs19_396_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_018/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2164/23 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/2164/23 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/23 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/23 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 31962,
            "slug": "vs19_349_005",
            "identifier": "vs19_349_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_005/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 34.4 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.4 DDL n. 1660",
            "description_title": "Emendamento 34.4 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 56.6
        },
        {
            "id": 31971,
            "slug": "vs19_349_039",
            "identifier": "vs19_349_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_039/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 37.01014 D'ORSO VALENTINA (M5S) - Votazione Emendamento 37.01014 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01014 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01014 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": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 25002,
            "slug": "vs19_196_021",
            "identifier": "vs19_196_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_021/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1437/24 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1437/24 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/24 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/24 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": 21,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 34219,
            "slug": "vs19_396_037",
            "identifier": "vs19_396_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_037/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 25003,
            "slug": "vs19_196_017",
            "identifier": "vs19_196_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_017/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1437/19 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1437/19 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/19 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/19 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 34188,
            "slug": "vs19_396_036",
            "identifier": "vs19_396_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_036/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/2164/4, come riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/2164/4, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/4, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/4, come riformulato, GIRELLI GIAN ANTONIO (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": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34216,
            "slug": "vs19_396_025",
            "identifier": "vs19_396_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_025/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2164/39 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/2164/39 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/39 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/39 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 70.06
        }
    ]
}