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

{
    "count": 22951,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=249",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=247",
    "results": [
        {
            "id": 31571,
            "slug": "vs19_340_096",
            "identifier": "vs19_340_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_096/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 9-novies.6 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-novies.6 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-novies.6 DDL n. 1997",
            "description_title": "Emendamento 9-novies.6 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 21728,
            "slug": "vs19_114_034",
            "identifier": "vs19_114_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_034/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1114/71 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1114/71 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/71 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/71 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 22833,
            "slug": "vs19_141_059",
            "identifier": "vs19_141_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_059/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1134 E ABB./2 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/1134 E ABB./2 DDL n. 1134",
            "original_title": "Votazione Ordine del giorno 9/1134 E ABB./2 DDL n. 1134",
            "description_title": "Ordine del giorno n. 9/1134 E ABB./2 TODDE ALESSANDRA (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": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 34550,
            "slug": "vs19_388_034",
            "identifier": "vs19_388_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_034/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 2022",
            "original_title": "Votazione Articolo 6 DDL n. 2022",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 29324,
            "slug": "vs19_270_022",
            "identifier": "vs19_270_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_022/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.1 BONELLI ANGELO (AVS) - Votazione Emendamento 3.1 DDL n. 1790",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1790",
            "description_title": "Emendamento 3.1 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": 25,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 30518,
            "slug": "vs19_309_079",
            "identifier": "vs19_309_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_079/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 3.276 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.276 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.276 DDL n. 1665",
            "description_title": "Emendamento 3.276 RICCIARDI MARIANNA (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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 30519,
            "slug": "vs19_309_108",
            "identifier": "vs19_309_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_108/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 108,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1665",
            "original_title": "Votazione Articolo 4 DDL n. 1665",
            "description_title": "Articolo 4",
            "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": 25,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29310,
            "slug": "vs19_270_032",
            "identifier": "vs19_270_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_032/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 3-bis.02 FONTANA ILARIA (M5S) - Votazione Emendamento 3-bis.02 DDL n. 1790",
            "original_title": "Votazione Emendamento 3-bis.02 DDL n. 1790",
            "description_title": "Articolo aggiuntivo 3-bis.02 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": 25,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 21891,
            "slug": "vs19_137_085",
            "identifier": "vs19_137_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_085/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 5.33 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 5.33 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.33 DDL n. 1038",
            "description_title": "Emendamento 5.33 TABACCI BRUNO (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": 25,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29532,
            "slug": "vs19_187_030",
            "identifier": "vs19_187_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_030/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1416/43 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1416/43 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/43 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/43 RAFFA ANGELA (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": 25,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 37694,
            "slug": "vs19_463_001",
            "identifier": "vs19_463_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_001/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 1,
            "title": "Questioni pregiudiziali n. 1 COLUCCI ALFONSO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri, e n. 3 BONAFE' SIMONA (PD-IDP) ed altri - Votazione pregiudiziale DDL n. 2329",
            "original_title": "Votazione pregiudiziale DDL n. 2329",
            "description_title": "Questioni pregiudiziali n. 1 COLUCCI ALFONSO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri, e n. 3 BONAFE' SIMONA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 22711,
            "slug": "vs19_128_026",
            "identifier": "vs19_128_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_026/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1238/15 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1238/15 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/15 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/15 BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 34328,
            "slug": "vs19_388_203",
            "identifier": "vs19_388_203",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_203/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 203,
            "title": "Emendamento 35.1007 QUARTINI ANDREA (M5S) - Votazione Emendamento 35.1007 DDL n. 2022",
            "original_title": "Votazione Emendamento 35.1007 DDL n. 2022",
            "description_title": "Emendamento 35.1007 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 38683,
            "slug": "vs19_487_043",
            "identifier": "vs19_487_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_043/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 43,
            "title": "ODG 9/2355/72 - Votazione Ordine del giorno 9/2355/72 ",
            "original_title": "Votazione Ordine del giorno 9/2355/72 ",
            "description_title": "ODG 9/2355/72",
            "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": 25,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34639,
            "slug": "vs19_387_036",
            "identifier": "vs19_387_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_036/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/2088-AR/39 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/39 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/39 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/39 PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38691,
            "slug": "vs19_487_051",
            "identifier": "vs19_487_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_051/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 51,
            "title": "ODG 9/2355/81 - Votazione Ordine del giorno 9/2355/81 ",
            "original_title": "Votazione Ordine del giorno 9/2355/81 ",
            "description_title": "ODG 9/2355/81",
            "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": 25,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 30545,
            "slug": "vs19_309_001",
            "identifier": "vs19_309_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_001/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 2.8 IARIA ANTONINO (M5S) - Votazione Emendamento 2.8 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1665",
            "description_title": "Emendamento 2.8 IARIA ANTONINO (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": 25,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 28849,
            "slug": "vs19_255_018",
            "identifier": "vs19_255_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_018/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.31 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 1.31 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.31 DDL n. 1658",
            "description_title": "Emendamento 1.31 STEFANAZZI CLAUDIO MICHELE (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": 25,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 29531,
            "slug": "vs19_187_029",
            "identifier": "vs19_187_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_029/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1416/42 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1416/42 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/42 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/42 ALIFANO ENRICA (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": 25,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29293,
            "slug": "vs19_270_014",
            "identifier": "vs19_270_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_014/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.9 BONELLI ANGELO (AVS) - Votazione Emendamento 2.9 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1790",
            "description_title": "Emendamento 2.9 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": 25,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 30109,
            "slug": "vs19_283_030",
            "identifier": "vs19_283_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_030/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo aggiuntivo 5.01000 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 5.01000 PDL n. 0836",
            "original_title": "Votazione Emendamento 5.01000 PDL n. 0836",
            "description_title": "Articolo aggiuntivo 5.01000 BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 60.74
        },
        {
            "id": 38641,
            "slug": "vs19_487_001",
            "identifier": "vs19_487_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_001/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2355 - ODG 9/2355/21 - Votazione Ordine del giorno 9/2355/21 ",
            "original_title": "Votazione Ordine del giorno 9/2355/21 ",
            "description_title": "DDL 2355 - ODG 9/2355/21",
            "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": 25,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 25374,
            "slug": "vs19_204_023",
            "identifier": "vs19_204_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_023/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1458/61 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1458/61 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/61 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/61 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": 25,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26719,
            "slug": "vs19_223_014",
            "identifier": "vs19_223_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_014/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.3 ONORI FEDERICA (M5S) - Votazione Emendamento 4.3 DDL n. 1624",
            "original_title": "Votazione Emendamento 4.3 DDL n. 1624",
            "description_title": "Emendamento 4.3 ONORI FEDERICA (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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25689,
            "slug": "vs19_210_114",
            "identifier": "vs19_210_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_114/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 114,
            "title": "Identici emendamenti 25.10 BENZONI FABRIZIO (APERRE) e 25.11 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 25.10 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.10 DDL n. 1341",
            "description_title": "Identici emendamenti 25.10 BENZONI FABRIZIO (APERRE) e 25.11 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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22856,
            "slug": "vs19_129_061",
            "identifier": "vs19_129_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_061/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 61,
            "title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 50, PELLEGRINI MARCO (M5S) ed altri - Votazione Risoluzione 6_00035",
            "original_title": "Votazione Risoluzione 6_00035",
            "description_title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 50, PELLEGRINI MARCO (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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 34315,
            "slug": "vs19_388_204",
            "identifier": "vs19_388_204",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_204/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 204,
            "title": "Emendamento 35.1005 QUARTINI ANDREA (M5S) - Votazione Emendamento 35.1005 DDL n. 2022",
            "original_title": "Votazione Emendamento 35.1005 DDL n. 2022",
            "description_title": "Emendamento 35.1005 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 22110,
            "slug": "vs19_137_069",
            "identifier": "vs19_137_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_069/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 69,
            "title": "Identici emendamenti 5.5 FENU EMILIANO (M5S), 5.6 MARATTIN LUIGI (AIV-RE) e 5.7 DELLA VEDOVA BENEDETTO (MISTO) - Votazione Emendamento 5.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.5 DDL n. 1038",
            "description_title": "Identici emendamenti 5.5 FENU EMILIANO (M5S), 5.6 MARATTIN LUIGI (AIV-RE) e 5.7 DELLA VEDOVA BENEDETTO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 30288,
            "slug": "vs19_292_090",
            "identifier": "vs19_292_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_090/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1717/17 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1717/17 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/17 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/17 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 53.16,
            "minority_cohesion_rate": 53.37
        },
        {
            "id": 32042,
            "slug": "vs19_345_047",
            "identifier": "vs19_345_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_047/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 17.1000 AURIEMMA CARMELA (M5S) - Votazione Emendamento 17.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 17.1000 DDL n. 1660",
            "description_title": "Emendamento 17.1000 AURIEMMA CARMELA (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": 25,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 73.12
        },
        {
            "id": 32179,
            "slug": "vs19_326_028",
            "identifier": "vs19_326_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_028/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1902/37 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1902/37 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/37 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/37 SCUTELLA' ELISA (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": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 32053,
            "slug": "vs19_345_044",
            "identifier": "vs19_345_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_044/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 17.1003 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 17.1003 DDL n. 1660",
            "original_title": "Votazione Emendamento 17.1003 DDL n. 1660",
            "description_title": "Emendamento 17.1003 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 72.5
        },
        {
            "id": 25645,
            "slug": "vs19_210_148",
            "identifier": "vs19_210_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_148/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 148,
            "title": "Emendamento 37.3 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 37.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.3 DDL n. 1341",
            "description_title": "Emendamento 37.3 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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22757,
            "slug": "vs19_142_030",
            "identifier": "vs19_142_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_030/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo aggiuntivo 3.04 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 3.04 PDL n. 0107",
            "original_title": "Votazione Emendamento 3.04 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 3.04 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 25538,
            "slug": "vs19_210_153",
            "identifier": "vs19_210_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_153/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 153,
            "title": "Articolo 39 (Mantenimento) - Votazione Articolo 39 DDL n. 1341",
            "original_title": "Votazione Articolo 39 DDL n. 1341",
            "description_title": "Articolo 39 (Mantenimento)",
            "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": 25,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30555,
            "slug": "vs19_309_077",
            "identifier": "vs19_309_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_077/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 3.262 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.262 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.262 DDL n. 1665",
            "description_title": "Emendamento 3.262 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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 32213,
            "slug": "vs19_326_061",
            "identifier": "vs19_326_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_061/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1902/80 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1902/80 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/80 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/80 BERRUTO MAURO (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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 25594,
            "slug": "vs19_210_138",
            "identifier": "vs19_210_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_138/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 138,
            "title": "Emendamento 33.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 33.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 33.1 DDL n. 1341",
            "description_title": "Emendamento 33.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 21878,
            "slug": "vs19_137_070",
            "identifier": "vs19_137_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_070/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 5.12 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 5.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.12 DDL n. 1038",
            "description_title": "Emendamento 5.12 GUERRA MARIA CECILIA (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": 25,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 30571,
            "slug": "vs19_309_080",
            "identifier": "vs19_309_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_080/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 3.284 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.284 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.284 DDL n. 1665",
            "description_title": "Emendamento 3.284 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": 25,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26780,
            "slug": "vs19_222_031",
            "identifier": "vs19_222_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_031/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.30 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.30 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.30 DDL n. 1624",
            "description_title": "Emendamento 1.30 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": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 30573,
            "slug": "vs19_309_026",
            "identifier": "vs19_309_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_026/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.128 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 2.128 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.128 DDL n. 1665",
            "description_title": "Emendamento 2.128 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": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30302,
            "slug": "vs19_292_088",
            "identifier": "vs19_292_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_088/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/1717/15 COSTA ENRICO (APERRE) - Votazione Ordine del giorno 9/1717/15 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/15 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/15 COSTA ENRICO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 54.6
        },
        {
            "id": 26779,
            "slug": "vs19_222_046",
            "identifier": "vs19_222_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_046/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 2.6 BONELLI ANGELO (AVS) - Votazione Emendamento 2.6 DDL n. 1624",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1624",
            "description_title": "Emendamento 2.6 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": 5,
            "n_margin": 25,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22839,
            "slug": "vs19_129_009",
            "identifier": "vs19_129_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_009/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1238/87 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1238/87 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/87 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/87 FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 29405,
            "slug": "vs19_273_014",
            "identifier": "vs19_273_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_014/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 2.01 AURIEMMA CARMELA (M5S) - Votazione Emendamento 2.01 DDL n. 1532",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 2.01 AURIEMMA CARMELA (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": 5,
            "n_margin": 25,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 37749,
            "slug": "vs19_464_018",
            "identifier": "vs19_464_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_018/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.82 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.82 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.82 PDL n. 1621",
            "description_title": "Emendamento 3.82 ALIFANO ENRICA (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": 25,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 30604,
            "slug": "vs19_309_024",
            "identifier": "vs19_309_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_024/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.121 CASO ANTONIO (M5S) - Votazione Emendamento 2.121 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.121 DDL n. 1665",
            "description_title": "Emendamento 2.121 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22779,
            "slug": "vs19_142_033",
            "identifier": "vs19_142_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_142_033/?format=api",
            "sitting": {
                "id": 1426,
                "date": "2023-07-19",
                "number": 142,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 3.08 FENU EMILIANO (M5S) - Votazione Emendamento 3.08 PDL n. 0107",
            "original_title": "Votazione Emendamento 3.08 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 3.08 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 30891,
            "slug": "vs19_317_004",
            "identifier": "vs19_317_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_004/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1933/4 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1933/4 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/4 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/4 ZINGARETTI NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 55.28
        }
    ]
}