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

{
    "count": 22130,
    "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=250",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=248",
    "results": [
        {
            "id": 27758,
            "slug": "vs19_239_054",
            "identifier": "vs19_239_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_054/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 12.20 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.20 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.20 DDL n. 1515",
            "description_title": "Emendamento 12.20 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 32524,
            "slug": "vs19_361_067",
            "identifier": "vs19_361_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_067/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (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": 24,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 26070,
            "slug": "vs19_216_043",
            "identifier": "vs19_216_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_043/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 5.01 MAGI RICCARDO (MISTO) - Votazione Emendamento 5.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 5.01 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26055,
            "slug": "vs19_216_079",
            "identifier": "vs19_216_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_079/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 11.11 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.11 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.11 DDL n. 1555",
            "description_title": "Emendamento 11.11 APPENDINO CHIARA (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": 24,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 40122,
            "slug": "vs19_524_016",
            "identifier": "vs19_524_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_016/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2551/56 - Votazione Ordine del giorno 9/2551/56 ",
            "original_title": "Votazione Ordine del giorno 9/2551/56 ",
            "description_title": "ODG 9/2551/56",
            "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": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36636,
            "slug": "vs19_439_003",
            "identifier": "vs19_439_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_003/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 3,
            "title": "Identici emendamenti 1.3 MEROLA VIRGINIO (PD-IDP) e 1.1001 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.3 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2240",
            "description_title": "Identici emendamenti 1.3 MEROLA VIRGINIO (PD-IDP) e 1.1001 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 26126,
            "slug": "vs19_216_090",
            "identifier": "vs19_216_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_090/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 12.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 12.5 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.5 DDL n. 1555",
            "description_title": "Emendamento 12.5 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 38309,
            "slug": "vs19_479_017",
            "identifier": "vs19_479_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_017/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 17,
            "title": "ODG 9/2362/2 - Votazione Ordine del giorno 9/2362/2 ",
            "original_title": "Votazione Ordine del giorno 9/2362/2 ",
            "description_title": "ODG 9/2362/2",
            "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": 24,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 27552,
            "slug": "vs19_239_028",
            "identifier": "vs19_239_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_028/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 11.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 11.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.4 DDL n. 1515",
            "description_title": "Emendamento 11.4 MEROLA VIRGINIO (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": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 37566,
            "slug": "vs19_455_021",
            "identifier": "vs19_455_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_021/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/2142/2 BOSCHI MARIA ELENA (IVICRE) - Votazione Ordine del giorno 9/2142/2 DDL n. 2142",
            "original_title": "Votazione Ordine del giorno 9/2142/2 DDL n. 2142",
            "description_title": "Ordine del giorno n. 9/2142/2 BOSCHI MARIA ELENA (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": 24,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37557,
            "slug": "vs19_455_008",
            "identifier": "vs19_455_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_008/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.17 SPORTIELLO GILDA (M5S) - Votazione Emendamento 1.17 PDL n. 0153",
            "original_title": "Votazione Emendamento 1.17 PDL n. 0153",
            "description_title": "Emendamento 1.17 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37575,
            "slug": "vs19_456_004",
            "identifier": "vs19_456_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_456_004/?format=api",
            "sitting": {
                "id": 1950,
                "date": "2025-03-26",
                "number": 456,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 3.1 ZANELLA LUANA (AVS) - Votazione Emendamento 3.1 PDL n. 1305",
            "original_title": "Votazione Emendamento 3.1 PDL n. 1305",
            "description_title": "Emendamento 3.1 ZANELLA LUANA (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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 25918,
            "slug": "vs19_214_001",
            "identifier": "vs19_214_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_001/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto norme fiscali",
            "original_title": "Votazione finale DDL n. 1601",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 ottobre 2023, n. 145, recante misure urgenti in materia economica e fiscale, in favore degli enti territoriali, a tutela del lavoro e per esigenze indifferibili (Approvato dal Senato)",
            "public_title": "Conversione decreto norme fiscali",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 40123,
            "slug": "vs19_524_017",
            "identifier": "vs19_524_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_017/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 17,
            "title": "ODG 9/2551/57 - Votazione Ordine del giorno 9/2551/57 ",
            "original_title": "Votazione Ordine del giorno 9/2551/57 ",
            "description_title": "ODG 9/2551/57",
            "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": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 25136,
            "slug": "vs19_197_010",
            "identifier": "vs19_197_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_010/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 1.11 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1324",
            "description_title": "Emendamento 1.11 FORATTINI ANTONELLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 35098,
            "slug": "vs19_337_065",
            "identifier": "vs19_337_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_065/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1691/29 COLUCCI ALFONSO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/29 COLUCCI ALFONSO (M5S)",
            "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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 25043,
            "slug": "vs19_191_010",
            "identifier": "vs19_191_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_010/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1517/44 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1517/44 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/44 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/44 SPORTIELLO GILDA (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": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39450,
            "slug": "vs19_503_115",
            "identifier": "vs19_503_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_115/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 115,
            "title": "ODG 9/2482/15 - Votazione Ordine del giorno 9/2482/15 ",
            "original_title": "Votazione Ordine del giorno 9/2482/15 ",
            "description_title": "ODG 9/2482/15",
            "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": 24,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 34011,
            "slug": "vs19_397_074",
            "identifier": "vs19_397_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_074/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/2119/8 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/2119/8 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/8 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/8 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": 24,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34178,
            "slug": "vs19_397_023",
            "identifier": "vs19_397_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_023/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.3 CASO ANTONIO (M5S) - Votazione Emendamento 4.3 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.3 DDL n. 2119",
            "description_title": "Emendamento 4.3 CASO ANTONIO (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": 24,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 31689,
            "slug": "vs19_342_065",
            "identifier": "vs19_342_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_065/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/2002/80 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/2002/80 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/80 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/80 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34005,
            "slug": "vs19_397_073",
            "identifier": "vs19_397_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_073/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2119/4 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/2119/4 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/4 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/4 QUARTAPELLE PROCOPIO LIA (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": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 34157,
            "slug": "vs19_396_001",
            "identifier": "vs19_396_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_001/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/2164/1 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/2164/1 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/1 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/1 SCARPA RACHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34153,
            "slug": "vs19_393_031",
            "identifier": "vs19_393_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_031/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1950/14 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/14 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34165,
            "slug": "vs19_393_018",
            "identifier": "vs19_393_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_018/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/1 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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 25155,
            "slug": "vs19_200_046",
            "identifier": "vs19_200_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_046/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1551/50 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1551/50 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/50 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/50 BAKKALI OUIDAD (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": 24,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 34203,
            "slug": "vs19_393_020",
            "identifier": "vs19_393_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_020/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40139,
            "slug": "vs19_524_033",
            "identifier": "vs19_524_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_033/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 33,
            "title": "ODG 9/2551/77 - Votazione Ordine del giorno 9/2551/77 ",
            "original_title": "Votazione Ordine del giorno 9/2551/77 ",
            "description_title": "ODG 9/2551/77",
            "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": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34313,
            "slug": "vs19_391_001",
            "identifier": "vs19_391_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_391_001/?format=api",
            "sitting": {
                "id": 1849,
                "date": "2024-12-03",
                "number": 391,
                "branch": "C"
            },
            "number": 1,
            "title": "Legge annuale per il mercato e la concorrenza 2023",
            "original_title": "Votazione finale DDL n. 2022",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023 (DDL 2022)",
            "public_title": "Legge annuale per il mercato e la concorrenza 2023",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 21972,
            "slug": "vs19_124_026",
            "identifier": "vs19_124_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_026/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1151/34 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1151/34 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1151/34 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1151/34 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": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 34628,
            "slug": "vs19_387_025",
            "identifier": "vs19_387_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_025/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2088-AR/28 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/28 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/28 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/28 ASCANI ANNA (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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36123,
            "slug": "vs19_427_009",
            "identifier": "vs19_427_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_009/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri - Votazione Mozione 1_00372",
            "original_title": "Votazione Mozione 1_00372",
            "description_title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 35060,
            "slug": "vs19_336_068",
            "identifier": "vs19_336_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_068/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 7.25 CAPPELLETTI ENRICO (M5S)",
            "original_title": "Emendamento 7.25 CAPPELLETTI ENRICO (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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 34627,
            "slug": "vs19_387_024",
            "identifier": "vs19_387_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_024/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2088-AR/27 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/27 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/27 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/27 RICCIARDI TONI (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": 24,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34634,
            "slug": "vs19_387_031",
            "identifier": "vs19_387_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_031/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2088-AR/34 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/34 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/34 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/34 GHIO VALENTINA (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": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34632,
            "slug": "vs19_387_029",
            "identifier": "vs19_387_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_029/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2088-AR/32 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/32 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/32 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/32 BONAFE' SIMONA (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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 27361,
            "slug": "vs19_233_030",
            "identifier": "vs19_233_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_030/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1606/53 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1606/53 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/53 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/53 FEDE GIORGIO (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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 36143,
            "slug": "vs19_427_029",
            "identifier": "vs19_427_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_029/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 29,
            "title": "Mozione n. 1-00395, limitatamente al capoverso secondo della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente al capoverso secondo della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 40028,
            "slug": "vs19_519_027",
            "identifier": "vs19_519_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_027/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 27,
            "title": "ART AGG 5-BIS.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 5-BIS.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": 24,
            "majority_cohesion_rate": 65.16,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 27351,
            "slug": "vs19_233_044",
            "identifier": "vs19_233_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_044/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1606/74 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1606/74 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/74 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/74 FOSSI EMILIANO (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": 24,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 31701,
            "slug": "vs19_342_077",
            "identifier": "vs19_342_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_077/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2002/93 GIACHETTI ROBERTO (IVICRE) - Votazione Ordine del giorno 9/2002/93 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/93 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/93 GIACHETTI ROBERTO (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 39408,
            "slug": "vs19_503_073",
            "identifier": "vs19_503_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_073/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 73,
            "title": "Articolo aggiuntivo 12.03 CASO ANTONIO (M5S) - Votazione Emendamento 12.03 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.03 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.03 CASO ANTONIO (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": 24,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 37250,
            "slug": "vs19_449_091",
            "identifier": "vs19_449_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_091/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 91,
            "title": "Conversione decreto ex Ilva",
            "original_title": "Votazione finale DDL n. 2285",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 24 gennaio 2025, n. 3, recante misure urgenti per assicurare la continuità produttiva ed occupazionale degli impianti ex Ilva (Approvato dal Senato) (DDL 2285)",
            "public_title": "Conversione decreto ex Ilva",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 35061,
            "slug": "vs19_336_069",
            "identifier": "vs19_336_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_069/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 7.27 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 7.27 GHIRRA FRANCESCA (AVS)",
            "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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 32381,
            "slug": "vs19_357_051",
            "identifier": "vs19_357_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_051/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 1532",
            "original_title": "Votazione Articolo 25 DDL n. 1532",
            "description_title": "Articolo 25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 59.49
        },
        {
            "id": 37166,
            "slug": "vs19_449_007",
            "identifier": "vs19_449_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_007/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.9 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.9 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.9 DDL n. 2285",
            "description_title": "Emendamento 1.9 PAGANO UBALDO (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": 24,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 33602,
            "slug": "vs19_384_023",
            "identifier": "vs19_384_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_023/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 5.1004 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1004",
            "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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 33564,
            "slug": "vs19_384_028",
            "identifier": "vs19_384_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_028/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 28,
            "title": "EM 5.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 33555,
            "slug": "vs19_384_008",
            "identifier": "vs19_384_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_008/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 3.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 33554,
            "slug": "vs19_384_018",
            "identifier": "vs19_384_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_018/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 4.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 70.7
        }
    ]
}