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

{
    "count": 23029,
    "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=280",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=278",
    "results": [
        {
            "id": 22883,
            "slug": "vs19_129_039",
            "identifier": "vs19_129_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_039/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1238/92 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1238/92 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/92 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/92 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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30130,
            "slug": "vs19_283_038",
            "identifier": "vs19_283_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_038/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/836/6 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/836/6 PDL n. 0836",
            "original_title": "Votazione Ordine del giorno 9/836/6 PDL n. 0836",
            "description_title": "Ordine del giorno n. 9/836/6 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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.99
        },
        {
            "id": 36520,
            "slug": "vs19_435_031",
            "identifier": "vs19_435_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_031/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 3.1008 CAROTENUTO DARIO (M5S) - Votazione Emendamento 3.1008 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1008 PDL n. 1573",
            "description_title": "Emendamento 3.1008 CAROTENUTO DARIO (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": 30,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 24178,
            "slug": "vs19_168_025",
            "identifier": "vs19_168_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_025/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1373/29 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1373/29 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/29 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/29 TUCCI RICCARDO (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": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22596,
            "slug": "vs19_153_017",
            "identifier": "vs19_153_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_017/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 4.04 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 4.04 PDL n. 0418",
            "original_title": "Votazione Emendamento 4.04 PDL n. 0418",
            "description_title": "Articolo aggiuntivo 4.04 PICCOLOTTI ELISABETTA (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": 30,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 31794,
            "slug": "vs19_344_059",
            "identifier": "vs19_344_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_059/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 10.6 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 10.6 DDL n. 1660",
            "original_title": "Votazione Emendamento 10.6 DDL n. 1660",
            "description_title": "Emendamento 10.6 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": 30,
            "majority_cohesion_rate": 70.29,
            "minority_cohesion_rate": 72.5
        },
        {
            "id": 30541,
            "slug": "vs19_309_096",
            "identifier": "vs19_309_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_096/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 4.52 CANTONE LUCIANO (M5S) - Votazione Emendamento 4.52 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.52 DDL n. 1665",
            "description_title": "Emendamento 4.52 CANTONE LUCIANO (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": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30697,
            "slug": "vs19_309_213",
            "identifier": "vs19_309_213",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_213/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 213,
            "title": "Ordine del giorno n. 9/1665/41 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1665/41 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/41 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/41 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30685,
            "slug": "vs19_309_144",
            "identifier": "vs19_309_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_144/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 144,
            "title": "Emendamento 8.5 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.5 DDL n. 1665",
            "original_title": "Votazione Emendamento 8.5 DDL n. 1665",
            "description_title": "Emendamento 8.5 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 32032,
            "slug": "vs19_345_070",
            "identifier": "vs19_345_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_070/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 18.1026 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 18.1026 DDL n. 1660",
            "original_title": "Votazione Emendamento 18.1026 DDL n. 1660",
            "description_title": "Emendamento 18.1026 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": 30,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 63.75
        },
        {
            "id": 31728,
            "slug": "vs19_344_001",
            "identifier": "vs19_344_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_001/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1660",
            "original_title": "Votazione Articolo 2 DDL n. 1660",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 66.25
        },
        {
            "id": 22677,
            "slug": "vs19_128_064",
            "identifier": "vs19_128_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_064/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1238/75 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1238/75 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/75 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/75 D'ORSO 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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22731,
            "slug": "vs19_128_061",
            "identifier": "vs19_128_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_061/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1238/70 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1238/70 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/70 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/70 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": 30,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30715,
            "slug": "vs19_309_210",
            "identifier": "vs19_309_210",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_210/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 210,
            "title": "Ordine del giorno n. 9/1665/38 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1665/38 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/38 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/38 PENZA PASQUALINO (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": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24569,
            "slug": "vs19_184_042",
            "identifier": "vs19_184_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_042/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 4.5 EVI ELEONORA (AVS) - Votazione Emendamento 4.5 DDL n. 1406",
            "original_title": "Votazione Emendamento 4.5 DDL n. 1406",
            "description_title": "Emendamento 4.5 EVI ELEONORA (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": 30,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 31771,
            "slug": "vs19_345_025",
            "identifier": "vs19_345_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_025/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 25,
            "title": "Subemendamento 0.15.800.10 D'ORSO VALENTINA (M5S) - Votazione Emendamento 0.15.800.10 DDL n. 1660",
            "original_title": "Votazione Emendamento 0.15.800.10 DDL n. 1660",
            "description_title": "Subemendamento 0.15.800.10 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": 30,
            "majority_cohesion_rate": 68.62,
            "minority_cohesion_rate": 65.62
        },
        {
            "id": 29389,
            "slug": "vs19_273_004",
            "identifier": "vs19_273_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_004/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.2 SPORTIELLO GILDA (M5S) - Votazione Emendamento 1.2 DDL n. 1532",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1532",
            "description_title": "Emendamento 1.2 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 30512,
            "slug": "vs19_309_098",
            "identifier": "vs19_309_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_098/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 4.59 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.59 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.59 DDL n. 1665",
            "description_title": "Emendamento 4.59 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": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22846,
            "slug": "vs19_129_033",
            "identifier": "vs19_129_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_033/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1238/24 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1238/24 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/24 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/24 CASU ANDREA (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": 30,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 30680,
            "slug": "vs19_309_150",
            "identifier": "vs19_309_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_150/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 150,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1665",
            "original_title": "Votazione Articolo 8 DDL n. 1665",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 22801,
            "slug": "vs19_142_035",
            "identifier": "vs19_142_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_035/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 3.010 FENU EMILIANO (M5S) - Votazione Emendamento 3.010 PDL n. 0107",
            "original_title": "Votazione Emendamento 3.010 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 3.010 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": 30,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30616,
            "slug": "vs19_309_102",
            "identifier": "vs19_309_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_102/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 4.82 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.82 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.82 DDL n. 1665",
            "description_title": "Emendamento 4.82 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": 30,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 31852,
            "slug": "vs19_344_069",
            "identifier": "vs19_344_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_069/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1660",
            "original_title": "Votazione Articolo 10 DDL n. 1660",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 70.62
        },
        {
            "id": 30754,
            "slug": "vs19_309_242",
            "identifier": "vs19_309_242",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_242/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 242,
            "title": "Ordine del giorno n. 9/1665/70 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1665/70 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/70 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/70 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": 30,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30865,
            "slug": "vs19_314_050",
            "identifier": "vs19_314_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_050/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 50,
            "title": "Mozione n. 1-00276, (Nuova formulazione), sul capoverso tredicesimo della parte dispositiva, FONTANA ILARIA (M5S) ed altri - Votazione Mozione 1_00276",
            "original_title": "Votazione Mozione 1_00276",
            "description_title": "Mozione n. 1-00276, (Nuova formulazione), sul capoverso tredicesimo della parte dispositiva, FONTANA ILARIA (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": 7,
            "n_margin": 30,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 57.76
        },
        {
            "id": 22704,
            "slug": "vs19_128_043",
            "identifier": "vs19_128_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_043/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1238/43 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/1238/43 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/43 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/43 BOLDRINI LAURA (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": 5,
            "n_margin": 30,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 37162,
            "slug": "vs19_449_003",
            "identifier": "vs19_449_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_003/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 3,
            "title": "Identici emendamenti 1.3 CAPPELLETTI ENRICO (M5S) e 1.4 BONELLI ANGELO (AVS) - Votazione Emendamento 1.3 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2285",
            "description_title": "Identici emendamenti 1.3 CAPPELLETTI ENRICO (M5S) e 1.4 BONELLI ANGELO (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": 30,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 30686,
            "slug": "vs19_309_177",
            "identifier": "vs19_309_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_177/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 177,
            "title": "Emendamento 11.27 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.27 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.27 DDL n. 1665",
            "description_title": "Emendamento 11.27 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": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30675,
            "slug": "vs19_309_171",
            "identifier": "vs19_309_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_171/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 171,
            "title": "Emendamento 10.396 AIELLO DAVIDE (M5S) - Votazione Emendamento 10.396 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.396 DDL n. 1665",
            "description_title": "Emendamento 10.396 AIELLO DAVIDE (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": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29290,
            "slug": "vs19_270_028",
            "identifier": "vs19_270_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_028/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 3.9 FONTANA ILARIA (M5S) e 3.10 BONELLI ANGELO (AVS) - Votazione Emendamento 3.9 DDL n. 1790",
            "original_title": "Votazione Emendamento 3.9 DDL n. 1790",
            "description_title": "Identici emendamenti 3.9 FONTANA ILARIA (M5S) e 3.10 BONELLI ANGELO (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": 30,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25369,
            "slug": "vs19_204_063",
            "identifier": "vs19_204_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_063/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 63,
            "title": "Mozione n. 1-00216, limitatamente al capoverso trentaduesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00216",
            "original_title": "Votazione Mozione 1_00216",
            "description_title": "Mozione n. 1-00216, limitatamente al capoverso trentaduesimo della parte dispositiva, BONELLI ANGELO (AVS) 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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29306,
            "slug": "vs19_270_020",
            "identifier": "vs19_270_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_020/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.11 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 2.11 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.11 DDL n. 1790",
            "description_title": "Emendamento 2.11 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": 30,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29312,
            "slug": "vs19_270_004",
            "identifier": "vs19_270_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_004/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 FONTANA ILARIA (M5S) - Votazione Emendamento 1.3 DDL n. 1790",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1790",
            "description_title": "Emendamento 1.3 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 30652,
            "slug": "vs19_309_168",
            "identifier": "vs19_309_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_168/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 168,
            "title": "Emendamento 10.353 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 10.353 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.353 DDL n. 1665",
            "description_title": "Emendamento 10.353 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30719,
            "slug": "vs19_309_231",
            "identifier": "vs19_309_231",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_231/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 231,
            "title": "Ordine del giorno n. 9/1665/59 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/1665/59 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/59 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/59 RICCIARDI MARIANNA (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": 30,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30827,
            "slug": "vs19_314_019",
            "identifier": "vs19_314_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_019/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 19,
            "title": "Risoluzione n. 6-00122, sulla lettera b) del capoverso terzo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00122",
            "original_title": "Votazione Risoluzione 6_00122",
            "description_title": "Risoluzione n. 6-00122, sulla lettera b) del capoverso terzo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 72.69,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 28864,
            "slug": "vs19_255_034",
            "identifier": "vs19_255_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_034/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1658/8 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1658/8 DDL n. 1658",
            "original_title": "Votazione Ordine del giorno 9/1658/8 DDL n. 1658",
            "description_title": "Ordine del giorno n. 9/1658/8 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 30690,
            "slug": "vs19_309_226",
            "identifier": "vs19_309_226",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_226/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 226,
            "title": "Ordine del giorno n. 9/1665/54 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1665/54 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/54 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/54 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24199,
            "slug": "vs19_168_016",
            "identifier": "vs19_168_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_016/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1373/20 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1373/20 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/20 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/20 BRUNO RAFFAELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28829,
            "slug": "vs19_255_006",
            "identifier": "vs19_255_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_006/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 6,
            "title": "Identici emendamenti 1.10 BONELLI ANGELO (AVS), 1.11 LACARRA MARCO (PD-IDP) e 1.12 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.10 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1658",
            "description_title": "Identici emendamenti 1.10 BONELLI ANGELO (AVS), 1.11 LACARRA MARCO (PD-IDP) e 1.12 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": 30,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 34675,
            "slug": "vs19_387_073",
            "identifier": "vs19_387_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_073/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2088-AR/76 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2088-AR/76 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/76 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/76 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": 30,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 30664,
            "slug": "vs19_309_169",
            "identifier": "vs19_309_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_169/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 169,
            "title": "Emendamento 10.354 CHERCHI SUSANNA (M5S) - Votazione Emendamento 10.354 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.354 DDL n. 1665",
            "description_title": "Emendamento 10.354 CHERCHI SUSANNA (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": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30601,
            "slug": "vs19_309_101",
            "identifier": "vs19_309_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_101/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 4.64 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 4.64 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.64 DDL n. 1665",
            "description_title": "Emendamento 4.64 CARAMIELLO ALESSANDRO (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": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30584,
            "slug": "vs19_309_075",
            "identifier": "vs19_309_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_075/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 3.236 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.236 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.236 DDL n. 1665",
            "description_title": "Emendamento 3.236 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30526,
            "slug": "vs19_309_099",
            "identifier": "vs19_309_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_099/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 4.56 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.56 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.56 DDL n. 1665",
            "description_title": "Emendamento 4.56 ZARATTI FILIBERTO (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": 30,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26900,
            "slug": "vs19_229_004",
            "identifier": "vs19_229_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_004/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 GIULIANO CARLA (M5S) - Votazione Emendamento 1.4 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1297",
            "description_title": "Emendamento 1.4 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": 30,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 31821,
            "slug": "vs19_344_043",
            "identifier": "vs19_344_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_043/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 9.6 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 9.6 DDL n. 1660",
            "original_title": "Votazione Emendamento 9.6 DDL n. 1660",
            "description_title": "Emendamento 9.6 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": 30,
            "majority_cohesion_rate": 71.13,
            "minority_cohesion_rate": 73.75
        },
        {
            "id": 30621,
            "slug": "vs19_309_011",
            "identifier": "vs19_309_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_011/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.89 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.89 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.89 DDL n. 1665",
            "description_title": "Emendamento 2.89 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": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 37163,
            "slug": "vs19_449_004",
            "identifier": "vs19_449_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_004/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.5 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2285",
            "description_title": "Emendamento 1.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 29294,
            "slug": "vs19_270_021",
            "identifier": "vs19_270_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_021/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.12 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 2.12 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1790",
            "description_title": "Emendamento 2.12 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": 30,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        }
    ]
}