Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=103
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=-identifier&page=104",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=102",
    "results": [
        {
            "id": 32043,
            "slug": "vs19_349_008",
            "identifier": "vs19_349_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_008/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 1660",
            "original_title": "Votazione Articolo 34 DDL n. 1660",
            "description_title": "Articolo 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 27,
            "majority_cohesion_rate": 65.83,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 31931,
            "slug": "vs19_349_007",
            "identifier": "vs19_349_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_007/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 34.5 D'ORSO VALENTINA (M5S) - Votazione Emendamento 34.5 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.5 DDL n. 1660",
            "description_title": "Emendamento 34.5 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": 28,
            "majority_cohesion_rate": 65.83,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 31914,
            "slug": "vs19_349_006",
            "identifier": "vs19_349_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_006/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 34.1001 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 34.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.1001 DDL n. 1660",
            "description_title": "Emendamento 34.1001 ZARATTI FILIBERTO (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": 29,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 31962,
            "slug": "vs19_349_005",
            "identifier": "vs19_349_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_005/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 34.4 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.4 DDL n. 1660",
            "description_title": "Emendamento 34.4 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": 32,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 56.6
        },
        {
            "id": 31949,
            "slug": "vs19_349_004",
            "identifier": "vs19_349_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_004/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 34.1000 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.1000 DDL n. 1660",
            "description_title": "Emendamento 34.1000 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": 30,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 59.12
        },
        {
            "id": 31888,
            "slug": "vs19_349_003",
            "identifier": "vs19_349_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_003/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 34.2 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 34.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.2 DDL n. 1660",
            "description_title": "Emendamento 34.2 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": 54,
            "majority_cohesion_rate": 62.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 31873,
            "slug": "vs19_349_002",
            "identifier": "vs19_349_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_002/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 34.1 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 34.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 34.1 DDL n. 1660",
            "description_title": "Emendamento 34.1 SERRACCHIANI DEBORA (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": 60.42,
            "minority_cohesion_rate": 57.86
        },
        {
            "id": 31908,
            "slug": "vs19_349_001",
            "identifier": "vs19_349_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_001/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo aggiuntivo 33.04 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 33.04 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.04 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.04 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.0,
            "minority_cohesion_rate": 60.38
        },
        {
            "id": 31936,
            "slug": "vs19_348_119",
            "identifier": "vs19_348_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_119/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo aggiuntivo 33.02 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 33.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.02 BONAFE' SIMONA (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": 67.08,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 31922,
            "slug": "vs19_348_118",
            "identifier": "vs19_348_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_118/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 118,
            "title": "Articolo aggiuntivo 33.01000 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 33.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.01000 SERRACCHIANI DEBORA (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": 23,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 31907,
            "slug": "vs19_348_117",
            "identifier": "vs19_348_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_117/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 117,
            "title": "Articolo 33 - Votazione Articolo 33 DDL n. 1660",
            "original_title": "Votazione Articolo 33 DDL n. 1660",
            "description_title": "Articolo 33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 31890,
            "slug": "vs19_348_116",
            "identifier": "vs19_348_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_116/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 116,
            "title": "Emendamento 33.1000 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.1000 DDL n. 1660",
            "description_title": "Emendamento 33.1000 SILVESTRI FRANCESCO (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": 69.58,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 31875,
            "slug": "vs19_348_115",
            "identifier": "vs19_348_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_115/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 115,
            "title": "Emendamento 33.15 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.15 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.15 DDL n. 1660",
            "description_title": "Emendamento 33.15 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 31863,
            "slug": "vs19_348_114",
            "identifier": "vs19_348_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_114/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 114,
            "title": "Emendamento 33.14 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.14 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.14 DDL n. 1660",
            "description_title": "Emendamento 33.14 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32068,
            "slug": "vs19_348_113",
            "identifier": "vs19_348_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_113/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 113,
            "title": "Emendamento 33.13 D'ORSO VALENTINA (M5S) - Votazione Emendamento 33.13 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.13 DDL n. 1660",
            "description_title": "Emendamento 33.13 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 32056,
            "slug": "vs19_348_112",
            "identifier": "vs19_348_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_112/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 112,
            "title": "Emendamento 33.12 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.12 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.12 DDL n. 1660",
            "description_title": "Emendamento 33.12 SILVESTRI FRANCESCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 32048,
            "slug": "vs19_348_111",
            "identifier": "vs19_348_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_111/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 111,
            "title": "Emendamento 33.11 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.11 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.11 DDL n. 1660",
            "description_title": "Emendamento 33.11 SILVESTRI FRANCESCO (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": 34,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 62.26
        },
        {
            "id": 32040,
            "slug": "vs19_348_110",
            "identifier": "vs19_348_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_110/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 110,
            "title": "Emendamento 33.10 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.10 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.10 DDL n. 1660",
            "description_title": "Emendamento 33.10 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 31938,
            "slug": "vs19_348_109",
            "identifier": "vs19_348_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_109/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 33.9 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.9 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.9 DDL n. 1660",
            "description_title": "Emendamento 33.9 SILVESTRI FRANCESCO (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": 70.42,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 31925,
            "slug": "vs19_348_108",
            "identifier": "vs19_348_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_108/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 33.8 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.8 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.8 DDL n. 1660",
            "description_title": "Emendamento 33.8 SILVESTRI FRANCESCO (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": 69,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 45.91
        },
        {
            "id": 31967,
            "slug": "vs19_348_107",
            "identifier": "vs19_348_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_107/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 33.5 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.5 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.5 DDL n. 1660",
            "description_title": "Emendamento 33.5 SILVESTRI FRANCESCO (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": 34,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 62.89
        },
        {
            "id": 31952,
            "slug": "vs19_348_106",
            "identifier": "vs19_348_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_106/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 106,
            "title": "Emendamento 33.4 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.4 DDL n. 1660",
            "description_title": "Emendamento 33.4 SILVESTRI FRANCESCO (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": 35,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 61.64
        },
        {
            "id": 31880,
            "slug": "vs19_348_105",
            "identifier": "vs19_348_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_105/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 105,
            "title": "Emendamento 33.3 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.3 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.3 DDL n. 1660",
            "description_title": "Emendamento 33.3 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31870,
            "slug": "vs19_348_104",
            "identifier": "vs19_348_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_104/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 33.1001 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 33.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.1001 DDL n. 1660",
            "description_title": "Emendamento 33.1001 SERRACCHIANI DEBORA (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": 70.0,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31903,
            "slug": "vs19_348_103",
            "identifier": "vs19_348_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_103/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 33.2 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.2 DDL n. 1660",
            "description_title": "Emendamento 33.2 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 31892,
            "slug": "vs19_348_102",
            "identifier": "vs19_348_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_102/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 33.1 SILVESTRI FRANCESCO (M5S) - Votazione Emendamento 33.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.1 DDL n. 1660",
            "description_title": "Emendamento 33.1 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 32045,
            "slug": "vs19_348_101",
            "identifier": "vs19_348_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_101/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo 32 - Votazione Articolo 32 DDL n. 1660",
            "original_title": "Votazione Articolo 32 DDL n. 1660",
            "description_title": "Articolo 32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 28,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 32033,
            "slug": "vs19_348_100",
            "identifier": "vs19_348_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_100/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 100,
            "title": "Emendamento 32.1000 GIULIANO CARLA (M5S) - Votazione Emendamento 32.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 32.1000 DDL n. 1660",
            "description_title": "Emendamento 32.1000 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": 28,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 31911,
            "slug": "vs19_348_099",
            "identifier": "vs19_348_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_099/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 99,
            "title": "Articolo aggiuntivo 31.01000 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 31.01000 PELLEGRINI MARCO (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": 22,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 31957,
            "slug": "vs19_348_098",
            "identifier": "vs19_348_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_098/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1660",
            "original_title": "Votazione Articolo 31 DDL n. 1660",
            "description_title": "Articolo 31",
            "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": 26,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 31944,
            "slug": "vs19_348_097",
            "identifier": "vs19_348_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_097/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 31.4 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.4 DDL n. 1660",
            "description_title": "Emendamento 31.4 PELLEGRINI MARCO (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": 20,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 31990,
            "slug": "vs19_348_096",
            "identifier": "vs19_348_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_096/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 31.1001 COLUCCI ALFONSO (M5S) - Votazione Emendamento 31.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.1001 DDL n. 1660",
            "description_title": "Emendamento 31.1001 COLUCCI ALFONSO (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": 20,
            "majority_cohesion_rate": 64.17,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 31978,
            "slug": "vs19_348_095",
            "identifier": "vs19_348_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_095/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 31.1000 COLUCCI ALFONSO (M5S) - Votazione Emendamento 31.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.1000 DDL n. 1660",
            "description_title": "Emendamento 31.1000 COLUCCI ALFONSO (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": 19,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32019,
            "slug": "vs19_348_094",
            "identifier": "vs19_348_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_094/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 31.3 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.3 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.3 DDL n. 1660",
            "description_title": "Emendamento 31.3 PELLEGRINI MARCO (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": 20,
            "majority_cohesion_rate": 59.58,
            "minority_cohesion_rate": 66.04
        },
        {
            "id": 32005,
            "slug": "vs19_348_093",
            "identifier": "vs19_348_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_093/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 31.1 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.1 DDL n. 1660",
            "description_title": "Emendamento 31.1 PELLEGRINI MARCO (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": 60,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 32047,
            "slug": "vs19_348_092",
            "identifier": "vs19_348_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_092/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 92,
            "title": "Articolo aggiuntivo 30.026 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 30.026 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.026 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.026 SERRACCHIANI DEBORA (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": 72.08,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32037,
            "slug": "vs19_348_091",
            "identifier": "vs19_348_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_091/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 91,
            "title": "Articolo aggiuntivo 30.025 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 30.025 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.025 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.025 SERRACCHIANI DEBORA (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": 28,
            "majority_cohesion_rate": 72.08,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32069,
            "slug": "vs19_348_090",
            "identifier": "vs19_348_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_090/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 90,
            "title": "Articolo aggiuntivo 30.024 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.024 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.024 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.024 MAURI MATTEO (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": 28,
            "majority_cohesion_rate": 71.67,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32064,
            "slug": "vs19_348_089",
            "identifier": "vs19_348_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_089/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 89,
            "title": "Articolo aggiuntivo 30.023 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 30.023 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.023 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.023 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": 30,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 31979,
            "slug": "vs19_348_088",
            "identifier": "vs19_348_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_088/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo aggiuntivo 30.022 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 30.022 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.022 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.022 DI BIASE MICHELA (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": 28,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 31994,
            "slug": "vs19_348_087",
            "identifier": "vs19_348_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_087/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 87,
            "title": "Articolo aggiuntivo 30.021 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 30.021 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.021 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.021 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32002,
            "slug": "vs19_348_086",
            "identifier": "vs19_348_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_086/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 86,
            "title": "Articolo aggiuntivo 30.07 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 30.07 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.07 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.07 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32017,
            "slug": "vs19_348_085",
            "identifier": "vs19_348_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_085/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 85,
            "title": "Articolo aggiuntivo 30.06 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.06 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.06 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.06 MAURI MATTEO (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": 70.83,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 31919,
            "slug": "vs19_348_084",
            "identifier": "vs19_348_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_084/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 84,
            "title": "Articolo aggiuntivo 30.05 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 30.05 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.05 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.05 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": 28,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 31932,
            "slug": "vs19_348_083",
            "identifier": "vs19_348_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_083/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 83,
            "title": "Articolo aggiuntivo 30.04 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.04 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.04 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.04 MAURI MATTEO (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": 70.42,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 31947,
            "slug": "vs19_348_082",
            "identifier": "vs19_348_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_082/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo aggiuntivo 30.03 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 30.03 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.03 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.03 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 31960,
            "slug": "vs19_348_081",
            "identifier": "vs19_348_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_081/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 81,
            "title": "Articolo aggiuntivo 30.02 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 30.02 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.02 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.02 SERRACCHIANI DEBORA (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": 69.58,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31864,
            "slug": "vs19_348_080",
            "identifier": "vs19_348_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_080/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 80,
            "title": "Articolo aggiuntivo 30.01 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.01 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.01 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.01 MAURI MATTEO (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": 6,
            "n_margin": 29,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 32067,
            "slug": "vs19_348_079",
            "identifier": "vs19_348_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_079/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 79,
            "title": "Articolo 30 - Votazione Articolo 30 DDL n. 1660",
            "original_title": "Votazione Articolo 30 DDL n. 1660",
            "description_title": "Articolo 30",
            "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": 68.33,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 32039,
            "slug": "vs19_348_078",
            "identifier": "vs19_348_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_078/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 30.2 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.2 DDL n. 1660",
            "description_title": "Emendamento 30.2 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 69.81
        }
    ]
}