Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=107
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=108",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=106",
    "results": [
        {
            "id": 29417,
            "slug": "vs19_273_034",
            "identifier": "vs19_273_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_034/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1532",
            "original_title": "Votazione Articolo 6 DDL n. 1532",
            "description_title": "Articolo 6",
            "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": 86,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29410,
            "slug": "vs19_273_027",
            "identifier": "vs19_273_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_027/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 4.102 QUARTINI ANDREA (M5S) - Votazione Emendamento 4.102 DDL n. 1532",
            "original_title": "Votazione Emendamento 4.102 DDL n. 1532",
            "description_title": "Emendamento 4.102 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 71,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 32164,
            "slug": "vs19_326_013",
            "identifier": "vs19_326_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_013/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1902/19 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1902/19 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/19 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/19 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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 23949,
            "slug": "vs19_154_055",
            "identifier": "vs19_154_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_055/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1038-B/5, nel testo riformulato, LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1038-B/5, DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/5, DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/5, nel testo riformulato, LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29394,
            "slug": "vs19_272_003",
            "identifier": "vs19_272_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_003/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.510 della Commissione - Votazione Emendamento 1.510 PDL n. 0982",
            "original_title": "Votazione Emendamento 1.510 PDL n. 0982",
            "description_title": "Emendamento 1.510 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 33432,
            "slug": "vs19_377_093",
            "identifier": "vs19_377_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_093/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 19.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34126,
            "slug": "vs19_388_153",
            "identifier": "vs19_388_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_153/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 153,
            "title": "Emendamento 28.5 L'ABBATE PATTY (M5S) - Votazione Emendamento 28.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.5 DDL n. 2022",
            "description_title": "Emendamento 28.5 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 21704,
            "slug": "vs19_114_053",
            "identifier": "vs19_114_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_053/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1114/96 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1114/96 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/96 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/96 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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 33442,
            "slug": "vs19_377_092",
            "identifier": "vs19_377_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_092/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 92,
            "title": "ARTICOLO 18 - Votazione Articolo 18 ",
            "original_title": "Votazione Articolo 18 ",
            "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": 2,
            "n_margin": 71,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34555,
            "slug": "vs19_388_053",
            "identifier": "vs19_388_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_053/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 2022",
            "original_title": "Votazione Articolo 11 DDL n. 2022",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 33506,
            "slug": "vs19_377_169",
            "identifier": "vs19_377_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_169/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 169,
            "title": "MOZ 1-358 CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 5 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 46,
            "majority_cohesion_rate": 48.76,
            "minority_cohesion_rate": 30.57
        },
        {
            "id": 26800,
            "slug": "vs19_223_007",
            "identifier": "vs19_223_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_007/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 7,
            "title": "Risoluzione n. 6-00081, ad eccezione dei capoversi quinto, sesto, ottavo e nono della parte dispositiva, PELLEGRINI MARCO (M5S) ed altri - Votazione Risoluzione 6_00081",
            "original_title": "Votazione Risoluzione 6_00081",
            "description_title": "Risoluzione n. 6-00081, ad eccezione dei capoversi quinto, sesto, ottavo e nono della parte dispositiva, PELLEGRINI MARCO (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": 2,
            "n_margin": 70,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 33510,
            "slug": "vs19_377_102",
            "identifier": "vs19_377_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_102/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 102,
            "title": "EM 19.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 33517,
            "slug": "vs19_377_119",
            "identifier": "vs19_377_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_119/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 119,
            "title": "EM 25.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 33520,
            "slug": "vs19_380_013",
            "identifier": "vs19_380_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_013/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-361 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-361 RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 130,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 22600,
            "slug": "vs19_153_007",
            "identifier": "vs19_153_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_007/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.15 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.15 PDL n. 0418",
            "original_title": "Votazione Emendamento 3.15 PDL n. 0418",
            "description_title": "Emendamento 3.15 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26903,
            "slug": "vs19_229_027",
            "identifier": "vs19_229_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_027/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1297 E ABB/3, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1297 E ABB/3, DDL n. 1297",
            "original_title": "Votazione Ordine del giorno 9/1297 E ABB/3, DDL n. 1297",
            "description_title": "Ordine del giorno n. 9/1297 E ABB/3, nel testo riformulato, CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 34458,
            "slug": "vs19_388_057",
            "identifier": "vs19_388_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_057/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 12.5 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 12.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 12.5 DDL n. 2022",
            "description_title": "Emendamento 12.5 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 55.79,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 22643,
            "slug": "vs19_153_022",
            "identifier": "vs19_153_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_022/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/418/5, nel testo riformulato, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/418/5, PDL n. 0418",
            "original_title": "Votazione Ordine del giorno 9/418/5, PDL n. 0418",
            "description_title": "Ordine del giorno n. 9/418/5, nel testo riformulato, BONELLI ANGELO (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": 2,
            "n_margin": 131,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 32209,
            "slug": "vs19_326_057",
            "identifier": "vs19_326_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_057/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34459,
            "slug": "vs19_388_059",
            "identifier": "vs19_388_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_059/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 59,
            "title": "Identici emendamenti 13.1 BONELLI ANGELO (AVS) e 13.2 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 13.1 DDL n. 2022",
            "description_title": "Identici emendamenti 13.1 BONELLI ANGELO (AVS) e 13.2 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27280,
            "slug": "vs19_232_037",
            "identifier": "vs19_232_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_037/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 5.10 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.10 DDL n. 1620",
            "original_title": "Votazione Emendamento 5.10 DDL n. 1620",
            "description_title": "Emendamento 5.10 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 21744,
            "slug": "vs19_114_055",
            "identifier": "vs19_114_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_055/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1114/98 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1114/98 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/98 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/98 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29320,
            "slug": "vs19_270_055",
            "identifier": "vs19_270_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_055/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 55,
            "title": "Conversione decreto olimpiadi Milano-Cortina",
            "original_title": "Votazione finale DDL n. 1790",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 5 febbraio 2024, n. 10, recante disposizioni urgenti sulla governance e sugli interventi di competenza della società \"Infrastrutture Milano Cortina 2020-2026 Spa\" (Approvato dal Senato) (DDL 1790)",
            "public_title": "Conversione decreto olimpiadi Milano-Cortina",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 46,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 32166,
            "slug": "vs19_326_015",
            "identifier": "vs19_326_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_015/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1902/21, così come riformulato, CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1902/21, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/21, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/21, così come riformulato, CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 138,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 27272,
            "slug": "vs19_232_047",
            "identifier": "vs19_232_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_047/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 6.400 delle Commissioni - Votazione Emendamento 6.400 DDL n. 1620",
            "original_title": "Votazione Emendamento 6.400 DDL n. 1620",
            "description_title": "Emendamento 6.400 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 27313,
            "slug": "vs19_232_051",
            "identifier": "vs19_232_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_051/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1620/2 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1620/2 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/2 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/2 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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23958,
            "slug": "vs19_154_068",
            "identifier": "vs19_154_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_068/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1038-B/20 PASTORINO LUCA (MISTO) - Votazione Ordine del giorno 9/1038-B/20 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/20 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/20 PASTORINO LUCA (MISTO)",
            "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": 42,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 23888,
            "slug": "vs19_154_015",
            "identifier": "vs19_154_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_015/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1038-B",
            "original_title": "Votazione Articolo 14 DDL n. 1038-B",
            "description_title": "Articolo 14",
            "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": 44,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 33586,
            "slug": "vs19_381_030",
            "identifier": "vs19_381_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_030/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2128/7 RIF - Votazione Ordine del giorno 9/2128/7 ",
            "original_title": "Votazione Ordine del giorno 9/2128/7 ",
            "description_title": "ODG 9/2128/7 RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 119,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 33688,
            "slug": "vs19_385_008",
            "identifier": "vs19_385_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_008/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN) - Votazione Emendamento 1.77, PDL n. 1987",
            "original_title": "Votazione Emendamento 1.77, PDL n. 1987",
            "description_title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 91,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 29349,
            "slug": "vs19_270_044",
            "identifier": "vs19_270_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_044/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1790/4 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1790/4 DDL n. 1790",
            "original_title": "Votazione Ordine del giorno 9/1790/4 DDL n. 1790",
            "description_title": "Ordine del giorno n. 9/1790/4 SANTILLO AGOSTINO (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": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24232,
            "slug": "vs19_171_017",
            "identifier": "vs19_171_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_017/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1436/26 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1436/26 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/26 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/26 EVI ELEONORA (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": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 24015,
            "slug": "vs19_158_017",
            "identifier": "vs19_158_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_017/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0336",
            "original_title": "Votazione Articolo 4 PDL n. 0336",
            "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": 2,
            "n_margin": 122,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 39310,
            "slug": "vs19_499_020",
            "identifier": "vs19_499_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_020/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/1049-A/3 - Votazione Ordine del giorno 9/1049-A/3 ",
            "original_title": "Votazione Ordine del giorno 9/1049-A/3 ",
            "description_title": "ODG 9/1049-A/3",
            "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": 13,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 24268,
            "slug": "vs19_172_016",
            "identifier": "vs19_172_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_016/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1436/9 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1436/9 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/9 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/9 DELL'OLIO GIANMAURO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 30368,
            "slug": "vs19_301_009",
            "identifier": "vs19_301_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_009/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00292 RICHETTI MATTEO (APERRE) ed altri - Votazione Mozione 1_00292",
            "original_title": "Votazione Mozione 1_00292",
            "description_title": "Mozione n. 1-00292 RICHETTI MATTEO (APERRE) 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": 2,
            "n_margin": 62,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 24265,
            "slug": "vs19_172_004",
            "identifier": "vs19_172_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_004/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1436/39, nel testo riformulato, CIABURRO MONICA (FDI) - Votazione Ordine del giorno 9/1436/39, DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/39, DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/39, nel testo riformulato, CIABURRO MONICA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 126,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24248,
            "slug": "vs19_172_013",
            "identifier": "vs19_172_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_013/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1436/50 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1436/50 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/50 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/50 GRIMALDI MARCO (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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24269,
            "slug": "vs19_172_024",
            "identifier": "vs19_172_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_024/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 24,
            "title": "Mozione n. 1-00186, sulla parte dispositiva, come riformulata, ad eccezione dei capoversi quarto, quinto, sesto e settimo, GRIPPO VALENTINA (AIV-RE) - Votazione Mozione 1_00186",
            "original_title": "Votazione Mozione 1_00186",
            "description_title": "Mozione n. 1-00186, sulla parte dispositiva, come riformulata, ad eccezione dei capoversi quarto, quinto, sesto e settimo, GRIPPO VALENTINA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 39372,
            "slug": "vs19_503_037",
            "identifier": "vs19_503_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_037/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 37,
            "title": "EM 7.4, 7.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.4, 7.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24617,
            "slug": "vs19_175_039",
            "identifier": "vs19_175_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_039/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 7.1 MANZI IRENE (PD-IDP) - Votazione Emendamento 7.1 PDL n. 0835",
            "original_title": "Votazione Emendamento 7.1 PDL n. 0835",
            "description_title": "Emendamento 7.1 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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 24004,
            "slug": "vs19_158_018",
            "identifier": "vs19_158_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_018/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0336",
            "original_title": "Votazione Articolo 5 PDL n. 0336",
            "description_title": "Articolo 5",
            "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": 121,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 39334,
            "slug": "vs19_503_179",
            "identifier": "vs19_503_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_179/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 179,
            "title": "ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "ARTICOLO 5",
            "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": 17,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 24007,
            "slug": "vs19_158_014",
            "identifier": "vs19_158_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_158_014/?format=api",
            "sitting": {
                "id": 1462,
                "date": "2023-09-07",
                "number": 158,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0336",
            "original_title": "Votazione Articolo 1 PDL n. 0336",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 122,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 24468,
            "slug": "vs19_175_028",
            "identifier": "vs19_175_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_028/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0835",
            "original_title": "Votazione Articolo 3 PDL n. 0835",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 84,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 39837,
            "slug": "vs19_513_004",
            "identifier": "vs19_513_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_513_004/?format=api",
            "sitting": {
                "id": 2049,
                "date": "2025-07-17",
                "number": 513,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-474 RIF CPV 11 PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-474 RIF CPV 11 PREMESSA",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 25576,
            "slug": "vs19_210_034",
            "identifier": "vs19_210_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_034/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 7.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 7.1 DDL n. 1341",
            "description_title": "Emendamento 7.1 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25721,
            "slug": "vs19_210_073",
            "identifier": "vs19_210_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_073/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 18.8 L'ABBATE PATTY (M5S) - Votazione Emendamento 18.8 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.8 DDL n. 1341",
            "description_title": "Emendamento 18.8 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 73,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 39838,
            "slug": "vs19_513_005",
            "identifier": "vs19_513_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_513_005/?format=api",
            "sitting": {
                "id": 2049,
                "date": "2025-07-17",
                "number": 513,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-478 NF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-478 NF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 60,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 69.23
        }
    ]
}