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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=identifier&page=204",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=identifier&page=202",
    "results": [
        {
            "id": 22564,
            "slug": "vs19_134_113",
            "identifier": "vs19_134_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_113/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/T.U.384/46 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/T.U.384/46 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/46 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/46 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 22539,
            "slug": "vs19_134_114",
            "identifier": "vs19_134_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_114/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 114,
            "title": "Ordine del giorno n. 9/T.U.384/47 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/T.U.384/47 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/47 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/47 TODDE ALESSANDRA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22546,
            "slug": "vs19_134_115",
            "identifier": "vs19_134_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_115/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/T.U.384/48 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/T.U.384/48 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/48 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/48 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 22524,
            "slug": "vs19_134_116",
            "identifier": "vs19_134_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_116/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 116,
            "title": "Ordine del giorno n. 9/T.U.384/49 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/T.U.384/49 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/49 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/49 TRAVERSI ROBERTO (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": 36,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22419,
            "slug": "vs19_134_117",
            "identifier": "vs19_134_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_117/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 117,
            "title": "Istituzione commissione d'inchiesta Covid",
            "original_title": "Votazione finale PDL n. 0384",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulla gestione dell'emergenza sanitaria causata dalla diffusione epidemica del virus SARS-CoV-2 e sulle misure adottate per prevenire e affrontare l'emergenza epidemiologica da SARS-CoV-2 (TESTO UNIFICATO PDL 384-446-459)",
            "public_title": "Istituzione commissione d'inchiesta Covid",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 85,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 91.98
        },
        {
            "id": 21888,
            "slug": "vs19_137_001",
            "identifier": "vs19_137_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_001/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 1.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1038",
            "description_title": "Emendamento 1.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": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 22171,
            "slug": "vs19_137_002",
            "identifier": "vs19_137_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_002/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 1.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1038",
            "description_title": "Emendamento 1.2 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": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22185,
            "slug": "vs19_137_003",
            "identifier": "vs19_137_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_003/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1038",
            "original_title": "Votazione Articolo 1 DDL n. 1038",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22139,
            "slug": "vs19_137_004",
            "identifier": "vs19_137_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_004/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.1 DELLA VEDOVA BENEDETTO (MISTO) - Votazione Emendamento 2.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1038",
            "description_title": "Emendamento 2.1 DELLA VEDOVA BENEDETTO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22154,
            "slug": "vs19_137_005",
            "identifier": "vs19_137_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_005/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.2 FENU EMILIANO (M5S) - Votazione Emendamento 2.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1038",
            "description_title": "Emendamento 2.2 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22107,
            "slug": "vs19_137_006",
            "identifier": "vs19_137_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_006/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.3 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 2.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1038",
            "description_title": "Emendamento 2.3 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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22122,
            "slug": "vs19_137_007",
            "identifier": "vs19_137_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_007/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.4 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 2.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1038",
            "description_title": "Emendamento 2.4 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22066,
            "slug": "vs19_137_008",
            "identifier": "vs19_137_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_008/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.5 FENU EMILIANO (M5S) - Votazione Emendamento 2.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1038",
            "description_title": "Emendamento 2.5 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22083,
            "slug": "vs19_137_009",
            "identifier": "vs19_137_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_009/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.9 ALIFANO ENRICA (M5S) - Votazione Emendamento 2.9 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1038",
            "description_title": "Emendamento 2.9 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 21877,
            "slug": "vs19_137_010",
            "identifier": "vs19_137_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_010/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.12 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 2.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1038",
            "description_title": "Emendamento 2.12 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": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 21889,
            "slug": "vs19_137_011",
            "identifier": "vs19_137_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_011/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.15 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 2.15 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.15 DDL n. 1038",
            "description_title": "Emendamento 2.15 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": 26,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 21904,
            "slug": "vs19_137_012",
            "identifier": "vs19_137_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_012/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 2.16 FENU EMILIANO (M5S) - Votazione Emendamento 2.16 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1038",
            "description_title": "Emendamento 2.16 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 55,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 21915,
            "slug": "vs19_137_013",
            "identifier": "vs19_137_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_013/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.19 ALIFANO ENRICA (M5S) - Votazione Emendamento 2.19 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.19 DDL n. 1038",
            "description_title": "Emendamento 2.19 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22135,
            "slug": "vs19_137_014",
            "identifier": "vs19_137_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_014/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.20 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 2.20 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.20 DDL n. 1038",
            "description_title": "Emendamento 2.20 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22148,
            "slug": "vs19_137_015",
            "identifier": "vs19_137_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_015/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.25 FENU EMILIANO (M5S) - Votazione Emendamento 2.25 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.25 DDL n. 1038",
            "description_title": "Emendamento 2.25 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22166,
            "slug": "vs19_137_016",
            "identifier": "vs19_137_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_016/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.27 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.27 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.27 DDL n. 1038",
            "description_title": "Emendamento 2.27 BORRELLI FRANCESCO EMILIO (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": 51,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 22182,
            "slug": "vs19_137_017",
            "identifier": "vs19_137_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_017/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.29 FENU EMILIANO (M5S) - Votazione Emendamento 2.29 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.29 DDL n. 1038",
            "description_title": "Emendamento 2.29 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22074,
            "slug": "vs19_137_018",
            "identifier": "vs19_137_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_018/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.30 GRIMALDI MARCO (AVS) - Votazione Emendamento 2.30 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.30 DDL n. 1038",
            "description_title": "Emendamento 2.30 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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22092,
            "slug": "vs19_137_019",
            "identifier": "vs19_137_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_019/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.31 FENU EMILIANO (M5S) - Votazione Emendamento 2.31 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.31 DDL n. 1038",
            "description_title": "Emendamento 2.31 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 21882,
            "slug": "vs19_137_020",
            "identifier": "vs19_137_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_020/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.32 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.32 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.32 DDL n. 1038",
            "description_title": "Emendamento 2.32 BORRELLI FRANCESCO EMILIO (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": 60,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 21893,
            "slug": "vs19_137_021",
            "identifier": "vs19_137_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_021/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.34 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 2.34 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.34 DDL n. 1038",
            "description_title": "Emendamento 2.34 FRATOIANNI NICOLA (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": 4,
            "n_margin": 73,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 22040,
            "slug": "vs19_137_022",
            "identifier": "vs19_137_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_022/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.40 FENU EMILIANO (M5S) - Votazione Emendamento 2.40 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.40 DDL n. 1038",
            "description_title": "Emendamento 2.40 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22047,
            "slug": "vs19_137_023",
            "identifier": "vs19_137_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_023/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.43 GRIMALDI MARCO (AVS) - Votazione Emendamento 2.43 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.43 DDL n. 1038",
            "description_title": "Emendamento 2.43 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": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21930,
            "slug": "vs19_137_024",
            "identifier": "vs19_137_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_024/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.47 FENU EMILIANO (M5S) - Votazione Emendamento 2.47 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.47 DDL n. 1038",
            "description_title": "Emendamento 2.47 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 21945,
            "slug": "vs19_137_025",
            "identifier": "vs19_137_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_025/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 2.48 ALIFANO ENRICA (M5S) - Votazione Emendamento 2.48 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.48 DDL n. 1038",
            "description_title": "Emendamento 2.48 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22100,
            "slug": "vs19_137_026",
            "identifier": "vs19_137_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_026/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.49 FENU EMILIANO (M5S) - Votazione Emendamento 2.49 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.49 DDL n. 1038",
            "description_title": "Emendamento 2.49 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22119,
            "slug": "vs19_137_027",
            "identifier": "vs19_137_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_027/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 2.50 FENU EMILIANO (M5S) - Votazione Emendamento 2.50 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.50 DDL n. 1038",
            "description_title": "Emendamento 2.50 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22063,
            "slug": "vs19_137_028",
            "identifier": "vs19_137_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_028/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.51 FENU EMILIANO (M5S) - Votazione Emendamento 2.51 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.51 DDL n. 1038",
            "description_title": "Emendamento 2.51 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22081,
            "slug": "vs19_137_029",
            "identifier": "vs19_137_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_029/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 2.52 FENU EMILIANO (M5S) - Votazione Emendamento 2.52 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.52 DDL n. 1038",
            "description_title": "Emendamento 2.52 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 91,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 21885,
            "slug": "vs19_137_030",
            "identifier": "vs19_137_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_030/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 30,
            "title": "Identici emendamenti 2.53 ONORI FEDERICA (M5S) e 2.54 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 2.53 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.53 DDL n. 1038",
            "description_title": "Identici emendamenti 2.53 ONORI FEDERICA (M5S) e 2.54 RICCIARDI MARIANNA (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": 27,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21897,
            "slug": "vs19_137_031",
            "identifier": "vs19_137_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_031/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 2.56 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 2.56 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.56 DDL n. 1038",
            "description_title": "Emendamento 2.56 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": 27,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 21909,
            "slug": "vs19_137_032",
            "identifier": "vs19_137_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_032/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 2.58 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.58 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.58 DDL n. 1038",
            "description_title": "Emendamento 2.58 BORRELLI FRANCESCO EMILIO (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": 43,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 21921,
            "slug": "vs19_137_033",
            "identifier": "vs19_137_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_033/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 2.64 ALIFANO ENRICA (M5S) - Votazione Emendamento 2.64 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.64 DDL n. 1038",
            "description_title": "Emendamento 2.64 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21934,
            "slug": "vs19_137_034",
            "identifier": "vs19_137_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_034/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1038",
            "original_title": "Votazione Articolo 2 DDL n. 1038",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 21947,
            "slug": "vs19_137_035",
            "identifier": "vs19_137_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_035/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.1 FENU EMILIANO (M5S) - Votazione Emendamento 3.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1038",
            "description_title": "Emendamento 3.1 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22041,
            "slug": "vs19_137_036",
            "identifier": "vs19_137_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_036/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.3 MARI FRANCESCO (AVS) - Votazione Emendamento 3.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.3 DDL n. 1038",
            "description_title": "Emendamento 3.3 MARI FRANCESCO (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": 28,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 22055,
            "slug": "vs19_137_037",
            "identifier": "vs19_137_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_037/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1038",
            "description_title": "Emendamento 3.4 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22057,
            "slug": "vs19_137_038",
            "identifier": "vs19_137_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_038/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 3.6 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 3.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.6 DDL n. 1038",
            "description_title": "Emendamento 3.6 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22079,
            "slug": "vs19_137_039",
            "identifier": "vs19_137_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_039/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.7 COSTA SERGIO (M5S) - Votazione Emendamento 3.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1038",
            "description_title": "Emendamento 3.7 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": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22174,
            "slug": "vs19_137_040",
            "identifier": "vs19_137_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_040/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.8 GRIMALDI MARCO (AVS) - Votazione Emendamento 3.8 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1038",
            "description_title": "Emendamento 3.8 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": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22159,
            "slug": "vs19_137_041",
            "identifier": "vs19_137_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_041/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 3.10 FENU EMILIANO (M5S) - Votazione Emendamento 3.10 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.10 DDL n. 1038",
            "description_title": "Emendamento 3.10 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 22143,
            "slug": "vs19_137_042",
            "identifier": "vs19_137_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_042/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 3.11 FENU EMILIANO (M5S) - Votazione Emendamento 3.11 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.11 DDL n. 1038",
            "description_title": "Emendamento 3.11 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 62,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 22130,
            "slug": "vs19_137_043",
            "identifier": "vs19_137_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_043/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 3.12 FENU EMILIANO (M5S) - Votazione Emendamento 3.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.12 DDL n. 1038",
            "description_title": "Emendamento 3.12 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22173,
            "slug": "vs19_137_044",
            "identifier": "vs19_137_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_044/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 3.13 FENU EMILIANO (M5S) - Votazione Emendamento 3.13 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.13 DDL n. 1038",
            "description_title": "Emendamento 3.13 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22165,
            "slug": "vs19_137_045",
            "identifier": "vs19_137_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_045/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 3.14 FENU EMILIANO (M5S) - Votazione Emendamento 3.14 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.14 DDL n. 1038",
            "description_title": "Emendamento 3.14 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 47,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 61.73
        }
    ]
}