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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=294",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=292",
    "results": [
        {
            "id": 25619,
            "slug": "vs19_210_071",
            "identifier": "vs19_210_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_071/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 18.6 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.6 DDL n. 1341",
            "description_title": "Emendamento 18.6 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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 25507,
            "slug": "vs19_210_121",
            "identifier": "vs19_210_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_121/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 121,
            "title": "Identici emendamenti 26.1 ORFINI MATTEO (PD-IDP) e 26.2 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 26.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 26.1 DDL n. 1341",
            "description_title": "Identici emendamenti 26.1 ORFINI MATTEO (PD-IDP) e 26.2 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25512,
            "slug": "vs19_210_022",
            "identifier": "vs19_210_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_022/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 4.300, DDL n. 1341",
            "description_title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25578,
            "slug": "vs19_210_037",
            "identifier": "vs19_210_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_037/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1341",
            "original_title": "Votazione Articolo 7 DDL n. 1341",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25582,
            "slug": "vs19_210_077",
            "identifier": "vs19_210_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_077/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 18.15 L'ABBATE PATTY (M5S) - Votazione Emendamento 18.15 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.15 DDL n. 1341",
            "description_title": "Emendamento 18.15 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": 22,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25595,
            "slug": "vs19_210_002",
            "identifier": "vs19_210_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_002/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1341",
            "description_title": "Emendamento 1.1 CAPPELLETTI ENRICO (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": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25603,
            "slug": "vs19_210_176",
            "identifier": "vs19_210_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_176/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 176,
            "title": "Emendamento 50.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 50.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 50.1 DDL n. 1341",
            "description_title": "Emendamento 50.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25601,
            "slug": "vs19_210_127",
            "identifier": "vs19_210_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_127/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 127,
            "title": "Emendamento 29.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 29.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 29.300, DDL n. 1341",
            "description_title": "Emendamento 29.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25605,
            "slug": "vs19_210_145",
            "identifier": "vs19_210_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_145/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 145,
            "title": "Articolo 36 - Votazione Articolo 36 DDL n. 1341",
            "original_title": "Votazione Articolo 36 DDL n. 1341",
            "description_title": "Articolo 36",
            "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": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25530,
            "slug": "vs19_210_116",
            "identifier": "vs19_210_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_116/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 116,
            "title": "Emendamento 25.13 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.13 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.13 DDL n. 1341",
            "description_title": "Emendamento 25.13 ORFINI 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": 43,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25722,
            "slug": "vs19_210_134",
            "identifier": "vs19_210_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_134/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 134,
            "title": "Articolo aggiuntivo 30.03 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 30.03 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.03 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 30.03 ORRICO ANNA LAURA (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": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25633,
            "slug": "vs19_210_103",
            "identifier": "vs19_210_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_103/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 23.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 23.300, DDL n. 1341",
            "description_title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25647,
            "slug": "vs19_210_154",
            "identifier": "vs19_210_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_154/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 154,
            "title": "Identici articoli aggiuntivi 39.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 39.03 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 39.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 39.01 DDL n. 1341",
            "description_title": "Identici articoli aggiuntivi 39.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 39.03 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 25648,
            "slug": "vs19_210_142",
            "identifier": "vs19_210_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_142/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 142,
            "title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 34.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 34.300, DDL n. 1341",
            "description_title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25653,
            "slug": "vs19_210_035",
            "identifier": "vs19_210_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_035/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 7.2 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 7.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 7.2 DDL n. 1341",
            "description_title": "Emendamento 7.2 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 43,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 25668,
            "slug": "vs19_210_119",
            "identifier": "vs19_210_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_119/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 119,
            "title": "Emendamento 25.16 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 25.16 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.16 DDL n. 1341",
            "description_title": "Emendamento 25.16 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 25583,
            "slug": "vs19_210_128",
            "identifier": "vs19_210_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_128/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 1341",
            "original_title": "Votazione Articolo 29 DDL n. 1341",
            "description_title": "Articolo 29",
            "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": 42,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 25549,
            "slug": "vs19_209_010",
            "identifier": "vs19_209_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_010/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.1005 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 1.1005 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1005 PDL n. 1275",
            "description_title": "Emendamento 1.1005 FARAONE DAVIDE (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": 116,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25699,
            "slug": "vs19_209_011",
            "identifier": "vs19_209_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_011/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1275",
            "original_title": "Votazione Articolo 1 PDL n. 1275",
            "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": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 25579,
            "slug": "vs19_209_007",
            "identifier": "vs19_209_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_007/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.501, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.501, PDL n. 1275",
            "original_title": "Votazione Emendamento 1.501, PDL n. 1275",
            "description_title": "Emendamento 1.501, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25597,
            "slug": "vs19_209_013",
            "identifier": "vs19_209_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_013/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 2.0501, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.0501, PDL n. 1275",
            "original_title": "Votazione Emendamento 2.0501, PDL n. 1275",
            "description_title": "Articolo aggiuntivo 2.0501, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25736,
            "slug": "vs19_209_009",
            "identifier": "vs19_209_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_009/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.1004 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1.1004 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1004 PDL n. 1275",
            "description_title": "Emendamento 1.1004 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": 1,
            "n_margin": 116,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 25735,
            "slug": "vs19_209_001",
            "identifier": "vs19_209_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_001/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto referendum",
            "original_title": "Votazione finale DDL n. 1491",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 ottobre 2023, n. 144, recante disposizioni urgenti per gli Uffici presso la Corte di cassazione in materia di referendum (DDL 1491)",
            "public_title": "Conversione decreto referendum",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 107,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 25609,
            "slug": "vs19_209_002",
            "identifier": "vs19_209_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_002/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1000 CONTE GIUSEPPE (M5S) - Votazione Emendamento 1.1000 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1000 PDL n. 1275",
            "description_title": "Emendamento 1.1000 CONTE GIUSEPPE (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": 61.18,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25563,
            "slug": "vs19_209_005",
            "identifier": "vs19_209_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_005/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.500, PDL n. 1275",
            "original_title": "Votazione Emendamento 1.500, PDL n. 1275",
            "description_title": "Emendamento 1.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25697,
            "slug": "vs19_209_006",
            "identifier": "vs19_209_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_006/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.1003 NISINI TIZIANA (LEGA) - Votazione Emendamento 1.1003 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1003 PDL n. 1275",
            "description_title": "Emendamento 1.1003 NISINI TIZIANA (LEGA)",
            "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": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25551,
            "slug": "vs19_209_003",
            "identifier": "vs19_209_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_003/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1001 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 1.1001 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 1275",
            "description_title": "Emendamento 1.1001 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25505,
            "slug": "vs19_209_008",
            "identifier": "vs19_209_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_008/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.502, PDL n. 1275",
            "original_title": "Votazione Emendamento 1.502, PDL n. 1275",
            "description_title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25514,
            "slug": "vs19_209_012",
            "identifier": "vs19_209_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_012/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 2 (Mantenimento) - Votazione Articolo 2 PDL n. 1275",
            "original_title": "Votazione Articolo 2 PDL n. 1275",
            "description_title": "Articolo 2 (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": 27,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 25516,
            "slug": "vs19_209_004",
            "identifier": "vs19_209_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_004/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.1002 MARI FRANCESCO (AVS) - Votazione Emendamento 1.1002 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1002 PDL n. 1275",
            "description_title": "Emendamento 1.1002 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25497,
            "slug": "19-132-5",
            "identifier": "19-132-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-5/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 5,
            "title": "Oblio oncologico - Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "Oblio oncologico",
            "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": 68,
            "majority_cohesion_rate": 66.96,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 25496,
            "slug": "19-132-4",
            "identifier": "19-132-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-4/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 4,
            "title": "Oblio oncologico - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Oblio oncologico",
            "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": 67,
            "majority_cohesion_rate": 65.22,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 25500,
            "slug": "19-132-3",
            "identifier": "19-132-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-3/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 3,
            "title": "Oblio oncologico - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Oblio oncologico",
            "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": 70,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 25499,
            "slug": "19-132-1",
            "identifier": "19-132-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-1/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 1,
            "title": "Oblio oncologico - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Oblio oncologico",
            "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": 64,
            "majority_cohesion_rate": 59.13,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 25498,
            "slug": "19-132-2",
            "identifier": "19-132-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-2/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 2,
            "title": "Oblio oncologico - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Oblio oncologico",
            "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": 70,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 25495,
            "slug": "19-132-6",
            "identifier": "19-132-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-132-6/?format=api",
            "sitting": {
                "id": 1546,
                "date": "2023-12-05",
                "number": 132,
                "branch": "S"
            },
            "number": 6,
            "title": "Legge sull'oblio oncologico",
            "original_title": "Votazione finale",
            "description_title": "Oblio oncologico",
            "public_title": "Legge sull'oblio oncologico",
            "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": 69,
            "majority_cohesion_rate": 68.7,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 25397,
            "slug": "19-131-2",
            "identifier": "19-131-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-131-2/?format=api",
            "sitting": {
                "id": 1543,
                "date": "2023-11-30",
                "number": 131,
                "branch": "S"
            },
            "number": 2,
            "title": "Fiducia conversione decreto immigrazione e sicurezza",
            "original_title": "DDL n. 951. Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto immigrazione e sicurezza",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 84.35,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 25436,
            "slug": "19-131-1",
            "identifier": "19-131-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-131-1/?format=api",
            "sitting": {
                "id": 1543,
                "date": "2023-11-30",
                "number": 131,
                "branch": "S"
            },
            "number": 1,
            "title": "DL n. 133/2023 - Immigrazione e sicurezza - Votazione questione pregiudiziale",
            "original_title": "Votazione questione pregiudiziale",
            "description_title": "DL n. 133/2023 - Immigrazione e sicurezza",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 98.85
        },
        {
            "id": 25466,
            "slug": "vs19_206_031",
            "identifier": "vs19_206_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_031/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 5.1003 SPERANZA ROBERTO (PD-IDP) - Votazione Emendamento 5.1003 DDL n. 1474",
            "original_title": "Votazione Emendamento 5.1003 DDL n. 1474",
            "description_title": "Emendamento 5.1003 SPERANZA ROBERTO (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": 17,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25437,
            "slug": "vs19_206_015",
            "identifier": "vs19_206_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_015/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.49 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 2.49 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.49 DDL n. 1474",
            "description_title": "Emendamento 2.49 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 25438,
            "slug": "vs19_206_018",
            "identifier": "vs19_206_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_018/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 4.1 MORFINO DANIELA (M5S) - Votazione Emendamento 4.1 DDL n. 1474",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1474",
            "description_title": "Emendamento 4.1 MORFINO DANIELA (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": 15,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25447,
            "slug": "vs19_206_007",
            "identifier": "vs19_206_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_007/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.1000 CASO ANTONIO (M5S) - Votazione Emendamento 2.1000 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.1000 DDL n. 1474",
            "description_title": "Emendamento 2.1000 CASO ANTONIO (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": 18,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25468,
            "slug": "vs19_206_008",
            "identifier": "vs19_206_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_008/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.29 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 2.29 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.29 DDL n. 1474",
            "description_title": "Emendamento 2.29 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25448,
            "slug": "vs19_206_009",
            "identifier": "vs19_206_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_009/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.32 SCARPA RACHELE (PD-IDP) - Votazione Emendamento 2.32 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.32 DDL n. 1474",
            "description_title": "Emendamento 2.32 SCARPA RACHELE (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": 39,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 25469,
            "slug": "vs19_206_012",
            "identifier": "vs19_206_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_012/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 2.38 RUFFINO DANIELA (APERRE) e 2.40 GRAZIANO STEFANO (PD-IDP) - Votazione Emendamento 2.38 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.38 DDL n. 1474",
            "description_title": "Identici emendamenti 2.38 RUFFINO DANIELA (APERRE) e 2.40 GRAZIANO STEFANO (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": 33,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 25465,
            "slug": "vs19_206_013",
            "identifier": "vs19_206_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_013/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.44 MORFINO DANIELA (M5S) - Votazione Emendamento 2.44 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.44 DDL n. 1474",
            "description_title": "Emendamento 2.44 MORFINO DANIELA (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": 17,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25467,
            "slug": "vs19_206_017",
            "identifier": "vs19_206_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_017/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 2.02 FONTANA ILARIA (M5S) - Votazione Emendamento 2.02 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1474",
            "description_title": "Articolo aggiuntivo 2.02 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": 15,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25464,
            "slug": "vs19_206_036",
            "identifier": "vs19_206_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_036/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 6.3 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 6.3 DDL n. 1474",
            "original_title": "Votazione Emendamento 6.3 DDL n. 1474",
            "description_title": "Emendamento 6.3 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25474,
            "slug": "vs19_206_032",
            "identifier": "vs19_206_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_032/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 5.1000 SPERANZA ROBERTO (PD-IDP) - Votazione Emendamento 5.1000 DDL n. 1474",
            "original_title": "Votazione Emendamento 5.1000 DDL n. 1474",
            "description_title": "Emendamento 5.1000 SPERANZA ROBERTO (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": 16,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25477,
            "slug": "vs19_206_046",
            "identifier": "vs19_206_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_046/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1474/8, come riformulato, DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1474/8, DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/8, DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/8, come riformulato, DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 109,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 59.88
        }
    ]
}