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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=106",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=104",
    "results": [
        {
            "id": 33548,
            "slug": "vs19_381_031",
            "identifier": "vs19_381_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_031/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 31,
            "title": "ODG 9/2128/8 - Votazione Ordine del giorno 9/2128/8 ",
            "original_title": "Votazione Ordine del giorno 9/2128/8 ",
            "description_title": "ODG 9/2128/8",
            "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": 32,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 33543,
            "slug": "vs19_381_035",
            "identifier": "vs19_381_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_035/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2128/12 - Votazione Ordine del giorno 9/2128/12 ",
            "original_title": "Votazione Ordine del giorno 9/2128/12 ",
            "description_title": "ODG 9/2128/12",
            "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": 59.09,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 33571,
            "slug": "vs19_381_007",
            "identifier": "vs19_381_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_007/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 1.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33562,
            "slug": "vs19_381_008",
            "identifier": "vs19_381_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_008/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 2.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 38606,
            "slug": "vs19_483_004",
            "identifier": "vs19_483_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_004/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-442 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-442",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 33567,
            "slug": "vs19_381_027",
            "identifier": "vs19_381_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_027/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 27,
            "title": "ODG 9/2128/3 - Votazione Ordine del giorno 9/2128/3 ",
            "original_title": "Votazione Ordine del giorno 9/2128/3 ",
            "description_title": "ODG 9/2128/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 33608,
            "slug": "vs19_381_004",
            "identifier": "vs19_381_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_004/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 33614,
            "slug": "vs19_381_017",
            "identifier": "vs19_381_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_017/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 17,
            "title": "ART AGG 2.015 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.015",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 33617,
            "slug": "vs19_381_022",
            "identifier": "vs19_381_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_022/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 2.020 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.020",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 33609,
            "slug": "vs19_381_037",
            "identifier": "vs19_381_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_037/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 37,
            "title": "Conversione decreto contrasto alla violenza contro gli operatori socio-sanitari",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2128 - VOTO FINALE",
            "public_title": "Conversione decreto contrasto alla violenza contro gli operatori socio-sanitari",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 33581,
            "slug": "vs19_381_018",
            "identifier": "vs19_381_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_018/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 2.016 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.016",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 33559,
            "slug": "vs19_381_032",
            "identifier": "vs19_381_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_032/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 32,
            "title": "ODG 9/2128/9 - Votazione Ordine del giorno 9/2128/9 ",
            "original_title": "Votazione Ordine del giorno 9/2128/9 ",
            "description_title": "ODG 9/2128/9",
            "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": 32,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 33563,
            "slug": "vs19_381_012",
            "identifier": "vs19_381_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_012/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 2.9, 2.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.9, 2.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 33584,
            "slug": "vs19_381_006",
            "identifier": "vs19_381_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_006/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34742,
            "slug": "vs19_355_005",
            "identifier": "vs19_355_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_355_005/?format=api",
            "sitting": {
                "id": 1785,
                "date": "2024-09-26",
                "number": 355,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.7 GRIBAUDO CHIARA (PD-IDP)",
            "original_title": "Emendamento 1.7 GRIBAUDO CHIARA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 62.92,
            "minority_cohesion_rate": 42.14
        },
        {
            "id": 24637,
            "slug": "vs19_183_036",
            "identifier": "vs19_183_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_036/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1492/2 VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1492/2 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/2 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/2 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 34748,
            "slug": "vs19_355_011",
            "identifier": "vs19_355_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_355_011/?format=api",
            "sitting": {
                "id": 1785,
                "date": "2024-09-26",
                "number": 355,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.17 GUERRA MARIA CECILIA (PD-IDP)",
            "original_title": "Emendamento 1.17 GUERRA MARIA CECILIA (PD-IDP)",
            "description_title": "",
            "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": 39,
            "majority_cohesion_rate": 62.08,
            "minority_cohesion_rate": 45.28
        },
        {
            "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": 31881,
            "slug": "vs19_348_020",
            "identifier": "vs19_348_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_020/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 22.01000 ZANELLA LUANA (AVS) - Votazione Emendamento 22.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 22.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 22.01000 ZANELLA LUANA (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": 20,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "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": 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": 38609,
            "slug": "vs19_483_007",
            "identifier": "vs19_483_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_007/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 7,
            "title": "RIS 6-180 - Votazione Risoluzione 6_00180",
            "original_title": "Votazione Risoluzione 6_00180",
            "description_title": "RIS 6-180",
            "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": 37,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 38622,
            "slug": "vs19_486_005",
            "identifier": "vs19_486_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_005/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2355/5 - Votazione Ordine del giorno 9/2355/5 ",
            "original_title": "Votazione Ordine del giorno 9/2355/5 ",
            "description_title": "ODG 9/2355/5",
            "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": 27,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 73.25
        },
        {
            "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": 24579,
            "slug": "vs19_183_020",
            "identifier": "vs19_183_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_020/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 IARIA ANTONINO (M5S) - Votazione Emendamento 1.27 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1492",
            "description_title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 IARIA ANTONINO (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": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 31924,
            "slug": "vs19_348_018",
            "identifier": "vs19_348_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_018/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 22.1000 D'ORSO VALENTINA (M5S) - Votazione Emendamento 22.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 22.1000 DDL n. 1660",
            "description_title": "Emendamento 22.1000 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": 21,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 31937,
            "slug": "vs19_348_058",
            "identifier": "vs19_348_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_058/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo aggiuntivo 26.01008 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.01008 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.01008 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.01008 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 35198,
            "slug": "vs19_355_012",
            "identifier": "vs19_355_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_355_012/?format=api",
            "sitting": {
                "id": 1785,
                "date": "2024-09-26",
                "number": 355,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "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": 42,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 42.14
        },
        {
            "id": 32508,
            "slug": "vs19_363_001",
            "identifier": "vs19_363_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_363_001/?format=api",
            "sitting": {
                "id": 1799,
                "date": "2024-10-10",
                "number": 363,
                "branch": "C"
            },
            "number": 1,
            "title": "Identici emendamenti 1.1 DE MARIA ANDREA (PD-IDP), 1.100 PELLEGRINI MARCO (M5S) e 1.101 ZANELLA LUANA (AVS), nel testo riformulato - Votazione Emendamento 1.1 PDL n. 1744",
            "original_title": "Votazione Emendamento 1.1 PDL n. 1744",
            "description_title": "Identici emendamenti 1.1 DE MARIA ANDREA (PD-IDP), 1.100 PELLEGRINI MARCO (M5S) e 1.101 ZANELLA LUANA (AVS), nel testo riformulato",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 114,
            "majority_cohesion_rate": 51.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24529,
            "slug": "vs19_183_033",
            "identifier": "vs19_183_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_033/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 1-TER.03 L'ABBATE PATTY (M5S) - Votazione Emendamento 1-TER.03 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-TER.03 DDL n. 1492",
            "description_title": "Articolo aggiuntivo 1-TER.03 L'ABBATE PATTY (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": 33,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 24478,
            "slug": "vs19_183_017",
            "identifier": "vs19_183_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_017/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.24 CASU ANDREA (PD-IDP) - Votazione Emendamento 1.24 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.24 DDL n. 1492",
            "description_title": "Emendamento 1.24 CASU ANDREA (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": 34,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24803,
            "slug": "vs19_183_054",
            "identifier": "vs19_183_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_054/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1492/21 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1492/21 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/21 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/21 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 31982,
            "slug": "vs19_348_067",
            "identifier": "vs19_348_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_067/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 26.01012 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.01012 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.01012 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.01012 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.5,
            "minority_cohesion_rate": 77.99
        },
        {
            "id": 32001,
            "slug": "vs19_348_076",
            "identifier": "vs19_348_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_076/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 76,
            "title": "Articolo 29 (Mantenimento) - Votazione Articolo 29 DDL n. 1660",
            "original_title": "Votazione Articolo 29 DDL n. 1660",
            "description_title": "Articolo 29 (Mantenimento)",
            "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": 33,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 32509,
            "slug": "vs19_363_002",
            "identifier": "vs19_363_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_363_002/?format=api",
            "sitting": {
                "id": 1799,
                "date": "2024-10-10",
                "number": 363,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1744",
            "original_title": "Votazione Articolo 1 PDL n. 1744",
            "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": 118,
            "majority_cohesion_rate": 53.75,
            "minority_cohesion_rate": 68.55
        },
        {
            "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": 32029,
            "slug": "vs19_348_050",
            "identifier": "vs19_348_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_050/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 26.03 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.03 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.03 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.03 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.08,
            "minority_cohesion_rate": 77.36
        },
        {
            "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": 32046,
            "slug": "vs19_348_006",
            "identifier": "vs19_348_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_006/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 21.1 MAURI MATTEO (PD-IDP) - Votazione Emendamento 21.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.1 DDL n. 1660",
            "description_title": "Emendamento 21.1 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": 25,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32054,
            "slug": "vs19_348_052",
            "identifier": "vs19_348_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_052/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 26.011 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.011 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.011 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.011 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 24796,
            "slug": "vs19_183_053",
            "identifier": "vs19_183_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_053/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1492/20 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1492/20 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/20 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/20 L'ABBATE PATTY (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": 28,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 66.67
        },
        {
            "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": 31891,
            "slug": "vs19_348_003",
            "identifier": "vs19_348_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_003/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 20.1002 GIULIANO CARLA (M5S) - Votazione Emendamento 20.1002 DDL n. 1660",
            "original_title": "Votazione Emendamento 20.1002 DDL n. 1660",
            "description_title": "Emendamento 20.1002 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": 33,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 62.89
        },
        {
            "id": 24791,
            "slug": "vs19_183_052",
            "identifier": "vs19_183_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_052/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1492/19 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1492/19 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/19 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/19 FONTANA ILARIA (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": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "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": 31478,
            "slug": "vs19_340_002",
            "identifier": "vs19_340_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_002/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.3 FONTANA ILARIA (M5S) - Votazione Emendamento 1.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1997",
            "description_title": "Emendamento 1.3 FONTANA ILARIA (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": 21,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 63.98
        },
        {
            "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": 31934,
            "slug": "vs19_348_044",
            "identifier": "vs19_348_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_044/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici subemendamenti 0.26.500.2 GIACHETTI ROBERTO (IVICRE) e 0.26.500.3 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 0.26.500.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 0.26.500.2 DDL n. 1660",
            "description_title": "Identici subemendamenti 0.26.500.2 GIACHETTI ROBERTO (IVICRE) e 0.26.500.3 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 72.08,
            "minority_cohesion_rate": 80.5
        },
        {
            "id": 32512,
            "slug": "vs19_363_003",
            "identifier": "vs19_363_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_363_003/?format=api",
            "sitting": {
                "id": 1799,
                "date": "2024-10-10",
                "number": 363,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1744",
            "original_title": "Votazione Articolo 2 PDL n. 1744",
            "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": 119,
            "majority_cohesion_rate": 54.58,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 24779,
            "slug": "vs19_183_012",
            "identifier": "vs19_183_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_012/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.15 FONTANA ILARIA (M5S) - Votazione Emendamento 1.15 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1492",
            "description_title": "Emendamento 1.15 FONTANA ILARIA (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": 43,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.88
        }
    ]
}