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

{
    "count": 22951,
    "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=219",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=217",
    "results": [
        {
            "id": 35013,
            "slug": "vs19_335_059",
            "identifier": "vs19_335_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_059/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1937/109 GRIBAUDO CHIARA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/109 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": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 59.66,
            "minority_cohesion_rate": 38.51
        },
        {
            "id": 35014,
            "slug": "vs19_335_060",
            "identifier": "vs19_335_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_060/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1937/111 DE MONTE ISABELLA (IVICRE)",
            "original_title": "Ordine del giorno n. 9/1937/111 DE MONTE ISABELLA (IVICRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 31402,
            "slug": "vs19_336_077",
            "identifier": "vs19_336_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_077/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 9.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 9.1 DDL n. 1930",
            "original_title": "Votazione Emendamento 9.1 DDL n. 1930",
            "description_title": "Emendamento 9.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 31420,
            "slug": "vs19_336_095",
            "identifier": "vs19_336_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_095/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 13.2 ONORI FEDERICA (APERRE) - Votazione Emendamento 13.2 DDL n. 1930",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1930",
            "description_title": "Emendamento 13.2 ONORI FEDERICA (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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 31425,
            "slug": "vs19_336_100",
            "identifier": "vs19_336_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_100/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 100,
            "title": "Emendamento 14.16 ONORI FEDERICA (APERRE) - Votazione Emendamento 14.16 DDL n. 1930",
            "original_title": "Votazione Emendamento 14.16 DDL n. 1930",
            "description_title": "Emendamento 14.16 ONORI FEDERICA (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 31469,
            "slug": "vs19_336_118",
            "identifier": "vs19_336_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_118/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 118,
            "title": "Ordine del giorno n. 9/1930/19 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1930/19 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/19 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/19 SIMIANI MARCO (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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34851,
            "slug": "vs19_336_005",
            "identifier": "vs19_336_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_005/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.100 della Commissione",
            "original_title": "Emendamento 2.100 della Commissione",
            "description_title": "",
            "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": 37,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 34854,
            "slug": "vs19_336_008",
            "identifier": "vs19_336_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_008/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici emendamenti 2.7 LAI SILVIO (PD-IDP) e 2.8 GHIRRA FRANCESCA (AVS)",
            "original_title": "Identici emendamenti 2.7 LAI SILVIO (PD-IDP) e 2.8 GHIRRA FRANCESCA (AVS)",
            "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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 34857,
            "slug": "vs19_336_011",
            "identifier": "vs19_336_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_011/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.16 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 2.16 GHIRRA FRANCESCA (AVS)",
            "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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 54.04
        },
        {
            "id": 34869,
            "slug": "vs19_336_023",
            "identifier": "vs19_336_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_023/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1001 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 3.1001 GHIRRA FRANCESCA (AVS)",
            "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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 57.76
        },
        {
            "id": 31466,
            "slug": "vs19_336_115",
            "identifier": "vs19_336_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_115/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/1930/15 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1930/15 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/15 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/15 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 31460,
            "slug": "vs19_336_109",
            "identifier": "vs19_336_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_109/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 109,
            "title": "Ordine del giorno n. 9/1930/9 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/1930/9 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/9 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/9 GHIO VALENTINA (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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 31464,
            "slug": "vs19_336_113",
            "identifier": "vs19_336_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_113/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/1930/13 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1930/13 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/13 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/13 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 35018,
            "slug": "vs19_336_026",
            "identifier": "vs19_336_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_026/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.27 CAPPELLETTI ENRICO (M5S)",
            "original_title": "Emendamento 3.27 CAPPELLETTI ENRICO (M5S)",
            "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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 35022,
            "slug": "vs19_336_030",
            "identifier": "vs19_336_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_030/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 30,
            "title": "Identici emendamenti 4.10 GHIRRA FRANCESCA (AVS) e 4.11 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "original_title": "Identici emendamenti 4.10 GHIRRA FRANCESCA (AVS) e 4.11 PELUFFO VINICIO GIUSEPPE GUIDO (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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 35028,
            "slug": "vs19_336_036",
            "identifier": "vs19_336_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_036/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 5.8 GNASSI ANDREA (PD-IDP)",
            "original_title": "Emendamento 5.8 GNASSI ANDREA (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 35033,
            "slug": "vs19_336_041",
            "identifier": "vs19_336_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_041/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 6.5 LAI SILVIO (PD-IDP)",
            "original_title": "Emendamento 6.5 LAI SILVIO (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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 35029,
            "slug": "vs19_336_037",
            "identifier": "vs19_336_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_037/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 37,
            "title": "Identici emendamenti 5.11 GHIRRA FRANCESCA (AVS) e 5.12 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "original_title": "Identici emendamenti 5.11 GHIRRA FRANCESCA (AVS) e 5.12 PELUFFO VINICIO GIUSEPPE GUIDO (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35032,
            "slug": "vs19_336_040",
            "identifier": "vs19_336_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_040/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 6.2 PAVANELLI EMMA (M5S)",
            "original_title": "Emendamento 6.2 PAVANELLI EMMA (M5S)",
            "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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 35038,
            "slug": "vs19_336_046",
            "identifier": "vs19_336_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_046/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 6.15 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "original_title": "Emendamento 6.15 PELUFFO VINICIO GIUSEPPE GUIDO (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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 35044,
            "slug": "vs19_336_052",
            "identifier": "vs19_336_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_052/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 52,
            "title": "Identici emendamenti 6.20 BENZONI FABRIZIO (APERRE) e 6.22 DE MICHELI PAOLA (PD-IDP)",
            "original_title": "Identici emendamenti 6.20 BENZONI FABRIZIO (APERRE) e 6.22 DE MICHELI PAOLA (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": 1,
            "n_margin": 72,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 41.61
        },
        {
            "id": 35054,
            "slug": "vs19_336_062",
            "identifier": "vs19_336_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_062/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 7.9 CAPPELLETTI ENRICO (M5S)",
            "original_title": "Emendamento 7.9 CAPPELLETTI ENRICO (M5S)",
            "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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 35058,
            "slug": "vs19_336_066",
            "identifier": "vs19_336_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_066/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 7.1001 DEL BARBA MAURO (IVICRE)",
            "original_title": "Emendamento 7.1001 DEL BARBA MAURO (IVICRE)",
            "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": 1,
            "n_margin": 118,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 35059,
            "slug": "vs19_336_067",
            "identifier": "vs19_336_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_067/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 7.1002 DEL BARBA MAURO (IVICRE)",
            "original_title": "Emendamento 7.1002 DEL BARBA MAURO (IVICRE)",
            "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": 1,
            "n_margin": 124,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 35064,
            "slug": "vs19_336_072",
            "identifier": "vs19_336_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_072/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 8.4 BENZONI FABRIZIO (APERRE)",
            "original_title": "Emendamento 8.4 BENZONI FABRIZIO (APERRE)",
            "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": 1,
            "n_margin": 98,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 38.51
        },
        {
            "id": 35065,
            "slug": "vs19_336_073",
            "identifier": "vs19_336_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_073/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 8.6 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 8.6 GHIRRA FRANCESCA (AVS)",
            "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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 35066,
            "slug": "vs19_336_074",
            "identifier": "vs19_336_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_074/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 8.9 GHIRRA FRANCESCA (AVS)",
            "original_title": "Emendamento 8.9 GHIRRA FRANCESCA (AVS)",
            "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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 32581,
            "slug": "vs19_361_015",
            "identifier": "vs19_361_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_015/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 32584,
            "slug": "vs19_361_053",
            "identifier": "vs19_361_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_053/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1532-bis/72 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/72 FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32514,
            "slug": "vs19_361_075",
            "identifier": "vs19_361_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_075/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1532-bis/1 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/1 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/1 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/1 GIANASSI FEDERICO (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 32587,
            "slug": "vs19_361_003",
            "identifier": "vs19_361_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_003/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1532-bis/11, nel testo riformulato, BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/11, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/11, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/11, nel testo riformulato, BERRUTO MAURO (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": 1,
            "n_margin": 139,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 32524,
            "slug": "vs19_361_067",
            "identifier": "vs19_361_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_067/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32574,
            "slug": "vs19_361_041",
            "identifier": "vs19_361_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_041/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1532-bis/60 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/60 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/60 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/60 DI BIASE MICHELA (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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32578,
            "slug": "vs19_361_007",
            "identifier": "vs19_361_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_007/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1532-bis/21, nel testo riformulato, AMENDOLA VINCENZO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/21, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/21, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/21, nel testo riformulato, AMENDOLA VINCENZO (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": 1,
            "n_margin": 144,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 81.76
        },
        {
            "id": 32586,
            "slug": "vs19_361_023",
            "identifier": "vs19_361_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_023/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1532-bis/39 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1532-bis/39 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/39 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/39 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 32591,
            "slug": "vs19_361_057",
            "identifier": "vs19_361_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_057/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1532-bis/76 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/76 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/76 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/76 FORATTINI ANTONELLA (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 32597,
            "slug": "vs19_361_036",
            "identifier": "vs19_361_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_036/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1532-bis/54 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/54 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/54 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/54 CUPERLO GIANNI (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32619,
            "slug": "vs19_361_013",
            "identifier": "vs19_361_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_013/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1532-bis/29 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1532-bis/29 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/29 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/29 TUCCI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32621,
            "slug": "vs19_361_009",
            "identifier": "vs19_361_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_009/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1532-bis/24 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1532-bis/24 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/24 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/24 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 32622,
            "slug": "vs19_361_026",
            "identifier": "vs19_361_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_026/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1532-bis/42 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1532-bis/42 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/42 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/42 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 46.54
        },
        {
            "id": 32529,
            "slug": "vs19_361_064",
            "identifier": "vs19_361_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_064/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO MARCO (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32530,
            "slug": "vs19_361_069",
            "identifier": "vs19_361_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_069/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 65.42,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 32607,
            "slug": "vs19_361_019",
            "identifier": "vs19_361_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_019/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1532-bis/35 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1532-bis/35 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/35 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/35 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32526,
            "slug": "vs19_361_073",
            "identifier": "vs19_361_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_073/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1532-bis/95 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/95 MEROLA VIRGINIO (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 35696,
            "slug": "vs19_409_016",
            "identifier": "vs19_409_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_016/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.1002 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.1002 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1002 DDL n. 1917",
            "description_title": "Emendamento 3.1002 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 35738,
            "slug": "vs19_409_059",
            "identifier": "vs19_409_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_059/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 4.33 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.33 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.33 DDL n. 1917",
            "description_title": "Emendamento 4.33 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 35733,
            "slug": "vs19_409_054",
            "identifier": "vs19_409_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_054/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 4.1021 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.1021 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.1021 DDL n. 1917",
            "description_title": "Emendamento 4.1021 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35681,
            "slug": "vs19_409_105",
            "identifier": "vs19_409_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_105/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 105,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1917",
            "original_title": "Votazione Articolo 8 DDL n. 1917",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35701,
            "slug": "vs19_409_021",
            "identifier": "vs19_409_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_021/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.1009 GIACHETTI ROBERTO (IVICRE) - Votazione Emendamento 3.1009 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1009 DDL n. 1917",
            "description_title": "Emendamento 3.1009 GIACHETTI ROBERTO (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": 113,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 35737,
            "slug": "vs19_409_058",
            "identifier": "vs19_409_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_058/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 58,
            "title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.31 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.31 DDL n. 1917",
            "description_title": "Identici emendamenti 4.31 COLUCCI ALFONSO (M5S) e 4.1010 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 64.97
        }
    ]
}