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

{
    "count": 22002,
    "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=15",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=13",
    "results": [
        {
            "id": 18858,
            "slug": "vs19_029_045",
            "identifier": "vs19_029_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_045/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/705/45 DE MARIA ANDREA (PD-IDP) - Votazione Ordine del giorno 9/705/45 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/45 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/45 DE MARIA ANDREA (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": 21,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 18954,
            "slug": "vs19_029_127",
            "identifier": "vs19_029_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_127/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 127,
            "title": "Ordine del giorno n. 9/705/130 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/705/130 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/130 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/130 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": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 18868,
            "slug": "vs19_029_139",
            "identifier": "vs19_029_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_139/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 139,
            "title": "Ordine del giorno n. 9/705/144 PASTORELLA GIULIA (AIV-RE) - Votazione Ordine del giorno 9/705/144 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/144 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/144 PASTORELLA GIULIA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18866,
            "slug": "vs19_029_019",
            "identifier": "vs19_029_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_019/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/705/19 MADIA MARIA ANNA (PD-IDP) - Votazione Ordine del giorno 9/705/19 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/19 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/19 MADIA MARIA ANNA (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": 76.37,
            "minority_cohesion_rate": 87.04
        },
        {
            "id": 19058,
            "slug": "vs19_029_085",
            "identifier": "vs19_029_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_085/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/705/109 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/705/109 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/109 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/109 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 76,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 19104,
            "slug": "vs19_029_081",
            "identifier": "vs19_029_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_081/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/705/105 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/705/105 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/105 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/105 PELLEGRINI MARCO (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": 38,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19053,
            "slug": "vs19_029_047",
            "identifier": "vs19_029_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_047/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/705/47 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/705/47 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/47 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/47 STEFANAZZI CLAUDIO MICHELE (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": 21,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 19019,
            "slug": "vs19_029_008",
            "identifier": "vs19_029_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_008/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/705/8 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/705/8 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/8 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/8 MARI FRANCESCO (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": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 18908,
            "slug": "vs19_029_073",
            "identifier": "vs19_029_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_073/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/705/97 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/705/97 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/97 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/97 CARMINA IDA (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": 24,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 18879,
            "slug": "vs19_029_074",
            "identifier": "vs19_029_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_074/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/705/98 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/705/98 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/98 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/98 GIULIANO CARLA (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": 76,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 19057,
            "slug": "vs19_029_027",
            "identifier": "vs19_029_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_027/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/705/27 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/705/27 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/27 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/27 SCOTTO ARTURO (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": 75.53,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 19012,
            "slug": "vs19_029_125",
            "identifier": "vs19_029_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_125/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 125,
            "title": "Ordine del giorno n. 9/705/128 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/705/128 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/128 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/128 IARIA ANTONINO (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": 110,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 18974,
            "slug": "vs19_029_024",
            "identifier": "vs19_029_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_024/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/705/24 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/705/24 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/24 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/24 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 18842,
            "slug": "vs19_029_016",
            "identifier": "vs19_029_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_016/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/705/16, come riformulato, ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/705/16, DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/16, DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/16, come riformulato, ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 158,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 87.04
        },
        {
            "id": 19034,
            "slug": "vs19_029_006",
            "identifier": "vs19_029_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_006/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/705/6 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/705/6 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/6 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/6 GHIRRA FRANCESCA (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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18970,
            "slug": "vs19_029_079",
            "identifier": "vs19_029_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_079/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/705/103 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/705/103 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/103 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/103 LOMUTI ARNALDO (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": 36,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 18949,
            "slug": "vs19_029_064",
            "identifier": "vs19_029_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_064/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/705/88 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/705/88 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/88 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/88 RAFFA ANGELA (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": 36,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19120,
            "slug": "vs19_029_080",
            "identifier": "vs19_029_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_080/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/705/104 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/705/104 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/104 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/104 DELL'OLIO GIANMAURO (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": 38,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19008,
            "slug": "vs19_029_126",
            "identifier": "vs19_029_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_126/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 126,
            "title": "Ordine del giorno n. 9/705/129 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/705/129 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/129 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/129 PENZA PASQUALINO (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": 102,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 19114,
            "slug": "vs19_029_076",
            "identifier": "vs19_029_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_076/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/705/100 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/705/100 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/100 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/100 PAVANELLI EMMA (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": 36,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 18860,
            "slug": "vs19_029_072",
            "identifier": "vs19_029_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_072/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/705/96 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/705/96 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/96 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/96 FEDE GIORGIO (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": 109,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 19096,
            "slug": "vs19_029_035",
            "identifier": "vs19_029_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_035/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/705/35 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/705/35 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/35 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/35 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18926,
            "slug": "vs19_029_142",
            "identifier": "vs19_029_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_142/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/705/147 ROSATO ETTORE (AIV-RE) - Votazione Ordine del giorno 9/705/147 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/147 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/147 ROSATO ETTORE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 128,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19061,
            "slug": "vs19_029_067",
            "identifier": "vs19_029_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_067/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/705/91 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/705/91 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/91 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/91 LOVECCHIO GIORGIO (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": 74,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 19288,
            "slug": "manual_19_29_1",
            "identifier": "manual_19_29_1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/manual_19_29_1/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 1,
            "title": "Fiducia conversione decreto rave, carceri, giustizia e obblighi di vaccinazione",
            "original_title": "Votazione della questione di fiducia - Articolo unico - A.C. 705​",
            "description_title": "Disegno di legge: S. 274 - Conversione in legge, con modificazioni, del decreto-legge 31 ottobre 2022, n. 162, recante misure urgenti in materia di divieto di concessione dei benefici penitenziari nei confronti dei detenuti o internati che non collaborano con la giustizia, nonché in materia di entrata in vigore del decreto legislativo 10 ottobre 2022, n. 150, di obblighi di vaccinazione anti SARS-CoV-2 e di prevenzione e contrasto dei raduni illegali (Approvato dal Senato) (A.C. 705)",
            "public_title": "Fiducia conversione decreto rave, carceri, giustizia e obblighi di vaccinazione",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 86.92,
            "minority_cohesion_rate": 89.51
        },
        {
            "id": 19087,
            "slug": "vs19_029_062",
            "identifier": "vs19_029_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_062/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/705/86 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/705/86 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/86 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/86 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": 36,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 18873,
            "slug": "vs19_029_044",
            "identifier": "vs19_029_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_044/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/705/44 SCHLEIN ELLY (PD-IDP) - Votazione Ordine del giorno 9/705/44 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/44 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/44 SCHLEIN ELLY (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": 21,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18882,
            "slug": "vs19_029_119",
            "identifier": "vs19_029_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_119/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 119,
            "title": "Ordine del giorno n. 9/705/122 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/705/122 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/122 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/122 ONORI FEDERICA (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": 112,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 19035,
            "slug": "vs19_029_013",
            "identifier": "vs19_029_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_013/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/705/13 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/705/13 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/13 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/13 FURFARO MARCO (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": 9,
            "n_margin": 151,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 19031,
            "slug": "vs19_029_091",
            "identifier": "vs19_029_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_091/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/705/115 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/705/115 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/115 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/115 RICCIARDI RICCARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 28,
            "n_margin": 119,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 18936,
            "slug": "vs19_029_077",
            "identifier": "vs19_029_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_077/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/705/101 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/705/101 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/101 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/101 CAROTENUTO DARIO (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": 75,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 18864,
            "slug": "vs19_029_048",
            "identifier": "vs19_029_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_048/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/705/48 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/705/48 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/48 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/48 GUERRA MARIA CECILIA (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": 21,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 18659,
            "slug": "19-23-2",
            "identifier": "19-23-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-23-2/?format=api",
            "sitting": {
                "id": 1258,
                "date": "2022-12-28",
                "number": 23,
                "branch": "S"
            },
            "number": 2,
            "title": "Legge di bilancio 2023",
            "original_title": "Articolo 3",
            "description_title": null,
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 88.7,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 18919,
            "slug": "vs19_029_113",
            "identifier": "vs19_029_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_113/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/705/72 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/705/72 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/72 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/72 GNASSI ANDREA (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": 70.89,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 18643,
            "slug": "19-23-18",
            "identifier": "19-23-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-23-18/?format=api",
            "sitting": {
                "id": 1258,
                "date": "2022-12-28",
                "number": 23,
                "branch": "S"
            },
            "number": 18,
            "title": "Legge di bilancio 2023",
            "original_title": "Articolo 19",
            "description_title": null,
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 89.57,
            "minority_cohesion_rate": 80.46
        },
        {
            "id": 18878,
            "slug": "vs19_029_123",
            "identifier": "vs19_029_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_123/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 123,
            "title": "Ordine del giorno n. 9/705/126 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/705/126 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/126 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/126 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 98,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 18933,
            "slug": "vs19_029_011",
            "identifier": "vs19_029_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_011/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/705/11 PASTORINO LUCA (MISTO) - Votazione Ordine del giorno 9/705/11 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/11 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/11 PASTORINO LUCA (MISTO)",
            "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": 66,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 18900,
            "slug": "vs19_029_104",
            "identifier": "vs19_029_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_104/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 104,
            "title": "Ordine del giorno n. 9/705/63 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/705/63 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/63 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/63 BARBAGALLO ANTHONY EMANUELE (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": 64.56,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 18953,
            "slug": "vs19_029_032",
            "identifier": "vs19_029_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_032/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/705/32 TABACCI BRUNO (PD-IDP) - Votazione Ordine del giorno 9/705/32 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/32 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/32 TABACCI BRUNO (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": 22,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 18894,
            "slug": "vs19_029_055",
            "identifier": "vs19_029_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_055/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/705/79 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/705/79 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/79 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/79 QUARTAPELLE PROCOPIO LIA (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": 64,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 18958,
            "slug": "vs19_029_138",
            "identifier": "vs19_029_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_138/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 138,
            "title": "Ordine del giorno n. 9/705/143 GRUPPIONI NAIKE (AIV-RE) - Votazione Ordine del giorno 9/705/143 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/143 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/143 GRUPPIONI NAIKE (AIV-RE)",
            "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": 39,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 18968,
            "slug": "vs19_029_145",
            "identifier": "vs19_029_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_145/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 145,
            "title": "Ordine del giorno n. 9/705/150 RICHETTI MATTEO (AIV-RE) - Votazione Ordine del giorno 9/705/150 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/150 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/150 RICHETTI MATTEO (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 98,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 19046,
            "slug": "vs19_029_025",
            "identifier": "vs19_029_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_025/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/705/25 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/705/25 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/25 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/25 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": 21,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 18651,
            "slug": "19-23-10",
            "identifier": "19-23-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-23-10/?format=api",
            "sitting": {
                "id": 1258,
                "date": "2022-12-28",
                "number": 23,
                "branch": "S"
            },
            "number": 10,
            "title": "Legge di bilancio 2023",
            "original_title": "Articolo 11",
            "description_title": null,
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 88.7,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 18998,
            "slug": "vs19_029_115",
            "identifier": "vs19_029_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_115/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/705/118 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/705/118 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/118 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/118 DI LAURO CARMEN (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": 23,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18644,
            "slug": "19-23-17",
            "identifier": "19-23-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-23-17/?format=api",
            "sitting": {
                "id": 1258,
                "date": "2022-12-28",
                "number": 23,
                "branch": "S"
            },
            "number": 17,
            "title": "Legge di bilancio 2023",
            "original_title": "Articolo 18",
            "description_title": null,
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 89.57,
            "minority_cohesion_rate": 80.46
        },
        {
            "id": 18984,
            "slug": "vs19_029_133",
            "identifier": "vs19_029_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_133/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 133,
            "title": "Ordine del giorno n. 9/705/138 MARATTIN LUIGI (AIV-RE) - Votazione Ordine del giorno 9/705/138 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/138 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/138 MARATTIN LUIGI (AIV-RE)",
            "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": 128,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19056,
            "slug": "vs19_029_030",
            "identifier": "vs19_029_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_030/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/705/30 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/705/30 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/30 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/30 ZAN ALESSANDRO (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": 21,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 19040,
            "slug": "vs19_029_094",
            "identifier": "vs19_029_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_094/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/705/51 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/705/51 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/51 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/51 FORNARO 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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18874,
            "slug": "vs19_029_010",
            "identifier": "vs19_029_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_010/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/705/10 DELLA VEDOVA BENEDETTO (MISTO) - Votazione Ordine del giorno 9/705/10 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/10 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/10 DELLA VEDOVA BENEDETTO (MISTO)",
            "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": 65,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.79
        }
    ]
}