Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=210
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=211",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=209",
    "results": [
        {
            "id": 35970,
            "slug": "vs19_422_017",
            "identifier": "vs19_422_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_017/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2183/80 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/2183/80 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/80 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/80 SANTILLO AGOSTINO (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.53,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 27419,
            "slug": "vs19_236_002",
            "identifier": "vs19_236_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_002/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.4 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.4 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1630",
            "description_title": "Emendamento 1.4 SANTILLO AGOSTINO (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": 57.81,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 32604,
            "slug": "vs19_361_028",
            "identifier": "vs19_361_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_028/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1532-bis/46 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1532-bis/46 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/46 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/46 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 35973,
            "slug": "vs19_422_020",
            "identifier": "vs19_422_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_020/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2183/83 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/2183/83 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/83 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/83 APPENDINO CHIARA (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.88
        },
        {
            "id": 35104,
            "slug": "vs19_337_071",
            "identifier": "vs19_337_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_071/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1691/35 AIELLO DAVIDE (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/35 AIELLO DAVIDE (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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 27475,
            "slug": "vs19_236_046",
            "identifier": "vs19_236_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_046/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.1 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1630",
            "description_title": "Emendamento 2.1 CURTI AUGUSTO (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": 59.07,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22452,
            "slug": "vs19_134_048",
            "identifier": "vs19_134_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_048/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 3.73 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.73 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.73 PDL n. 0384",
            "description_title": "Emendamento 3.73 QUARTINI ANDREA (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": 65.4,
            "minority_cohesion_rate": 62.96
        },
        {
            "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": 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": 39827,
            "slug": "vs19_512_015",
            "identifier": "vs19_512_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_015/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2384-A/7 - Votazione Ordine del giorno 9/2384-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2384-A/7 ",
            "description_title": "ODG 9/2384-A/7",
            "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": 63.93,
            "minority_cohesion_rate": 67.31
        },
        {
            "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": 25060,
            "slug": "vs19_192_002",
            "identifier": "vs19_192_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_002/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 2.2000 della Commissione - Votazione Emendamento 2.2000 PDL n. 0752",
            "original_title": "Votazione Emendamento 2.2000 PDL n. 0752",
            "description_title": "Emendamento 2.2000 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 51.85
        },
        {
            "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": 36898,
            "slug": "vs19_441_025",
            "identifier": "vs19_441_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_025/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2026/11 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2026/11 DDL n. 2026",
            "original_title": "Votazione Ordine del giorno 9/2026/11 DDL n. 2026",
            "description_title": "Ordine del giorno n. 9/2026/11 GHIRRA FRANCESCA (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": 61.98,
            "minority_cohesion_rate": 62.42
        },
        {
            "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": 35095,
            "slug": "vs19_337_062",
            "identifier": "vs19_337_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_062/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1691/26 CARAMIELLO ALESSANDRO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/26 CARAMIELLO ALESSANDRO (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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 39822,
            "slug": "vs19_512_010",
            "identifier": "vs19_512_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_010/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 1.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.12",
            "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": 66.39,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 39728,
            "slug": "vs19_506_030",
            "identifier": "vs19_506_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_030/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 30,
            "title": "MOZ 1-469 7 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 7 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 35091,
            "slug": "vs19_337_058",
            "identifier": "vs19_337_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_058/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1691/22 BALDINO VITTORIA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/22 BALDINO VITTORIA (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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 36642,
            "slug": "vs19_439_009",
            "identifier": "vs19_439_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_009/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.7 FENU EMILIANO (M5S) - Votazione Emendamento 1.7 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2240",
            "description_title": "Emendamento 1.7 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 25090,
            "slug": "vs19_192_032",
            "identifier": "vs19_192_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_032/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 32,
            "title": "Disposizioni per la promozione e lo sviluppo dell'imprenditoria giovanile nel settore agricolo",
            "original_title": "Votazione finale PDL n. 0752",
            "description_title": "Disposizioni per la promozione e lo sviluppo dell'imprenditoria giovanile nel settore agricolo (PDL 752)",
            "public_title": "Disposizioni per la promozione e lo sviluppo dell'imprenditoria giovanile nel settore agricolo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 35069,
            "slug": "vs19_337_040",
            "identifier": "vs19_337_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_040/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "",
            "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": 27,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "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": 39886,
            "slug": "vs19_515_045",
            "identifier": "vs19_515_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_045/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 12-TER.1001, 12-TER.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-TER.1001, 12-TER.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36589,
            "slug": "vs19_435_108",
            "identifier": "vs19_435_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_108/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 108,
            "title": "Identici articoli aggiuntivi 10.01000 SCOTTO ARTURO (PD-IDP), 10.01001 FARAONE DAVIDE (IVICRE) e 10.01002 FENU EMILIANO (M5S) - Votazione Emendamento 10.01000 PDL n. 1573",
            "original_title": "Votazione Emendamento 10.01000 PDL n. 1573",
            "description_title": "Identici articoli aggiuntivi 10.01000 SCOTTO ARTURO (PD-IDP), 10.01001 FARAONE DAVIDE (IVICRE) e 10.01002 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 39859,
            "slug": "vs19_515_018",
            "identifier": "vs19_515_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_018/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 1.025 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.025",
            "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.34,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39861,
            "slug": "vs19_515_020",
            "identifier": "vs19_515_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_020/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 20,
            "title": "ART AGG 1.028 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.028",
            "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": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36270,
            "slug": "vs19_430_008",
            "identifier": "vs19_430_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_008/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2184/75 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/2184/75 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/75 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/75 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34806,
            "slug": "vs19_337_012",
            "identifier": "vs19_337_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_012/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.95 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.95 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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 36277,
            "slug": "vs19_430_015",
            "identifier": "vs19_430_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_015/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2184/92 ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/2184/92 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/92 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/92 ONORI FEDERICA (APERRE)",
            "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.57,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34804,
            "slug": "vs19_337_010",
            "identifier": "vs19_337_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_010/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.68 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.68 MANZI IRENE (PD-IDP)",
            "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.87,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 26592,
            "slug": "vs19_220_052",
            "identifier": "vs19_220_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_052/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1627/41 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/1627/41 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/41 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/41 RUFFINO DANIELA (APERRE)",
            "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": 78.48,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 36189,
            "slug": "vs19_429_026",
            "identifier": "vs19_429_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_026/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2184/45 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/2184/45 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/45 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/45 PICCOLOTTI ELISABETTA (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.12,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36182,
            "slug": "vs19_429_019",
            "identifier": "vs19_429_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_019/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2184/36 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2184/36 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/36 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/36 BARZOTTI VALENTINA (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": 25015,
            "slug": "vs19_196_033",
            "identifier": "vs19_196_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_033/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1437/36 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1437/36 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/36 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/36 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": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 36180,
            "slug": "vs19_429_017",
            "identifier": "vs19_429_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_017/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2184/34 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/2184/34 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/34 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/34 BALDINO VITTORIA (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.88,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 36173,
            "slug": "vs19_429_010",
            "identifier": "vs19_429_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_010/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2184/20 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/2184/20 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/20 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/20 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 67.52
        },
        {
            "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": 36167,
            "slug": "vs19_429_004",
            "identifier": "vs19_429_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_004/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2184/13 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/2184/13 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/13 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/13 MANZI IRENE (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": 65.29,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 27565,
            "slug": "vs19_239_025",
            "identifier": "vs19_239_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_025/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 11.1 FENU EMILIANO (M5S) - Votazione Emendamento 11.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.1 DDL n. 1515",
            "description_title": "Emendamento 11.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 18142,
            "slug": "vs19_009_052",
            "identifier": "vs19_009_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_052/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 28.01 MANZI IRENE (PD-IDP) - Votazione Emendamento 28.01 DDL n. 0005",
            "original_title": "Votazione Emendamento 28.01 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 28.01 MANZI IRENE (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": 74.68,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 39993,
            "slug": "vs19_517_067",
            "identifier": "vs19_517_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_067/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 67,
            "title": "ODG 9/2488-A/32 - Votazione Ordine del giorno 9/2488-A/32 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/32 ",
            "description_title": "ODG 9/2488-A/32",
            "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": 50.41,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 39996,
            "slug": "vs19_517_070",
            "identifier": "vs19_517_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_070/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 70,
            "title": "ODG 9/2488-A/39 - Votazione Ordine del giorno 9/2488-A/39 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/39 ",
            "description_title": "ODG 9/2488-A/39",
            "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": 50.82,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 39997,
            "slug": "vs19_517_071",
            "identifier": "vs19_517_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_071/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 71,
            "title": "ODG 9/2488-A/40 - Votazione Ordine del giorno 9/2488-A/40 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/40 ",
            "description_title": "ODG 9/2488-A/40",
            "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": 50.41,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 39998,
            "slug": "vs19_517_072",
            "identifier": "vs19_517_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_072/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 72,
            "title": "ODG 9/2488-A/41 - Votazione Ordine del giorno 9/2488-A/41 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/41 ",
            "description_title": "ODG 9/2488-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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 48.36,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 26642,
            "slug": "vs19_220_044",
            "identifier": "vs19_220_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_044/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1627/29 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1627/29 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/29 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/29 MALAVASI ILENIA (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": 76.79,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 36175,
            "slug": "vs19_429_012",
            "identifier": "vs19_429_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_012/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2184/24 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/2184/24 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/24 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/24 TORTO DANIELA (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.53,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 36174,
            "slug": "vs19_429_011",
            "identifier": "vs19_429_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_011/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2184/21 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/2184/21 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/21 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/21 DE LUCA PIERO (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": 67.36,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 18123,
            "slug": "vs19_009_032",
            "identifier": "vs19_009_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_032/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 9.03 ZANELLA LUANA (AVS) - Votazione Emendamento 9.03 DDL n. 0005",
            "original_title": "Votazione Emendamento 9.03 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 9.03 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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 82.1
        }
    ]
}