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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=119",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=117",
    "results": [
        {
            "id": 34677,
            "slug": "vs19_387_075",
            "identifier": "vs19_387_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_075/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/2088-AR/78 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/2088-AR/78 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/78 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/78 RICCIARDI 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 34682,
            "slug": "vs19_387_080",
            "identifier": "vs19_387_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_080/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/2088-AR/83 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/2088-AR/83 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/83 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/83 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34614,
            "slug": "vs19_387_011",
            "identifier": "vs19_387_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_011/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2088-AR/12, come riformulato, PASTORELLA GIULIA (APERRE) - Votazione Ordine del giorno 9/2088-AR/12, DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/12, DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/12, come riformulato, PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 127,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 34617,
            "slug": "vs19_387_014",
            "identifier": "vs19_387_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_014/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2088-AR/15 GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/2088-AR/15 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/15 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/15 GADDA MARIA CHIARA (IVICRE)",
            "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": 63.22,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 34630,
            "slug": "vs19_387_027",
            "identifier": "vs19_387_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_027/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/2088-AR/30 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/30 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/30 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/30 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34632,
            "slug": "vs19_387_029",
            "identifier": "vs19_387_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_029/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2088-AR/32 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/32 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/32 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/32 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34633,
            "slug": "vs19_387_030",
            "identifier": "vs19_387_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_030/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/2088-AR/33 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/33 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/33 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/33 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": 21,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34634,
            "slug": "vs19_387_031",
            "identifier": "vs19_387_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_031/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2088-AR/34 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/34 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/34 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/34 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34640,
            "slug": "vs19_387_037",
            "identifier": "vs19_387_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_037/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2088-AR/40 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/40 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/40 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/40 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34642,
            "slug": "vs19_387_039",
            "identifier": "vs19_387_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_039/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2088-AR/42, nel testo riformulato, PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/42, DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/42, DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/42, nel testo riformulato, PORTA FABIO (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": 6,
            "n_margin": 119,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34643,
            "slug": "vs19_387_040",
            "identifier": "vs19_387_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_040/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2088-AR/43 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/43 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/43 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/43 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34644,
            "slug": "vs19_387_041",
            "identifier": "vs19_387_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_041/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/2088-AR/44 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/44 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/44 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/44 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 33674,
            "slug": "19-244-8",
            "identifier": "19-244-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-8/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 8,
            "title": "Elargizioni benefici vittime incuria - Articolo 7",
            "original_title": "Articolo 7",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 62,
            "majority_cohesion_rate": 58.97,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33675,
            "slug": "19-244-7",
            "identifier": "19-244-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-7/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 7,
            "title": "Elargizioni benefici vittime incuria - Articolo 6",
            "original_title": "Articolo 6",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 61,
            "majority_cohesion_rate": 58.12,
            "minority_cohesion_rate": 64.71
        },
        {
            "id": 33676,
            "slug": "19-244-6",
            "identifier": "19-244-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-6/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 6,
            "title": "Elargizioni benefici vittime incuria - Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 60,
            "majority_cohesion_rate": 58.12,
            "minority_cohesion_rate": 64.71
        },
        {
            "id": 33681,
            "slug": "19-244-11",
            "identifier": "19-244-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-11/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 11,
            "title": "Benefici in favore delle vittime di eventi dannosi derivanti da cedimenti totali o parziali di infrastrutture stradali o autostradali di rilievo nazionale",
            "original_title": "Votazione finale",
            "description_title": "Elargizioni benefici vittime incuria",
            "public_title": "Benefici in favore delle vittime di eventi dannosi derivanti da cedimenti totali o parziali di infrastrutture stradali o autostradali di rilievo nazionale",
            "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": 56,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 57.65
        },
        {
            "id": 33677,
            "slug": "19-244-5",
            "identifier": "19-244-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-5/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 5,
            "title": "Elargizioni benefici vittime incuria - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 60,
            "majority_cohesion_rate": 58.12,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 33678,
            "slug": "19-244-4",
            "identifier": "19-244-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-4/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 4,
            "title": "Elargizioni benefici vittime incuria - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 58,
            "majority_cohesion_rate": 56.41,
            "minority_cohesion_rate": 61.18
        },
        {
            "id": 33679,
            "slug": "19-244-3",
            "identifier": "19-244-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-3/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 3,
            "title": "Elargizioni benefici vittime incuria - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 59,
            "majority_cohesion_rate": 56.41,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 33680,
            "slug": "19-244-2",
            "identifier": "19-244-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-2/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 2,
            "title": "Elargizioni benefici vittime incuria - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 59,
            "majority_cohesion_rate": 58.12,
            "minority_cohesion_rate": 61.18
        },
        {
            "id": 33673,
            "slug": "19-244-10",
            "identifier": "19-244-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-10/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 10,
            "title": "Elargizioni benefici vittime incuria - Articolo 9",
            "original_title": "Articolo 9",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 62,
            "majority_cohesion_rate": 58.97,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33682,
            "slug": "19-244-1",
            "identifier": "19-244-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-1/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 1,
            "title": "Rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero",
            "original_title": "Votazione finale",
            "description_title": "Rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero",
            "public_title": "Rafforzamento dei servizi consolari in favore dei cittadini italiani residenti o presenti all'estero",
            "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": 63,
            "majority_cohesion_rate": 61.54,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33672,
            "slug": "19-244-9",
            "identifier": "19-244-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-244-9/?format=api",
            "sitting": {
                "id": 1834,
                "date": "2024-11-21",
                "number": 244,
                "branch": "S"
            },
            "number": 9,
            "title": "Elargizioni benefici vittime incuria - Articolo 8",
            "original_title": "Articolo 8",
            "description_title": "Elargizioni benefici vittime incuria",
            "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": 61,
            "majority_cohesion_rate": 58.12,
            "minority_cohesion_rate": 65.88
        },
        {
            "id": 33683,
            "slug": "vs19_385_010",
            "identifier": "vs19_385_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_010/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 10,
            "title": "Disposizioni di interpretazione autentica in materia urbanistica ed edilizia",
            "original_title": "Votazione finale PDL n. 1987",
            "description_title": "Disposizioni di interpretazione autentica in materia urbanistica ed edilizia (PDL 1987)",
            "public_title": "Disposizioni di interpretazione autentica in materia urbanistica ed edilizia",
            "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": 65,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 31.85
        },
        {
            "id": 33686,
            "slug": "vs19_385_001",
            "identifier": "vs19_385_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_001/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 1987-A - QUEST PREG 1 E 2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 1987-A - QUEST PREG 1 E 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 81,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 33692,
            "slug": "vs19_385_006",
            "identifier": "vs19_385_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_006/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.102 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.102 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.102 PDL n. 1987",
            "description_title": "Emendamento 1.102 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": 77,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 33685,
            "slug": "vs19_385_009",
            "identifier": "vs19_385_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_009/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1987/2, limitatamente all'impegno, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1987/2, PDL n. 1987",
            "original_title": "Votazione Ordine del giorno 9/1987/2, PDL n. 1987",
            "description_title": "Ordine del giorno n. 9/1987/2, limitatamente all'impegno, BONELLI ANGELO (AVS)",
            "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": 52.89,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 33684,
            "slug": "vs19_385_005",
            "identifier": "vs19_385_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_005/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.25 MORFINO DANIELA (M5S) - Votazione Emendamento 1.25 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.25 PDL n. 1987",
            "description_title": "Emendamento 1.25 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": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 53.31,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 33687,
            "slug": "vs19_385_004",
            "identifier": "vs19_385_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_004/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.23 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.23 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.23 PDL n. 1987",
            "description_title": "Emendamento 1.23 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": 3,
            "n_margin": 75,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 33691,
            "slug": "vs19_385_003",
            "identifier": "vs19_385_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_003/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.103 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.103",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 52.48,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 33688,
            "slug": "vs19_385_008",
            "identifier": "vs19_385_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_008/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN) - Votazione Emendamento 1.77, PDL n. 1987",
            "original_title": "Votazione Emendamento 1.77, PDL n. 1987",
            "description_title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 91,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 33689,
            "slug": "vs19_385_002",
            "identifier": "vs19_385_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_002/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 2,
            "title": "PDL 1987-A - EM 1.101 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 1987-A - EM 1.101",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 33690,
            "slug": "vs19_385_007",
            "identifier": "vs19_385_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_007/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.107 BONELLI ANGELO (AVS) - Votazione Emendamento 1.107 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.107 PDL n. 1987",
            "description_title": "Emendamento 1.107 BONELLI ANGELO (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": 75,
            "majority_cohesion_rate": 53.31,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 33541,
            "slug": "vs19_384_032",
            "identifier": "vs19_384_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_032/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 32,
            "title": "ARTICOLO 6 - Votazione Articolo 6 ",
            "original_title": "Votazione Articolo 6 ",
            "description_title": "ARTICOLO 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 15,
            "n_margin": 111,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33621,
            "slug": "vs19_384_045",
            "identifier": "vs19_384_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_045/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 12.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 50.83,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 33622,
            "slug": "vs19_384_059",
            "identifier": "vs19_384_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_059/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 59,
            "title": "ART AGG 13.01012 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01012",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33620,
            "slug": "vs19_384_063",
            "identifier": "vs19_384_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_063/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 14.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 33646,
            "slug": "vs19_384_043",
            "identifier": "vs19_384_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_043/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 43,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 9,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 33639,
            "slug": "vs19_384_075",
            "identifier": "vs19_384_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_075/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 75,
            "title": "ODG 9/30-A E ABB/5 - Votazione Ordine del giorno 9/30-A E ABB/5 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/5 ",
            "description_title": "ODG 9/30-A E ABB/5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.65,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 33635,
            "slug": "vs19_384_076",
            "identifier": "vs19_384_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_076/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 76,
            "title": "ODG 9/30-A E ABB/6 - Votazione Ordine del giorno 9/30-A E ABB/6 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/6 ",
            "description_title": "ODG 9/30-A E ABB/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 10,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 33601,
            "slug": "vs19_384_014",
            "identifier": "vs19_384_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_014/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 4.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 63,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 38.22
        },
        {
            "id": 33623,
            "slug": "vs19_384_084",
            "identifier": "vs19_384_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_084/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 84,
            "title": "ODG 9/30-A E ABB/14 - Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "description_title": "ODG 9/30-A E ABB/14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 33637,
            "slug": "vs19_384_085",
            "identifier": "vs19_384_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_085/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 85,
            "title": "ODG 9/30-A E ABB/15 - Votazione Ordine del giorno 9/30-A E ABB/15 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/15 ",
            "description_title": "ODG 9/30-A E ABB/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 49.59,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33535,
            "slug": "vs19_384_011",
            "identifier": "vs19_384_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_011/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 11,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 74,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 33552,
            "slug": "vs19_384_027",
            "identifier": "vs19_384_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_027/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 5.1011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1011",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 33554,
            "slug": "vs19_384_018",
            "identifier": "vs19_384_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_018/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 4.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1006",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33572,
            "slug": "vs19_384_009",
            "identifier": "vs19_384_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_009/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 3.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 33592,
            "slug": "vs19_384_015",
            "identifier": "vs19_384_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_015/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 4.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33619,
            "slug": "vs19_384_055",
            "identifier": "vs19_384_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_055/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 55,
            "title": "ART AGG 13.01000, 13.01011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01000, 13.01011",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 33523,
            "slug": "vs19_384_025",
            "identifier": "vs19_384_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_025/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 5.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1006",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 53,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 42.04
        }
    ]
}