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

{
    "count": 22927,
    "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=155",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=153",
    "results": [
        {
            "id": 25969,
            "slug": "vs19_213_004",
            "identifier": "vs19_213_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_004/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1601/5 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1601/5 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/5 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/5 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 37972,
            "slug": "19-295-16",
            "identifier": "19-295-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-295-16/?format=api",
            "sitting": {
                "id": 1970,
                "date": "2025-04-15",
                "number": 295,
                "branch": "S"
            },
            "number": 16,
            "title": "Prestazioni sanitarie - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Prestazioni sanitarie",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 21,
            "majority_cohesion_rate": 74.79,
            "minority_cohesion_rate": 60.24
        },
        {
            "id": 18980,
            "slug": "vs19_033_016",
            "identifier": "vs19_033_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_016/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/730/28 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/730/28 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/28 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/28 LAI SILVIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 35239,
            "slug": "19-254-12",
            "identifier": "19-254-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-12/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 12,
            "title": "Em. 3.7, Martella e Tajani",
            "original_title": "Em. 3.7, Martella e Tajani",
            "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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 44.58
        },
        {
            "id": 19117,
            "slug": "vs19_029_022",
            "identifier": "vs19_029_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_022/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/705/22 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/705/22 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/22 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/22 MARINO MARIA STEFANIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 40909,
            "slug": "vs19_555_077",
            "identifier": "vs19_555_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_077/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 77,
            "title": "EM 18.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 18461,
            "slug": "vs19_019_004",
            "identifier": "vs19_019_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_004/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.4 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.4 DDL n. 0547",
            "description_title": "Emendamento 1.4 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29168,
            "slug": "vs19_267_022",
            "identifier": "vs19_267_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_022/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 35.1010 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1010 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1010 DDL n. 1435",
            "description_title": "Emendamento 35.1010 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29155,
            "slug": "vs19_267_009",
            "identifier": "vs19_267_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_009/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 35.73 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 35.73 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.73 DDL n. 1435",
            "description_title": "Emendamento 35.73 GADDA MARIA CHIARA (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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 40872,
            "slug": "vs19_555_031",
            "identifier": "vs19_555_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_031/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 9.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 19817,
            "slug": "vs19_065_014",
            "identifier": "vs19_065_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_065_014/?format=api",
            "sitting": {
                "id": 1318,
                "date": "2023-03-08",
                "number": 65,
                "branch": "C"
            },
            "number": 14,
            "title": "Mozione n. 1-00066 (Ulteriore nuova formulazione), limitatamente alla premessa, CIOCCHETTI LUCIANO (FDI), PANIZZUT MASSIMILIANO (LEGA), BENIGNI STEFANO (FI-PPE), SEMENZATO MARTINA (NM-M) ed altri - Votazione Mozione 1_00066",
            "original_title": "Votazione Mozione 1_00066",
            "description_title": "Mozione n. 1-00066 (Ulteriore nuova formulazione), limitatamente alla premessa, CIOCCHETTI LUCIANO (FDI), PANIZZUT MASSIMILIANO (LEGA), BENIGNI STEFANO (FI-PPE), SEMENZATO MARTINA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 29223,
            "slug": "vs19_267_021",
            "identifier": "vs19_267_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_021/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 35.96 COSTA SERGIO (M5S) - Votazione Emendamento 35.96 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.96 DDL n. 1435",
            "description_title": "Emendamento 35.96 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 18476,
            "slug": "vs19_019_038",
            "identifier": "vs19_019_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_038/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 9.2 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 9.2 DDL n. 0547",
            "original_title": "Votazione Emendamento 9.2 DDL n. 0547",
            "description_title": "Emendamento 9.2 ZARATTI FILIBERTO (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": 21,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 40870,
            "slug": "vs19_555_024",
            "identifier": "vs19_555_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_024/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 4.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40796,
            "slug": "vs19_554_046",
            "identifier": "vs19_554_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_046/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 46,
            "title": "EM 3.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40889,
            "slug": "vs19_555_054",
            "identifier": "vs19_555_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_054/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 54,
            "title": "EM 15.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 29199,
            "slug": "vs19_267_010",
            "identifier": "vs19_267_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_010/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 35.83 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.83 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.83 DDL n. 1435",
            "description_title": "Emendamento 35.83 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18480,
            "slug": "vs19_019_034",
            "identifier": "vs19_019_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_034/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 6-BIS.50 MAGI RICCARDO (MISTO) - Votazione Emendamento 6-BIS.50 DDL n. 0547",
            "original_title": "Votazione Emendamento 6-BIS.50 DDL n. 0547",
            "description_title": "Emendamento 6-BIS.50 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 32987,
            "slug": "19-236-97",
            "identifier": "19-236-97",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-97/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 97,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 11.0.152, Durnwalder e Patton",
            "original_title": "Em. 11.0.152, Durnwalder e Patton",
            "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": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.97,
            "minority_cohesion_rate": 48.84
        },
        {
            "id": 19809,
            "slug": "vs19_065_017",
            "identifier": "vs19_065_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_065_017/?format=api",
            "sitting": {
                "id": 1318,
                "date": "2023-03-08",
                "number": 65,
                "branch": "C"
            },
            "number": 17,
            "title": "Mozione n. 1-00067 (Nuova formulazione), limitatamente alla premessa, FURFARO MARCO (PD-IDP) ed altri - Votazione Mozione 1_00067",
            "original_title": "Votazione Mozione 1_00067",
            "description_title": "Mozione n. 1-00067 (Nuova formulazione), limitatamente alla premessa, FURFARO MARCO (PD-IDP) 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": 21,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 40878,
            "slug": "vs19_555_040",
            "identifier": "vs19_555_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_040/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 12.3, 12.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.3, 12.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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40876,
            "slug": "vs19_555_038",
            "identifier": "vs19_555_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_038/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 12.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40777,
            "slug": "vs19_554_027",
            "identifier": "vs19_554_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_027/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 1.35 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.35",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 19811,
            "slug": "vs19_065_001",
            "identifier": "vs19_065_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_065_001/?format=api",
            "sitting": {
                "id": 1318,
                "date": "2023-03-08",
                "number": 65,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00038 (Nuova formulazione) MOLINARI RICCARDO (LEGA), FOTI TOMMASO (FDI), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M) ed altri - Votazione Mozione 1_00038",
            "original_title": "Votazione Mozione 1_00038",
            "description_title": "Mozione n. 1-00038 (Nuova formulazione) MOLINARI RICCARDO (LEGA), FOTI TOMMASO (FDI), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 35650,
            "slug": "19-262-10",
            "identifier": "19-262-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-262-10/?format=api",
            "sitting": {
                "id": 1876,
                "date": "2025-01-15",
                "number": 262,
                "branch": "S"
            },
            "number": 10,
            "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.13, Cucchi e altri",
            "original_title": "Em. 6.13, Cucchi e altri",
            "description_title": "d.l. 178/2024 recante misure urgenti in materia di giustizia",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 77.31,
            "minority_cohesion_rate": 69.88
        },
        {
            "id": 29037,
            "slug": "vs19_265_071",
            "identifier": "vs19_265_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_071/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 35.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.26 DDL n. 1435",
            "description_title": "Emendamento 35.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29782,
            "slug": "vs19_261_095",
            "identifier": "vs19_261_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_095/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 15.16 COSTA SERGIO (M5S) - Votazione Emendamento 15.16 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.16 DDL n. 1435",
            "description_title": "Emendamento 15.16 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18463,
            "slug": "vs19_019_029",
            "identifier": "vs19_019_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_029/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.100, DDL n. 0547",
            "original_title": "Votazione Emendamento 4.100, DDL n. 0547",
            "description_title": "Emendamento 4.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 28999,
            "slug": "vs19_265_073",
            "identifier": "vs19_265_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_073/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 35.31 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.31 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.31 DDL n. 1435",
            "description_title": "Emendamento 35.31 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18891,
            "slug": "vs19_029_038",
            "identifier": "vs19_029_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_038/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 18460,
            "slug": "vs19_019_019",
            "identifier": "vs19_019_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_019/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.3 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 2.3 DDL n. 0547",
            "original_title": "Votazione Emendamento 2.3 DDL n. 0547",
            "description_title": "Emendamento 2.3 PROVENZANO GIUSEPPE (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": 21,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 40900,
            "slug": "vs19_555_066",
            "identifier": "vs19_555_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_066/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 66,
            "title": "EM 16.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 16.9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 18777,
            "slug": "vs19_038_012",
            "identifier": "vs19_038_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_012/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 5.3 RUFFINO DANIELA (AIV-RE) e 5.7 FONTANA ILARIA (M5S) - Votazione Emendamento 5.3 DDL n. 0674",
            "original_title": "Votazione Emendamento 5.3 DDL n. 0674",
            "description_title": "Identici emendamenti 5.3 RUFFINO DANIELA (AIV-RE) e 5.7 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 40857,
            "slug": "vs19_555_009",
            "identifier": "vs19_555_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_009/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 2.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 19856,
            "slug": "vs19_072_095",
            "identifier": "vs19_072_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_095/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 8.2 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 8.2 DDL n. 0977",
            "original_title": "Votazione Emendamento 8.2 DDL n. 0977",
            "description_title": "Emendamento 8.2 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 21,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29195,
            "slug": "vs19_266_047",
            "identifier": "vs19_266_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_047/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 1-ter.7 MADIA MARIA ANNA (PD-IDP) - Votazione Emendamento 1-ter.7 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.7 DDL n. 1780",
            "description_title": "Emendamento 1-ter.7 MADIA MARIA ANNA (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": 21,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29018,
            "slug": "vs19_265_044",
            "identifier": "vs19_265_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_044/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 27.18 MORASSUT ROBERTO (PD-IDP) - Votazione Emendamento 27.18 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.18 DDL n. 1435",
            "description_title": "Emendamento 27.18 MORASSUT ROBERTO (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": 21,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25292,
            "slug": "vs19_203_007",
            "identifier": "vs19_203_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_007/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1458/8 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1458/8 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/8 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/8 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 40769,
            "slug": "vs19_554_019",
            "identifier": "vs19_554_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_019/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 1.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.24",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39326,
            "slug": "19-323-6",
            "identifier": "19-323-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-323-6/?format=api",
            "sitting": {
                "id": 2031,
                "date": "2025-07-02",
                "number": 323,
                "branch": "S"
            },
            "number": 6,
            "title": "Ordinamento giurisdizionale e Corte disciplinare - Em. 2.18, Lorenzin e altri",
            "original_title": "Em. 2.18, Lorenzin e altri",
            "description_title": "Ordinamento giurisdizionale e Corte disciplinare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 49.4
        },
        {
            "id": 29823,
            "slug": "vs19_261_009",
            "identifier": "vs19_261_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_009/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1759/15 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/15 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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 40855,
            "slug": "vs19_555_006",
            "identifier": "vs19_555_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_006/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 25319,
            "slug": "vs19_203_011",
            "identifier": "vs19_203_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_011/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1458/12 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1458/12 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/12 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/12 GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29170,
            "slug": "vs19_266_043",
            "identifier": "vs19_266_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_043/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 1-ter.3 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1-ter.3 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.3 DDL n. 1780",
            "description_title": "Emendamento 1-ter.3 ZARATTI FILIBERTO (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": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 40854,
            "slug": "vs19_555_005",
            "identifier": "vs19_555_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_005/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 29209,
            "slug": "vs19_266_067",
            "identifier": "vs19_266_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_067/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 67,
            "title": "Identici emendamenti 4-ter.1 ZARATTI FILIBERTO (AVS) e 4-ter.2 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4-ter.1 DDL n. 1780",
            "original_title": "Votazione Emendamento 4-ter.1 DDL n. 1780",
            "description_title": "Identici emendamenti 4-ter.1 ZARATTI FILIBERTO (AVS) e 4-ter.2 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 39325,
            "slug": "19-323-10",
            "identifier": "19-323-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-323-10/?format=api",
            "sitting": {
                "id": 2031,
                "date": "2025-07-02",
                "number": 323,
                "branch": "S"
            },
            "number": 10,
            "title": "Ordinamento giurisdizionale e Corte disciplinare - Em. 2.60, La Marca e altri",
            "original_title": "Em. 2.60, La Marca e altri",
            "description_title": "Ordinamento giurisdizionale e Corte disciplinare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 49.4
        },
        {
            "id": 40974,
            "slug": "vs19_559_009",
            "identifier": "vs19_559_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_559_009/?format=api",
            "sitting": {
                "id": 2126,
                "date": "2025-11-04",
                "number": 559,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2642-A/3 - Votazione Ordine del giorno 9/2642-A/3 ",
            "original_title": "Votazione Ordine del giorno 9/2642-A/3 ",
            "description_title": "ODG 9/2642-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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 29645,
            "slug": "vs19_260_040",
            "identifier": "vs19_260_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_040/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.11 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.11 DDL n. 1759",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1759",
            "description_title": "Emendamento 1.11 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 37451,
            "slug": "19-288-38",
            "identifier": "19-288-38",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-38/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 38,
            "title": "Intelligenza artificiale - Em. 6.1, Magni e altri",
            "original_title": "Em. 6.1, Magni e altri",
            "description_title": "Intelligenza artificiale",
            "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": 21,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 46.99
        }
    ]
}