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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=138",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=136",
    "results": [
        {
            "id": 27731,
            "slug": "vs19_240_016",
            "identifier": "vs19_240_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_016/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 1304",
            "original_title": "Votazione Articolo 7 PDL n. 1304",
            "description_title": "Articolo 7",
            "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": 107,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 39.51
        },
        {
            "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": 22446,
            "slug": "vs19_134_007",
            "identifier": "vs19_134_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_007/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.18 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 3.18 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.18 PDL n. 0384",
            "description_title": "Emendamento 3.18 STUMPO NICOLA (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": 35,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 22554,
            "slug": "vs19_134_082",
            "identifier": "vs19_134_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_082/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/T.U.384/15 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/T.U.384/15 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/15 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/15 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22557,
            "slug": "vs19_134_097",
            "identifier": "vs19_134_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_097/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 97,
            "title": "Ordine del giorno n. 9/T.U.384/30 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/T.U.384/30 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/30 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/30 GUBITOSA MICHELE (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": 63.71,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 27708,
            "slug": "vs19_239_078",
            "identifier": "vs19_239_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_078/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 19.13 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 19.13 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.13 DDL n. 1515",
            "description_title": "Emendamento 19.13 LOVECCHIO GIORGIO (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": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 27558,
            "slug": "vs19_239_012",
            "identifier": "vs19_239_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_012/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 4.7 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.7 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.7 DDL n. 1515",
            "description_title": "Emendamento 4.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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 22530,
            "slug": "vs19_134_074",
            "identifier": "vs19_134_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_074/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/T.U.384/7 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/T.U.384/7 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/7 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/7 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22520,
            "slug": "vs19_134_092",
            "identifier": "vs19_134_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_092/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 92,
            "title": "Ordine del giorno n. 9/T.U.384/25 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/T.U.384/25 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/25 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/25 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 27699,
            "slug": "vs19_239_064",
            "identifier": "vs19_239_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_064/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1515",
            "original_title": "Votazione Articolo 14 DDL n. 1515",
            "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": 2,
            "n_margin": 77,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22577,
            "slug": "vs19_134_111",
            "identifier": "vs19_134_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_111/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/T.U.384/44 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/T.U.384/44 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/44 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/44 SCERRA FILIPPO (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": 63.71,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 27570,
            "slug": "vs19_239_017",
            "identifier": "vs19_239_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_017/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1515",
            "original_title": "Votazione Articolo 6 DDL n. 1515",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 78,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22551,
            "slug": "vs19_134_109",
            "identifier": "vs19_134_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_109/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 109,
            "title": "Ordine del giorno n. 9/T.U.384/42 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/T.U.384/42 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/42 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/42 RICCIARDI RICCARDO (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": 35,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 26110,
            "slug": "vs19_216_074",
            "identifier": "vs19_216_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_074/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 11.8 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.8 DDL n. 1555",
            "description_title": "Emendamento 11.8 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22560,
            "slug": "vs19_134_108",
            "identifier": "vs19_134_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_108/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 108,
            "title": "Ordine del giorno n. 9/T.U.384/41 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/T.U.384/41 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/41 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/41 RAFFA ANGELA (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": 35,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 27776,
            "slug": "vs19_239_056",
            "identifier": "vs19_239_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_056/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 13.1 FENU EMILIANO (M5S) - Votazione Emendamento 13.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1515",
            "description_title": "Emendamento 13.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": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 27572,
            "slug": "vs19_239_011",
            "identifier": "vs19_239_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_011/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 4.6 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.6 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.6 DDL n. 1515",
            "description_title": "Emendamento 4.6 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": 19,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27739,
            "slug": "vs19_239_071",
            "identifier": "vs19_239_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_071/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 71,
            "title": "Identici emendamenti 19.3 ALIFANO ENRICA (M5S) e 19.4 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 19.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.3 DDL n. 1515",
            "description_title": "Identici emendamenti 19.3 ALIFANO ENRICA (M5S) e 19.4 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": 26,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26090,
            "slug": "vs19_216_013",
            "identifier": "vs19_216_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_013/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 13,
            "title": "Identici emendamenti 1.15 CAPPELLETTI ENRICO (M5S) e 1.16 EVI ELEONORA (AVS) - Votazione Emendamento 1.15 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1555",
            "description_title": "Identici emendamenti 1.15 CAPPELLETTI ENRICO (M5S) e 1.16 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 27566,
            "slug": "vs19_239_006",
            "identifier": "vs19_239_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_006/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 4.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1515",
            "description_title": "Emendamento 4.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": 27,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22536,
            "slug": "vs19_134_094",
            "identifier": "vs19_134_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_094/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/T.U.384/27 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/T.U.384/27 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/27 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/27 FENU EMILIANO (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": 36,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 27363,
            "slug": "vs19_233_005",
            "identifier": "vs19_233_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_005/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1606/16 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1606/16 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/16 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/16 MANZI IRENE (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": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22556,
            "slug": "vs19_134_078",
            "identifier": "vs19_134_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_078/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/T.U.384/11 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/T.U.384/11 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/11 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/11 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": 36,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22555,
            "slug": "vs19_134_112",
            "identifier": "vs19_134_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_112/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/T.U.384/45 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/T.U.384/45 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/45 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/45 SCUTELLA' ELISA (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": 56.17
        },
        {
            "id": 22575,
            "slug": "vs19_134_106",
            "identifier": "vs19_134_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_106/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/T.U.384/39 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/T.U.384/39 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/39 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/39 PELLEGRINI MARCO (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": 37,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 24935,
            "slug": "vs19_201_002",
            "identifier": "vs19_201_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_002/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1551/56, nel testo riformulato, FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1551/56, DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/56, DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/56, nel testo riformulato, FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 28057,
            "slug": "vs19_243_040",
            "identifier": "vs19_243_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_040/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.13 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.13 PDL n. 0384-B",
            "original_title": "Votazione Emendamento 3.13 PDL n. 0384-B",
            "description_title": "Emendamento 3.13 SPORTIELLO GILDA (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": 24,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25177,
            "slug": "vs19_200_048",
            "identifier": "vs19_200_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_048/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1551/52 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1551/52 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/52 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/52 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25199,
            "slug": "vs19_200_033",
            "identifier": "vs19_200_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_033/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1551/36 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1551/36 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/36 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/36 BRAGA CHIARA (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": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25121,
            "slug": "vs19_197_018",
            "identifier": "vs19_197_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_018/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.9 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.9 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1324",
            "description_title": "Emendamento 2.9 CARAMIELLO ALESSANDRO (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": 11,
            "n_margin": 53,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 26185,
            "slug": "vs19_216_064",
            "identifier": "vs19_216_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_064/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo aggiuntivo 10.01001 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 10.01001 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.01001 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 10.01001 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 92,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 25137,
            "slug": "vs19_197_020",
            "identifier": "vs19_197_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_020/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.11 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.11 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.11 DDL n. 1324",
            "description_title": "Emendamento 2.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": 10,
            "n_margin": 50,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 24993,
            "slug": "vs19_196_023",
            "identifier": "vs19_196_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_023/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1437/26, come riformulato, GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1437/26, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/26, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/26, come riformulato, GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 134,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 24969,
            "slug": "vs19_196_061",
            "identifier": "vs19_196_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_061/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1437/74 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1437/74 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/74 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/74 LAI SILVIO (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": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26155,
            "slug": "vs19_216_059",
            "identifier": "vs19_216_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_059/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 10.8 EVI ELEONORA (AVS) - Votazione Emendamento 10.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.8 DDL n. 1555",
            "description_title": "Emendamento 10.8 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": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 26190,
            "slug": "vs19_216_083",
            "identifier": "vs19_216_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_083/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 83,
            "title": "Identici emendamenti 11.21 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 11.1002 CIANI PAOLO (PD-IDP) - Votazione Emendamento 11.21 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.21 DDL n. 1555",
            "description_title": "Identici emendamenti 11.21 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 11.1002 CIANI PAOLO (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": 55,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 26166,
            "slug": "vs19_216_054",
            "identifier": "vs19_216_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_054/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici articoli aggiuntivi 9.02 BENZONI FABRIZIO (APERRE), 9.03 CAPPELLETTI ENRICO (M5S), 9.05 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 9.01001 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 9.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 9.02 DDL n. 1555",
            "description_title": "Identici articoli aggiuntivi 9.02 BENZONI FABRIZIO (APERRE), 9.03 CAPPELLETTI ENRICO (M5S), 9.05 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 9.01001 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24963,
            "slug": "vs19_196_055",
            "identifier": "vs19_196_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_055/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1437/59 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1437/59 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/59 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/59 CANTONE LUCIANO (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": 24,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26197,
            "slug": "vs19_216_014",
            "identifier": "vs19_216_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_014/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.17 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 1.17 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1555",
            "description_title": "Emendamento 1.17 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 110,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 25015,
            "slug": "vs19_196_033",
            "identifier": "vs19_196_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_033/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1437/36 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1437/36 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/36 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/36 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": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26148,
            "slug": "vs19_216_016",
            "identifier": "vs19_216_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_016/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 16,
            "title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.19 DDL n. 1555",
            "original_title": "Votazione Emendamento 1.19 DDL n. 1555",
            "description_title": "Identici emendamenti 1.19 CAPPELLETTI ENRICO (M5S) e 1.20 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": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26116,
            "slug": "vs19_216_063",
            "identifier": "vs19_216_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_063/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo aggiuntivo 10.01000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 10.01000 DDL n. 1555",
            "original_title": "Votazione Emendamento 10.01000 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 10.01000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 90,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 27704,
            "slug": "vs19_240_018",
            "identifier": "vs19_240_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_018/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 1304",
            "original_title": "Votazione Articolo 9 PDL n. 1304",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 102,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 27716,
            "slug": "vs19_240_019",
            "identifier": "vs19_240_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_019/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 10.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 10.600, PDL n. 1304",
            "original_title": "Votazione Emendamento 10.600, PDL n. 1304",
            "description_title": "Emendamento 10.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 97,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 21846,
            "slug": "vs19_132_041",
            "identifier": "vs19_132_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_132_041/?format=api",
            "sitting": {
                "id": 1416,
                "date": "2023-07-04",
                "number": 132,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo 3, nel testo emendato - Votazione Articolo 3, PDL n. 0596",
            "original_title": "Votazione Articolo 3, PDL n. 0596",
            "description_title": "Articolo 3, nel testo emendato",
            "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": 87,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 25925,
            "slug": "vs19_214_011",
            "identifier": "vs19_214_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_214_011/?format=api",
            "sitting": {
                "id": 1556,
                "date": "2023-12-14",
                "number": 214,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1342",
            "original_title": "Votazione Articolo 1 DDL n. 1342",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 103,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 22437,
            "slug": "vs19_134_028",
            "identifier": "vs19_134_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_028/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.46 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.46 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.46 PDL n. 0384",
            "description_title": "Emendamento 3.46 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 130,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27719,
            "slug": "vs19_240_020",
            "identifier": "vs19_240_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_020/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 10 - Votazione Articolo 10 PDL n. 1304",
            "original_title": "Votazione Articolo 10 PDL n. 1304",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27740,
            "slug": "vs19_240_017",
            "identifier": "vs19_240_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_017/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 1304",
            "original_title": "Votazione Articolo 8 PDL n. 1304",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 107,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 22494,
            "slug": "vs19_134_004",
            "identifier": "vs19_134_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_004/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 3.13, nel testo riformulato, RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.13, PDL n. 0384",
            "original_title": "Votazione Emendamento 3.13, PDL n. 0384",
            "description_title": "Emendamento 3.13, nel testo riformulato, RICCIARDI MARIANNA (M5S)",
            "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": 124,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.73
        }
    ]
}