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

{
    "count": 23033,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=285",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=283",
    "results": [
        {
            "id": 26882,
            "slug": "vs19_229_020",
            "identifier": "vs19_229_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_020/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.1 GIULIANO CARLA (M5S) - Votazione Emendamento 3.1 DDL n. 1297",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1297",
            "description_title": "Emendamento 3.1 GIULIANO CARLA (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": 32,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26879,
            "slug": "vs19_229_022",
            "identifier": "vs19_229_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_022/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1297",
            "original_title": "Votazione Articolo 3 DDL n. 1297",
            "description_title": "Articolo 3",
            "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": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26880,
            "slug": "vs19_229_019",
            "identifier": "vs19_229_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_019/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 2.02 GIULIANO CARLA (M5S) - Votazione Emendamento 2.02 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1297",
            "description_title": "Articolo aggiuntivo 2.02 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26895,
            "slug": "vs19_229_021",
            "identifier": "vs19_229_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_021/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.4 GIULIANO CARLA (M5S) - Votazione Emendamento 3.4 DDL n. 1297",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1297",
            "description_title": "Emendamento 3.4 GIULIANO CARLA (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": 31,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26901,
            "slug": "vs19_229_025",
            "identifier": "vs19_229_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_025/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1297",
            "original_title": "Votazione Articolo 4 DDL n. 1297",
            "description_title": "Articolo 4",
            "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": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26870,
            "slug": "vs19_229_030",
            "identifier": "vs19_229_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_030/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 0924",
            "original_title": "Votazione Articolo 1 DDL n. 0924",
            "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": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26877,
            "slug": "vs19_229_009",
            "identifier": "vs19_229_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_009/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento EM 1.102 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento EM DDL n. 1297",
            "original_title": "Votazione Emendamento EM DDL n. 1297",
            "description_title": "Emendamento EM 1.102 GIANASSI FEDERICO (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": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26885,
            "slug": "vs19_229_026",
            "identifier": "vs19_229_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_026/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 4.0100 DORI DEVIS (AVS) - Votazione Emendamento 4.0100 DDL n. 1297",
            "original_title": "Votazione Emendamento 4.0100 DDL n. 1297",
            "description_title": "Articolo aggiuntivo 4.0100 DORI DEVIS (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": 13,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26886,
            "slug": "vs19_229_003",
            "identifier": "vs19_229_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_003/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.3 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1297",
            "description_title": "Emendamento 1.3 GIANASSI FEDERICO (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": 29,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 26893,
            "slug": "vs19_229_001",
            "identifier": "vs19_229_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_001/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.2 GIULIANO CARLA (M5S) - Votazione Emendamento 1.2 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1297",
            "description_title": "Emendamento 1.2 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 26897,
            "slug": "vs19_229_016",
            "identifier": "vs19_229_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_016/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.6 GIULIANO CARLA (M5S) - Votazione Emendamento 2.6 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.6 DDL n. 1297",
            "description_title": "Emendamento 2.6 GIULIANO CARLA (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": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26874,
            "slug": "vs19_229_005",
            "identifier": "vs19_229_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_005/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 GIULIANO CARLA (M5S) - Votazione Emendamento 1.5 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1297",
            "description_title": "Emendamento 1.5 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26900,
            "slug": "vs19_229_004",
            "identifier": "vs19_229_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_004/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 GIULIANO CARLA (M5S) - Votazione Emendamento 1.4 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1297",
            "description_title": "Emendamento 1.4 GIULIANO CARLA (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": 30,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26875,
            "slug": "vs19_229_010",
            "identifier": "vs19_229_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_010/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1297",
            "original_title": "Votazione Articolo 1 DDL n. 1297",
            "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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26866,
            "slug": "vs19_228_008",
            "identifier": "vs19_228_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_008/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 8,
            "title": "Risoluzione n. 6-00088, ad eccezione del capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Risoluzione 6_00088",
            "original_title": "Votazione Risoluzione 6_00088",
            "description_title": "Risoluzione n. 6-00088, ad eccezione del capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 26862,
            "slug": "vs19_228_009",
            "identifier": "vs19_228_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_009/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 9,
            "title": "Risoluzione n. 6-00088, sul capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Risoluzione 6_00088",
            "original_title": "Votazione Risoluzione 6_00088",
            "description_title": "Risoluzione n. 6-00088, sul capoverso terzo della parte dispositiva, SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 92,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 26864,
            "slug": "vs19_228_007",
            "identifier": "vs19_228_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_007/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 7,
            "title": "Risoluzione n. 6-00087, limitatamente al capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Risoluzione 6_00087",
            "original_title": "Votazione Risoluzione 6_00087",
            "description_title": "Risoluzione n. 6-00087, limitatamente al capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 26867,
            "slug": "vs19_228_003",
            "identifier": "vs19_228_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_003/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 3,
            "title": "Risoluzione n. 6-00086, ad eccezione dei capoversi sesto, nono, undicesimo, dodicesimo, quattordicesimo, ventitreesimo, ventiquattresimo e ventiseiesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri - Votazione Risoluzione 6_00086",
            "original_title": "Votazione Risoluzione 6_00086",
            "description_title": "Risoluzione n. 6-00086, ad eccezione dei capoversi sesto, nono, undicesimo, dodicesimo, quattordicesimo, ventitreesimo, ventiquattresimo e ventiseiesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26860,
            "slug": "vs19_228_004",
            "identifier": "vs19_228_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_004/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00086, sui capoversi sesto, undicesimo, dodicesimo, ventiquattresimo e ventiseiesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri - Votazione Risoluzione 6_00086",
            "original_title": "Votazione Risoluzione 6_00086",
            "description_title": "Risoluzione n. 6-00086, sui capoversi sesto, undicesimo, dodicesimo, ventiquattresimo e ventiseiesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 108,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 26865,
            "slug": "vs19_228_006",
            "identifier": "vs19_228_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_006/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00087, ad eccezione del capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Risoluzione 6_00087",
            "original_title": "Votazione Risoluzione 6_00087",
            "description_title": "Risoluzione n. 6-00087, ad eccezione del capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26868,
            "slug": "vs19_228_002",
            "identifier": "vs19_228_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_002/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00085 ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00085",
            "original_title": "Votazione Risoluzione 6_00085",
            "description_title": "Risoluzione n. 6-00085 ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26869,
            "slug": "vs19_228_001",
            "identifier": "vs19_228_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_001/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00084 FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M) - Votazione Risoluzione 6_00084",
            "original_title": "Votazione Risoluzione 6_00084",
            "description_title": "Risoluzione n. 6-00084 FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26863,
            "slug": "vs19_228_010",
            "identifier": "vs19_228_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_010/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 10,
            "title": "Risoluzione n. 6-00089, come riformulata, COSTA ENRICO (APERRE), FARAONE DAVIDE (IVICRE), MAGI RICCARDO (M-+EUR) ed altri - Votazione Risoluzione 6_00089",
            "original_title": "Votazione Risoluzione 6_00089",
            "description_title": "Risoluzione n. 6-00089, come riformulata, COSTA ENRICO (APERRE), FARAONE DAVIDE (IVICRE), MAGI RICCARDO (M-+EUR) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26861,
            "slug": "vs19_228_005",
            "identifier": "vs19_228_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_005/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00086, sui capoversi nono, quattordicesimo e ventitreesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri - Votazione Risoluzione 6_00086",
            "original_title": "Votazione Risoluzione 6_00086",
            "description_title": "Risoluzione n. 6-00086, sui capoversi nono, quattordicesimo e ventitreesimo della parte dispositiva, D'ORSO VALENTINA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 26857,
            "slug": "19-146-3",
            "identifier": "19-146-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-146-3/?format=api",
            "sitting": {
                "id": 1579,
                "date": "2024-01-17",
                "number": 146,
                "branch": "S"
            },
            "number": 3,
            "title": "Relazione Ministro giustizia su amministrazione giustizia.  Prop.di risoluzione n.5, Malan, Romeo, Gasparri, Biancofiore",
            "original_title": "Relazione Ministro giustizia su amministrazione giustizia.  Prop.di risoluzione n.5, Malan, Romeo, Gasparri, Biancofiore",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 26858,
            "slug": "19-146-2",
            "identifier": "19-146-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-146-2/?format=api",
            "sitting": {
                "id": 1579,
                "date": "2024-01-17",
                "number": 146,
                "branch": "S"
            },
            "number": 2,
            "title": "Relazione Ministro giustizia su amministrazione giustizia.  Prop.di risoluzione n.1 (testo 2), Borghi Enrico e Gelmini",
            "original_title": "Relazione Ministro giustizia su amministrazione giustizia.  Prop.di risoluzione n.1 (testo 2), Borghi Enrico e Gelmini",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26859,
            "slug": "19-146-1",
            "identifier": "19-146-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-146-1/?format=api",
            "sitting": {
                "id": 1579,
                "date": "2024-01-17",
                "number": 146,
                "branch": "S"
            },
            "number": 1,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Proposta di non passare all'esame  degli articoli",
            "original_title": "Proposta di non passare all'esame  degli articoli",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Non passaggio agli articoli",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 26856,
            "slug": "19-145-1",
            "identifier": "19-145-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-145-1/?format=api",
            "sitting": {
                "id": 1576,
                "date": "2024-01-16",
                "number": 145,
                "branch": "S"
            },
            "number": 1,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Votazione questione pregiudiziale",
            "original_title": "Votazione questione pregiudiziale",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 81.61
        },
        {
            "id": 26840,
            "slug": "vs19_227_014",
            "identifier": "vs19_227_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_014/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.60 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.60 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.60 PDL n. 0893",
            "description_title": "Emendamento 1.60 ASCARI STEFANIA (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": 38,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26822,
            "slug": "vs19_227_019",
            "identifier": "vs19_227_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_019/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.107 DORI DEVIS (AVS) - Votazione Emendamento 1.107 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.107 PDL n. 0893",
            "description_title": "Emendamento 1.107 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26847,
            "slug": "vs19_227_039",
            "identifier": "vs19_227_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_039/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/893 E ABB/9 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/893 E ABB/9 PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/9 PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/9 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 26825,
            "slug": "vs19_227_015",
            "identifier": "vs19_227_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_015/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.66 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.66 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.66 PDL n. 0893",
            "description_title": "Emendamento 1.66 D'ORSO VALENTINA (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": 102,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 26827,
            "slug": "vs19_227_009",
            "identifier": "vs19_227_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_009/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.61 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.61 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.61 PDL n. 0893",
            "description_title": "Emendamento 1.61 D'ORSO VALENTINA (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": 101,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 26824,
            "slug": "vs19_227_013",
            "identifier": "vs19_227_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_013/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.65 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.65 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.65 PDL n. 0893",
            "description_title": "Emendamento 1.65 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26828,
            "slug": "vs19_227_032",
            "identifier": "vs19_227_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_032/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 4.0100 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.0100 PDL n. 0893",
            "original_title": "Votazione Emendamento 4.0100 PDL n. 0893",
            "description_title": "Articolo aggiuntivo 4.0100 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26837,
            "slug": "vs19_227_004",
            "identifier": "vs19_227_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_004/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.20 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 1.20 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.20 PDL n. 0893",
            "description_title": "Emendamento 1.20 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 102,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 26820,
            "slug": "vs19_227_030",
            "identifier": "vs19_227_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_030/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0893",
            "original_title": "Votazione Articolo 3 PDL n. 0893",
            "description_title": "Articolo 3",
            "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": 38,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26821,
            "slug": "vs19_227_003",
            "identifier": "vs19_227_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_003/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.19 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 1.19 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.19 PDL n. 0893",
            "description_title": "Emendamento 1.19 CAFIERO DE RAHO FEDERICO (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": 100,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 26830,
            "slug": "vs19_227_028",
            "identifier": "vs19_227_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_028/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.100 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.100 PDL n. 0893",
            "original_title": "Votazione Emendamento 2.100 PDL n. 0893",
            "description_title": "Emendamento 2.100 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 80,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 26849,
            "slug": "vs19_227_040",
            "identifier": "vs19_227_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_040/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/893 E ABB/10 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/893 E ABB/10 PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/10 PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/10 ASCARI STEFANIA (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": 64.56,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26853,
            "slug": "vs19_227_038",
            "identifier": "vs19_227_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_038/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/893 E ABB/8 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/893 E ABB/8 PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/8 PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/8 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 26854,
            "slug": "vs19_227_042",
            "identifier": "vs19_227_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_042/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/893 E ABB/12, nel testo riformulato, FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/893 E ABB/12, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/12, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/12, nel testo riformulato, FURFARO MARCO (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": 7,
            "n_margin": 129,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26811,
            "slug": "vs19_227_017",
            "identifier": "vs19_227_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_017/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.103 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.103 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.103 PDL n. 0893",
            "description_title": "Emendamento 1.103 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26812,
            "slug": "vs19_227_027",
            "identifier": "vs19_227_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_027/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0893",
            "original_title": "Votazione Articolo 1 PDL n. 0893",
            "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": 40,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 26813,
            "slug": "vs19_227_029",
            "identifier": "vs19_227_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_029/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0893",
            "original_title": "Votazione Articolo 2 PDL n. 0893",
            "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": 78,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 26831,
            "slug": "vs19_227_006",
            "identifier": "vs19_227_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_006/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.59 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.59 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.59 PDL n. 0893",
            "description_title": "Emendamento 1.59 D'ORSO VALENTINA (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": 100,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 26848,
            "slug": "vs19_227_041",
            "identifier": "vs19_227_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_041/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (AVS) - Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 131,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26810,
            "slug": "vs19_227_025",
            "identifier": "vs19_227_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_025/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.106 DORI DEVIS (AVS) - Votazione Emendamento 1.106 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.106 PDL n. 0893",
            "description_title": "Emendamento 1.106 DORI DEVIS (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": 38,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26819,
            "slug": "vs19_227_001",
            "identifier": "vs19_227_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_001/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.2 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.2 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.2 PDL n. 0893",
            "description_title": "Emendamento 1.2 D'ORSO VALENTINA (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": 92,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 26817,
            "slug": "vs19_227_007",
            "identifier": "vs19_227_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_007/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.111 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.111 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.111 PDL n. 0893",
            "description_title": "Emendamento 1.111 GIANASSI FEDERICO (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": 75,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 39.51
        }
    ]
}