Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=212
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=213",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=211",
    "results": [
        {
            "id": 36896,
            "slug": "vs19_441_023",
            "identifier": "vs19_441_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_023/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/3 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/3 PAVANELLI EMMA (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": 27,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 32303,
            "slug": "vs19_349_094",
            "identifier": "vs19_349_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_094/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/1660/61 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1660/61 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/61 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/61 ZANELLA LUANA (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": 27,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 31873,
            "slug": "vs19_349_002",
            "identifier": "vs19_349_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_002/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 34.1 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 34.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.1 DDL n. 1660",
            "description_title": "Emendamento 34.1 SERRACCHIANI DEBORA (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": 27,
            "majority_cohesion_rate": 60.42,
            "minority_cohesion_rate": 57.86
        },
        {
            "id": 36068,
            "slug": "vs19_426_013",
            "identifier": "vs19_426_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_013/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, PAVANELLI EMMA (M5S) ed altri - Votazione Mozione 1_00376",
            "original_title": "Votazione Mozione 1_00376",
            "description_title": "Mozione n. 1-00376 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, PAVANELLI EMMA (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": 27,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34864,
            "slug": "vs19_336_018",
            "identifier": "vs19_336_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_018/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 3.11 CAPPELLETTI ENRICO (M5S) e 3.1000 GHIRRA FRANCESCA (AVS)",
            "original_title": "Identici emendamenti 3.11 CAPPELLETTI ENRICO (M5S) e 3.1000 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": 27,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 33557,
            "slug": "vs19_381_026",
            "identifier": "vs19_381_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_026/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 26,
            "title": "ODG 9/2128/2 - Votazione Ordine del giorno 9/2128/2 ",
            "original_title": "Votazione Ordine del giorno 9/2128/2 ",
            "description_title": "ODG 9/2128/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": 27,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38432,
            "slug": "vs19_481_041",
            "identifier": "vs19_481_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_041/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 41,
            "title": "ODG 9/2329-A/41 - Votazione Ordine del giorno 9/2329-A/41 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/41 ",
            "description_title": "ODG 9/2329-A/41",
            "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": 27,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 34828,
            "slug": "vs19_337_036",
            "identifier": "vs19_337_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_036/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.20 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.20 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 33589,
            "slug": "vs19_381_029",
            "identifier": "vs19_381_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_029/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2128/5 - Votazione Ordine del giorno 9/2128/5 ",
            "original_title": "Votazione Ordine del giorno 9/2128/5 ",
            "description_title": "ODG 9/2128/5",
            "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": 27,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 34854,
            "slug": "vs19_336_008",
            "identifier": "vs19_336_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_008/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici emendamenti 2.7 LAI SILVIO (PD-IDP) e 2.8 GHIRRA FRANCESCA (AVS)",
            "original_title": "Identici emendamenti 2.7 LAI SILVIO (PD-IDP) e 2.8 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 32809,
            "slug": "vs19_370_003",
            "identifier": "vs19_370_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_003/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 27,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 65.19
        },
        {
            "id": 32043,
            "slug": "vs19_349_008",
            "identifier": "vs19_349_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_008/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 1660",
            "original_title": "Votazione Articolo 34 DDL n. 1660",
            "description_title": "Articolo 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 27,
            "majority_cohesion_rate": 65.83,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 33606,
            "slug": "vs19_381_021",
            "identifier": "vs19_381_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_021/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 21,
            "title": "ART AGG 2.019 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.019",
            "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": 27,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36017,
            "slug": "vs19_423_010",
            "identifier": "vs19_423_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_010/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2183/128 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2183/128 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/128 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/128 BORRELLI FRANCESCO EMILIO (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 24527,
            "slug": "vs19_183_007",
            "identifier": "vs19_183_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_007/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.6 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.6 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1492",
            "description_title": "Emendamento 1.6 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": 27,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 37645,
            "slug": "vs19_460_045",
            "identifier": "vs19_460_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_045/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 45,
            "title": "Identici articoli aggiuntivi 16.03 ZARATTI FILIBERTO (AVS) e 16.04 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 16.03 DDL n. 2139",
            "original_title": "Votazione Emendamento 16.03 DDL n. 2139",
            "description_title": "Identici articoli aggiuntivi 16.03 ZARATTI FILIBERTO (AVS) e 16.04 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 37643,
            "slug": "vs19_460_042",
            "identifier": "vs19_460_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_042/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 16.1 COLUCCI ALFONSO (M5S) - Votazione Emendamento 16.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 16.1 DDL n. 2139",
            "description_title": "Emendamento 16.1 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": 27,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 32091,
            "slug": "vs19_349_044",
            "identifier": "vs19_349_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_044/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1660/9 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1660/9 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/9 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/9 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 24789,
            "slug": "vs19_183_066",
            "identifier": "vs19_183_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_066/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1492/25 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1492/25 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/25 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/25 PAVANELLI EMMA (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": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 31468,
            "slug": "vs19_336_117",
            "identifier": "vs19_336_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_117/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/1930/18 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1930/18 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/18 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/18 LAI SILVIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 37641,
            "slug": "vs19_460_038",
            "identifier": "vs19_460_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_038/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 14.1001 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 14.1001 DDL n. 2139",
            "original_title": "Votazione Emendamento 14.1001 DDL n. 2139",
            "description_title": "Emendamento 14.1001 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 37639,
            "slug": "vs19_460_036",
            "identifier": "vs19_460_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_036/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 13.01001 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.01001 DDL n. 2139",
            "original_title": "Votazione Emendamento 13.01001 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 13.01001 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 32024,
            "slug": "vs19_349_011",
            "identifier": "vs19_349_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_011/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo aggiuntivo 34.01001 DORI DEVIS (AVS) - Votazione Emendamento 34.01001 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.01001 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 34.01001 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 37638,
            "slug": "vs19_460_035",
            "identifier": "vs19_460_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_035/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 13.01000 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.01000 DDL n. 2139",
            "original_title": "Votazione Emendamento 13.01000 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 13.01000 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 32009,
            "slug": "vs19_349_010",
            "identifier": "vs19_349_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_010/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 34.019 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 34.019 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.019 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 34.019 DI BIASE MICHELA (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": 27,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 32004,
            "slug": "vs19_349_037",
            "identifier": "vs19_349_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_037/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo aggiuntivo 37.01011 GIULIANO CARLA (M5S) - Votazione Emendamento 37.01011 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01011 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01011 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 36012,
            "slug": "vs19_423_005",
            "identifier": "vs19_423_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_005/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2183/122 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/2183/122 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/122 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/122 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35852,
            "slug": "vs19_413_036",
            "identifier": "vs19_413_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_036/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 7.08 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.08 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.08 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 7.08 ASCARI STEFANIA (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": 27,
            "majority_cohesion_rate": 69.42,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 40479,
            "slug": "vs19_543_023",
            "identifier": "vs19_543_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_023/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 1.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.18",
            "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": 27,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38493,
            "slug": "vs19_482_043",
            "identifier": "vs19_482_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_043/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 1.43 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.43",
            "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": 27,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 36009,
            "slug": "vs19_423_002",
            "identifier": "vs19_423_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_002/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2183/119 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2183/119 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/119 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/119 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 31932,
            "slug": "vs19_348_083",
            "identifier": "vs19_348_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_083/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 83,
            "title": "Articolo aggiuntivo 30.04 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.04 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.04 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.04 MAURI MATTEO (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": 27,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 38481,
            "slug": "vs19_482_031",
            "identifier": "vs19_482_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_031/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 1.31 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.31",
            "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": 27,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 31947,
            "slug": "vs19_348_082",
            "identifier": "vs19_348_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_082/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo aggiuntivo 30.03 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 30.03 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.03 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.03 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 37562,
            "slug": "vs19_455_016",
            "identifier": "vs19_455_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_016/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/153-AR/8 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/153-AR/8 PDL n. 0153",
            "original_title": "Votazione Ordine del giorno 9/153-AR/8 PDL n. 0153",
            "description_title": "Ordine del giorno n. 9/153-AR/8 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": 27,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 24791,
            "slug": "vs19_183_052",
            "identifier": "vs19_183_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_052/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1492/19 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1492/19 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/19 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/19 FONTANA ILARIA (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": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 32056,
            "slug": "vs19_348_112",
            "identifier": "vs19_348_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_112/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 112,
            "title": "Emendamento 33.12 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.12 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.12 DDL n. 1660",
            "description_title": "Emendamento 33.12 SILVESTRI FRANCESCO (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": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 38947,
            "slug": "vs19_491_133",
            "identifier": "vs19_491_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_133/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 133,
            "title": "ODG 9/2280/5 - Votazione Ordine del giorno 9/2280/5 ",
            "original_title": "Votazione Ordine del giorno 9/2280/5 ",
            "description_title": "ODG 9/2280/5",
            "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": 27,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 35010,
            "slug": "vs19_335_056",
            "identifier": "vs19_335_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_056/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1937/68 GIANASSI FEDERICO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/68 GIANASSI FEDERICO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 32820,
            "slug": "vs19_371_027",
            "identifier": "vs19_371_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_027/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 8.7, 8.103 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.7, 8.103",
            "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": 27,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 59.49
        },
        {
            "id": 31997,
            "slug": "vs19_348_066",
            "identifier": "vs19_348_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_066/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo aggiuntivo 26.01015 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 26.01015 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.01015 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.01015 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 73.33,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 37564,
            "slug": "vs19_455_019",
            "identifier": "vs19_455_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_019/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 19,
            "title": "Identici emendamenti 1.3 ZANELLA LUANA (AVS) e 1.1000 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1.3 DDL n. 2142",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2142",
            "description_title": "Identici emendamenti 1.3 ZANELLA LUANA (AVS) e 1.1000 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 31955,
            "slug": "vs19_348_071",
            "identifier": "vs19_348_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_071/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 71,
            "title": "Identici emendamenti 27.1002 COLUCCI ALFONSO (M5S) e 27.1011 MAURI MATTEO (PD-IDP) - Votazione Emendamento 27.1002 DDL n. 1660",
            "original_title": "Votazione Emendamento 27.1002 DDL n. 1660",
            "description_title": "Identici emendamenti 27.1002 COLUCCI ALFONSO (M5S) e 27.1011 MAURI MATTEO (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": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32022,
            "slug": "vs19_348_025",
            "identifier": "vs19_348_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_025/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 24.5 D'ORSO VALENTINA (M5S) - Votazione Emendamento 24.5 DDL n. 1660",
            "original_title": "Votazione Emendamento 24.5 DDL n. 1660",
            "description_title": "Emendamento 24.5 D'ORSO VALENTINA (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": 27,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 36168,
            "slug": "vs19_429_005",
            "identifier": "vs19_429_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_005/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2184/14 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/2184/14 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/14 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/14 IACONO GIOVANNA (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": 27,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 31936,
            "slug": "vs19_348_119",
            "identifier": "vs19_348_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_119/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo aggiuntivo 33.02 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 33.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.02 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 32052,
            "slug": "vs19_348_062",
            "identifier": "vs19_348_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_062/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 26.09 D'ORSO VALENTINA (M5S) - Votazione Emendamento 26.09 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.09 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.09 D'ORSO VALENTINA (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": 27,
            "majority_cohesion_rate": 72.92,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32373,
            "slug": "vs19_357_027",
            "identifier": "vs19_357_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_027/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 13.3 TUCCI RICCARDO (M5S) - Votazione Emendamento 13.3 DDL n. 1532",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1532",
            "description_title": "Emendamento 13.3 TUCCI RICCARDO (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": 27,
            "majority_cohesion_rate": 59.75,
            "minority_cohesion_rate": 60.13
        },
        {
            "id": 38516,
            "slug": "vs19_482_066",
            "identifier": "vs19_482_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_066/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 66,
            "title": "EM 1-TER.7, 1-TER.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1-TER.7, 1-TER.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 36821,
            "slug": "vs19_440_015",
            "identifier": "vs19_440_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_015/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 4.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 4.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2026",
            "description_title": "Emendamento 4.2 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.24
        }
    ]
}