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

{
    "count": 22091,
    "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=126",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=124",
    "results": [
        {
            "id": 27273,
            "slug": "vs19_232_036",
            "identifier": "vs19_232_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_036/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1620",
            "original_title": "Votazione Articolo 4 DDL n. 1620",
            "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": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 31515,
            "slug": "vs19_340_039",
            "identifier": "vs19_340_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_039/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 5.5 MORFINO DANIELA (M5S) - Votazione Emendamento 5.5 DDL n. 1997",
            "original_title": "Votazione Emendamento 5.5 DDL n. 1997",
            "description_title": "Emendamento 5.5 MORFINO DANIELA (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": 19,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 30939,
            "slug": "vs19_317_078",
            "identifier": "vs19_317_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_078/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1933/89 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1933/89 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/89 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/89 FENU EMILIANO (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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34123,
            "slug": "vs19_388_096",
            "identifier": "vs19_388_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_096/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 25.60 CASU ANDREA (PD-IDP) - Votazione Emendamento 25.60 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.60 DDL n. 2022",
            "description_title": "Emendamento 25.60 CASU ANDREA (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": 19,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 31537,
            "slug": "vs19_340_061",
            "identifier": "vs19_340_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_061/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 61,
            "title": "Identici emendamenti 9-ter.13 BORRELLI FRANCESCO EMILIO (AVS) e 9-ter.14 RUFFINO DANIELA (APERRE) - Votazione Emendamento 9-ter.13 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-ter.13 DDL n. 1997",
            "description_title": "Identici emendamenti 9-ter.13 BORRELLI FRANCESCO EMILIO (AVS) e 9-ter.14 RUFFINO DANIELA (APERRE)",
            "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": 19,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 76.4
        },
        {
            "id": 31520,
            "slug": "vs19_340_044",
            "identifier": "vs19_340_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_044/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 6-bis.01 MORFINO DANIELA (M5S) - Votazione Emendamento 6-bis.01 DDL n. 1997",
            "original_title": "Votazione Emendamento 6-bis.01 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 6-bis.01 MORFINO DANIELA (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": 19,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 73.91
        },
        {
            "id": 27378,
            "slug": "vs19_232_067",
            "identifier": "vs19_232_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_067/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1620/18 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1620/18 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/18 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/18 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 31541,
            "slug": "vs19_340_065",
            "identifier": "vs19_340_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_065/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 9-quater.3 RUFFINO DANIELA (APERRE) - Votazione Emendamento 9-quater.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-quater.3 DDL n. 1997",
            "description_title": "Emendamento 9-quater.3 RUFFINO DANIELA (APERRE)",
            "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": 19,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 30895,
            "slug": "vs19_317_040",
            "identifier": "vs19_317_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_040/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1933/50 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1933/50 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/50 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/50 MAURI MATTEO (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": 19,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 30904,
            "slug": "vs19_317_025",
            "identifier": "vs19_317_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_025/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1933/30 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1933/30 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/30 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/30 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 27248,
            "slug": "vs19_232_022",
            "identifier": "vs19_232_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_022/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 4.35 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 4.35 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.35 DDL n. 1620",
            "description_title": "Emendamento 4.35 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": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27232,
            "slug": "vs19_232_028",
            "identifier": "vs19_232_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_028/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 4.44 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.44 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.44 DDL n. 1620",
            "description_title": "Emendamento 4.44 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": 19,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27242,
            "slug": "vs19_232_068",
            "identifier": "vs19_232_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_068/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 68,
            "title": "Ratifica accordo Italia-Albania in tema di immigrazione",
            "original_title": "Votazione finale DDL n. 1620",
            "description_title": "Ratifica ed esecuzione del Protocollo tra il Governo della Repubblica italiana e il Consiglio dei ministri della Repubblica di Albania per il rafforzamento della collaborazione in materia migratoria, fatto a Roma il 6 novembre 2023, nonché norme di coordinamento con l'ordinamento interno (DDL 1620)",
            "public_title": "Ratifica accordo Italia-Albania in tema di immigrazione",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27253,
            "slug": "vs19_232_023",
            "identifier": "vs19_232_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_023/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.38 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.38 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.38 DDL n. 1620",
            "description_title": "Emendamento 4.38 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": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 25595,
            "slug": "vs19_210_002",
            "identifier": "vs19_210_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_002/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1341",
            "description_title": "Emendamento 1.1 CAPPELLETTI ENRICO (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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25512,
            "slug": "vs19_210_022",
            "identifier": "vs19_210_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_022/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 4.300, DDL n. 1341",
            "description_title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27264,
            "slug": "vs19_232_030",
            "identifier": "vs19_232_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_030/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 4.47 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.47 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.47 DDL n. 1620",
            "description_title": "Emendamento 4.47 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": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 25517,
            "slug": "vs19_210_108",
            "identifier": "vs19_210_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_108/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 25.2 ASCANI ANNA (PD-IDP) - Votazione Emendamento 25.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.2 DDL n. 1341",
            "description_title": "Emendamento 25.2 ASCANI ANNA (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": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24603,
            "slug": "vs19_175_011",
            "identifier": "vs19_175_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_011/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.15 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.15 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.15 PDL n. 0835",
            "description_title": "Emendamento 1.15 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": 19,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 27346,
            "slug": "vs19_232_059",
            "identifier": "vs19_232_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_059/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1620/10 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1620/10 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/10 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/10 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 24546,
            "slug": "vs19_175_022",
            "identifier": "vs19_175_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_022/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.100 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.100 PDL n. 0835",
            "original_title": "Votazione Emendamento 2.100 PDL n. 0835",
            "description_title": "Emendamento 2.100 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 24607,
            "slug": "vs19_175_021",
            "identifier": "vs19_175_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_021/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 1.0100 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.0100 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.0100 PDL n. 0835",
            "description_title": "Articolo aggiuntivo 1.0100 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 24556,
            "slug": "vs19_175_036",
            "identifier": "vs19_175_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_036/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 6.1 BOSCHI MARIA ELENA (AIV-RE) - Votazione Emendamento 6.1 PDL n. 0835",
            "original_title": "Votazione Emendamento 6.1 PDL n. 0835",
            "description_title": "Emendamento 6.1 BOSCHI MARIA ELENA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 19,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 25600,
            "slug": "vs19_210_029",
            "identifier": "vs19_210_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_029/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 6.3 EVI ELEONORA (AVS) - Votazione Emendamento 6.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1341",
            "description_title": "Emendamento 6.3 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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 24457,
            "slug": "vs19_175_017",
            "identifier": "vs19_175_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_017/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.28 AMATO GAETANO (M5S) - Votazione Emendamento 1.28 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.28 PDL n. 0835",
            "description_title": "Emendamento 1.28 AMATO GAETANO (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": 19,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 27356,
            "slug": "vs19_232_058",
            "identifier": "vs19_232_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_058/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1620/9 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1620/9 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/9 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/9 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 34102,
            "slug": "vs19_388_107",
            "identifier": "vs19_388_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_107/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 107,
            "title": "Identici emendamenti 25.10 PAVANELLI EMMA (M5S), 25.15 RUFFINO DANIELA (APERRE), 25.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 25.1000 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 25.10 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.10 DDL n. 2022",
            "description_title": "Identici emendamenti 25.10 PAVANELLI EMMA (M5S), 25.15 RUFFINO DANIELA (APERRE), 25.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 25.1000 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 25702,
            "slug": "vs19_210_003",
            "identifier": "vs19_210_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_003/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 CASO ANTONIO (M5S) - Votazione Emendamento 1.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1341",
            "description_title": "Emendamento 1.2 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": 19,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 34069,
            "slug": "vs19_388_180",
            "identifier": "vs19_388_180",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_180/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 180,
            "title": "Emendamento 34.7 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 34.7 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.7 DDL n. 2022",
            "description_title": "Emendamento 34.7 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": 19,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 25636,
            "slug": "vs19_210_085",
            "identifier": "vs19_210_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_085/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 19.1 MANZI IRENE (PD-IDP), 19.2 ORRICO ANNA LAURA (M5S) e 19.3 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 19.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 19.1 DDL n. 1341",
            "description_title": "Identici emendamenti 19.1 MANZI IRENE (PD-IDP), 19.2 ORRICO ANNA LAURA (M5S) e 19.3 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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25613,
            "slug": "vs19_210_100",
            "identifier": "vs19_210_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_100/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 100,
            "title": "Identici emendamenti 22.3 BENZONI FABRIZIO (APERRE) e 22.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 22.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 22.3 DDL n. 1341",
            "description_title": "Identici emendamenti 22.3 BENZONI FABRIZIO (APERRE) e 22.4 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29363,
            "slug": "vs19_270_070",
            "identifier": "vs19_270_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_070/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1435/33 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1435/33 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/33 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/33 FURFARO MARCO (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": 19,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29336,
            "slug": "vs19_270_069",
            "identifier": "vs19_270_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_069/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1435/32 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/1435/32 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/32 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/32 GHIO VALENTINA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29374,
            "slug": "vs19_270_087",
            "identifier": "vs19_270_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_087/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/1435/69 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1435/69 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/69 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/69 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25646,
            "slug": "vs19_210_040",
            "identifier": "vs19_210_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_040/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 8.3 PAVANELLI EMMA (M5S) - Votazione Emendamento 8.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 8.3 DDL n. 1341",
            "description_title": "Emendamento 8.3 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25643,
            "slug": "vs19_210_020",
            "identifier": "vs19_210_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_020/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 4.10 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 4.10 DDL n. 1341",
            "original_title": "Votazione Emendamento 4.10 DDL n. 1341",
            "description_title": "Emendamento 4.10 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": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 25682,
            "slug": "vs19_210_102",
            "identifier": "vs19_210_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_102/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 102,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1341",
            "original_title": "Votazione Articolo 22 DDL n. 1341",
            "description_title": "Articolo 22",
            "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": 19,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25691,
            "slug": "vs19_210_090",
            "identifier": "vs19_210_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_090/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 20.3 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 20.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 20.3 DDL n. 1341",
            "description_title": "Emendamento 20.3 ORRICO ANNA LAURA (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": 19,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30874,
            "slug": "vs19_313_019",
            "identifier": "vs19_313_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_313_019/?format=api",
            "sitting": {
                "id": 1721,
                "date": "2024-06-25",
                "number": 313,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/433 E ABB/1 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/433 E ABB/1 PDL n. 0433",
            "original_title": "Votazione Ordine del giorno 9/433 E ABB/1 PDL n. 0433",
            "description_title": "Ordine del giorno n. 9/433 E ABB/1 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.46,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 25531,
            "slug": "vs19_210_049",
            "identifier": "vs19_210_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_049/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 10.7 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.7 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.7 DDL n. 1341",
            "description_title": "Emendamento 10.7 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 34051,
            "slug": "vs19_388_134",
            "identifier": "vs19_388_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_134/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 134,
            "title": "Emendamento 26.19 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 26.19 DDL n. 2022",
            "original_title": "Votazione Emendamento 26.19 DDL n. 2022",
            "description_title": "Emendamento 26.19 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 25505,
            "slug": "vs19_209_008",
            "identifier": "vs19_209_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_008/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.502, PDL n. 1275",
            "original_title": "Votazione Emendamento 1.502, PDL n. 1275",
            "description_title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 34098,
            "slug": "vs19_388_151",
            "identifier": "vs19_388_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_151/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 151,
            "title": "Emendamento 28.8 PORTA FABIO (PD-IDP) - Votazione Emendamento 28.8 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.8 DDL n. 2022",
            "description_title": "Emendamento 28.8 PORTA FABIO (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": 19,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 24236,
            "slug": "vs19_171_002",
            "identifier": "vs19_171_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_002/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1436/4 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/1436/4 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/4 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/4 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": 19,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 29767,
            "slug": "vs19_261_080",
            "identifier": "vs19_261_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_080/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 14.10 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.10 DDL n. 1435",
            "description_title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR)",
            "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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28539,
            "slug": "vs19_251_049",
            "identifier": "vs19_251_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_049/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 49,
            "title": "Mozione n. 1-00244, sul capoverso decimo delle premesse ORRICO ANNA LAURA (M5S) ed altri - Votazione Mozione 1_00244",
            "original_title": "Votazione Mozione 1_00244",
            "description_title": "Mozione n. 1-00244, sul capoverso decimo delle premesse ORRICO ANNA LAURA (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": 6,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28683,
            "slug": "vs19_251_178",
            "identifier": "vs19_251_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_178/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 178,
            "title": "Mozione n. 1-00248, sul capoverso sesto degli impegni GIANASSI FEDERICO (PD-IDP) ed altri - Votazione Mozione 1_00248",
            "original_title": "Votazione Mozione 1_00248",
            "description_title": "Mozione n. 1-00248, sul capoverso sesto degli impegni GIANASSI FEDERICO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29231,
            "slug": "vs19_266_084",
            "identifier": "vs19_266_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_084/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1780/20 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1780/20 DDL n. 1780",
            "original_title": "Votazione Ordine del giorno 9/1780/20 DDL n. 1780",
            "description_title": "Ordine del giorno n. 9/1780/20 DELL'OLIO GIANMAURO (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": 19,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28099,
            "slug": "vs19_244_053",
            "identifier": "vs19_244_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_053/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/384 E ABB-B/53 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/53 STUMPO 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29065,
            "slug": "vs19_265_066",
            "identifier": "vs19_265_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_066/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 35.9 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.9 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.9 DDL n. 1435",
            "description_title": "Emendamento 35.9 CASU ANDREA (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": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.28
        }
    ]
}