Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=340
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_margin&page=341",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=339",
    "results": [
        {
            "id": 32827,
            "slug": "vs19_371_023",
            "identifier": "vs19_371_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_023/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 8.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 15,
            "n_margin": 45,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 37.97
        },
        {
            "id": 31061,
            "slug": "vs19_321_018",
            "identifier": "vs19_321_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_018/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.27 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.27 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.27 DDL n. 1718",
            "description_title": "Emendamento 2.27 GIANASSI FEDERICO (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": 45,
            "majority_cohesion_rate": 72.69,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 30993,
            "slug": "vs19_318_043",
            "identifier": "vs19_318_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_043/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 2.4 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 2.4 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1718",
            "description_title": "Emendamento 2.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": 45,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 49.07
        },
        {
            "id": 31048,
            "slug": "vs19_321_013",
            "identifier": "vs19_321_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_013/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.22 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.22 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.22 DDL n. 1718",
            "description_title": "Emendamento 2.22 GIANASSI FEDERICO (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": 45,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 30088,
            "slug": "vs19_283_031",
            "identifier": "vs19_283_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_031/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo aggiuntivo 5.01001 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 5.01001 PDL n. 0836",
            "original_title": "Votazione Emendamento 5.01001 PDL n. 0836",
            "description_title": "Articolo aggiuntivo 5.01001 BERRUTO MAURO (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": 45,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 38.04
        },
        {
            "id": 31082,
            "slug": "vs19_321_078",
            "identifier": "vs19_321_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_078/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1718/13 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1718/13 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/13 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/13 BALDINO VITTORIA (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": 45,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 33495,
            "slug": "vs19_377_101",
            "identifier": "vs19_377_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_101/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 101,
            "title": "EM 19.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 45,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 34149,
            "slug": "vs19_388_123",
            "identifier": "vs19_388_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_123/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 123,
            "title": "Articolo aggiuntivo 25.08 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 25.08 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.08 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 25.08 MAGI RICCARDO (M-+EUR)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 34745,
            "slug": "vs19_355_008",
            "identifier": "vs19_355_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_355_008/?format=api",
            "sitting": {
                "id": 1785,
                "date": "2024-09-26",
                "number": 355,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.10 TUCCI RICCARDO (M5S)",
            "original_title": "Emendamento 1.10 TUCCI RICCARDO (M5S)",
            "description_title": "",
            "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": 45,
            "majority_cohesion_rate": 62.92,
            "minority_cohesion_rate": 39.62
        },
        {
            "id": 23889,
            "slug": "vs19_154_051",
            "identifier": "vs19_154_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_051/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 1038-B",
            "original_title": "Votazione Articolo 23 DDL n. 1038-B",
            "description_title": "Articolo 23",
            "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": 45,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 38757,
            "slug": "vs19_489_028",
            "identifier": "vs19_489_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_028/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 28,
            "title": "Fiducia conversione decreto Pnrr sexies",
            "original_title": "Votazione ",
            "description_title": "Votazione fiducia A.C. 2420",
            "public_title": "Fiducia conversione decreto Pnrr sexies",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 77.78,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 23915,
            "slug": "vs19_154_003",
            "identifier": "vs19_154_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_003/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1038-B",
            "original_title": "Votazione Articolo 2 DDL n. 1038-B",
            "description_title": "Articolo 2",
            "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": 45,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 31037,
            "slug": "vs19_318_037",
            "identifier": "vs19_318_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_037/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.27 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.27 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1718",
            "description_title": "Emendamento 1.27 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 45.96
        },
        {
            "id": 30997,
            "slug": "vs19_321_025",
            "identifier": "vs19_321_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_025/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 2.34 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.34 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.34 DDL n. 1718",
            "description_title": "Emendamento 2.34 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": 45,
            "majority_cohesion_rate": 73.53,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 23931,
            "slug": "vs19_154_010",
            "identifier": "vs19_154_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_010/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 13.2 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 13.2 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1038-B",
            "description_title": "Emendamento 13.2 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 45,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 31074,
            "slug": "vs19_321_019",
            "identifier": "vs19_321_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_019/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.28 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.28 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.28 DDL n. 1718",
            "description_title": "Emendamento 2.28 GIANASSI FEDERICO (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": 45,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 31056,
            "slug": "vs19_318_018",
            "identifier": "vs19_318_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_018/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.1 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1718",
            "description_title": "Emendamento 1.1 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": 45,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 54.04
        },
        {
            "id": 23900,
            "slug": "vs19_154_004",
            "identifier": "vs19_154_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_004/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1038-B",
            "original_title": "Votazione Articolo 4 DDL n. 1038-B",
            "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": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 31052,
            "slug": "vs19_318_038",
            "identifier": "vs19_318_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_038/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.28 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.28 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.28 DDL n. 1718",
            "description_title": "Emendamento 1.28 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": 45,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 47.2
        },
        {
            "id": 31041,
            "slug": "vs19_321_021",
            "identifier": "vs19_321_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_021/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.30 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.30 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.30 DDL n. 1718",
            "description_title": "Emendamento 2.30 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": 45,
            "majority_cohesion_rate": 72.69,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 23893,
            "slug": "vs19_154_025",
            "identifier": "vs19_154_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_025/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 17.4 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 17.4 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 17.4 DDL n. 1038-B",
            "description_title": "Emendamento 17.4 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": 45,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 22309,
            "slug": "vs19_150_012",
            "identifier": "vs19_150_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_012/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1239/26 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1239/26 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/26 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/26 LOMUTI ARNALDO (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": 45,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 23902,
            "slug": "vs19_154_050",
            "identifier": "vs19_154_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_050/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1038-B",
            "original_title": "Votazione Articolo 22 DDL n. 1038-B",
            "description_title": "Articolo 22",
            "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": 45,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22637,
            "slug": "vs19_140_014",
            "identifier": "vs19_140_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_014/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1183/18 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1183/18 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/18 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/18 ZARATTI FILIBERTO (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": 45,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 30784,
            "slug": "vs19_313_013",
            "identifier": "vs19_313_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_313_013/?format=api",
            "sitting": {
                "id": 1721,
                "date": "2024-06-25",
                "number": 313,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.106 SPORTIELLO GILDA (M5S) - Votazione Emendamento 1.106 PDL n. 0433",
            "original_title": "Votazione Emendamento 1.106 PDL n. 0433",
            "description_title": "Emendamento 1.106 SPORTIELLO GILDA (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": 45,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 37.89
        },
        {
            "id": 32818,
            "slug": "vs19_370_015",
            "identifier": "vs19_370_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_015/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2049/6 - Votazione Ordine del giorno 9/2049/6 ",
            "original_title": "Votazione Ordine del giorno 9/2049/6 ",
            "description_title": "ODG 9/2049/6",
            "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": 45,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 42.41
        },
        {
            "id": 23898,
            "slug": "vs19_154_035",
            "identifier": "vs19_154_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_035/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 1038-B",
            "original_title": "Votazione Articolo 18 DDL n. 1038-B",
            "description_title": "Articolo 18",
            "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": 45,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 31001,
            "slug": "vs19_318_034",
            "identifier": "vs19_318_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_034/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.20 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.20 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.20 DDL n. 1718",
            "description_title": "Emendamento 1.20 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": 45,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 40.37
        },
        {
            "id": 31026,
            "slug": "vs19_321_046",
            "identifier": "vs19_321_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_046/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo aggiuntivo 5.06 ASCARI STEFANIA (M5S) - Votazione Emendamento 5.06 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.06 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.06 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": 45,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 29154,
            "slug": "vs19_267_031",
            "identifier": "vs19_267_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_031/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 35.19 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.19 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.19 DDL n. 1435",
            "description_title": "Emendamento 35.19 CASU ANDREA (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": 45,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 24593,
            "slug": "vs19_183_021",
            "identifier": "vs19_183_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_021/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1-BIS.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1-BIS.1 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-BIS.1 DDL n. 1492",
            "description_title": "Emendamento 1-BIS.1 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22885,
            "slug": "vs19_129_008",
            "identifier": "vs19_129_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_008/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1238/86 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/86 TRAVERSI ROBERTO (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": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 20921,
            "slug": "vs19_092_015",
            "identifier": "vs19_092_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_015/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00112, limitatamente al capoverso quarto della parte dispositiva, lettere a), c) ed e), BOSCHI MARIA ELENA (AIV-RE) ed altri - Votazione Mozione 1_00112",
            "original_title": "Votazione Mozione 1_00112",
            "description_title": "Mozione n. 1-00112, limitatamente al capoverso quarto della parte dispositiva, lettere a), c) ed e), BOSCHI MARIA ELENA (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 33007,
            "slug": "19-236-6",
            "identifier": "19-236-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-6/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 6,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 76.72,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 20847,
            "slug": "vs19_091_032",
            "identifier": "vs19_091_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_032/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1089/60 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1089/60 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/60 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/60 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 20884,
            "slug": "vs19_092_021",
            "identifier": "vs19_092_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_021/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00112, limitatamente alla premessa, BOSCHI MARIA ELENA (AIV-RE) ed altri - Votazione Mozione 1_00112",
            "original_title": "Votazione Mozione 1_00112",
            "description_title": "Mozione n. 1-00112, limitatamente alla premessa, BOSCHI MARIA ELENA (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 18441,
            "slug": "vs19_024_005",
            "identifier": "vs19_024_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_024_005/?format=api",
            "sitting": {
                "id": 1247,
                "date": "2022-12-13",
                "number": 24,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00008, limitatamente alla premessa, SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione Risoluzione 6_00008",
            "original_title": "Votazione Risoluzione 6_00008",
            "description_title": "Risoluzione n. 6-00008, limitatamente alla premessa, SERRACCHIANI DEBORA (PD-IDP) ed altri",
            "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": 45,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 36031,
            "slug": "19-271-10",
            "identifier": "19-271-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-10/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 10,
            "title": "Em. 1.207, Turco e Croatti",
            "original_title": "Em. 1.207, Turco e Croatti",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 45,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 42.17
        },
        {
            "id": 32884,
            "slug": "19-236-42",
            "identifier": "19-236-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-42/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 42,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 45,
            "majority_cohesion_rate": 75.86,
            "minority_cohesion_rate": 66.28
        },
        {
            "id": 19001,
            "slug": "vs19_039_008",
            "identifier": "vs19_039_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_039_008/?format=api",
            "sitting": {
                "id": 1278,
                "date": "2023-01-19",
                "number": 39,
                "branch": "C"
            },
            "number": 8,
            "title": "Risoluzione n. 6-00019, limitatamente al capoverso quinto della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00019",
            "original_title": "Votazione Risoluzione 6_00019",
            "description_title": "Risoluzione n. 6-00019, limitatamente al capoverso quinto della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "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": 45,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 19875,
            "slug": "vs19_072_071",
            "identifier": "vs19_072_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_071/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 4.52 RUFFINO DANIELA (AIV-RE) - Votazione Emendamento 4.52 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.52 DDL n. 0977",
            "description_title": "Emendamento 4.52 RUFFINO DANIELA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 45,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 35547,
            "slug": "19-259-17",
            "identifier": "19-259-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-259-17/?format=api",
            "sitting": {
                "id": 1868,
                "date": "2025-01-08",
                "number": 259,
                "branch": "S"
            },
            "number": 17,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 45,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 39.76
        },
        {
            "id": 25487,
            "slug": "vs19_206_040",
            "identifier": "vs19_206_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_040/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1474/1 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/1474/1 DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/1 DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/1 RUFFINO DANIELA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 51.9,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 19156,
            "slug": "vs19_045_031",
            "identifier": "vs19_045_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_031/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 2.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.8 DDL n. 0785",
            "description_title": "Emendamento 2.8 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": 45,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 19098,
            "slug": "vs19_039_021",
            "identifier": "vs19_039_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_039_021/?format=api",
            "sitting": {
                "id": 1278,
                "date": "2023-01-19",
                "number": 39,
                "branch": "C"
            },
            "number": 21,
            "title": "Risoluzione n. 6-00019, limitatamente al capoverso diciottesimo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00019",
            "original_title": "Votazione Risoluzione 6_00019",
            "description_title": "Risoluzione n. 6-00019, limitatamente al capoverso diciottesimo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "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": 45,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 18876,
            "slug": "vs19_039_031",
            "identifier": "vs19_039_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_039_031/?format=api",
            "sitting": {
                "id": 1278,
                "date": "2023-01-19",
                "number": 39,
                "branch": "C"
            },
            "number": 31,
            "title": "Risoluzione n. 6-00021 COSTA ENRICO (AIV-RE) ed altri - Votazione Risoluzione 6_00021",
            "original_title": "Votazione Risoluzione 6_00021",
            "description_title": "Risoluzione n. 6-00021 COSTA ENRICO (AIV-RE) ed altri",
            "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": 45,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 39590,
            "slug": "vs19_504_038",
            "identifier": "vs19_504_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_038/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 38,
            "title": "ART AGG 10.01, 10.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 10.01, 10.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 45,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 44.23
        },
        {
            "id": 35561,
            "slug": "19-259-19",
            "identifier": "19-259-19",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-259-19/?format=api",
            "sitting": {
                "id": 1868,
                "date": "2025-01-08",
                "number": 259,
                "branch": "S"
            },
            "number": 19,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 42.17
        },
        {
            "id": 22174,
            "slug": "vs19_137_040",
            "identifier": "vs19_137_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_040/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.8 GRIMALDI MARCO (AVS) - Votazione Emendamento 3.8 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1038",
            "description_title": "Emendamento 3.8 GRIMALDI MARCO (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": 45,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 32950,
            "slug": "19-236-150",
            "identifier": "19-236-150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-150/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 150,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 23.300, I Relatori",
            "original_title": "Em. 23.300, I Relatori",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 45,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 51.16
        }
    ]
}