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

{
    "count": 22025,
    "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=26",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=24",
    "results": [
        {
            "id": 19268,
            "slug": "vs19_051_007",
            "identifier": "vs19_051_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_007/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/750/11 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/750/11 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/11 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/11 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19256,
            "slug": "vs19_051_024",
            "identifier": "vs19_051_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_024/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/750/30 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/750/30 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/30 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/30 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 19269,
            "slug": "vs19_051_002",
            "identifier": "vs19_051_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_002/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (AIV-RE) - Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (AIV-RE)",
            "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": 20,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19263,
            "slug": "vs19_051_003",
            "identifier": "vs19_051_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_003/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/750/6 PASTORELLA GIULIA (AIV-RE) - Votazione Ordine del giorno 9/750/6 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/6 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/6 PASTORELLA GIULIA (AIV-RE)",
            "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": 24,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19279,
            "slug": "vs19_051_026",
            "identifier": "vs19_051_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_026/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/750/32 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/750/32 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/32 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/32 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 19266,
            "slug": "vs19_051_039",
            "identifier": "vs19_051_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_039/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/750/46 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/750/46 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/46 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/46 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19265,
            "slug": "vs19_051_041",
            "identifier": "vs19_051_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_041/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/750/48 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/750/48 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/48 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/48 LOMUTI ARNALDO (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": 68.78,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19255,
            "slug": "vs19_051_020",
            "identifier": "vs19_051_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_020/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/750/26 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/750/26 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/26 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/26 PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19267,
            "slug": "vs19_051_038",
            "identifier": "vs19_051_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_038/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/750/45 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/45 SPORTIELLO GILDA (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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19253,
            "slug": "vs19_051_033",
            "identifier": "vs19_051_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_033/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/750/40 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/750/40 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/40 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/40 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19249,
            "slug": "vs19_051_013",
            "identifier": "vs19_051_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_013/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/750/19 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/750/19 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/19 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/19 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19251,
            "slug": "vs19_051_023",
            "identifier": "vs19_051_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_023/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/750/29 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/750/29 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/29 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/29 ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19280,
            "slug": "vs19_051_021",
            "identifier": "vs19_051_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_021/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/750/27 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/750/27 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/27 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/27 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 19250,
            "slug": "vs19_051_019",
            "identifier": "vs19_051_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_019/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/750/25 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/750/25 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/25 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/25 CUPERLO GIANNI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 19285,
            "slug": "vs19_051_037",
            "identifier": "vs19_051_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_037/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/750/44 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/750/44 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/44 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/44 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19248,
            "slug": "vs19_051_015",
            "identifier": "vs19_051_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_015/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/750/21, nel testo riformulato, PASTORINO LUCA (MISTO) - Votazione Ordine del giorno 9/750/21, DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/21, DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/21, nel testo riformulato, PASTORINO LUCA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 146,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 19271,
            "slug": "vs19_051_006",
            "identifier": "vs19_051_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_006/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/750/10 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/10 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19272,
            "slug": "vs19_051_008",
            "identifier": "vs19_051_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_008/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/750/12 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/750/12 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/12 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/12 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19252,
            "slug": "vs19_051_030",
            "identifier": "vs19_051_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_030/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19284,
            "slug": "vs19_051_009",
            "identifier": "vs19_051_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_009/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/750/13 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/750/13 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/13 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/13 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19274,
            "slug": "vs19_051_025",
            "identifier": "vs19_051_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_025/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/750/31 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/750/31 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/31 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/31 RICCIARDI TONI (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": 24,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19270,
            "slug": "vs19_051_029",
            "identifier": "vs19_051_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_029/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/750/35 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/750/35 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/35 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/35 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19283,
            "slug": "vs19_051_004",
            "identifier": "vs19_051_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_004/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/750/7 COSTA ENRICO (AIV-RE) - Votazione Ordine del giorno 9/750/7 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/7 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/7 COSTA ENRICO (AIV-RE)",
            "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": 23,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19281,
            "slug": "vs19_051_027",
            "identifier": "vs19_051_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_027/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/750/33 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/750/33 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/33 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/33 GHIO VALENTINA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19264,
            "slug": "vs19_051_032",
            "identifier": "vs19_051_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_032/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/750/38 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/38 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19286,
            "slug": "vs19_051_011",
            "identifier": "vs19_051_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_011/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/750/15 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/750/15 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/15 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/15 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 19254,
            "slug": "vs19_051_010",
            "identifier": "vs19_051_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_010/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/750/14 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/14 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/14 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 19257,
            "slug": "vs19_051_001",
            "identifier": "vs19_051_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_001/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/750/4 FARAONE DAVIDE (AIV-RE) - Votazione Ordine del giorno 9/750/4 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/4 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/4 FARAONE DAVIDE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19247,
            "slug": "vs19_051_034",
            "identifier": "vs19_051_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_034/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/750/41 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/750/41 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/41 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/41 AURIEMMA CARMELA (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": 70.89,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 19282,
            "slug": "vs19_051_031",
            "identifier": "vs19_051_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_031/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/750/37 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/750/37 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/37 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/37 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19287,
            "slug": "vs19_051_028",
            "identifier": "vs19_051_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_028/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/34 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/34 BAKKALI OUIDAD (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": 23,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19275,
            "slug": "vs19_051_017",
            "identifier": "vs19_051_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_017/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/750/23 MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/750/23 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/23 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/23 MORASSUT ROBERTO (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": 21,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19309,
            "slug": "19-38-79",
            "identifier": "19-38-79",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-79/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 79,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 9.309, Irto",
            "original_title": "Em. 9.309, Irto",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 22,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 49.43
        },
        {
            "id": 19307,
            "slug": "19-38-81",
            "identifier": "19-38-81",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-81/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 81,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 10.4 (testo 3), Parrini e altri",
            "original_title": "Em. 10.4 (testo 3), Parrini e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 9,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 19371,
            "slug": "19-38-34",
            "identifier": "19-38-34",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-34/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 34,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 4.301 (testo corretto), Zampa e altri",
            "original_title": "Em. 4.301 (testo corretto), Zampa e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 36,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 19420,
            "slug": "19-38-28",
            "identifier": "19-38-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-28/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 28,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 3.302, Lorefice e altri",
            "original_title": "Em. 3.302, Lorefice e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 10,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 81.61
        },
        {
            "id": 19395,
            "slug": "19-38-102",
            "identifier": "19-38-102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-102/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 102,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 11.304, Patuanelli e altri",
            "original_title": "Em. 11.304, Patuanelli e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 16,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 19424,
            "slug": "19-38-14",
            "identifier": "19-38-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-14/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 14,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 1.309, Magni e altri",
            "original_title": "Em. 1.309, Magni e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 11,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 80.46
        },
        {
            "id": 19423,
            "slug": "19-38-18",
            "identifier": "19-38-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-18/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 18,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 2.300, Malpezzi e altri",
            "original_title": "Em. 2.300, Malpezzi e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 11,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 82.76
        },
        {
            "id": 19422,
            "slug": "19-38-22",
            "identifier": "19-38-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-22/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 22,
            "title": "d-l 198/2022 - proroga termini legislativi - Emm. 3.26 e 3.306",
            "original_title": "Emm. 3.26 e 3.306",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 12,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 80.46
        },
        {
            "id": 19421,
            "slug": "19-38-23",
            "identifier": "19-38-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-23/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 23,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 3.32, Misiani e altri",
            "original_title": "Em. 3.32, Misiani e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 28,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 19372,
            "slug": "19-38-33",
            "identifier": "19-38-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-33/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 33,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 4.300, Pirro e altri",
            "original_title": "Em. 4.300, Pirro e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 11,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 82.76
        },
        {
            "id": 19369,
            "slug": "19-38-42",
            "identifier": "19-38-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-42/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 42,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 4.306, Zampa e altri",
            "original_title": "Em. 4.306, Zampa e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 81.74,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 19368,
            "slug": "19-38-43",
            "identifier": "19-38-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-43/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 43,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 4-bis.0.300, Gelmini",
            "original_title": "Em. 4-bis.0.300, Gelmini",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 12,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 80.46
        },
        {
            "id": 19367,
            "slug": "19-38-46",
            "identifier": "19-38-46",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-46/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 46,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 5.1 (testo 2), Barbara Floridia e altri",
            "original_title": "Em. 5.1 (testo 2), Barbara Floridia e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 80.0,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 19353,
            "slug": "19-38-89",
            "identifier": "19-38-89",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-89/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 89,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 10.65, Fregolent",
            "original_title": "Em. 10.65, Fregolent",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 6,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 81.61
        },
        {
            "id": 19415,
            "slug": "19-38-40",
            "identifier": "19-38-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-40/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 40,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 4.304, Nicita",
            "original_title": "Em. 4.304, Nicita",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 78.26,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 19401,
            "slug": "19-38-85",
            "identifier": "19-38-85",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-85/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 85,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 10.29, Lombardo",
            "original_title": "Em. 10.29, Lombardo",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 22,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 50.57
        },
        {
            "id": 19383,
            "slug": "19-38-6",
            "identifier": "19-38-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-6/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 6,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 1.62, Lombardo",
            "original_title": "Em. 1.62, Lombardo",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 11,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 19320,
            "slug": "19-38-54",
            "identifier": "19-38-54",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-54/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 54,
            "title": "d-l 198/2022 - proroga termini legislativi - Emm. 6.300, 6.301, 6.302 e 6.303",
            "original_title": "Emm. 6.300, 6.301, 6.302 e 6.303",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 10,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 81.61
        }
    ]
}