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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=201",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=199",
    "results": [
        {
            "id": 30250,
            "slug": "vs19_292_051",
            "identifier": "vs19_292_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_051/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 15.100 PULCIANI PAOLO (FDI) - Votazione Emendamento 15.100 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.100 DDL n. 1717",
            "description_title": "Emendamento 15.100 PULCIANI PAOLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 15,
            "n_margin": 62,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 51.53
        },
        {
            "id": 30235,
            "slug": "vs19_292_071",
            "identifier": "vs19_292_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_071/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 23.3 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 23.3 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.3 DDL n. 1717",
            "description_title": "Emendamento 23.3 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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 30205,
            "slug": "vs19_292_041",
            "identifier": "vs19_292_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_041/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 12.101 PULCIANI PAOLO (FDI) - Votazione Emendamento 12.101 DDL n. 1717",
            "original_title": "Votazione Emendamento 12.101 DDL n. 1717",
            "description_title": "Emendamento 12.101 PULCIANI PAOLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 73,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30281,
            "slug": "vs19_292_084",
            "identifier": "vs19_292_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_084/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1717/9, come riformulato, RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/1717/9, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/9, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/9, come riformulato, RUFFINO DANIELA (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": 9,
            "n_margin": 106,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 63.19
        },
        {
            "id": 30261,
            "slug": "vs19_292_053",
            "identifier": "vs19_292_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_053/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 15.32 D'ORSO VALENTINA (M5S) - Votazione Emendamento 15.32 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.32 DDL n. 1717",
            "description_title": "Emendamento 15.32 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.58
        },
        {
            "id": 30258,
            "slug": "vs19_292_017",
            "identifier": "vs19_292_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_017/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 8.3 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.3 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.3 DDL n. 1717",
            "description_title": "Emendamento 8.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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30251,
            "slug": "vs19_292_038",
            "identifier": "vs19_292_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_038/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 38,
            "title": "Mantenimento articolo 11 - Votazione Articolo 11 DDL n. 1717",
            "original_title": "Votazione Articolo 11 DDL n. 1717",
            "description_title": "Mantenimento articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.96
        },
        {
            "id": 30247,
            "slug": "vs19_292_004",
            "identifier": "vs19_292_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_004/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.20 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.20 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.20 DDL n. 1717",
            "description_title": "Emendamento 1.20 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": 15,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30245,
            "slug": "vs19_292_002",
            "identifier": "vs19_292_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_002/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.101 DORI DEVIS (AVS) - Votazione Emendamento 1.101 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.101 DDL n. 1717",
            "description_title": "Emendamento 1.101 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30240,
            "slug": "vs19_292_055",
            "identifier": "vs19_292_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_055/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 16.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.1 DDL n. 1717",
            "description_title": "Emendamento 16.1 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 30229,
            "slug": "vs19_292_031",
            "identifier": "vs19_292_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_031/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1717",
            "original_title": "Votazione Articolo 8 DDL n. 1717",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 74,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 30225,
            "slug": "vs19_292_027",
            "identifier": "vs19_292_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_027/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 8.16 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 8.16 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.16 DDL n. 1717",
            "description_title": "Emendamento 8.16 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": 14,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30221,
            "slug": "vs19_292_029",
            "identifier": "vs19_292_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_029/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 8.21 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.21 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.21 DDL n. 1717",
            "description_title": "Emendamento 8.21 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": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30218,
            "slug": "vs19_292_069",
            "identifier": "vs19_292_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_069/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 69,
            "title": "Mantenimento articolo 22 - Votazione Articolo 22 DDL n. 1717",
            "original_title": "Votazione Articolo 22 DDL n. 1717",
            "description_title": "Mantenimento 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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 57.67
        },
        {
            "id": 30217,
            "slug": "vs19_292_008",
            "identifier": "vs19_292_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_008/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.6 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.6 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1717",
            "description_title": "Emendamento 2.6 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30211,
            "slug": "vs19_292_022",
            "identifier": "vs19_292_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_022/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 8.8 COLUCCI ALFONSO (M5S) - Votazione Emendamento 8.8 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.8 DDL n. 1717",
            "description_title": "Emendamento 8.8 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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 67.48
        },
        {
            "id": 30200,
            "slug": "vs19_292_074",
            "identifier": "vs19_292_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_074/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 23.11 AURIEMMA CARMELA (M5S) - Votazione Emendamento 23.11 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.11 DDL n. 1717",
            "description_title": "Emendamento 23.11 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 30237,
            "slug": "vs19_292_030",
            "identifier": "vs19_292_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_030/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 8.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.300, DDL n. 1717",
            "original_title": "Votazione Emendamento 8.300, DDL n. 1717",
            "description_title": "Emendamento 8.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": 4,
            "n_margin": 75,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 30277,
            "slug": "vs19_292_061",
            "identifier": "vs19_292_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_061/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 61,
            "title": "Articolo aggiuntivo 16.02 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 16.02 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.02 DDL n. 1717",
            "description_title": "Articolo aggiuntivo 16.02 GIANASSI FEDERICO (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": 4,
            "n_margin": 21,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 30265,
            "slug": "vs19_292_059",
            "identifier": "vs19_292_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_059/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 16.9 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.9 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.9 DDL n. 1717",
            "description_title": "Emendamento 16.9 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.28
        },
        {
            "id": 30263,
            "slug": "vs19_292_077",
            "identifier": "vs19_292_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_077/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 77,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 1717",
            "original_title": "Votazione Articolo 23 DDL n. 1717",
            "description_title": "Articolo 23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 56,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 53.37
        },
        {
            "id": 30268,
            "slug": "vs19_292_072",
            "identifier": "vs19_292_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_072/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 23.4 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 23.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.4 DDL n. 1717",
            "description_title": "Emendamento 23.4 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": 16,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 30264,
            "slug": "vs19_292_007",
            "identifier": "vs19_292_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_007/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.4 MAURI MATTEO (PD-IDP) - Votazione Emendamento 2.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1717",
            "description_title": "Emendamento 2.4 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.55
        },
        {
            "id": 30259,
            "slug": "vs19_292_050",
            "identifier": "vs19_292_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_050/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 15.12 COSTA ENRICO (APERRE) - Votazione Emendamento 15.12 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.12 DDL n. 1717",
            "description_title": "Emendamento 15.12 COSTA ENRICO (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": 110,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 30254,
            "slug": "vs19_292_056",
            "identifier": "vs19_292_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_056/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 16.4 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.4 DDL n. 1717",
            "description_title": "Emendamento 16.4 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 30,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 56.44
        },
        {
            "id": 30239,
            "slug": "vs19_292_048",
            "identifier": "vs19_292_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_048/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1717",
            "original_title": "Votazione Articolo 14 DDL n. 1717",
            "description_title": "Articolo 14",
            "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": 67,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 66.87
        },
        {
            "id": 30236,
            "slug": "vs19_292_009",
            "identifier": "vs19_292_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_009/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.7 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.7 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1717",
            "description_title": "Emendamento 2.7 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": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30202,
            "slug": "vs19_292_040",
            "identifier": "vs19_292_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_040/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 12.102 MAURI MATTEO (PD-IDP) - Votazione Emendamento 12.102 DDL n. 1717",
            "original_title": "Votazione Emendamento 12.102 DDL n. 1717",
            "description_title": "Emendamento 12.102 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 15,
            "n_margin": 11,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 66.87
        },
        {
            "id": 30296,
            "slug": "vs19_292_082",
            "identifier": "vs19_292_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_082/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1717/6 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1717/6 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/6 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/6 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 54.43,
            "minority_cohesion_rate": 55.83
        },
        {
            "id": 30293,
            "slug": "vs19_292_080",
            "identifier": "vs19_292_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_080/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1717/4, come riformulato, ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1717/4, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/4, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/4, come riformulato, ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 113,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 65.03
        },
        {
            "id": 30286,
            "slug": "vs19_292_086",
            "identifier": "vs19_292_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_086/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1717/13, come riformulato, ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1717/13, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/13, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/13, come riformulato, ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 30276,
            "slug": "vs19_292_028",
            "identifier": "vs19_292_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_028/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 8.20 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.20 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.20 DDL n. 1717",
            "description_title": "Emendamento 8.20 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": 13,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30274,
            "slug": "vs19_292_054",
            "identifier": "vs19_292_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_054/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1717",
            "original_title": "Votazione Articolo 15 DDL n. 1717",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 64,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 30267,
            "slug": "vs19_292_025",
            "identifier": "vs19_292_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_025/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 8.11 MANZI IRENE (PD-IDP) - Votazione Emendamento 8.11 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.11 DDL n. 1717",
            "description_title": "Emendamento 8.11 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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30260,
            "slug": "vs19_292_013",
            "identifier": "vs19_292_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_013/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1717",
            "original_title": "Votazione Articolo 5 DDL n. 1717",
            "description_title": "Articolo 5",
            "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": 74,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 30243,
            "slug": "vs19_292_034",
            "identifier": "vs19_292_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_034/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 10.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 10.300, DDL n. 1717",
            "original_title": "Votazione Emendamento 10.300, DDL n. 1717",
            "description_title": "Emendamento 10.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": 10,
            "n_margin": 78,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 30242,
            "slug": "vs19_292_039",
            "identifier": "vs19_292_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_039/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 12.200 delle Commissioni - Votazione Emendamento 12.200 DDL n. 1717",
            "original_title": "Votazione Emendamento 12.200 DDL n. 1717",
            "description_title": "Emendamento 12.200 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 72,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 30230,
            "slug": "vs19_292_012",
            "identifier": "vs19_292_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_012/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1717",
            "original_title": "Votazione Articolo 4 DDL n. 1717",
            "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": 3,
            "n_margin": 74,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.48
        },
        {
            "id": 30224,
            "slug": "vs19_292_016",
            "identifier": "vs19_292_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_016/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 8.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 8.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.1 DDL n. 1717",
            "description_title": "Emendamento 8.1 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": 17,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.26
        },
        {
            "id": 30222,
            "slug": "vs19_292_018",
            "identifier": "vs19_292_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_018/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 8.2 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.2 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.2 DDL n. 1717",
            "description_title": "Emendamento 8.2 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": 18,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 69.33
        },
        {
            "id": 30215,
            "slug": "vs19_292_036",
            "identifier": "vs19_292_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_036/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 10.023 PENZA PASQUALINO (M5S) - Votazione Emendamento 10.023 DDL n. 1717",
            "original_title": "Votazione Emendamento 10.023 DDL n. 1717",
            "description_title": "Articolo aggiuntivo 10.023 PENZA PASQUALINO (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": 15,
            "n_margin": 1,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30209,
            "slug": "vs19_292_032",
            "identifier": "vs19_292_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_032/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1717",
            "original_title": "Votazione Articolo 9 DDL n. 1717",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.55
        },
        {
            "id": 30208,
            "slug": "vs19_292_060",
            "identifier": "vs19_292_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_060/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1717",
            "original_title": "Votazione Articolo 16 DDL n. 1717",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 70,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.87
        },
        {
            "id": 30207,
            "slug": "vs19_292_046",
            "identifier": "vs19_292_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_046/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1717",
            "original_title": "Votazione Articolo 13 DDL n. 1717",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 30204,
            "slug": "vs19_292_035",
            "identifier": "vs19_292_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_035/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1717",
            "original_title": "Votazione Articolo 10 DDL n. 1717",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 30203,
            "slug": "vs19_292_003",
            "identifier": "vs19_292_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_003/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.103 DORI DEVIS (AVS) - Votazione Emendamento 1.103 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.103 DDL n. 1717",
            "description_title": "Emendamento 1.103 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 30199,
            "slug": "vs19_292_005",
            "identifier": "vs19_292_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_005/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.22 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.22 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.22 DDL n. 1717",
            "description_title": "Emendamento 1.22 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 70.55
        },
        {
            "id": 30197,
            "slug": "vs19_292_049",
            "identifier": "vs19_292_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_049/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 15.4 CASU ANDREA (PD-IDP) - Votazione Emendamento 15.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.4 DDL n. 1717",
            "description_title": "Emendamento 15.4 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": 36,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 43.56
        },
        {
            "id": 30283,
            "slug": "vs19_292_081",
            "identifier": "vs19_292_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_081/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1717/5, come riformulato, PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1717/5, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/5, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/5, come riformulato, PENZA PASQUALINO (M5S)",
            "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": 115,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 65.03
        },
        {
            "id": 30272,
            "slug": "vs19_292_014",
            "identifier": "vs19_292_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_014/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1717",
            "original_title": "Votazione Articolo 6 DDL n. 1717",
            "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": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.48
        }
    ]
}