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

{
    "count": 22927,
    "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=99",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=97",
    "results": [
        {
            "id": 21910,
            "slug": "vs19_138_024",
            "identifier": "vs19_138_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_024/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1038",
            "original_title": "Votazione Articolo 14 DDL n. 1038",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22039,
            "slug": "vs19_138_038",
            "identifier": "vs19_138_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_038/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 18.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 18.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.4 DDL n. 1038",
            "description_title": "Emendamento 18.4 MEROLA VIRGINIO (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": 33,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21937,
            "slug": "vs19_138_006",
            "identifier": "vs19_138_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_006/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 12.500 della Commissione - Votazione Emendamento 12.500 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.500 DDL n. 1038",
            "description_title": "Emendamento 12.500 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 82,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 22128,
            "slug": "vs19_138_011",
            "identifier": "vs19_138_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_011/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 13.3 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1038",
            "description_title": "Emendamento 13.3 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 21886,
            "slug": "vs19_138_022",
            "identifier": "vs19_138_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_022/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 14.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 14.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 14.3 DDL n. 1038",
            "description_title": "Emendamento 14.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": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 21908,
            "slug": "vs19_138_034",
            "identifier": "vs19_138_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_034/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1038",
            "original_title": "Votazione Articolo 16 DDL n. 1038",
            "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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 21920,
            "slug": "vs19_138_023",
            "identifier": "vs19_138_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_023/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 14.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 14.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 14.5 DDL n. 1038",
            "description_title": "Emendamento 14.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21929,
            "slug": "vs19_138_026",
            "identifier": "vs19_138_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_026/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.3 DDL n. 1038",
            "description_title": "Emendamento 15.3 MEROLA VIRGINIO (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": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21918,
            "slug": "vs19_138_033",
            "identifier": "vs19_138_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_033/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 16.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 16.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.5 DDL n. 1038",
            "description_title": "Emendamento 16.5 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 70,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 22017,
            "slug": "vs19_138_065",
            "identifier": "vs19_138_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_065/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1038 e abb./66 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./66 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": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22014,
            "slug": "vs19_138_049",
            "identifier": "vs19_138_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_049/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1038 e abb./20 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1038 e abb./20 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./20 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./20 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 21890,
            "slug": "vs19_138_009",
            "identifier": "vs19_138_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_009/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 13.1 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1038",
            "description_title": "Emendamento 13.1 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22019,
            "slug": "vs19_138_063",
            "identifier": "vs19_138_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_063/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1038 e abb./61 RICHETTI MATTEO (AIV-RE) - Votazione Ordine del giorno 9/1038 e abb./61 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./61 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./61 RICHETTI MATTEO (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 136,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22016,
            "slug": "vs19_138_068",
            "identifier": "vs19_138_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_068/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1038 e abb./69 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1038 e abb./69 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./69 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./69 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22024,
            "slug": "vs19_138_039",
            "identifier": "vs19_138_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_039/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 18.5 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 18.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.5 DDL n. 1038",
            "description_title": "Emendamento 18.5 MARATTIN LUIGI (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 22117,
            "slug": "vs19_138_014",
            "identifier": "vs19_138_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_014/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 13.7 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.7 DDL n. 1038",
            "description_title": "Emendamento 13.7 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 69,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 22102,
            "slug": "vs19_138_013",
            "identifier": "vs19_138_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_013/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 13.6 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.6 DDL n. 1038",
            "description_title": "Emendamento 13.6 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 71,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 22114,
            "slug": "vs19_138_004",
            "identifier": "vs19_138_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_004/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 12.13 GRIMALDI MARCO (AVS) - Votazione Emendamento 12.13 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.13 DDL n. 1038",
            "description_title": "Emendamento 12.13 GRIMALDI MARCO (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": 6,
            "n_margin": 33,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22084,
            "slug": "vs19_138_016",
            "identifier": "vs19_138_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_016/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 13.11 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.11 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.11 DDL n. 1038",
            "description_title": "Emendamento 13.11 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22052,
            "slug": "vs19_138_037",
            "identifier": "vs19_138_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_037/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 18.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 18.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.1 DDL n. 1038",
            "description_title": "Emendamento 18.1 MEROLA VIRGINIO (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": 41,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22050,
            "slug": "vs19_138_027",
            "identifier": "vs19_138_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_027/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 15.7  MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.7 DDL n. 1038",
            "description_title": "Emendamento 15.7  MEROLA VIRGINIO (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": 57,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 22048,
            "slug": "vs19_138_017",
            "identifier": "vs19_138_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_017/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 13.8 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.8 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.8 DDL n. 1038",
            "description_title": "Emendamento 13.8 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22078,
            "slug": "vs19_138_002",
            "identifier": "vs19_138_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_002/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 12.4 COSTA SERGIO (M5S) - Votazione Emendamento 12.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.4 DDL n. 1038",
            "description_title": "Emendamento 12.4 COSTA SERGIO (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": 67,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 21880,
            "slug": "vs19_138_036",
            "identifier": "vs19_138_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_036/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1038",
            "original_title": "Votazione Articolo 17 DDL n. 1038",
            "description_title": "Articolo 17",
            "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": 29,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22230,
            "slug": "vs19_138_054",
            "identifier": "vs19_138_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_054/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1038 e abb./30 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1038 e abb./30 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./30 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./30 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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22229,
            "slug": "vs19_138_055",
            "identifier": "vs19_138_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_055/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1038 e abb./31 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./31 ORRICO ANNA LAURA (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": 58,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 22228,
            "slug": "vs19_138_056",
            "identifier": "vs19_138_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_056/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1038 e abb./33 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1038 e abb./33 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./33 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./33 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": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 22226,
            "slug": "vs19_138_057",
            "identifier": "vs19_138_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_057/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1038 e abb./35 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1038 e abb./35 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./35 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./35 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": 2,
            "n_margin": 57,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 22225,
            "slug": "vs19_138_062",
            "identifier": "vs19_138_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_062/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1038 e abb./51 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1038 e abb./51 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./51 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./51 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": 10,
            "n_margin": 9,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 21946,
            "slug": "vs19_138_025",
            "identifier": "vs19_138_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_025/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 15.1 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 15.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1038",
            "description_title": "Emendamento 15.1 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 21894,
            "slug": "vs19_138_035",
            "identifier": "vs19_138_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_035/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 17.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 17.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 17.1 DDL n. 1038",
            "description_title": "Emendamento 17.1 MEROLA VIRGINIO (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": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22132,
            "slug": "vs19_138_032",
            "identifier": "vs19_138_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_032/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 16.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 16.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.4 DDL n. 1038",
            "description_title": "Emendamento 16.4 MEROLA VIRGINIO (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": 58,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22091,
            "slug": "vs19_138_041",
            "identifier": "vs19_138_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_041/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 19.1 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 19.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 19.1 DDL n. 1038",
            "description_title": "Emendamento 19.1 MARATTIN LUIGI (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 53,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 22023,
            "slug": "vs19_138_045",
            "identifier": "vs19_138_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_045/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1038 e abb./1 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1038 e abb./1 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./1 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./1 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": 36,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 21892,
            "slug": "vs19_138_021",
            "identifier": "vs19_138_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_021/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 14.2 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 14.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 14.2 DDL n. 1038",
            "description_title": "Emendamento 14.2 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 56,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 22223,
            "slug": "vs19_138_058",
            "identifier": "vs19_138_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_058/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1038 e abb./37 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1038 e abb./37 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./37 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./37 DONNO LEONARDO (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": 72,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22168,
            "slug": "vs19_138_040",
            "identifier": "vs19_138_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_040/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 1038",
            "original_title": "Votazione Articolo 18 DDL n. 1038",
            "description_title": "Articolo 18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 33,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22224,
            "slug": "vs19_138_048",
            "identifier": "vs19_138_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_048/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1038 e abb./18 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1038 e abb./18 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./18 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./18 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22021,
            "slug": "vs19_138_064",
            "identifier": "vs19_138_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_064/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1038 e abb./62 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1038 e abb./62 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./62 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./62 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": 3,
            "n_margin": 85,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 22097,
            "slug": "vs19_138_003",
            "identifier": "vs19_138_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_003/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 12.12 COSTA SERGIO (M5S) - Votazione Emendamento 12.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.12 DDL n. 1038",
            "description_title": "Emendamento 12.12 COSTA SERGIO (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": 40,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22064,
            "slug": "vs19_138_029",
            "identifier": "vs19_138_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_029/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 16.1 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 16.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.1 DDL n. 1038",
            "description_title": "Emendamento 16.1 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 41,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22103,
            "slug": "vs19_138_044",
            "identifier": "vs19_138_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_044/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1038",
            "original_title": "Votazione Articolo 20 DDL n. 1038",
            "description_title": "Articolo 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22142,
            "slug": "vs19_138_031",
            "identifier": "vs19_138_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_031/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 16.3 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 16.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.3 DDL n. 1038",
            "description_title": "Emendamento 16.3 TABACCI BRUNO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 57,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22031,
            "slug": "vs19_138_008",
            "identifier": "vs19_138_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_008/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 12.01 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 12.01 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.01 DDL n. 1038",
            "description_title": "Articolo aggiuntivo 12.01 MARATTIN LUIGI (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 73,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22235,
            "slug": "vs19_138_069",
            "identifier": "vs19_138_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_069/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1038 e abb./71 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1038 e abb./71 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./71 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./71 ZARATTI FILIBERTO (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": 38,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22234,
            "slug": "vs19_138_051",
            "identifier": "vs19_138_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_051/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1038 e abb./22 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1038 e abb./22 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./22 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./22 SILVESTRI FRANCESCO (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": 39,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22053,
            "slug": "vs19_138_007",
            "identifier": "vs19_138_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_007/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 1038",
            "original_title": "Votazione Articolo 12 DDL n. 1038",
            "description_title": "Articolo 12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22026,
            "slug": "vs19_138_005",
            "identifier": "vs19_138_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_005/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 12.21 EVI ELEONORA (AVS) - Votazione Emendamento 12.21 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.21 DDL n. 1038",
            "description_title": "Emendamento 12.21 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": 31,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22232,
            "slug": "vs19_138_053",
            "identifier": "vs19_138_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_053/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1038 e abb./24 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1038 e abb./24 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./24 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./24 SANTILLO AGOSTINO (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": 41,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22222,
            "slug": "vs19_138_061",
            "identifier": "vs19_138_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_061/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1038 e abb./40 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1038 e abb./40 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./40 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./40 ONORI FEDERICA (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": 25,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        }
    ]
}