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

{
    "count": 22951,
    "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=220",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=218",
    "results": [
        {
            "id": 40069,
            "slug": "vs19_521_012",
            "identifier": "vs19_521_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_012/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2527/19 - Votazione Ordine del giorno 9/2527/19 ",
            "original_title": "Votazione Ordine del giorno 9/2527/19 ",
            "description_title": "ODG 9/2527/19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40073,
            "slug": "vs19_521_016",
            "identifier": "vs19_521_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_016/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2527/28 - Votazione Ordine del giorno 9/2527/28 ",
            "original_title": "Votazione Ordine del giorno 9/2527/28 ",
            "description_title": "ODG 9/2527/28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 27369,
            "slug": "vs19_233_010",
            "identifier": "vs19_233_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_010/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1606/30 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1606/30 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/30 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/30 BRUNO RAFFAELE (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": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27350,
            "slug": "vs19_233_006",
            "identifier": "vs19_233_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_006/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1606/24 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1606/24 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/24 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/24 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28086,
            "slug": "vs19_244_018",
            "identifier": "vs19_244_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_018/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/384 E ABB-B/18 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/18 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/18 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/18 COLUCCI ALFONSO (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 38965,
            "slug": "vs19_491_152",
            "identifier": "vs19_491_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_152/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 152,
            "title": "MOZ 1-448 CPV 12 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 12 DISP",
            "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": 25,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 31692,
            "slug": "vs19_342_068",
            "identifier": "vs19_342_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_068/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/2002/84 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/2002/84 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/84 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/84 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 31693,
            "slug": "vs19_342_069",
            "identifier": "vs19_342_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_069/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/2002/85 GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/2002/85 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/85 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/85 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 38908,
            "slug": "vs19_491_075",
            "identifier": "vs19_491_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_075/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 75,
            "title": "EM 11.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1006",
            "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": 25,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 38902,
            "slug": "vs19_491_069",
            "identifier": "vs19_491_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_069/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 69,
            "title": "EM 11.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.7",
            "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": 25,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 38901,
            "slug": "vs19_491_068",
            "identifier": "vs19_491_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_068/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 68,
            "title": "EM 11.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1001",
            "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": 25,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 38873,
            "slug": "vs19_491_037",
            "identifier": "vs19_491_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_037/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 37,
            "title": "EM 8.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.7",
            "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": 25,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 38870,
            "slug": "vs19_491_034",
            "identifier": "vs19_491_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_034/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 8.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1003",
            "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": 25,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 35858,
            "slug": "vs19_413_042",
            "identifier": "vs19_413_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_042/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/2196/3 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/2196/3 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/3 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/3 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 35861,
            "slug": "vs19_413_045",
            "identifier": "vs19_413_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_045/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/2196/6 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/2196/6 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/6 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/6 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 35831,
            "slug": "vs19_413_015",
            "identifier": "vs19_413_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_015/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 6.17 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.17 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.17 DDL n. 2196",
            "description_title": "Emendamento 6.17 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 38848,
            "slug": "vs19_491_005",
            "identifier": "vs19_491_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_005/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.8",
            "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": 25,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 31757,
            "slug": "vs19_343_009",
            "identifier": "vs19_343_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_343_009/?format=api",
            "sitting": {
                "id": 1769,
                "date": "2024-09-10",
                "number": 343,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 1.02 DORI DEVIS (AVS) - Votazione Emendamento 1.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 1.02 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 75.31,
            "minority_cohesion_rate": 82.5
        },
        {
            "id": 35857,
            "slug": "vs19_413_041",
            "identifier": "vs19_413_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_041/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/2196/2 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/2196/2 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/2 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/2 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34171,
            "slug": "vs19_393_022",
            "identifier": "vs19_393_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_022/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1950/5 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1950/5 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/5 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/5 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35954,
            "slug": "vs19_422_001",
            "identifier": "vs19_422_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_001/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/2183/3 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2183/3 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/3 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/3 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 32733,
            "slug": "vs19_367_007",
            "identifier": "vs19_367_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_007/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-326 NF CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 7 DISP",
            "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": 25,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 34713,
            "slug": "vs19_374_018",
            "identifier": "vs19_374_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_018/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2038/34 MADIA MARIA ANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/2038/34 MADIA MARIA ANNA (PD-IDP)",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 32724,
            "slug": "vs19_367_009",
            "identifier": "vs19_367_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_009/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-326 NF CPV 9 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 9 DISP",
            "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": 25,
            "majority_cohesion_rate": 67.22,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 35829,
            "slug": "vs19_413_013",
            "identifier": "vs19_413_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_013/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 6.15 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.15 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.15 DDL n. 2196",
            "description_title": "Emendamento 6.15 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 35871,
            "slug": "vs19_413_055",
            "identifier": "vs19_413_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_055/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/2196/19 DEL BARBA MAURO (IVICRE) - Votazione Ordine del giorno 9/2196/19 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/19 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/19 DEL BARBA MAURO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 32387,
            "slug": "vs19_357_028",
            "identifier": "vs19_357_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_028/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 13.4 SCOTTO ARTURO (PD-IDP) e 13.5 MARI FRANCESCO (AVS) - Votazione Emendamento 13.4 DDL n. 1532",
            "original_title": "Votazione Emendamento 13.4 DDL n. 1532",
            "description_title": "Identici emendamenti 13.4 SCOTTO ARTURO (PD-IDP) e 13.5 MARI FRANCESCO (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": 25,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 60.76
        },
        {
            "id": 35868,
            "slug": "vs19_413_052",
            "identifier": "vs19_413_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_052/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/2196/14 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2196/14 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/14 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/14 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35869,
            "slug": "vs19_413_053",
            "identifier": "vs19_413_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_053/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/2196/16 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/2196/16 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/16 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/16 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 35821,
            "slug": "vs19_413_005",
            "identifier": "vs19_413_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_005/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 6.2 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.2 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.2 DDL n. 2196",
            "description_title": "Emendamento 6.2 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34915,
            "slug": "vs19_331_122",
            "identifier": "vs19_331_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_122/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 122,
            "title": "Ordine del giorno n. 9/1975/83 RUFFINO DANIELA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1975/83 RUFFINO DANIELA (APERRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 34910,
            "slug": "vs19_331_117",
            "identifier": "vs19_331_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_117/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/1975/77 SARRACINO MARCO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/77 SARRACINO MARCO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 40404,
            "slug": "vs19_539_042",
            "identifier": "vs19_539_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_042/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.53 FONTANA ILARIA (M5S) - Votazione Emendamento 1.53 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.53 DDL n. 2623",
            "description_title": "Emendamento 1.53 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": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40407,
            "slug": "vs19_539_045",
            "identifier": "vs19_539_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_045/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 2.2 GIULIANO CARLA (M5S) - Votazione Emendamento 2.2 DDL n. 2623",
            "original_title": "Votazione Emendamento 2.2 DDL n. 2623",
            "description_title": "Emendamento 2.2 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 38305,
            "slug": "vs19_479_013",
            "identifier": "vs19_479_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_013/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 4.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1000",
            "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": 25,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40408,
            "slug": "vs19_539_046",
            "identifier": "vs19_539_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_046/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.3 DORI DEVIS (AVS) - Votazione Emendamento 2.3 DDL n. 2623",
            "original_title": "Votazione Emendamento 2.3 DDL n. 2623",
            "description_title": "Emendamento 2.3 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 34914,
            "slug": "vs19_331_121",
            "identifier": "vs19_331_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_121/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/1975/82 ONORI FEDERICA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1975/82 ONORI FEDERICA (APERRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 40415,
            "slug": "vs19_539_053",
            "identifier": "vs19_539_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_053/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 2-bis.1 GIULIANO CARLA (M5S) - Votazione Emendamento 2-bis.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 2-bis.1 DDL n. 2623",
            "description_title": "Emendamento 2-bis.1 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 40417,
            "slug": "vs19_539_055",
            "identifier": "vs19_539_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_055/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 3.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 3.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2623",
            "description_title": "Emendamento 3.1 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 40418,
            "slug": "vs19_539_056",
            "identifier": "vs19_539_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_056/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 5.1 COSTA SERGIO (M5S) - Votazione Emendamento 5.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2623",
            "description_title": "Emendamento 5.1 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": 25,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 34913,
            "slug": "vs19_331_120",
            "identifier": "vs19_331_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_120/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 120,
            "title": "Ordine del giorno n. 9/1975/81 SOTTANELLI GIULIO CESARE (APERRE)",
            "original_title": "Ordine del giorno n. 9/1975/81 SOTTANELLI GIULIO CESARE (APERRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 40421,
            "slug": "vs19_539_059",
            "identifier": "vs19_539_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_059/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 9.1 DORI DEVIS (AVS) - Votazione Emendamento 9.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2623",
            "description_title": "Emendamento 9.1 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34916,
            "slug": "vs19_331_123",
            "identifier": "vs19_331_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_123/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 123,
            "title": "Ordine del giorno n. 9/1975/86, limitatamente al capoverso primo dell'impegno, QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/86, limitatamente al capoverso primo dell'impegno, QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 34895,
            "slug": "vs19_331_102",
            "identifier": "vs19_331_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_102/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 102,
            "title": "Ordine del giorno n. 9/1975/58 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/58 PICCOLOTTI ELISABETTA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34892,
            "slug": "vs19_331_099",
            "identifier": "vs19_331_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_099/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/1975/55 ZARATTI FILIBERTO (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/55 ZARATTI FILIBERTO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 34894,
            "slug": "vs19_331_101",
            "identifier": "vs19_331_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_101/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/1975/57 GRIMALDI MARCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/57 GRIMALDI MARCO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34754,
            "slug": "vs19_353_007",
            "identifier": "vs19_353_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_007/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.11 AMATO GAETANO (M5S)",
            "original_title": "Emendamento 1.11 AMATO GAETANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 61.67,
            "minority_cohesion_rate": 62.89
        },
        {
            "id": 34891,
            "slug": "vs19_331_098",
            "identifier": "vs19_331_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_098/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/1975/54 GHIRRA FRANCESCA (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/54 GHIRRA FRANCESCA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34893,
            "slug": "vs19_331_100",
            "identifier": "vs19_331_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_100/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/1975/56 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1975/56 DORI DEVIS (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 40364,
            "slug": "vs19_539_002",
            "identifier": "vs19_539_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_002/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 2,
            "title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 68) - Votazione Doc. XVIII-bi",
            "original_title": "Votazione Doc. XVIII-bi",
            "description_title": "Documento approvato dalla XIV Commissione nell'ambito della verifica di sussidiarietà di cui all'articolo 6 del protocollo n. 2 allegato al Trattato di Lisbona (Doc. XVIII-bis, n. 68)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 57.96
        }
    ]
}