Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=428
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=429",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=427",
    "results": [
        {
            "id": 18899,
            "slug": "vs19_029_031",
            "identifier": "vs19_029_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_031/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/705/31 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/705/31 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/31 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/31 CUPERLO GIANNI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18966,
            "slug": "vs19_029_026",
            "identifier": "vs19_029_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_026/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/705/26 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/705/26 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/26 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/26 MALAVASI ILENIA (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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 18841,
            "slug": "vs19_029_003",
            "identifier": "vs19_029_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_003/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/705/3 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/705/3 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/3 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/3 PICCOLOTTI ELISABETTA (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": 6,
            "n_margin": 41,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 19078,
            "slug": "vs19_029_061",
            "identifier": "vs19_029_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_061/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/705/85 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/705/85 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/85 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/85 GUBITOSA MICHELE (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": 74,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 19066,
            "slug": "vs19_029_020",
            "identifier": "vs19_029_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_020/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/705/20, come riformulato, LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/705/20, DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/20, DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/20, come riformulato, LACARRA 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": 30,
            "n_margin": 113,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 19080,
            "slug": "vs19_029_014",
            "identifier": "vs19_029_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_014/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/705/14 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/705/14 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/14 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/14 GIRELLI GIAN ANTONIO (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": 22,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 19117,
            "slug": "vs19_029_022",
            "identifier": "vs19_029_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_022/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/705/22 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/705/22 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/22 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/22 MARINO MARIA STEFANIA (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.53,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 19059,
            "slug": "vs19_029_057",
            "identifier": "vs19_029_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_057/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/705/81 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/705/81 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/81 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/81 BRAGA CHIARA (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": 43,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 18907,
            "slug": "vs19_029_001",
            "identifier": "vs19_029_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_001/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/705/1 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/705/1 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/1 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/1 DORI DEVIS (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": 25,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 19097,
            "slug": "vs19_029_106",
            "identifier": "vs19_029_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_106/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/705/65 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/705/65 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/65 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/65 BAKKALI OUIDAD (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": 28,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 18903,
            "slug": "vs19_029_108",
            "identifier": "vs19_029_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_108/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 108,
            "title": "Ordine del giorno n. 9/705/67 DE MICHELI PAOLA (PD-IDP) - Votazione Ordine del giorno 9/705/67 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/67 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/67 DE MICHELI PAOLA (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": 68.78,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19073,
            "slug": "vs19_029_058",
            "identifier": "vs19_029_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_058/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/705/82 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/705/82 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/82 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/82 ASCARI STEFANIA (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": 20,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 19060,
            "slug": "vs19_029_059",
            "identifier": "vs19_029_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_059/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/705/83 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/705/83 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/83 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/83 ALIFANO ENRICA (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": 35,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19099,
            "slug": "vs19_029_122",
            "identifier": "vs19_029_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_122/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 122,
            "title": "Ordine del giorno n. 9/705/125 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/705/125 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/125 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/125 FENU EMILIANO (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": 4,
            "n_margin": 105,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 19102,
            "slug": "vs19_029_034",
            "identifier": "vs19_029_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_034/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/705/34 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/705/34 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/34 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/34 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18909,
            "slug": "vs19_029_051",
            "identifier": "vs19_029_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_051/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/705/75 FASSINO PIERO (PD-IDP) - Votazione Ordine del giorno 9/705/75 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/75 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/75 FASSINO 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": 0,
            "n_margin": 65,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 18924,
            "slug": "vs19_029_021",
            "identifier": "vs19_029_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_021/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/705/21 GUERINI LORENZO (PD-IDP) - Votazione Ordine del giorno 9/705/21 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/21 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/21 GUERINI LORENZO (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": 5,
            "n_margin": 18,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18923,
            "slug": "vs19_029_028",
            "identifier": "vs19_029_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_028/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/705/28 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/705/28 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/28 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/28 ZINGARETTI NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18742,
            "slug": "vs19_029_089",
            "identifier": "vs19_029_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_089/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/705/113 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/705/113 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/113 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/113 COLUCCI ALFONSO (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": 35,
            "n_margin": 119,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 18959,
            "slug": "vs19_029_134",
            "identifier": "vs19_029_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_134/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 134,
            "title": "Ordine del giorno n. 9/705/139 SOTTANELLI GIULIO CESARE (AIV-RE) - Votazione Ordine del giorno 9/705/139 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/139 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/139 SOTTANELLI GIULIO CESARE (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": 71.31,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 18893,
            "slug": "vs19_029_002",
            "identifier": "vs19_029_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_002/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/705/2 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/705/2 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/2 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/2 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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 18891,
            "slug": "vs19_029_038",
            "identifier": "vs19_029_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_038/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (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": 85.19
        },
        {
            "id": 18839,
            "slug": "vs19_029_069",
            "identifier": "vs19_029_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_069/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/705/93 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/705/93 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/93 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/93 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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 18884,
            "slug": "vs19_029_053",
            "identifier": "vs19_029_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_053/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/705/77 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/705/77 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/77 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/77 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": 64,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19062,
            "slug": "vs19_029_052",
            "identifier": "vs19_029_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_052/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/705/76 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/705/76 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/76 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/76 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": 4,
            "n_margin": 59,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19091,
            "slug": "vs19_029_130",
            "identifier": "vs19_029_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_130/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 130,
            "title": "Ordine del giorno n. 9/705/134 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/705/134 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/134 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/134 ZANELLA LUANA (AVS)",
            "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": 145,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19124,
            "slug": "vs19_029_084",
            "identifier": "vs19_029_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_084/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/705/108 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/705/108 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/108 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/108 CHERCHI SUSANNA (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": 75,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 18853,
            "slug": "vs19_029_117",
            "identifier": "vs19_029_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_117/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/705/120, come riformulato, QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/705/120, DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/120, DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/120, come riformulato, QUARTINI ANDREA (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": 19,
            "n_margin": 129,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 18938,
            "slug": "vs19_029_136",
            "identifier": "vs19_029_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_136/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 136,
            "title": "Ordine del giorno n. 9/705/141 BONETTI ELENA (AIV-RE) - Votazione Ordine del giorno 9/705/141 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/141 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/141 BONETTI ELENA (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": 6,
            "n_margin": 39,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 19013,
            "slug": "vs19_029_121",
            "identifier": "vs19_029_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_121/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/705/124 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/705/124 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/124 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/124 CAFIERO DE RAHO FEDERICO (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": 102,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 44.44
        },
        {
            "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
        },
        {
            "id": 18889,
            "slug": "vs19_029_102",
            "identifier": "vs19_029_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_102/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 102,
            "title": "Ordine del giorno n. 9/705/60 AMENDOLA VINCENZO (PD-IDP) - Votazione Ordine del giorno 9/705/60 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/60 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/60 AMENDOLA VINCENZO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 75.93
        },
        {
            "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": 19100,
            "slug": "vs19_029_101",
            "identifier": "vs19_029_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_101/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/705/59 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/705/59 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/59 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/59 D'ALFONSO LUCIANO (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": 72.15,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 18962,
            "slug": "vs19_029_068",
            "identifier": "vs19_029_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_068/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/705/92 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/705/92 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/92 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/92 TODDE ALESSANDRA (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": 39,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18964,
            "slug": "vs19_029_111",
            "identifier": "vs19_029_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_111/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/705/70 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/705/70 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/70 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/70 BOLDRINI LAURA (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": 70.04,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19074,
            "slug": "vs19_029_071",
            "identifier": "vs19_029_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_071/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/705/95 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/705/95 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/95 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/95 CASO ANTONIO (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": 72,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 46.91
        },
        {
            "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": 18913,
            "slug": "vs19_029_124",
            "identifier": "vs19_029_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_124/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 124,
            "title": "Ordine del giorno n. 9/705/127 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/705/127 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/127 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/127 CANTONE LUCIANO (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": 106,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 51.85
        },
        {
            "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": 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": 18870,
            "slug": "vs19_029_141",
            "identifier": "vs19_029_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_141/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 141,
            "title": "Ordine del giorno n. 9/705/146 DEL BARBA MAURO (AIV-RE) - Votazione Ordine del giorno 9/705/146 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/146 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/146 DEL BARBA MAURO (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": 7,
            "n_margin": 85,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 46.91
        },
        {
            "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": 18886,
            "slug": "vs19_029_054",
            "identifier": "vs19_029_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_054/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/705/78 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/705/78 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/78 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/78 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 18863,
            "slug": "vs19_029_065",
            "identifier": "vs19_029_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_065/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/705/89 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/705/89 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/89 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/89 TRAVERSI ROBERTO (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": 35,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 73.46
        },
        {
            "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": 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": 19119,
            "slug": "vs19_029_063",
            "identifier": "vs19_029_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_063/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/705/87 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/705/87 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/87 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/87 SCERRA FILIPPO (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": 35,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 73.46
        }
    ]
}