Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=160
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=date&page=161",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=159",
    "results": [
        {
            "id": 25952,
            "slug": "vs19_213_017",
            "identifier": "vs19_213_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_017/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1601/19, come riformulato, SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1601/19, DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/19, DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/19, come riformulato, SCARPA RACHELE (PD-IDP)",
            "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": 141,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 25930,
            "slug": "vs19_213_002",
            "identifier": "vs19_213_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_002/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1601/3 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1601/3 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/3 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/3 CASO ANTONIO (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": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25956,
            "slug": "vs19_213_016",
            "identifier": "vs19_213_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_016/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1601/18 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1601/18 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/18 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/18 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 25965,
            "slug": "vs19_213_020",
            "identifier": "vs19_213_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_020/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1601/28 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1601/28 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/28 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/28 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25946,
            "slug": "vs19_213_013",
            "identifier": "vs19_213_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_013/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1601/15 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1601/15 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/15 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/15 DI LAURO CARMEN (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": 22,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 25954,
            "slug": "vs19_213_007",
            "identifier": "vs19_213_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_007/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1601/8 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1601/8 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/8 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/8 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 25949,
            "slug": "vs19_213_025",
            "identifier": "vs19_213_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_025/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1601/36, nel testo riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1601/36, DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/36, DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/36, nel testo riformulato, 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": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25942,
            "slug": "vs19_213_023",
            "identifier": "vs19_213_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_023/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1601/34 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1601/34 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/34 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/34 GRIMALDI MARCO (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": 6,
            "n_margin": 32,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25940,
            "slug": "vs19_213_010",
            "identifier": "vs19_213_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_010/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1601/12 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1601/12 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/12 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/12 CAPPELLETTI ENRICO (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": 29,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 25932,
            "slug": "vs19_213_009",
            "identifier": "vs19_213_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_009/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1601/10 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1601/10 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/10 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/10 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 25926,
            "slug": "vs19_213_022",
            "identifier": "vs19_213_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_022/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1601/32 MATERA MARIANGELA (FDI) - Votazione Ordine del giorno 9/1601/32 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/32 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/32 MATERA MARIANGELA (FDI)",
            "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": 84,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25958,
            "slug": "vs19_213_019",
            "identifier": "vs19_213_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_019/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1601/27 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1601/27 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/27 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/27 AMATO GAETANO (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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25925,
            "slug": "vs19_214_011",
            "identifier": "vs19_214_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_011/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1342",
            "original_title": "Votazione Articolo 1 DDL n. 1342",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 103,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 25919,
            "slug": "vs19_214_006",
            "identifier": "vs19_214_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_006/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.54 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 1.54 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.54 DDL n. 1342",
            "description_title": "Emendamento 1.54 DE LUCA PIERO (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": 69,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 25914,
            "slug": "vs19_214_008",
            "identifier": "vs19_214_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_008/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.57 FENU EMILIANO (M5S) - Votazione Emendamento 1.57 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.57 DDL n. 1342",
            "description_title": "Emendamento 1.57 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 53,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25915,
            "slug": "vs19_214_004",
            "identifier": "vs19_214_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_004/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.50 FENU EMILIANO (M5S) - Votazione Emendamento 1.50 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.50 DDL n. 1342",
            "description_title": "Emendamento 1.50 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 54,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 25916,
            "slug": "vs19_214_010",
            "identifier": "vs19_214_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_010/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.59 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Emendamento 1.59 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.59 DDL n. 1342",
            "description_title": "Emendamento 1.59 SOUMAHORO ABOUBAKAR (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25922,
            "slug": "vs19_214_002",
            "identifier": "vs19_214_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_002/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.51 FENU EMILIANO (M5S) - Votazione Emendamento 1.51 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.51 DDL n. 1342",
            "description_title": "Emendamento 1.51 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 54,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25917,
            "slug": "vs19_214_005",
            "identifier": "vs19_214_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_005/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.52 FENU EMILIANO (M5S) - Votazione Emendamento 1.52 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.52 DDL n. 1342",
            "description_title": "Emendamento 1.52 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 56,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 25924,
            "slug": "vs19_214_012",
            "identifier": "vs19_214_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_012/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1342",
            "original_title": "Votazione Articolo 2 DDL n. 1342",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 106,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 25913,
            "slug": "vs19_214_009",
            "identifier": "vs19_214_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_009/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.58 AIELLO DAVIDE (M5S) - Votazione Emendamento 1.58 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.58 DDL n. 1342",
            "description_title": "Emendamento 1.58 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 57,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 25920,
            "slug": "vs19_214_003",
            "identifier": "vs19_214_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_003/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.53 SCERRA FILIPPO (M5S) - Votazione Emendamento 1.53 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1342",
            "description_title": "Emendamento 1.53 SCERRA FILIPPO (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": 56,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25921,
            "slug": "vs19_214_007",
            "identifier": "vs19_214_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_007/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 1.55 SCERRA FILIPPO (M5S) e 1.56 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 1.55 DDL n. 1342",
            "original_title": "Votazione Emendamento 1.55 DDL n. 1342",
            "description_title": "Identici emendamenti 1.55 SCERRA FILIPPO (M5S) e 1.56 DE LUCA PIERO (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": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25918,
            "slug": "vs19_214_001",
            "identifier": "vs19_214_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_001/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto norme fiscali",
            "original_title": "Votazione finale DDL n. 1601",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 ottobre 2023, n. 145, recante misure urgenti in materia economica e fiscale, in favore degli enti territoriali, a tutela del lavoro e per esigenze indifferibili (Approvato dal Senato)",
            "public_title": "Conversione decreto norme fiscali",
            "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": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26100,
            "slug": "vs19_216_050",
            "identifier": "vs19_216_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_050/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 9.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 9.4 DDL n. 1555",
            "original_title": "Votazione Emendamento 9.4 DDL n. 1555",
            "description_title": "Emendamento 9.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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26200,
            "slug": "vs19_216_144",
            "identifier": "vs19_216_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_144/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 144,
            "title": "Ordine del giorno n. 9/1555/9, nel testo riformulato, GIORGIANNI CARMEN LETIZIA (FDI) - Votazione Ordine del giorno 9/1555/9, DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/9, DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/9, nel testo riformulato, GIORGIANNI CARMEN LETIZIA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 120,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26085,
            "slug": "vs19_216_154",
            "identifier": "vs19_216_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_154/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 154,
            "title": "Emendamento 3.50 CASU ANDREA (PD-IDP) - Votazione Emendamento 3.50 DDL n. 1342",
            "original_title": "Votazione Emendamento 3.50 DDL n. 1342",
            "description_title": "Emendamento 3.50 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": 27,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 26201,
            "slug": "vs19_216_153",
            "identifier": "vs19_216_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_153/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 153,
            "title": "Proposta della Giunta di negare l'autorizzazione all'utilizzo di captazione informatiche nei confronti di Cosimo Maria Ferri, deputato all'epoca dei fatti (Doc. IV, n. 1) - Votazione Doc. I",
            "original_title": "Votazione Doc. I",
            "description_title": "Proposta della Giunta di negare l'autorizzazione all'utilizzo di captazione informatiche nei confronti di Cosimo Maria Ferri, deputato all'epoca dei fatti (Doc. IV, n. 1)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 51,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 26153,
            "slug": "vs19_216_121",
            "identifier": "vs19_216_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_121/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 121,
            "title": "Articolo aggiuntivo 17.02 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 17.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 17.02 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 17.02 BARBAGALLO ANTHONY EMANUELE (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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26079,
            "slug": "vs19_216_094",
            "identifier": "vs19_216_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_094/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 12.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 12.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.8 DDL n. 1555",
            "description_title": "Emendamento 12.8 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": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26059,
            "slug": "vs19_216_124",
            "identifier": "vs19_216_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_124/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 124,
            "title": "Articolo aggiuntivo 18.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 18.2 DDL n. 1555",
            "original_title": "Votazione Emendamento 18.2 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 18.2 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": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26060,
            "slug": "vs19_216_101",
            "identifier": "vs19_216_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_101/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo aggiuntivo 12.06 EVI ELEONORA (AVS) - Votazione Emendamento 12.06 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.06 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 12.06 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26158,
            "slug": "vs19_216_116",
            "identifier": "vs19_216_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_116/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 116,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1555",
            "original_title": "Votazione Articolo 16 DDL n. 1555",
            "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": 2,
            "n_margin": 43,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 26159,
            "slug": "vs19_216_058",
            "identifier": "vs19_216_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_058/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 10.6 BONELLI ANGELO (AVS) - Votazione Emendamento 10.6 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.6 DDL n. 1555",
            "description_title": "Emendamento 10.6 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 26197,
            "slug": "vs19_216_014",
            "identifier": "vs19_216_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_014/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.17 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 1.17 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1555",
            "description_title": "Emendamento 1.17 BENZONI FABRIZIO (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": 63.71,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 26203,
            "slug": "vs19_216_138",
            "identifier": "vs19_216_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_138/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 138,
            "title": "Ordine del giorno n. 9/1555/2 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1555/2 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/2 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/2 CAPPELLETTI ENRICO (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": 31,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26206,
            "slug": "vs19_216_139",
            "identifier": "vs19_216_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_139/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 139,
            "title": "Ordine del giorno n. 9/1555/3 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1555/3 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/3 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/3 CIANI PAOLO (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": 63,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 26152,
            "slug": "vs19_216_118",
            "identifier": "vs19_216_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_118/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 118,
            "title": "Articolo aggiuntivo 16.03 TODDE ALESSANDRA (M5S) - Votazione Emendamento 16.03 DDL n. 1555",
            "original_title": "Votazione Emendamento 16.03 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 16.03 TODDE ALESSANDRA (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": 8,
            "n_margin": 47,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 26063,
            "slug": "vs19_216_158",
            "identifier": "vs19_216_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_158/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 158,
            "title": "Emendamento 3.11 CASU ANDREA (PD-IDP) - Votazione Emendamento 3.11 DDL n. 1342",
            "original_title": "Votazione Emendamento 3.11 DDL n. 1342",
            "description_title": "Emendamento 3.11 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 26080,
            "slug": "vs19_216_003",
            "identifier": "vs19_216_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_003/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 EVI ELEONORA (AVS) - Votazione Emendamento 1.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1555",
            "description_title": "Emendamento 1.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": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 26082,
            "slug": "vs19_216_021",
            "identifier": "vs19_216_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_021/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.3 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1555",
            "description_title": "Emendamento 2.3 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": 29,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26098,
            "slug": "vs19_216_009",
            "identifier": "vs19_216_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_009/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.9 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.9 DDL n. 1555",
            "description_title": "Emendamento 1.9 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": 27,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 26101,
            "slug": "vs19_216_027",
            "identifier": "vs19_216_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_027/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1555",
            "original_title": "Votazione Articolo 2 DDL n. 1555",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26114,
            "slug": "vs19_216_136",
            "identifier": "vs19_216_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_136/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 136,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1555",
            "original_title": "Votazione Articolo 22 DDL n. 1555",
            "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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 26117,
            "slug": "vs19_216_049",
            "identifier": "vs19_216_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_049/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 9.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 9.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 9.3 DDL n. 1555",
            "description_title": "Emendamento 9.3 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": 27,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26118,
            "slug": "vs19_216_072",
            "identifier": "vs19_216_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_072/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 11.6 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.6 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.6 DDL n. 1555",
            "description_title": "Emendamento 11.6 APPENDINO CHIARA (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": 31,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26121,
            "slug": "vs19_216_042",
            "identifier": "vs19_216_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_042/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1555",
            "original_title": "Votazione Articolo 5 DDL n. 1555",
            "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": 3,
            "n_margin": 54,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 26132,
            "slug": "vs19_216_031",
            "identifier": "vs19_216_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_031/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 3.7 EVI ELEONORA (AVS) - Votazione Emendamento 3.7 DDL n. 1555",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1555",
            "description_title": "Emendamento 3.7 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": 36,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 26133,
            "slug": "vs19_216_086",
            "identifier": "vs19_216_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_086/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 12.6 PAVANELLI EMMA (M5S) - Votazione Emendamento 12.6 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.6 DDL n. 1555",
            "description_title": "Emendamento 12.6 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": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26134,
            "slug": "vs19_216_026",
            "identifier": "vs19_216_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_026/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1555",
            "description_title": "Emendamento 2.8 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": 27,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 61.11
        }
    ]
}