Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=230
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=231",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=229",
    "results": [
        {
            "id": 39967,
            "slug": "vs19_517_041",
            "identifier": "vs19_517_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_041/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 11.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 26,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 25160,
            "slug": "vs19_200_004",
            "identifier": "vs19_200_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_004/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1551/3 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1551/3 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/3 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/3 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 40056,
            "slug": "vs19_521_019",
            "identifier": "vs19_521_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_019/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 19,
            "title": "Conversione decreto ex Ilva ter",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2527 - VOTO FINALE",
            "public_title": "Conversione decreto ex Ilva ter",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 39175,
            "slug": "vs19_498_140",
            "identifier": "vs19_498_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_140/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 140,
            "title": "ART AGG 15.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.07",
            "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": 26,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39153,
            "slug": "vs19_498_115",
            "identifier": "vs19_498_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_115/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 115,
            "title": "EM 13.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39182,
            "slug": "vs19_498_150",
            "identifier": "vs19_498_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_150/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 150,
            "title": "ART AGG 18.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 18.01",
            "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": 26,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 40140,
            "slug": "vs19_524_034",
            "identifier": "vs19_524_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_034/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2551/80 - Votazione Ordine del giorno 9/2551/80 ",
            "original_title": "Votazione Ordine del giorno 9/2551/80 ",
            "description_title": "ODG 9/2551/80",
            "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": 26,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 39180,
            "slug": "vs19_498_146",
            "identifier": "vs19_498_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_146/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 146,
            "title": "EM 17.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 27326,
            "slug": "vs19_233_052",
            "identifier": "vs19_233_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_052/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25168,
            "slug": "vs19_200_008",
            "identifier": "vs19_200_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_008/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1551/7 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1551/7 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/7 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/7 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27688,
            "slug": "vs19_239_044",
            "identifier": "vs19_239_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_044/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 12.12 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 12.12 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.12 DDL n. 1515",
            "description_title": "Emendamento 12.12 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 40004,
            "slug": "vs19_519_003",
            "identifier": "vs19_519_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_003/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.3, 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.3, 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": 26,
            "majority_cohesion_rate": 67.21,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 39955,
            "slug": "vs19_517_029",
            "identifier": "vs19_517_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_029/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 29,
            "title": "EM 9-BIS.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-BIS.1002",
            "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": 26,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 28078,
            "slug": "vs19_244_046",
            "identifier": "vs19_244_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_046/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/384 E ABB-B/46 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/46 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/46 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/46 TRAVERSI ROBERTO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 28105,
            "slug": "vs19_244_006",
            "identifier": "vs19_244_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_006/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/384 E ABB-B/6 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/6 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/6 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/6 AURIEMMA CARMELA (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": 26,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22458,
            "slug": "vs19_134_059",
            "identifier": "vs19_134_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_059/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 3.163 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.163 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.163 PDL n. 0384",
            "description_title": "Emendamento 3.163 FARAONE DAVIDE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27289,
            "slug": "vs19_233_012",
            "identifier": "vs19_233_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_012/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (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": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27364,
            "slug": "vs19_233_045",
            "identifier": "vs19_233_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_045/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1606/75 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/1606/75 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/75 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/75 PROVENZANO GIUSEPPE (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": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 27442,
            "slug": "vs19_236_014",
            "identifier": "vs19_236_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_014/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.23 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.23 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.23 DDL n. 1630",
            "description_title": "Emendamento 1.23 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 39945,
            "slug": "vs19_517_019",
            "identifier": "vs19_517_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_019/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 7.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 27766,
            "slug": "vs19_239_086",
            "identifier": "vs19_239_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_086/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 86,
            "title": "Identici articoli aggiuntivi 21.3 FENU EMILIANO (M5S) e 21.4 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 21.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 21.3 DDL n. 1515",
            "description_title": "Identici articoli aggiuntivi 21.3 FENU EMILIANO (M5S) e 21.4 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 40119,
            "slug": "vs19_524_013",
            "identifier": "vs19_524_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_013/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2551/52 - Votazione Ordine del giorno 9/2551/52 ",
            "original_title": "Votazione Ordine del giorno 9/2551/52 ",
            "description_title": "ODG 9/2551/52",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27479,
            "slug": "vs19_237_027",
            "identifier": "vs19_237_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_027/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 27,
            "title": "Questioni pregiudiziali di costituzionalità n. 1 QUARTINI ANDREA (M5S) e n. 2 ZANELLA LUANA (AVS) ed altri - Votazione pregiudiziale PDL n. 0384-B",
            "original_title": "Votazione pregiudiziale PDL n. 0384-B",
            "description_title": "Questioni pregiudiziali di costituzionalità n. 1 QUARTINI ANDREA (M5S) e n. 2 ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27776,
            "slug": "vs19_239_056",
            "identifier": "vs19_239_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_056/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 13.1 FENU EMILIANO (M5S) - Votazione Emendamento 13.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1515",
            "description_title": "Emendamento 13.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 40232,
            "slug": "vs19_535_013",
            "identifier": "vs19_535_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_013/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.3 COLUCCI ALFONSO (M5S) - Votazione Emendamento 2.3 PDL n. 2097",
            "original_title": "Votazione Emendamento 2.3 PDL n. 2097",
            "description_title": "Emendamento 2.3 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 25016,
            "slug": "vs19_196_020",
            "identifier": "vs19_196_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_020/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1437/23 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1437/23 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/23 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/23 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 40150,
            "slug": "vs19_524_048",
            "identifier": "vs19_524_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_048/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 48,
            "title": "ODG 9/2538/3 - Votazione Ordine del giorno 9/2538/3 ",
            "original_title": "Votazione Ordine del giorno 9/2538/3 ",
            "description_title": "ODG 9/2538/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": 26,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40118,
            "slug": "vs19_524_012",
            "identifier": "vs19_524_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_012/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2551/51 - Votazione Ordine del giorno 9/2551/51 ",
            "original_title": "Votazione Ordine del giorno 9/2551/51 ",
            "description_title": "ODG 9/2551/51",
            "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": 26,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27327,
            "slug": "vs19_233_062",
            "identifier": "vs19_233_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_062/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1606/99 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1606/99 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/99 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/99 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 21991,
            "slug": "vs19_124_003",
            "identifier": "vs19_124_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_003/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1151/9 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1151/9 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/9 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/9 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 28369,
            "slug": "vs19_247_061",
            "identifier": "vs19_247_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_061/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1633/110 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/110 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27424,
            "slug": "vs19_236_043",
            "identifier": "vs19_236_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_043/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 1.59 DONNO LEONARDO (M5S) - Votazione Emendamento 1.59 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.59 DDL n. 1630",
            "description_title": "Emendamento 1.59 DONNO LEONARDO (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": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 39160,
            "slug": "vs19_498_123",
            "identifier": "vs19_498_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_123/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 123,
            "title": "EM 14.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 26,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38986,
            "slug": "vs19_495_001",
            "identifier": "vs19_495_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_001/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2448 - ODG N. 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2448 - ODG N. 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 55.77
        },
        {
            "id": 27375,
            "slug": "vs19_233_036",
            "identifier": "vs19_233_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_036/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1606/63 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/63 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28115,
            "slug": "vs19_244_036",
            "identifier": "vs19_244_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_036/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/384 E ABB-B/36 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/36 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/36 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/36 PELLEGRINI MARCO (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": 26,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 39089,
            "slug": "vs19_498_043",
            "identifier": "vs19_498_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_043/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 5.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.11",
            "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": 26,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 25205,
            "slug": "vs19_192_001",
            "identifier": "vs19_192_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_001/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0752",
            "original_title": "Votazione Articolo 1 PDL n. 0752",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 27882,
            "slug": "vs19_243_012",
            "identifier": "vs19_243_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_012/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione M5s su guerra in medio oriente diciassettesimo capoverso",
            "original_title": "Votazione Mozione 1_00222",
            "description_title": "Mozione n. 1-222, nuova formulazione, limitatamente al capoverso diciassettesimo della parte dispositiva SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": "Mozione M5s su guerra in medio oriente diciassettesimo capoverso",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 39880,
            "slug": "vs19_515_039",
            "identifier": "vs19_515_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_039/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 8.042 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.042",
            "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": 26,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 27333,
            "slug": "vs19_233_022",
            "identifier": "vs19_233_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_022/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 39176,
            "slug": "vs19_498_141",
            "identifier": "vs19_498_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_141/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 141,
            "title": "EM 16.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 16.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": 26,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 38990,
            "slug": "vs19_495_005",
            "identifier": "vs19_495_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_005/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2448/6 - Votazione Ordine del giorno 9/2448/6 ",
            "original_title": "Votazione Ordine del giorno 9/2448/6 ",
            "description_title": "ODG 9/2448/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 27352,
            "slug": "vs19_233_083",
            "identifier": "vs19_233_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_083/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1606/112 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1606/112 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/112 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/112 GUERRA MARIA CECILIA (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": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 39722,
            "slug": "vs19_506_024",
            "identifier": "vs19_506_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_024/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 24,
            "title": "MOZ 1-469 1 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 1 CPV 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": 26,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 24990,
            "slug": "vs19_196_060",
            "identifier": "vs19_196_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_060/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1437/72 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1437/72 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/72 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/72 D'ALFONSO LUCIANO (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": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22000,
            "slug": "vs19_124_004",
            "identifier": "vs19_124_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_004/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1151/10 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1151/10 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/10 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/10 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27312,
            "slug": "vs19_233_009",
            "identifier": "vs19_233_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_009/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1606/29 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1606/29 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/29 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/29 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": 26,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22436,
            "slug": "vs19_134_014",
            "identifier": "vs19_134_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_014/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.28 DI LAURO CARMEN (M5S) - Votazione Emendamento 3.28 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.28 PDL n. 0384",
            "description_title": "Emendamento 3.28 DI LAURO CARMEN (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": 26,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25198,
            "slug": "vs19_200_012",
            "identifier": "vs19_200_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_012/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1551/11 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1551/11 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/11 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/11 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 73.46
        }
    ]
}